diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index af4ff5485e..b5e7108484 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -60945,6 +60945,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 31999997d6..ee51164b0b 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -44954,6 +44954,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/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index 803baf83d4..1dffd816ba 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -60872,6 +60872,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/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index fdd9b84683..860c1bc421 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -44894,6 +44894,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 4129d42d5e..dbe382acc9 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -61214,6 +61214,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 68eda6f26a..d106a1fe06 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -45122,6 +45122,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 5878971957..7fd57815fd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -387974,6 +387974,166 @@ } } }, + "/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", + "nullable": true, + "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", + "description": "The description of the issue type.", + "nullable": true + }, + "color": { + "type": "string", + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple" + ], + "nullable": true + }, + "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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 8846efae0c..9e73dfdd9c 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1030,7 +1030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &679 + - &680 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14098,7 +14098,7 @@ paths: properties: action: type: string - discussion: &772 + discussion: &773 title: Discussion description: A Discussion in a repository. type: object @@ -14465,7 +14465,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &562 + properties: &563 id: type: integer format: int64 @@ -14843,7 +14843,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &690 + sub_issues_summary: &691 title: Sub-issues Summary type: object properties: @@ -14930,7 +14930,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &585 + properties: &586 pinned_at: type: string format: date-time @@ -14942,7 +14942,7 @@ paths: properties: *20 required: *21 nullable: true - required: &586 + required: &587 - pinned_at - pinned_by nullable: true @@ -14956,7 +14956,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &691 + issue_dependencies_summary: &692 title: Issue Dependencies Summary type: object properties: @@ -14975,7 +14975,7 @@ paths: - total_blocking issue_field_values: type: array - items: &569 + items: &570 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15062,7 +15062,7 @@ paths: - node_id - data_type - value - required: &563 + required: &564 - assignee - closed_at - comments @@ -15100,7 +15100,7 @@ paths: action: type: string issue: *88 - comment: &558 + comment: &559 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15764,7 +15764,7 @@ paths: type: string release: allOf: - - &619 + - &620 title: Release description: A release. type: object @@ -15835,7 +15835,7 @@ paths: author: *4 assets: type: array - items: &620 + items: &621 title: Release Asset description: Data related to a release. type: object @@ -16426,7 +16426,7 @@ paths: url: type: string format: uri - user: &697 + user: &698 title: Public User description: Public User type: object @@ -19830,7 +19830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &595 + - &596 name: all description: If `true`, show notifications marked as read. in: query @@ -19838,7 +19838,7 @@ paths: schema: type: boolean default: false - - &596 + - &597 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19848,7 +19848,7 @@ paths: type: boolean default: false - *95 - - &597 + - &598 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: @@ -20378,7 +20378,7 @@ paths: - url - subscription_url examples: - default: &598 + default: &599 value: - id: '1' repository: @@ -22259,7 +22259,7 @@ paths: parameters: - *78 - *124 - - &748 + - &749 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 @@ -22371,7 +22371,7 @@ paths: - *124 - *125 - *126 - - &749 + - &750 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22379,7 +22379,7 @@ paths: schema: type: string - *129 - - &750 + - &751 name: sku description: The SKU to query for usage. in: query @@ -29892,12 +29892,12 @@ paths: required: - subject_digests examples: - default: &729 + default: &730 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &730 + withPredicateType: &731 value: subject_digests: - sha256:abc123 @@ -29955,7 +29955,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &731 + default: &732 value: attestations_subject_digests: - sha256:abc: @@ -40684,7 +40684,7 @@ paths: type: array items: *257 examples: - default: + default: &557 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -42456,7 +42456,7 @@ paths: parameters: - *78 - *269 - - &712 + - &713 name: repo_name description: repo_name parameter in: path @@ -43497,7 +43497,7 @@ paths: - nuget - container - *78 - - &713 + - &714 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43538,7 +43538,7 @@ paths: default: *276 '403': *29 '401': *25 - '400': &715 + '400': &716 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45635,7 +45635,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &803 + properties: &804 id: type: number description: The unique identifier of the status update. @@ -45683,7 +45683,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &804 + required: &805 - id - node_id - created_at @@ -46123,7 +46123,7 @@ paths: - review_comment - self author_association: *85 - auto_merge: &605 + auto_merge: &606 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46501,7 +46501,7 @@ paths: - updated_at - project_url examples: - default: &735 + default: &736 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46678,7 +46678,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &736 + items: &737 type: object properties: name: @@ -46715,7 +46715,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &737 + iteration_configuration: &738 type: object description: The configuration for iteration fields. properties: @@ -46765,7 +46765,7 @@ paths: value: name: Due date data_type: date - single_select_field: &738 + single_select_field: &739 summary: Create a single select field value: name: Priority @@ -46792,7 +46792,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &739 + iteration_field: &740 summary: Create an iteration field value: name: Sprint @@ -46818,7 +46818,7 @@ paths: application/json: schema: *297 examples: - text_field: &740 + text_field: &741 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46827,7 +46827,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: &741 + number_field: &742 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46836,7 +46836,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: &742 + date_field: &743 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46845,7 +46845,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: &743 + single_select_field: &744 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46879,7 +46879,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &744 + iteration_field: &745 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46925,7 +46925,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *293 - - &745 + - &746 name: field_id description: The unique identifier of the field. in: path @@ -46940,7 +46940,7 @@ paths: application/json: schema: *297 examples: - default: &746 + default: &747 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48137,7 +48137,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &726 + schema: &727 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48314,7 +48314,7 @@ paths: parameters: - *293 - *78 - - &747 + - &748 name: view_number description: The number that identifies the project view. in: path @@ -50281,7 +50281,7 @@ paths: - *78 - *17 - *19 - - &627 + - &628 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50563,7 +50563,7 @@ paths: - repository_property rules: type: array - items: &628 + items: &629 title: Repository Rule type: object description: A repository rule. @@ -50625,7 +50625,7 @@ paths: type: string enum: - required_linear_history - - &626 + - &627 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51527,7 +51527,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *78 - - &629 + - &630 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 @@ -51542,7 +51542,7 @@ paths: in: query schema: type: string - - &630 + - &631 name: time_period description: |- The time period to filter by. @@ -51558,14 +51558,14 @@ paths: - week - month default: day - - &631 + - &632 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 - - &632 + - &633 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51578,7 +51578,7 @@ paths: - bypass - all default: all - - &633 + - &634 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. @@ -51601,7 +51601,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -51656,7 +51656,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -51700,7 +51700,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *78 - - &636 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51716,7 +51716,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -51815,7 +51815,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -52062,7 +52062,7 @@ paths: type: string format: date-time examples: - default: &640 + default: &641 value: - version_id: 3 actor: @@ -52115,7 +52115,7 @@ paths: description: Response content: application/json: - schema: &641 + schema: &642 allOf: - *342 - type: object @@ -52187,7 +52187,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *78 - - &642 + - &643 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52198,7 +52198,7 @@ paths: enum: - open - resolved - - &643 + - &644 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52208,7 +52208,7 @@ paths: required: false schema: type: string - - &644 + - &645 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52219,7 +52219,7 @@ paths: required: false schema: type: string - - &645 + - &646 name: exclude_providers in: query description: |- @@ -52230,7 +52230,7 @@ paths: required: false schema: type: string - - &646 + - &647 name: providers in: query description: |- @@ -52241,7 +52241,7 @@ paths: required: false schema: type: string - - &647 + - &648 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52250,7 +52250,7 @@ paths: required: false schema: type: string - - &648 + - &649 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52269,7 +52269,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &649 + - &650 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. @@ -52284,7 +52284,7 @@ paths: - *62 - *19 - *17 - - &650 + - &651 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 @@ -52294,7 +52294,7 @@ paths: required: false schema: type: string - - &651 + - &652 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 @@ -52304,7 +52304,7 @@ paths: required: false schema: type: string - - &652 + - &653 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52313,7 +52313,7 @@ paths: required: false schema: type: string - - &653 + - &654 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52322,7 +52322,7 @@ paths: schema: type: boolean default: false - - &654 + - &655 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52331,7 +52331,7 @@ paths: schema: type: boolean default: false - - &655 + - &656 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52340,7 +52340,7 @@ paths: schema: type: boolean default: false - - &656 + - &657 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52377,14 +52377,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &657 + state: &658 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: &658 + resolution: &659 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52501,8 +52501,8 @@ paths: pull request. ' - oneOf: &659 - - &661 + oneOf: &660 + - &662 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52560,7 +52560,7 @@ paths: - blob_url - commit_sha - commit_url - - &662 + - &663 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. @@ -52615,7 +52615,7 @@ paths: - page_url - commit_sha - commit_url - - &663 + - &664 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52635,7 +52635,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &664 + - &665 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52655,7 +52655,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &665 + - &666 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52675,7 +52675,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &666 + - &667 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52689,7 +52689,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &667 + - &668 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52703,7 +52703,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &668 + - &669 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52717,7 +52717,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &669 + - &670 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. @@ -52737,7 +52737,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &670 + - &671 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. @@ -52757,7 +52757,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &671 + - &672 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. @@ -52777,7 +52777,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &672 + - &673 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. @@ -52797,7 +52797,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &673 + - &674 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53316,7 +53316,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 description: A repository security advisory. type: object properties: @@ -53607,7 +53607,7 @@ paths: - private_fork additionalProperties: false examples: - default: &678 + default: &679 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55594,7 +55594,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55659,7 +55659,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55773,7 +55773,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &695 + schema: &696 title: Team Repository description: A team's access to a repository. type: object @@ -56430,7 +56430,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: &696 + response-if-child-teams-exist: &697 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -57900,7 +57900,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': &557 + '410': &558 description: Gone content: application/json: @@ -62089,7 +62089,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &766 + properties: &767 url: type: string format: uri @@ -62174,7 +62174,7 @@ paths: nullable: true properties: *83 required: *84 - required: &767 + required: &768 - id - node_id - sha @@ -68269,7 +68269,7 @@ paths: check. type: array items: *93 - deployment: &759 + deployment: &760 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69181,7 +69181,7 @@ paths: type: string format: date-time nullable: true - head_commit: &787 + head_commit: &788 title: Simple Commit description: A commit. type: object @@ -73668,14 +73668,14 @@ paths: type: integer machines: type: array - items: &702 + items: &703 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *478 required: *479 examples: - default: &703 + default: &704 value: total_count: 2 machines: @@ -75062,7 +75062,7 @@ paths: - content - created_at examples: - default: &560 + default: &561 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -75199,7 +75199,7 @@ paths: - *357 - *358 - *104 - - &561 + - &562 name: reaction_id description: The unique identifier of the reaction. in: path @@ -75313,7 +75313,7 @@ paths: type: array items: *490 examples: - default: &612 + default: &613 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -75604,7 +75604,7 @@ paths: type: array items: *494 examples: - default: &604 + default: &605 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76162,7 +76162,7 @@ paths: application/json: schema: *490 examples: - default: &591 + default: &592 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76821,7 +76821,7 @@ paths: application/json: schema: type: array - items: &682 + items: &683 title: Status description: The status of a commit. type: object @@ -77790,7 +77790,7 @@ paths: - size - type - url - - &617 + - &618 title: Content File description: Content File type: object @@ -78404,7 +78404,7 @@ paths: items: type: object properties: - placeholder_id: &674 + placeholder_id: &675 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -84447,7 +84447,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &795 + last_response: &796 title: Hook Response type: object properties: @@ -85499,7 +85499,7 @@ paths: parameters: - *357 - *358 - - &724 + - &725 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -85933,7 +85933,7 @@ paths: type: array items: *556 examples: - default: &717 + default: &718 value: - id: 1 repository: @@ -86237,6 +86237,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: + - *357 + - *358 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *257 + examples: + default: *557 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -86347,7 +86379,7 @@ paths: type: array items: *88 examples: - default: &568 + default: &569 value: - id: 1 node_id: MDU6SXNzdWUx @@ -86635,7 +86667,7 @@ paths: application/json: schema: *88 examples: - default: &565 + default: &566 value: id: 1 node_id: MDU6SXNzdWUx @@ -86792,7 +86824,7 @@ paths: '422': *15 '503': *122 '404': *6 - '410': *557 + '410': *558 x-github: triggersNotification: true githubCloudOnly: false @@ -86842,9 +86874,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: &567 + default: &568 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -86910,9 +86942,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -86991,9 +87023,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '422': *15 x-github: githubCloudOnly: false @@ -87049,7 +87081,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -87105,7 +87137,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *557 + '410': *558 '422': *15 x-github: githubCloudOnly: false @@ -87131,7 +87163,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *557 + '410': *558 '503': *122 x-github: githubCloudOnly: false @@ -87179,7 +87211,7 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 @@ -87268,7 +87300,7 @@ paths: - *357 - *358 - *104 - - *561 + - *562 responses: '204': description: Response @@ -87299,7 +87331,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Issue Event description: Issue Event type: object @@ -87342,8 +87374,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *562 - required: *563 + properties: *563 + required: *564 nullable: true label: title: Issue Event Label @@ -87663,7 +87695,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -87856,7 +87888,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *557 + '410': *558 '403': *29 x-github: githubCloudOnly: false @@ -87892,7 +87924,7 @@ paths: parameters: - *357 - *358 - - &566 + - &567 name: issue_number description: The number that identifies the issue. in: path @@ -87908,7 +87940,7 @@ paths: examples: default: summary: Issue - value: *565 + value: *566 pinned_comment: summary: Issue with pinned comment value: @@ -88109,7 +88141,7 @@ paths: state_reason: completed '301': *361 '404': *6 - '410': *557 + '410': *558 '304': *37 x-github: githubCloudOnly: false @@ -88136,7 +88168,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -88266,13 +88298,13 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '422': *15 '503': *122 '403': *29 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88292,7 +88324,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -88320,7 +88352,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88338,7 +88370,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: content: application/json: @@ -88365,7 +88397,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88389,7 +88421,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - name: assignee in: path required: true @@ -88431,7 +88463,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *95 - *17 - *19 @@ -88442,13 +88474,13 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *567 + default: *568 headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88479,7 +88511,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -88501,16 +88533,16 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *557 + '410': *558 '422': *15 '404': *6 x-github: @@ -88540,7 +88572,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -88552,12 +88584,12 @@ paths: type: array items: *88 examples: - default: *568 + default: *569 headers: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88587,7 +88619,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -88611,7 +88643,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -88619,7 +88651,7 @@ paths: type: string '301': *361 '403': *29 - '410': *557 + '410': *558 '422': *15 '404': *6 x-github: @@ -88652,7 +88684,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -88666,13 +88698,13 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '301': *361 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *557 + '410': *558 x-github: triggersNotification: true githubCloudOnly: false @@ -88700,7 +88732,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -88712,12 +88744,12 @@ paths: type: array items: *88 examples: - default: *568 + default: *569 headers: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88736,7 +88768,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -88750,7 +88782,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &572 + - &573 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -88804,7 +88836,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &574 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -88940,7 +88972,7 @@ paths: - performed_via_github_app - assignee - assigner - - &574 + - &575 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -88991,7 +89023,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -89042,7 +89074,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -89096,7 +89128,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -89143,7 +89175,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -89190,7 +89222,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -89250,7 +89282,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Locked Issue Event description: Locked Issue Event type: object @@ -89298,7 +89330,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -89364,7 +89396,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -89430,7 +89462,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -89496,7 +89528,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -89587,7 +89619,7 @@ paths: color: red headers: Link: *70 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89606,7 +89638,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -89616,9 +89648,9 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: - default: &570 + default: &571 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -89655,7 +89687,7 @@ paths: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89686,7 +89718,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -89756,9 +89788,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *569 + items: *570 examples: - default: *570 + default: *571 '400': *14 '403': *29 '404': *6 @@ -89796,7 +89828,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -89861,9 +89893,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *569 + items: *570 examples: - default: *570 + default: *571 '400': *14 '403': *29 '404': *6 @@ -89896,7 +89928,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *256 responses: '204': @@ -89924,7 +89956,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -89936,7 +89968,7 @@ paths: type: array items: *87 examples: - default: &571 + default: &572 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89956,7 +89988,7 @@ paths: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89974,7 +90006,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -90019,10 +90051,10 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 '301': *361 '404': *6 - '410': *557 + '410': *558 '422': *15 x-github: githubCloudOnly: false @@ -90041,7 +90073,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -90103,10 +90135,10 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 '301': *361 '404': *6 - '410': *557 + '410': *558 '422': *15 x-github: githubCloudOnly: false @@ -90125,13 +90157,13 @@ paths: parameters: - *357 - *358 - - *566 + - *567 responses: '204': description: Response '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90152,7 +90184,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - name: name in: path required: true @@ -90178,7 +90210,7 @@ paths: default: true '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90200,7 +90232,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -90228,7 +90260,7 @@ paths: '204': description: Response '403': *29 - '410': *557 + '410': *558 '404': *6 '422': *15 x-github: @@ -90248,7 +90280,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 responses: '204': description: Response @@ -90280,7 +90312,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 responses: '200': description: Response @@ -90288,10 +90320,10 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90310,7 +90342,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - 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. @@ -90338,11 +90370,11 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90362,7 +90394,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -90427,8 +90459,8 @@ paths: parameters: - *357 - *358 - - *566 - - *561 + - *567 + - *562 responses: '204': description: Response @@ -90459,7 +90491,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -90483,7 +90515,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -90518,7 +90550,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -90530,11 +90562,11 @@ paths: type: array items: *88 examples: - default: *568 + default: *569 headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90564,7 +90596,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -90593,14 +90625,14 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *557 + '410': *558 '422': *15 '404': *6 x-github: @@ -90622,7 +90654,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -90655,7 +90687,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '403': *29 '404': *6 '422': *7 @@ -90679,7 +90711,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -90694,7 +90726,6 @@ paths: description: Timeline Event type: object anyOf: - - *572 - *573 - *574 - *575 @@ -90707,6 +90738,7 @@ paths: - *582 - *583 - *584 + - *585 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -90767,8 +90799,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true required: - event @@ -91023,7 +91055,7 @@ paths: type: string comments: type: array - items: &606 + items: &607 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -91527,7 +91559,7 @@ paths: headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91555,7 +91587,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -91658,9 +91690,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: id: 1 key: ssh-rsa AAA... @@ -91696,7 +91728,7 @@ paths: parameters: - *357 - *358 - - &589 + - &590 name: key_id description: The unique identifier of the key. in: path @@ -91708,9 +91740,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -91730,7 +91762,7 @@ paths: parameters: - *357 - *358 - - *589 + - *590 responses: '204': description: Response @@ -91763,7 +91795,7 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 headers: Link: *70 '404': *6 @@ -91823,7 +91855,7 @@ paths: application/json: schema: *87 examples: - default: &590 + default: &591 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91869,7 +91901,7 @@ paths: application/json: schema: *87 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -92269,7 +92301,7 @@ paths: application/json: schema: *490 examples: - default: *591 + default: *592 '204': description: Response when already merged '404': @@ -92336,7 +92368,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Milestone description: A collection of related issues and pull requests. type: object @@ -92438,9 +92470,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &593 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -92501,7 +92533,7 @@ paths: parameters: - *357 - *358 - - &594 + - &595 name: milestone_number description: The number that identifies the milestone. in: path @@ -92513,9 +92545,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -92534,7 +92566,7 @@ paths: parameters: - *357 - *358 - - *594 + - *595 requestBody: required: false content: @@ -92572,9 +92604,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92592,7 +92624,7 @@ paths: parameters: - *357 - *358 - - *594 + - *595 responses: '204': description: Response @@ -92615,7 +92647,7 @@ paths: parameters: - *357 - *358 - - *594 + - *595 - *17 - *19 responses: @@ -92627,7 +92659,7 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 headers: Link: *70 x-github: @@ -92648,10 +92680,10 @@ paths: parameters: - *357 - *358 - - *595 - *596 - - *95 - *597 + - *95 + - *598 - *17 - *19 responses: @@ -92663,7 +92695,7 @@ paths: type: array items: *115 examples: - default: *598 + default: *599 headers: Link: *70 x-github: @@ -92753,7 +92785,7 @@ paths: description: Response content: application/json: - schema: &599 + schema: &600 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -92878,7 +92910,7 @@ paths: - custom_404 - public examples: - default: &600 + default: &601 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -92974,9 +93006,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 '422': *15 '409': *54 x-github: @@ -93137,7 +93169,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Page Build description: Page Build type: object @@ -93284,9 +93316,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -93346,9 +93378,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93476,7 +93508,7 @@ paths: parameters: - *357 - *358 - - &603 + - &604 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -93536,7 +93568,7 @@ paths: parameters: - *357 - *358 - - *603 + - *604 responses: '204': *61 '404': *6 @@ -94071,7 +94103,7 @@ paths: type: array items: *494 examples: - default: *604 + default: *605 headers: Link: *70 '304': *37 @@ -94169,7 +94201,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &609 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -94380,7 +94412,7 @@ paths: - review_comment - self author_association: *85 - auto_merge: *605 + auto_merge: *606 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -94472,7 +94504,7 @@ paths: - merged_by - review_comments examples: - default: &609 + default: &610 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -95029,9 +95061,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &611 + default: &612 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95116,9 +95148,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95217,9 +95249,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95288,7 +95320,7 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 @@ -95377,7 +95409,7 @@ paths: - *357 - *358 - *104 - - *561 + - *562 responses: '204': description: Response @@ -95422,7 +95454,7 @@ paths: parameters: - *357 - *358 - - &610 + - &611 name: pull_number description: The number that identifies the pull request. in: path @@ -95435,9 +95467,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 '304': *37 '404': *6 '406': @@ -95474,7 +95506,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -95516,9 +95548,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 '422': *15 '403': *29 x-github: @@ -95542,7 +95574,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: true content: @@ -95644,7 +95676,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *112 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -95665,9 +95697,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *611 + default: *612 headers: Link: *70 x-github: @@ -95702,7 +95734,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: true content: @@ -95807,7 +95839,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: example-for-a-multi-line-comment: value: @@ -95897,7 +95929,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *104 requestBody: required: true @@ -95920,7 +95952,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -96008,7 +96040,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *17 - *19 responses: @@ -96020,7 +96052,7 @@ paths: type: array items: *490 examples: - default: *612 + default: *613 headers: Link: *70 x-github: @@ -96052,7 +96084,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *17 - *19 responses: @@ -96102,7 +96134,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 responses: '204': description: Response if pull request has been merged @@ -96127,7 +96159,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -96240,7 +96272,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 responses: '200': description: Response @@ -96317,7 +96349,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -96892,7 +96924,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: true content: @@ -97433,7 +97465,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *17 - *19 responses: @@ -97443,7 +97475,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -97596,7 +97628,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -97682,9 +97714,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &615 + default: &616 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -97749,8 +97781,8 @@ paths: parameters: - *357 - *358 - - *610 - - &614 + - *611 + - &615 name: review_id description: The unique identifier of the review. in: path @@ -97762,9 +97794,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &616 + default: &617 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -97825,8 +97857,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 requestBody: required: true content: @@ -97849,7 +97881,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -97913,16 +97945,16 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *615 + default: *616 '422': *7 '404': *6 x-github: @@ -97951,8 +97983,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 - *17 - *19 responses: @@ -98189,8 +98221,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 requestBody: required: true content: @@ -98218,7 +98250,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -98283,8 +98315,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 requestBody: required: true content: @@ -98319,9 +98351,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *616 + default: *617 '404': *6 '422': *7 '403': *29 @@ -98345,7 +98377,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -98422,9 +98454,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &618 + default: &619 value: type: file encoding: base64 @@ -98487,9 +98519,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '404': *6 '422': *15 x-github: @@ -98522,7 +98554,7 @@ paths: application/json: schema: type: array - items: *619 + items: *620 examples: default: value: @@ -98693,9 +98725,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &623 + default: &624 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -98802,7 +98834,7 @@ paths: parameters: - *357 - *358 - - &621 + - &622 name: asset_id description: The unique identifier of the asset. in: path @@ -98814,9 +98846,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &622 + default: &623 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 @@ -98869,7 +98901,7 @@ paths: parameters: - *357 - *358 - - *621 + - *622 requestBody: required: false content: @@ -98897,9 +98929,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98917,7 +98949,7 @@ paths: parameters: - *357 - *358 - - *621 + - *622 responses: '204': description: Response @@ -99035,9 +99067,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *623 + default: *624 '404': *6 x-github: githubCloudOnly: false @@ -99069,9 +99101,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *623 + default: *624 '404': *6 x-github: githubCloudOnly: false @@ -99095,7 +99127,7 @@ paths: parameters: - *357 - *358 - - &624 + - &625 name: release_id description: The unique identifier of the release. in: path @@ -99109,9 +99141,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: *619 + schema: *620 examples: - default: *623 + default: *624 '401': description: Unauthorized x-github: @@ -99131,7 +99163,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 requestBody: required: false content: @@ -99195,9 +99227,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *623 + default: *624 '404': description: Not Found if the discussion category name is invalid content: @@ -99220,7 +99252,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 responses: '204': description: Response @@ -99243,7 +99275,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 - *17 - *19 responses: @@ -99253,7 +99285,7 @@ paths: application/json: schema: type: array - items: *620 + items: *621 examples: default: value: @@ -99336,7 +99368,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 - name: name in: query required: true @@ -99362,7 +99394,7 @@ paths: description: Response for successful upload content: application/json: - schema: *620 + schema: *621 examples: response-for-successful-upload: value: @@ -99419,7 +99451,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 - 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. @@ -99445,7 +99477,7 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 @@ -99468,7 +99500,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 requestBody: required: true content: @@ -99531,8 +99563,8 @@ paths: parameters: - *357 - *358 - - *624 - - *561 + - *625 + - *562 responses: '204': description: Response @@ -99575,7 +99607,7 @@ paths: oneOf: - allOf: - *318 - - &625 + - &626 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -99596,67 +99628,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *319 - - *625 + - *626 - allOf: - *320 - - *625 + - *626 - allOf: - *321 - - *625 + - *626 - allOf: + - *627 - *626 - - *625 - allOf: - *322 - - *625 + - *626 - allOf: - *323 - - *625 + - *626 - allOf: - *324 - - *625 + - *626 - allOf: - *325 - - *625 + - *626 - allOf: - *326 - - *625 + - *626 - allOf: - *327 - - *625 + - *626 - allOf: - *328 - - *625 + - *626 - allOf: - *329 - - *625 + - *626 - allOf: - *330 - - *625 + - *626 - allOf: - *331 - - *625 + - *626 - allOf: - *336 - - *625 + - *626 - allOf: - *337 - - *625 + - *626 - allOf: - *338 - - *625 + - *626 - allOf: - *332 - - *625 + - *626 - allOf: - *333 - - *625 + - *626 - allOf: - *334 - - *625 + - *626 - allOf: - *335 - - *625 + - *626 examples: default: value: @@ -99707,7 +99739,7 @@ paths: schema: type: boolean default: true - - *627 + - *628 responses: '200': description: Response @@ -99792,7 +99824,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *628 + items: *629 required: - name - enforcement @@ -99825,7 +99857,7 @@ paths: application/json: schema: *339 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -99875,11 +99907,11 @@ paths: parameters: - *357 - *358 - - *629 - *630 - *631 - *632 - *633 + - *634 - *17 - *19 responses: @@ -99887,9 +99919,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *55 x-github: @@ -99912,15 +99944,15 @@ paths: parameters: - *357 - *358 - - *636 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *55 x-github: @@ -99971,7 +100003,7 @@ paths: application/json: schema: *339 examples: - default: *639 + default: *640 '404': *6 '500': *55 put: @@ -100024,7 +100056,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *628 + items: *629 examples: default: value: @@ -100054,7 +100086,7 @@ paths: application/json: schema: *339 examples: - default: *639 + default: *640 '404': *6 '422': *15 '500': *55 @@ -100116,7 +100148,7 @@ paths: type: array items: *342 examples: - default: *640 + default: *641 '404': *6 '500': *55 x-github: @@ -100154,7 +100186,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -100211,7 +100243,6 @@ paths: parameters: - *357 - *358 - - *642 - *643 - *644 - *645 @@ -100219,16 +100250,17 @@ paths: - *647 - *648 - *649 + - *650 - *62 - *19 - *17 - - *650 - *651 - *652 - *653 - *654 - *655 - *656 + - *657 responses: '200': description: Response @@ -100236,7 +100268,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 type: object properties: number: *188 @@ -100255,8 +100287,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolved_at: type: string format: date-time @@ -100362,7 +100394,7 @@ paths: pull request. ' - oneOf: *659 + oneOf: *660 nullable: true has_more_locations: type: boolean @@ -100529,13 +100561,13 @@ paths: - *357 - *358 - *454 - - *655 + - *656 responses: '200': description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -100599,8 +100631,8 @@ paths: schema: type: object properties: - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -100644,7 +100676,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -100756,7 +100788,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &817 + items: &818 type: object properties: type: @@ -100782,7 +100814,6 @@ paths: example: commit details: oneOf: - - *661 - *662 - *663 - *664 @@ -100795,6 +100826,7 @@ paths: - *671 - *672 - *673 + - *674 examples: default: value: @@ -100889,14 +100921,14 @@ paths: schema: type: object properties: - reason: &675 + reason: &676 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *674 + placeholder_id: *675 required: - reason - placeholder_id @@ -100913,7 +100945,7 @@ paths: schema: type: object properties: - reason: *675 + reason: *676 expire_at: type: string format: date-time @@ -100975,7 +101007,7 @@ paths: properties: incremental_scans: type: array - items: &676 + items: &677 description: Information on a single scan performed by secret scanning on the repository type: object @@ -101006,15 +101038,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *676 + items: *677 backfill_scans: type: array - items: *676 + items: *677 custom_pattern_backfill_scans: type: array items: allOf: - - *676 + - *677 - type: object properties: pattern_name: @@ -101027,7 +101059,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *676 + items: *677 examples: default: value: @@ -101137,9 +101169,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: *678 + default: *679 '400': *14 '404': *6 x-github: @@ -101323,9 +101355,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: &680 + default: &681 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -101663,7 +101695,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -101812,15 +101844,15 @@ paths: parameters: - *357 - *358 - - *679 + - *680 responses: '200': description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *680 + default: *681 '403': *29 '404': *6 x-github: @@ -101846,7 +101878,7 @@ paths: parameters: - *357 - *358 - - *679 + - *680 requestBody: required: true content: @@ -102005,10 +102037,10 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *680 - add_credit: *680 + default: *681 + add_credit: *681 '403': *29 '404': *6 '422': @@ -102048,7 +102080,7 @@ paths: parameters: - *357 - *358 - - *679 + - *680 responses: '202': *39 '400': *14 @@ -102077,7 +102109,7 @@ paths: parameters: - *357 - *358 - - *679 + - *680 responses: '202': description: Response @@ -102221,7 +102253,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -102594,7 +102626,7 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: default: value: @@ -102682,7 +102714,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -102776,7 +102808,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &683 + schema: &684 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -102871,7 +102903,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -103078,7 +103110,7 @@ paths: description: Response content: application/json: - schema: &684 + schema: &685 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -103090,7 +103122,7 @@ paths: required: - names examples: - default: &685 + default: &686 value: names: - octocat @@ -103145,9 +103177,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '404': *6 '422': *7 x-github: @@ -103170,7 +103202,7 @@ paths: parameters: - *357 - *358 - - &686 + - &687 name: per description: The time frame to display results for. in: query @@ -103199,7 +103231,7 @@ paths: example: 128 clones: type: array - items: &687 + items: &688 title: Traffic type: object properties: @@ -103440,7 +103472,7 @@ paths: parameters: - *357 - *358 - - *686 + - *687 responses: '200': description: Response @@ -103459,7 +103491,7 @@ paths: example: 3782 views: type: array - items: *687 + items: *688 required: - uniques - count @@ -104231,7 +104263,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &688 + text_matches: &689 title: Search Result Text Matches type: array items: @@ -104393,7 +104425,7 @@ paths: enum: - author-date - committer-date - - &689 + - &690 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 @@ -104521,7 +104553,7 @@ paths: type: number node_id: type: string - text_matches: *688 + text_matches: *689 required: - sha - node_id @@ -104713,7 +104745,7 @@ paths: - interactions - created - updated - - *689 + - *690 - *17 - *19 - name: advanced_search @@ -104827,11 +104859,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: type: string state_reason: @@ -104863,7 +104895,7 @@ paths: type: string format: date-time nullable: true - text_matches: *688 + text_matches: *689 pull_request: type: object properties: @@ -105145,7 +105177,7 @@ paths: enum: - created - updated - - *689 + - *690 - *17 - *19 responses: @@ -105189,7 +105221,7 @@ paths: nullable: true score: type: number - text_matches: *688 + text_matches: *689 required: - id - node_id @@ -105274,7 +105306,7 @@ paths: - forks - help-wanted-issues - updated - - *689 + - *690 - *17 - *19 responses: @@ -105522,7 +105554,7 @@ paths: - admin - pull - push - text_matches: *688 + text_matches: *689 temp_clone_token: type: string allow_merge_commit: @@ -105822,7 +105854,7 @@ paths: type: string format: uri nullable: true - text_matches: *688 + text_matches: *689 related: type: array nullable: true @@ -106013,7 +106045,7 @@ paths: - followers - repositories - joined - - *689 + - *690 - *17 - *19 responses: @@ -106117,7 +106149,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *688 + text_matches: *689 blog: type: string nullable: true @@ -106196,7 +106228,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &692 + - &693 name: team_id description: The unique identifier of the team. in: path @@ -106237,7 +106269,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *692 + - *693 requestBody: required: true content: @@ -106337,7 +106369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *692 + - *693 responses: '204': description: Response @@ -106366,7 +106398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *692 + - *693 - *17 - *19 responses: @@ -106404,7 +106436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *692 + - *693 - name: role description: Filters members returned by their role in the team. in: query @@ -106455,7 +106487,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -106492,7 +106524,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -106532,7 +106564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -106569,7 +106601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *692 + - *693 - *74 responses: '200': @@ -106578,7 +106610,7 @@ paths: application/json: schema: *356 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -106611,7 +106643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *692 + - *693 - *74 requestBody: required: false @@ -106639,7 +106671,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -106673,7 +106705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -106701,7 +106733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *692 + - *693 - *17 - *19 responses: @@ -106743,7 +106775,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *692 + - *693 - *357 - *358 responses: @@ -106751,7 +106783,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *695 + schema: *696 examples: alternative-response-with-extra-repository-information: value: @@ -106902,7 +106934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *692 + - *693 - *357 - *358 requestBody: @@ -106954,7 +106986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *692 + - *693 - *357 - *358 responses: @@ -106981,7 +107013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *692 + - *693 - *17 - *19 responses: @@ -106993,7 +107025,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: *696 + response-if-child-teams-exist: *697 headers: Link: *70 '404': *6 @@ -107026,7 +107058,7 @@ paths: application/json: schema: oneOf: - - &698 + - &699 title: Private User description: Private User type: object @@ -107229,7 +107261,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *697 + - *698 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -107382,7 +107414,7 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: default: value: @@ -107780,7 +107812,7 @@ paths: type: integer secrets: type: array - items: &699 + items: &700 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -107896,7 +107928,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -108309,7 +108341,7 @@ paths: description: Response content: application/json: - schema: &700 + schema: &701 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -108350,7 +108382,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &701 + default: &702 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -108395,9 +108427,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 x-github: githubCloudOnly: false @@ -108434,9 +108466,9 @@ paths: type: integer machines: type: array - items: *702 + items: *703 examples: - default: *703 + default: *704 '304': *37 '500': *55 '401': *25 @@ -109375,7 +109407,7 @@ paths: type: array items: *275 examples: - default: &714 + default: &715 value: - id: 197 name: hello_docker @@ -109476,7 +109508,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: Email description: Email type: object @@ -109541,9 +109573,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: &716 + default: &717 value: - email: octocat@github.com verified: true @@ -109618,7 +109650,7 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: default: value: @@ -109874,7 +109906,7 @@ paths: application/json: schema: type: array - items: &705 + items: &706 title: GPG Key description: A unique encryption key type: object @@ -110005,7 +110037,7 @@ paths: - subkeys - revoked examples: - default: &733 + default: &734 value: - id: 3 name: Octocat's GPG Key @@ -110090,9 +110122,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: - default: &706 + default: &707 value: id: 3 name: Octocat's GPG Key @@ -110149,7 +110181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &707 + - &708 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -110161,9 +110193,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: - default: *706 + default: *707 '404': *6 '304': *37 '403': *29 @@ -110186,7 +110218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *707 + - *708 responses: '204': description: Response @@ -110653,7 +110685,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: Key description: Key type: object @@ -110754,9 +110786,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110789,15 +110821,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *589 + - *590 responses: '200': description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *37 '403': *29 @@ -110820,7 +110852,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *589 + - *590 responses: '204': description: Response @@ -110853,7 +110885,7 @@ paths: application/json: schema: type: array - items: &710 + items: &711 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -110921,7 +110953,7 @@ paths: - account - plan examples: - default: &711 + default: &712 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -110983,9 +111015,9 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: - default: *711 + default: *712 headers: Link: *70 '304': *37 @@ -111994,7 +112026,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *269 - - *712 + - *713 responses: '204': description: Response @@ -112109,7 +112141,7 @@ paths: - docker - nuget - container - - *713 + - *714 - *19 - *17 responses: @@ -112121,8 +112153,8 @@ paths: type: array items: *275 examples: - default: *714 - '400': *715 + default: *715 + '400': *716 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112151,7 +112183,7 @@ paths: application/json: schema: *275 examples: - default: &734 + default: &735 value: id: 40201 name: octo-name @@ -112513,9 +112545,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: *716 + default: *717 headers: Link: *70 '304': *37 @@ -112628,7 +112660,7 @@ paths: type: array items: *82 examples: - default: &723 + default: &724 summary: Default response value: - id: 1296269 @@ -112974,7 +113006,7 @@ paths: type: array items: *556 examples: - default: *717 + default: *718 headers: Link: *70 '304': *37 @@ -113053,7 +113085,7 @@ paths: application/json: schema: type: array - items: &718 + items: &719 title: Social account description: Social media account type: object @@ -113068,7 +113100,7 @@ paths: - provider - url examples: - default: &719 + default: &720 value: - provider: twitter url: https://twitter.com/github @@ -113130,9 +113162,9 @@ paths: application/json: schema: type: array - items: *718 + items: *719 examples: - default: *719 + default: *720 '422': *15 '304': *37 '404': *6 @@ -113219,7 +113251,7 @@ paths: application/json: schema: type: array - items: &720 + items: &721 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -113239,7 +113271,7 @@ paths: - title - created_at examples: - default: &751 + default: &752 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -113303,9 +113335,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: &721 + default: &722 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -113335,7 +113367,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: - - &722 + - &723 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -113347,9 +113379,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *721 + default: *722 '404': *6 '304': *37 '403': *29 @@ -113372,7 +113404,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: - - *722 + - *723 responses: '204': description: Response @@ -113401,7 +113433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &752 + - &753 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 @@ -113426,11 +113458,11 @@ paths: type: array items: *82 examples: - default-response: *723 + default-response: *724 application/vnd.github.v3.star+json: schema: type: array - items: &753 + items: &754 title: Starred Repository description: Starred Repository type: object @@ -113799,10 +113831,10 @@ paths: application/json: schema: oneOf: + - *699 - *698 - - *697 examples: - default-response: &727 + default-response: &728 summary: Default response value: login: octocat @@ -113837,7 +113869,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &728 + response-with-git-hub-plan-information: &729 summary: Response with GitHub plan information value: login: octocat @@ -113894,7 +113926,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &725 + - &726 name: user_id description: The unique identifier of the user. in: path @@ -113960,7 +113992,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *724 + - *725 - *17 responses: '200': @@ -113995,7 +114027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *725 + - *726 - *293 requestBody: required: true @@ -114067,7 +114099,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *726 + schema: *727 examples: table_view: summary: Response for creating a table view @@ -114119,11 +114151,11 @@ paths: application/json: schema: oneOf: + - *699 - *698 - - *697 examples: - default-response: *727 - response-with-git-hub-plan-information: *728 + default-response: *728 + response-with-git-hub-plan-information: *729 '404': *6 x-github: githubCloudOnly: false @@ -114173,8 +114205,8 @@ paths: required: - subject_digests examples: - default: *729 - withPredicateType: *730 + default: *730 + withPredicateType: *731 responses: '200': description: Response @@ -114227,7 +114259,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *731 + default: *732 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114713,7 +114745,7 @@ paths: application/json: schema: *204 examples: - default: &732 + default: &733 summary: Example response for a user copilot space value: id: 42 @@ -114814,7 +114846,7 @@ paths: application/json: schema: *204 examples: - default: *732 + default: *733 '403': *29 '404': *6 x-github: @@ -114937,7 +114969,7 @@ paths: application/json: schema: *204 examples: - default: *732 + default: *733 '403': *29 '404': *6 '422': *15 @@ -115705,7 +115737,7 @@ paths: type: array items: *275 examples: - default: *714 + default: *715 '403': *29 '401': *25 x-github: @@ -116089,9 +116121,9 @@ paths: application/json: schema: type: array - items: *705 + items: *706 examples: - default: *733 + default: *734 headers: Link: *70 x-github: @@ -116319,7 +116351,7 @@ paths: - docker - nuget - container - - *713 + - *714 - *74 - *19 - *17 @@ -116332,10 +116364,10 @@ paths: type: array items: *275 examples: - default: *714 + default: *715 '403': *29 '401': *25 - '400': *715 + '400': *716 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116365,7 +116397,7 @@ paths: application/json: schema: *275 examples: - default: *734 + default: *735 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116714,7 +116746,7 @@ paths: type: array items: *297 examples: - default: *735 + default: *736 headers: Link: *70 '304': *37 @@ -116774,7 +116806,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *736 + items: *737 required: - name - data_type @@ -116790,7 +116822,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *737 + iteration_configuration: *738 required: - name - data_type @@ -116812,8 +116844,8 @@ paths: value: name: Due date data_type: date - single_select_field: *738 - iteration_field: *739 + single_select_field: *739 + iteration_field: *740 responses: '201': description: Response @@ -116821,11 +116853,11 @@ paths: application/json: schema: *297 examples: - text_field: *740 - number_field: *741 - date_field: *742 - single_select_field: *743 - iteration_field: *744 + text_field: *741 + number_field: *742 + date_field: *743 + single_select_field: *744 + iteration_field: *745 '304': *37 '403': *29 '401': *25 @@ -116847,7 +116879,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *293 - - *745 + - *746 - *74 responses: '200': @@ -116856,7 +116888,7 @@ paths: application/json: schema: *297 examples: - default: *746 + default: *747 headers: Link: *70 '304': *37 @@ -117210,7 +117242,7 @@ paths: parameters: - *293 - *74 - - *747 + - *748 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -117749,7 +117781,7 @@ paths: parameters: - *74 - *124 - - *748 + - *749 - *126 responses: '200': @@ -117848,9 +117880,9 @@ paths: - *124 - *125 - *126 - - *749 - - *129 - *750 + - *129 + - *751 responses: '200': description: Response when getting a billing usage summary @@ -117984,9 +118016,9 @@ paths: application/json: schema: type: array - items: *718 + items: *719 examples: - default: *719 + default: *720 headers: Link: *70 x-github: @@ -118016,9 +118048,9 @@ paths: application/json: schema: type: array - items: *720 + items: *721 examples: - default: *751 + default: *752 headers: Link: *70 x-github: @@ -118043,7 +118075,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *74 - - *752 + - *753 - *62 - *17 - *19 @@ -118055,11 +118087,11 @@ paths: schema: anyOf: - type: array - items: *753 + items: *754 - type: array items: *82 examples: - default-response: *723 + default-response: *724 headers: Link: *70 x-github: @@ -118218,7 +118250,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &754 + enterprise: &755 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -118276,7 +118308,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &755 + installation: &756 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -118295,7 +118327,7 @@ x-webhooks: required: - id - node_id - organization: &756 + organization: &757 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -118355,13 +118387,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &757 + repository: &758 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &789 + properties: &790 id: description: Unique identifier of the repository example: 42 @@ -119056,7 +119088,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &790 + required: &791 - archive_url - assignees_url - blobs_url @@ -119207,10 +119239,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -119286,11 +119318,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - rule: &758 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + rule: &759 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) @@ -119513,11 +119545,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - rule: *758 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + rule: *759 sender: *4 required: - action @@ -119700,11 +119732,11 @@ x-webhooks: - everyone required: - from - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - rule: *758 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + rule: *759 sender: *4 required: - action @@ -119788,7 +119820,7 @@ x-webhooks: type: string enum: - completed - check_run: &760 + check_run: &761 title: CheckRun description: A check performed on the code of a given code change type: object @@ -119879,7 +119911,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *759 + deployment: *760 details_url: example: https://example.com type: string @@ -119964,10 +119996,10 @@ x-webhooks: - output - app - pull_requests - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 sender: *4 required: - check_run @@ -120358,11 +120390,11 @@ x-webhooks: type: string enum: - created - check_run: *760 - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + check_run: *761 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 sender: *4 required: - check_run @@ -120756,11 +120788,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *760 - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + check_run: *761 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 requested_action: description: The action requested by the user. type: object @@ -121163,11 +121195,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *760 - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + check_run: *761 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 sender: *4 required: - check_run @@ -122137,10 +122169,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -122839,10 +122871,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -123535,10 +123567,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -123849,20 +123881,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &761 + commit_oid: &762 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: *754 - installation: *755 - organization: *756 - ref: &762 + enterprise: *755 + installation: *756 + organization: *757 + ref: &763 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: *757 + repository: *758 sender: *4 required: - action @@ -124257,12 +124289,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -124528,12 +124560,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -124865,12 +124897,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -125144,16 +125176,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *757 + repository: *758 sender: *4 required: - action @@ -125390,12 +125422,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -125706,10 +125738,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -125964,10 +125996,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -126047,18 +126079,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *756 - pusher_type: &763 + organization: *757 + pusher_type: &764 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &764 + ref: &765 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -126068,7 +126100,7 @@ x-webhooks: enum: - tag - branch - repository: *757 + repository: *758 sender: *4 required: - ref @@ -126151,9 +126183,9 @@ x-webhooks: enum: - created definition: *305 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -126238,9 +126270,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -126318,9 +126350,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *305 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -126398,9 +126430,9 @@ x-webhooks: enum: - updated definition: *305 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -126477,10 +126509,10 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - repository: *757 - organization: *756 + enterprise: *755 + installation: *756 + repository: *758 + organization: *757 sender: *4 new_property_values: type: array @@ -126565,18 +126597,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - pusher_type: *763 - ref: *764 + enterprise: *755 + installation: *756 + organization: *757 + pusher_type: *764 + ref: *765 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *757 + repository: *758 sender: *4 required: - ref @@ -126657,10 +126689,10 @@ x-webhooks: enum: - assignees_changed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126741,10 +126773,10 @@ x-webhooks: enum: - auto_dismissed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126826,10 +126858,10 @@ x-webhooks: enum: - auto_reopened alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126911,10 +126943,10 @@ x-webhooks: enum: - created alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126994,10 +127026,10 @@ x-webhooks: enum: - dismissed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -127077,10 +127109,10 @@ x-webhooks: enum: - fixed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -127161,10 +127193,10 @@ x-webhooks: enum: - reintroduced alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -127244,10 +127276,10 @@ x-webhooks: enum: - reopened alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -127324,9 +127356,9 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - key: &765 + enterprise: *755 + installation: *756 + key: &766 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -127362,8 +127394,8 @@ x-webhooks: - verified - created_at - read_only - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -127440,11 +127472,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - key: *765 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + key: *766 + organization: *757 + repository: *758 sender: *4 required: - action @@ -128000,12 +128032,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: &771 + workflow: &772 title: Workflow type: object nullable: true @@ -128746,15 +128778,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *766 - required: *767 + properties: *767 + required: *768 nullable: true pull_requests: type: array - items: *608 - repository: *757 - organization: *756 - installation: *755 + items: *609 + repository: *758 + organization: *757 + installation: *756 sender: *4 responses: '200': @@ -128825,7 +128857,7 @@ x-webhooks: type: string enum: - approved - approver: &768 + approver: &769 type: object properties: avatar_url: @@ -128868,11 +128900,11 @@ x-webhooks: type: string comment: type: string - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - reviewers: &769 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + reviewers: &770 type: array items: type: object @@ -128951,7 +128983,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &770 + workflow_job_run: &771 type: object properties: conclusion: @@ -129682,18 +129714,18 @@ x-webhooks: type: string enum: - rejected - approver: *768 + approver: *769 comment: type: string - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - reviewers: *769 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + reviewers: *770 sender: *4 since: type: string - workflow_job_run: *770 + workflow_job_run: *771 workflow_job_runs: type: array items: @@ -130397,13 +130429,13 @@ x-webhooks: type: string enum: - requested - enterprise: *754 + enterprise: *755 environment: type: string - installation: *755 - organization: *756 - repository: *757 - requestor: &776 + installation: *756 + organization: *757 + repository: *758 + requestor: &777 title: User type: object nullable: true @@ -132292,12 +132324,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Deployment Workflow Run type: object @@ -132977,7 +133009,7 @@ x-webhooks: type: string enum: - answered - answer: &774 + answer: &775 type: object properties: author_association: @@ -133134,11 +133166,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133265,11 +133297,11 @@ x-webhooks: - from required: - category - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133352,11 +133384,11 @@ x-webhooks: type: string enum: - closed - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133438,7 +133470,7 @@ x-webhooks: type: string enum: - created - comment: &773 + comment: &774 type: object properties: author_association: @@ -133595,11 +133627,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133682,12 +133714,12 @@ x-webhooks: type: string enum: - deleted - comment: *773 - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + comment: *774 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133782,12 +133814,12 @@ x-webhooks: - from required: - body - comment: *773 - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + comment: *774 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133871,11 +133903,11 @@ x-webhooks: type: string enum: - created - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133957,11 +133989,11 @@ x-webhooks: type: string enum: - deleted - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134061,11 +134093,11 @@ x-webhooks: type: string required: - from - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134147,10 +134179,10 @@ x-webhooks: type: string enum: - labeled - discussion: *772 - enterprise: *754 - installation: *755 - label: &775 + discussion: *773 + enterprise: *755 + installation: *756 + label: &776 title: Label type: object properties: @@ -134182,8 +134214,8 @@ x-webhooks: - color - default - description - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134266,11 +134298,11 @@ x-webhooks: type: string enum: - locked - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134352,11 +134384,11 @@ x-webhooks: type: string enum: - pinned - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134438,11 +134470,11 @@ x-webhooks: type: string enum: - reopened - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134527,16 +134559,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *772 - new_repository: *757 + new_discussion: *773 + new_repository: *758 required: - new_discussion - new_repository - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134619,10 +134651,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *772 - old_answer: *774 - organization: *756 - repository: *757 + discussion: *773 + old_answer: *775 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134704,12 +134736,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *772 - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134792,11 +134824,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134878,11 +134910,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134955,7 +134987,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *754 + enterprise: *755 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -135615,9 +135647,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - forkee @@ -135763,9 +135795,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pages: description: The pages that were updated. type: array @@ -135802,7 +135834,7 @@ x-webhooks: - action - sha - html_url - repository: *757 + repository: *758 sender: *4 required: - pages @@ -135878,10 +135910,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: &777 + organization: *757 + repositories: &778 description: An array of repository objects that the installation can access. type: array @@ -135907,8 +135939,8 @@ x-webhooks: - name - full_name - private - repository: *757 - requester: *776 + repository: *758 + requester: *777 sender: *4 required: - action @@ -135983,11 +136015,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -136063,11 +136095,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -136143,10 +136175,10 @@ x-webhooks: type: string enum: - added - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories_added: &778 + organization: *757 + repositories_added: &779 description: An array of repository objects, which were added to the installation. type: array @@ -136192,15 +136224,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *757 - repository_selection: &779 + repository: *758 + repository_selection: &780 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *776 + requester: *777 sender: *4 required: - action @@ -136279,10 +136311,10 @@ x-webhooks: type: string enum: - removed - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories_added: *778 + organization: *757 + repositories_added: *779 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -136309,9 +136341,9 @@ x-webhooks: - name - full_name - private - repository: *757 - repository_selection: *779 - requester: *776 + repository: *758 + repository_selection: *780 + requester: *777 sender: *4 required: - action @@ -136390,11 +136422,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -136572,10 +136604,10 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 target_type: type: string @@ -136654,11 +136686,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -136832,8 +136864,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true user: title: User @@ -136918,8 +136950,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137708,8 +137740,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138058,8 +138090,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -138139,7 +138171,7 @@ x-webhooks: type: string enum: - deleted - comment: &780 + comment: &781 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -138296,8 +138328,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true required: - url @@ -138312,8 +138344,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139098,8 +139130,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139450,8 +139482,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -139531,7 +139563,7 @@ x-webhooks: type: string enum: - edited - changes: &809 + changes: &810 description: The changes to the comment. type: object properties: @@ -139543,9 +139575,9 @@ x-webhooks: type: string required: - from - comment: *780 - enterprise: *754 - installation: *755 + comment: *781 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140333,8 +140365,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140683,8 +140715,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -140765,9 +140797,9 @@ x-webhooks: type: string enum: - pinned - comment: *780 - enterprise: *754 - installation: *755 + comment: *781 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141557,8 +141589,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141909,8 +141941,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -141990,9 +142022,9 @@ x-webhooks: type: string enum: - unpinned - comment: *780 - enterprise: *754 - installation: *755 + comment: *781 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142782,8 +142814,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143134,8 +143166,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143224,9 +143256,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143315,9 +143347,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143405,9 +143437,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143496,9 +143528,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143578,10 +143610,10 @@ x-webhooks: type: string enum: - assigned - assignee: *776 - enterprise: *754 - installation: *755 - issue: &781 + assignee: *777 + enterprise: *755 + installation: *756 + issue: &782 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -144373,11 +144405,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144494,8 +144526,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -144575,8 +144607,8 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145373,11 +145405,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145629,8 +145661,8 @@ x-webhooks: required: - state - closed_at - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -145709,8 +145741,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146498,11 +146530,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146618,8 +146650,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -146698,8 +146730,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147509,11 +147541,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147608,7 +147640,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &782 + milestone: &783 title: Milestone description: A collection of related issues and pull requests. type: object @@ -147746,8 +147778,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -147846,8 +147878,8 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148639,11 +148671,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148760,9 +148792,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *775 - organization: *756 - repository: *757 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -148842,9 +148874,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 issue_field: type: object description: The issue field whose value was set or updated on the @@ -148998,8 +149030,8 @@ x-webhooks: - id required: - from - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -149079,9 +149111,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -149162,8 +149194,8 @@ x-webhooks: nullable: true required: - id - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -149243,8 +149275,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150035,11 +150067,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150156,9 +150188,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *775 - organization: *756 - repository: *757 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -150238,8 +150270,8 @@ x-webhooks: type: string enum: - locked - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151054,11 +151086,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151152,8 +151184,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -151232,8 +151264,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152042,11 +152074,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152140,9 +152172,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *782 - organization: *756 - repository: *757 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -153005,11 +153037,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153590,8 +153622,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154375,11 +154407,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154503,8 +154535,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -154584,9 +154616,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *754 - installation: *755 - issue: &783 + enterprise: *755 + installation: *756 + issue: &784 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -155372,11 +155404,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155492,8 +155524,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -155572,8 +155604,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156386,11 +156418,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156485,8 +156517,8 @@ x-webhooks: user_view_type: type: string type: *257 - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -157355,11 +157387,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157954,11 +157986,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *754 - installation: *755 - issue: *783 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *784 + organization: *757 + repository: *758 sender: *4 required: - action @@ -158038,12 +158070,12 @@ x-webhooks: type: string enum: - typed - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 type: *257 - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -158124,7 +158156,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &812 + assignee: &813 title: User type: object nullable: true @@ -158194,11 +158226,11 @@ x-webhooks: required: - login - id - enterprise: *754 - installation: *755 - issue: *781 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *782 + organization: *757 + repository: *758 sender: *4 required: - action @@ -158277,12 +158309,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *754 - installation: *755 - issue: *781 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *782 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -158362,8 +158394,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159176,11 +159208,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159274,8 +159306,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159355,11 +159387,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *754 - installation: *755 - issue: *783 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *784 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159438,12 +159470,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 type: *257 - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159523,11 +159555,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159605,11 +159637,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159719,11 +159751,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159805,9 +159837,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: &784 + enterprise: *755 + installation: *756 + marketplace_purchase: &785 title: Marketplace Purchase type: object required: @@ -159890,8 +159922,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *756 - previous_marketplace_purchase: &785 + organization: *757 + previous_marketplace_purchase: &786 title: Marketplace Purchase type: object properties: @@ -159971,7 +160003,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *757 + repository: *758 sender: *4 required: - action @@ -160051,10 +160083,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: *784 - organization: *756 + enterprise: *755 + installation: *756 + marketplace_purchase: *785 + organization: *757 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -160137,7 +160169,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *757 + repository: *758 sender: *4 required: - action @@ -160219,10 +160251,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: *784 - organization: *756 + enterprise: *755 + installation: *756 + marketplace_purchase: *785 + organization: *757 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -160304,7 +160336,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *757 + repository: *758 sender: *4 required: - action @@ -160385,8 +160417,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 marketplace_purchase: title: Marketplace Purchase type: object @@ -160468,9 +160500,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *756 - previous_marketplace_purchase: *785 - repository: *757 + organization: *757 + previous_marketplace_purchase: *786 + repository: *758 sender: *4 required: - action @@ -160550,12 +160582,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: *784 - organization: *756 - previous_marketplace_purchase: *785 - repository: *757 + enterprise: *755 + installation: *756 + marketplace_purchase: *785 + organization: *757 + previous_marketplace_purchase: *786 + repository: *758 sender: *4 required: - action @@ -160657,11 +160689,11 @@ x-webhooks: type: string required: - to - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 sender: *4 required: - action @@ -160761,11 +160793,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 sender: *4 required: - action @@ -160844,11 +160876,11 @@ x-webhooks: type: string enum: - removed - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 sender: *4 required: - action @@ -160926,11 +160958,11 @@ x-webhooks: type: string enum: - added - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 scope: description: The scope of the membership. Currently, can only be `team`. @@ -161006,7 +161038,7 @@ x-webhooks: required: - login - id - team: &786 + team: &787 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -161229,11 +161261,11 @@ x-webhooks: type: string enum: - removed - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 scope: description: The scope of the membership. Currently, can only be `team`. @@ -161310,7 +161342,7 @@ x-webhooks: required: - login - id - team: *786 + team: *787 required: - action - scope @@ -161392,8 +161424,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *755 - merge_group: &788 + installation: *756 + merge_group: &789 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -161412,15 +161444,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *787 + head_commit: *788 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161506,10 +161538,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *755 - merge_group: *788 - organization: *756 - repository: *757 + installation: *756 + merge_group: *789 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161582,7 +161614,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 + enterprise: *755 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -161691,16 +161723,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *755 - organization: *756 + installation: *756 + organization: *757 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -161781,11 +161813,11 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 - milestone: *782 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161864,9 +161896,9 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - milestone: &791 + enterprise: *755 + installation: *756 + milestone: &792 title: Milestone description: A collection of related issues and pull requests. type: object @@ -162003,8 +162035,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162083,11 +162115,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - milestone: *782 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162197,11 +162229,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - milestone: *782 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162281,11 +162313,11 @@ x-webhooks: type: string enum: - opened - enterprise: *754 - installation: *755 - milestone: *791 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *792 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162364,11 +162396,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *776 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + blocked_user: *777 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162447,11 +162479,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *776 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + blocked_user: *777 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162530,9 +162562,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - membership: &792 + enterprise: *755 + installation: *756 + membership: &793 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -162639,8 +162671,8 @@ x-webhooks: - role - organization_url - user - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162718,11 +162750,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *754 - installation: *755 - membership: *792 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + membership: *793 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162801,8 +162833,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -162918,10 +162950,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 - user: *776 + user: *777 required: - action - invitation @@ -162999,11 +163031,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *754 - installation: *755 - membership: *792 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + membership: *793 + organization: *757 + repository: *758 sender: *4 required: - action @@ -163090,11 +163122,11 @@ x-webhooks: properties: from: type: string - enterprise: *754 - installation: *755 - membership: *792 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + membership: *793 + organization: *757 + repository: *758 sender: *4 required: - action @@ -163171,9 +163203,9 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 package: description: Information about the package. type: object @@ -163672,7 +163704,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &793 + items: &794 title: Ruby Gems metadata type: object properties: @@ -163767,7 +163799,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -163843,9 +163875,9 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 package: description: Information about the package. type: object @@ -164198,7 +164230,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *793 + items: *794 source_url: type: string format: uri @@ -164268,7 +164300,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -164444,12 +164476,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *754 + enterprise: *755 id: type: integer - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - id @@ -164526,7 +164558,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &794 + personal_access_token_request: &795 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -164672,10 +164704,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *754 - organization: *756 + enterprise: *755 + organization: *757 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164752,11 +164784,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *794 - enterprise: *754 - organization: *756 + personal_access_token_request: *795 + enterprise: *755 + organization: *757 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164832,11 +164864,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *794 - enterprise: *754 - organization: *756 + personal_access_token_request: *795 + enterprise: *755 + organization: *757 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164911,11 +164943,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *794 - organization: *756 - enterprise: *754 + personal_access_token_request: *795 + organization: *757 + enterprise: *755 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -165020,7 +165052,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *795 + last_response: *796 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -165052,8 +165084,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 zen: description: Random string of GitHub zen. @@ -165298,10 +165330,10 @@ x-webhooks: - from required: - note - enterprise: *754 - installation: *755 - organization: *756 - project_card: &796 + enterprise: *755 + installation: *756 + organization: *757 + project_card: &797 title: Project Card type: object properties: @@ -165420,7 +165452,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *757 + repository: *758 sender: *4 required: - action @@ -165501,11 +165533,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - project_card: *796 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_card: *797 + repository: *758 sender: *4 required: - action @@ -165585,9 +165617,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 project_card: title: Project Card type: object @@ -165715,8 +165747,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -165810,11 +165842,11 @@ x-webhooks: - from required: - note - enterprise: *754 - installation: *755 - organization: *756 - project_card: *796 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_card: *797 + repository: *758 sender: *4 required: - action @@ -165908,9 +165940,9 @@ x-webhooks: - from required: - column_id - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 project_card: allOf: - title: Project Card @@ -166100,7 +166132,7 @@ x-webhooks: type: string required: - after_id - repository: *757 + repository: *758 sender: *4 required: - action @@ -166180,10 +166212,10 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 - organization: *756 - project: &798 + enterprise: *755 + installation: *756 + organization: *757 + project: &799 title: Project type: object properties: @@ -166307,7 +166339,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *757 + repository: *758 sender: *4 required: - action @@ -166387,10 +166419,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - project_column: &797 + enterprise: *755 + installation: *756 + organization: *757 + project_column: &798 title: Project Column type: object properties: @@ -166429,7 +166461,7 @@ x-webhooks: - name - created_at - updated_at - repository: *757 + repository: *758 sender: *4 required: - action @@ -166508,18 +166540,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - project_column: *797 + enterprise: *755 + installation: *756 + organization: *757 + project_column: *798 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -166609,11 +166641,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - project_column: *797 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_column: *798 + repository: *758 sender: *4 required: - action @@ -166693,11 +166725,11 @@ x-webhooks: type: string enum: - moved - enterprise: *754 - installation: *755 - organization: *756 - project_column: *797 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_column: *798 + repository: *758 sender: *4 required: - action @@ -166777,11 +166809,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - project: *798 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 + repository: *758 sender: *4 required: - action @@ -166861,18 +166893,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - project: *798 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -166974,11 +167006,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - project: *798 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 + repository: *758 sender: *4 required: - action @@ -167057,11 +167089,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *754 - installation: *755 - organization: *756 - project: *798 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 + repository: *758 sender: *4 required: - action @@ -167142,8 +167174,8 @@ x-webhooks: type: string enum: - closed - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -167225,8 +167257,8 @@ x-webhooks: type: string enum: - created - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -167308,8 +167340,8 @@ x-webhooks: type: string enum: - deleted - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -167427,8 +167459,8 @@ x-webhooks: type: string to: type: string - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -167512,7 +167544,7 @@ x-webhooks: type: string enum: - archived - changes: &802 + changes: &803 type: object properties: archived_at: @@ -167526,9 +167558,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *755 - organization: *756 - projects_v2_item: &799 + installation: *756 + organization: *757 + projects_v2_item: &800 title: Projects v2 Item description: An item belonging to a project type: object @@ -167663,9 +167695,9 @@ x-webhooks: nullable: true to: type: string - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167747,9 +167779,9 @@ x-webhooks: type: string enum: - created - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167830,9 +167862,9 @@ x-webhooks: type: string enum: - deleted - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167938,7 +167970,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &800 + - &801 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -167960,7 +167992,7 @@ x-webhooks: required: - id - name - - &801 + - &802 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -167994,8 +168026,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *800 - *801 + - *802 required: - field_value - type: object @@ -168011,9 +168043,9 @@ x-webhooks: nullable: true required: - body - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -168108,9 +168140,9 @@ x-webhooks: to: type: string nullable: true - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -168193,10 +168225,10 @@ x-webhooks: type: string enum: - restored - changes: *802 - installation: *755 - organization: *756 - projects_v2_item: *799 + changes: *803 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -168278,8 +168310,8 @@ x-webhooks: type: string enum: - reopened - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -168361,14 +168393,14 @@ x-webhooks: type: string enum: - created - installation: *755 - organization: *756 - projects_v2_status_update: &805 + installation: *756 + organization: *757 + projects_v2_status_update: &806 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *803 - required: *804 + properties: *804 + required: *805 sender: *4 required: - action @@ -168449,9 +168481,9 @@ x-webhooks: type: string enum: - deleted - installation: *755 - organization: *756 - projects_v2_status_update: *805 + installation: *756 + organization: *757 + projects_v2_status_update: *806 sender: *4 required: - action @@ -168587,9 +168619,9 @@ x-webhooks: type: string format: date nullable: true - installation: *755 - organization: *756 - projects_v2_status_update: *805 + installation: *756 + organization: *757 + projects_v2_status_update: *806 sender: *4 required: - action @@ -168660,10 +168692,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - repository @@ -168740,13 +168772,13 @@ x-webhooks: type: string enum: - assigned - assignee: *776 - enterprise: *754 - installation: *755 - number: &806 + assignee: *777 + enterprise: *755 + installation: *756 + number: &807 description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -171051,7 +171083,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -171133,11 +171165,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -173437,7 +173469,7 @@ x-webhooks: - draft reason: type: string - repository: *757 + repository: *758 sender: *4 required: - action @@ -173519,11 +173551,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -175823,7 +175855,7 @@ x-webhooks: - draft reason: type: string - repository: *757 + repository: *758 sender: *4 required: - action @@ -175905,13 +175937,13 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: &807 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: &808 allOf: - - *608 + - *609 - type: object properties: allow_auto_merge: @@ -175973,7 +176005,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *757 + repository: *758 sender: *4 required: - action @@ -176054,12 +176086,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -176139,11 +176171,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *754 - milestone: *592 - number: *806 - organization: *756 - pull_request: &808 + enterprise: *755 + milestone: *593 + number: *807 + organization: *757 + pull_request: &809 title: Pull Request type: object properties: @@ -178428,7 +178460,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -178507,11 +178539,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -180815,7 +180847,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *757 + repository: *758 sender: *4 required: - action @@ -180939,12 +180971,12 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -181024,11 +181056,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -183317,7 +183349,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -183397,11 +183429,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *754 - installation: *755 - label: *775 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + label: *776 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -185705,7 +185737,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -185786,10 +185818,10 @@ x-webhooks: type: string enum: - locked - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -188091,7 +188123,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -188171,12 +188203,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *754 - milestone: *592 - number: *806 - organization: *756 - pull_request: *808 - repository: *757 + enterprise: *755 + milestone: *593 + number: *807 + organization: *757 + pull_request: *809 + repository: *758 sender: *4 required: - action @@ -188255,12 +188287,12 @@ x-webhooks: type: string enum: - opened - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -188341,12 +188373,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -188426,12 +188458,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -188797,9 +188829,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: type: object properties: @@ -190991,7 +191023,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *757 + repository: *758 sender: *4 required: - action @@ -191071,7 +191103,7 @@ x-webhooks: type: string enum: - deleted - comment: &810 + comment: &811 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -191356,9 +191388,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: type: object properties: @@ -193538,7 +193570,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *757 + repository: *758 sender: *4 required: - action @@ -193618,11 +193650,11 @@ x-webhooks: type: string enum: - edited - changes: *809 - comment: *810 - enterprise: *754 - installation: *755 - organization: *756 + changes: *810 + comment: *811 + enterprise: *755 + installation: *756 + organization: *757 pull_request: type: object properties: @@ -195805,7 +195837,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *757 + repository: *758 sender: *4 required: - action @@ -195886,9 +195918,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -198083,7 +198115,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 + repository: *758 review: description: The review that was affected. type: object @@ -198330,9 +198362,9 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -200386,8 +200418,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 - review: &811 + repository: *758 + review: &812 description: The review that was affected. type: object properties: @@ -200620,12 +200652,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -202930,7 +202962,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_reviewer: title: User type: object @@ -203014,12 +203046,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -205331,7 +205363,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205523,12 +205555,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -207835,7 +207867,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_reviewer: title: User type: object @@ -207920,12 +207952,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -210223,7 +210255,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_team: title: Team description: Groups of organization members that gives permissions @@ -210404,9 +210436,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -212603,8 +212635,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 - review: *811 + repository: *758 + review: *812 sender: *4 required: - action @@ -212684,9 +212716,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -214778,7 +214810,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 + repository: *758 sender: *4 thread: type: object @@ -215165,9 +215197,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -217245,7 +217277,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 + repository: *758 sender: *4 thread: type: object @@ -217635,10 +217667,10 @@ x-webhooks: type: string before: type: string - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -219931,7 +219963,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -220013,11 +220045,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *812 - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + assignee: *813 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -222322,7 +222354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -222401,11 +222433,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *754 - installation: *755 - label: *775 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + label: *776 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -224700,7 +224732,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -224781,10 +224813,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -227071,7 +227103,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -227271,7 +227303,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *754 + enterprise: *755 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -227363,8 +227395,8 @@ x-webhooks: - url - author - committer - installation: *755 - organization: *756 + installation: *756 + organization: *757 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227950,9 +227982,9 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 registry_package: type: object properties: @@ -228398,7 +228430,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *793 + items: *794 summary: type: string tag_name: @@ -228452,7 +228484,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -228530,9 +228562,9 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 registry_package: type: object properties: @@ -228840,7 +228872,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *793 + items: *794 summary: type: string tag_name: @@ -228889,7 +228921,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -228966,10 +228998,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - release: &813 + enterprise: *755 + installation: *756 + organization: *757 + release: &814 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229287,7 +229319,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *757 + repository: *758 sender: *4 required: - action @@ -229364,11 +229396,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - release: *813 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *814 + repository: *758 sender: *4 required: - action @@ -229485,11 +229517,11 @@ x-webhooks: type: boolean required: - to - enterprise: *754 - installation: *755 - organization: *756 - release: *813 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *814 + repository: *758 sender: *4 required: - action @@ -229567,9 +229599,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229891,7 +229923,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *757 + repository: *758 sender: *4 required: - action @@ -229967,10 +229999,10 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 - release: &814 + enterprise: *755 + installation: *756 + organization: *757 + release: &815 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -230289,7 +230321,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *757 + repository: *758 sender: *4 required: - action @@ -230365,11 +230397,11 @@ x-webhooks: type: string enum: - released - enterprise: *754 - installation: *755 - organization: *756 - release: *813 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *814 + repository: *758 sender: *4 required: - action @@ -230445,11 +230477,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *754 - installation: *755 - organization: *756 - release: *814 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *815 + repository: *758 sender: *4 required: - action @@ -230525,11 +230557,11 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - repository_advisory: *677 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + repository_advisory: *678 sender: *4 required: - action @@ -230605,11 +230637,11 @@ x-webhooks: type: string enum: - reported - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - repository_advisory: *677 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + repository_advisory: *678 sender: *4 required: - action @@ -230685,10 +230717,10 @@ x-webhooks: type: string enum: - archived - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230765,10 +230797,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230846,10 +230878,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230933,10 +230965,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231048,10 +231080,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231123,10 +231155,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 status: type: string @@ -231207,10 +231239,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231287,10 +231319,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231384,10 +231416,10 @@ x-webhooks: - name required: - repository - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231467,10 +231499,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 repository_ruleset: *339 sender: *4 required: @@ -231549,10 +231581,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 repository_ruleset: *339 sender: *4 required: @@ -231631,10 +231663,10 @@ x-webhooks: type: string enum: - edited - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 repository_ruleset: *339 changes: type: object @@ -231696,16 +231728,16 @@ x-webhooks: properties: added: type: array - items: *628 + items: *629 deleted: type: array - items: *628 + items: *629 updated: type: array items: type: object properties: - rule: *628 + rule: *629 changes: type: object properties: @@ -231939,10 +231971,10 @@ x-webhooks: - from required: - owner - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232020,10 +232052,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232101,7 +232133,7 @@ x-webhooks: type: string enum: - create - alert: &815 + alert: &816 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -232223,10 +232255,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232432,10 +232464,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232513,11 +232545,11 @@ x-webhooks: type: string enum: - reopen - alert: *815 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *816 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232716,10 +232748,10 @@ x-webhooks: enum: - fixed - open - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232797,7 +232829,7 @@ x-webhooks: type: string enum: - assigned - alert: &816 + alert: &817 type: object properties: number: *188 @@ -232940,10 +232972,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233021,11 +233053,11 @@ x-webhooks: type: string enum: - created - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233106,11 +233138,11 @@ x-webhooks: type: string enum: - created - alert: *816 - installation: *755 - location: *817 - organization: *756 - repository: *757 + alert: *817 + installation: *756 + location: *818 + organization: *757 + repository: *758 sender: *4 required: - location @@ -233348,11 +233380,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233430,11 +233462,11 @@ x-webhooks: type: string enum: - reopened - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233512,11 +233544,11 @@ x-webhooks: type: string enum: - resolved - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233594,12 +233626,12 @@ x-webhooks: type: string enum: - unassigned - alert: *816 + alert: *817 assignee: *4 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233677,11 +233709,11 @@ x-webhooks: type: string enum: - validated - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233807,10 +233839,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *757 - enterprise: *754 - installation: *755 - organization: *756 + repository: *758 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -233888,11 +233920,11 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - security_advisory: &818 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + security_advisory: &819 description: The details of the security advisory, including summary, description, and severity. type: object @@ -234075,11 +234107,11 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - security_advisory: *818 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + security_advisory: *819 sender: *4 required: - action @@ -234152,10 +234184,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -234340,9 +234372,9 @@ x-webhooks: type: object properties: security_and_analysis: *312 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: *360 sender: *4 required: @@ -234421,12 +234453,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: &819 + sponsorship: &820 type: object properties: created_at: @@ -234727,12 +234759,12 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - sponsorship @@ -234820,12 +234852,12 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - changes @@ -234902,17 +234934,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &820 + effective_date: &821 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: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - sponsorship @@ -234986,7 +235018,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &821 + changes: &822 type: object properties: tier: @@ -235030,13 +235062,13 @@ x-webhooks: - from required: - tier - effective_date: *820 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + effective_date: *821 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - changes @@ -235113,13 +235145,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *821 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + changes: *822 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - changes @@ -235193,10 +235225,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235279,10 +235311,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235702,15 +235734,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *754 + enterprise: *755 id: description: The unique identifier of the status. type: integer - installation: *755 + installation: *756 name: type: string - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 sha: description: The Commit SHA. @@ -235825,9 +235857,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -235916,9 +235948,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -236007,9 +236039,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -236098,9 +236130,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -236176,12 +236208,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - team: &822 + team: &823 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -236404,9 +236436,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -236864,7 +236896,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -236940,9 +236972,9 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -237400,7 +237432,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -237477,9 +237509,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -237937,7 +237969,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -238081,9 +238113,9 @@ x-webhooks: - from required: - permissions - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -238541,7 +238573,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - changes @@ -238619,9 +238651,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -239079,7 +239111,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -239155,10 +239187,10 @@ x-webhooks: type: string enum: - started - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -239231,16 +239263,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *754 + enterprise: *755 inputs: type: object nullable: true additionalProperties: true - installation: *755 - organization: *756 + installation: *756 + organization: *757 ref: type: string - repository: *757 + repository: *758 sender: *4 workflow: type: string @@ -239322,10 +239354,10 @@ x-webhooks: type: string enum: - completed - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: allOf: @@ -239641,10 +239673,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: allOf: @@ -239983,10 +240015,10 @@ x-webhooks: type: string enum: - queued - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: type: object @@ -240200,10 +240232,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: type: object @@ -240419,12 +240451,12 @@ x-webhooks: type: string enum: - completed - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Workflow Run type: object @@ -241423,12 +241455,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Workflow Run type: object @@ -242412,12 +242444,12 @@ x-webhooks: type: string enum: - requested - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index b5afbc6c81..47c7b0eb8a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -381223,6 +381223,166 @@ } } }, + "/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", + "nullable": true, + "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", + "description": "The description of the issue type.", + "nullable": true + }, + "color": { + "type": "string", + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple" + ], + "nullable": true + }, + "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/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 55d7ad8524..98cecb0a0c 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1001,7 +1001,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &679 + - &680 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14028,7 +14028,7 @@ paths: properties: action: type: string - discussion: &772 + discussion: &773 title: Discussion description: A Discussion in a repository. type: object @@ -14395,7 +14395,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &562 + properties: &563 id: type: integer format: int64 @@ -14766,7 +14766,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &690 + sub_issues_summary: &691 title: Sub-issues Summary type: object properties: @@ -14853,7 +14853,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &585 + properties: &586 pinned_at: type: string format: date-time @@ -14865,7 +14865,7 @@ paths: properties: *20 required: *21 nullable: true - required: &586 + required: &587 - pinned_at - pinned_by nullable: true @@ -14879,7 +14879,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &691 + issue_dependencies_summary: &692 title: Issue Dependencies Summary type: object properties: @@ -14898,7 +14898,7 @@ paths: - total_blocking issue_field_values: type: array - items: &569 + items: &570 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14985,7 +14985,7 @@ paths: - node_id - data_type - value - required: &563 + required: &564 - closed_at - comments - comments_url @@ -15022,7 +15022,7 @@ paths: action: type: string issue: *88 - comment: &558 + comment: &559 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15686,7 +15686,7 @@ paths: type: string release: allOf: - - &619 + - &620 title: Release description: A release. type: object @@ -15757,7 +15757,7 @@ paths: author: *4 assets: type: array - items: &620 + items: &621 title: Release Asset description: Data related to a release. type: object @@ -19526,7 +19526,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &595 + - &596 name: all description: If `true`, show notifications marked as read. in: query @@ -19534,7 +19534,7 @@ paths: schema: type: boolean default: false - - &596 + - &597 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19544,7 +19544,7 @@ paths: type: boolean default: false - *95 - - &597 + - &598 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: @@ -20072,7 +20072,7 @@ paths: - url - subscription_url examples: - default: &598 + default: &599 value: - id: '1' repository: @@ -21953,7 +21953,7 @@ paths: parameters: - *78 - *124 - - &748 + - &749 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 @@ -22065,7 +22065,7 @@ paths: - *124 - *125 - *126 - - &749 + - &750 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22073,7 +22073,7 @@ paths: schema: type: string - *129 - - &750 + - &751 name: sku description: The SKU to query for usage. in: query @@ -29577,12 +29577,12 @@ paths: required: - subject_digests examples: - default: &729 + default: &730 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &730 + withPredicateType: &731 value: subject_digests: - sha256:abc123 @@ -29626,7 +29626,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &731 + default: &732 value: attestations_subject_digests: - sha256:abc: @@ -40336,7 +40336,7 @@ paths: type: array items: *257 examples: - default: + default: &557 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -42110,7 +42110,7 @@ paths: parameters: - *78 - *269 - - &711 + - &712 name: repo_name description: repo_name parameter in: path @@ -43038,7 +43038,7 @@ paths: - nuget - container - *78 - - &712 + - &713 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43079,7 +43079,7 @@ paths: default: *276 '403': *29 '401': *25 - '400': &714 + '400': &715 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45287,7 +45287,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &803 + properties: &804 id: type: number description: The unique identifier of the status update. @@ -45335,7 +45335,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &804 + required: &805 - id - node_id - created_at @@ -45764,7 +45764,7 @@ paths: - review_comment - self author_association: *85 - auto_merge: &605 + auto_merge: &606 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46140,7 +46140,7 @@ paths: - updated_at - project_url examples: - default: &735 + default: &736 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46317,7 +46317,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &736 + items: &737 type: object properties: name: @@ -46354,7 +46354,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &737 + iteration_configuration: &738 type: object description: The configuration for iteration fields. properties: @@ -46404,7 +46404,7 @@ paths: value: name: Due date data_type: date - single_select_field: &738 + single_select_field: &739 summary: Create a single select field value: name: Priority @@ -46431,7 +46431,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &739 + iteration_field: &740 summary: Create an iteration field value: name: Sprint @@ -46457,7 +46457,7 @@ paths: application/json: schema: *297 examples: - text_field: &740 + text_field: &741 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46466,7 +46466,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: &741 + number_field: &742 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46475,7 +46475,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: &742 + date_field: &743 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46484,7 +46484,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: &743 + single_select_field: &744 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46518,7 +46518,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &744 + iteration_field: &745 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46564,7 +46564,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *293 - - &745 + - &746 name: field_id description: The unique identifier of the field. in: path @@ -46579,7 +46579,7 @@ paths: application/json: schema: *297 examples: - default: &746 + default: &747 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47776,7 +47776,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &726 + schema: &727 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -47953,7 +47953,7 @@ paths: parameters: - *293 - *78 - - &747 + - &748 name: view_number description: The number that identifies the project view. in: path @@ -49914,7 +49914,7 @@ paths: - *78 - *17 - *19 - - &627 + - &628 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50196,7 +50196,7 @@ paths: - repository_property rules: type: array - items: &628 + items: &629 title: Repository Rule type: object description: A repository rule. @@ -50258,7 +50258,7 @@ paths: type: string enum: - required_linear_history - - &626 + - &627 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51160,7 +51160,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *78 - - &629 + - &630 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 @@ -51175,7 +51175,7 @@ paths: in: query schema: type: string - - &630 + - &631 name: time_period description: |- The time period to filter by. @@ -51191,14 +51191,14 @@ paths: - week - month default: day - - &631 + - &632 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 - - &632 + - &633 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51211,7 +51211,7 @@ paths: - bypass - all default: all - - &633 + - &634 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. @@ -51234,7 +51234,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -51289,7 +51289,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -51333,7 +51333,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *78 - - &636 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51349,7 +51349,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -51448,7 +51448,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -51695,7 +51695,7 @@ paths: type: string format: date-time examples: - default: &640 + default: &641 value: - version_id: 3 actor: @@ -51748,7 +51748,7 @@ paths: description: Response content: application/json: - schema: &641 + schema: &642 allOf: - *342 - type: object @@ -51820,7 +51820,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *78 - - &642 + - &643 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -51831,7 +51831,7 @@ paths: enum: - open - resolved - - &643 + - &644 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -51841,7 +51841,7 @@ paths: required: false schema: type: string - - &644 + - &645 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -51852,7 +51852,7 @@ paths: required: false schema: type: string - - &645 + - &646 name: exclude_providers in: query description: |- @@ -51863,7 +51863,7 @@ paths: required: false schema: type: string - - &646 + - &647 name: providers in: query description: |- @@ -51874,7 +51874,7 @@ paths: required: false schema: type: string - - &647 + - &648 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -51883,7 +51883,7 @@ paths: required: false schema: type: string - - &648 + - &649 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -51902,7 +51902,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &649 + - &650 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. @@ -51917,7 +51917,7 @@ paths: - *62 - *19 - *17 - - &650 + - &651 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 @@ -51927,7 +51927,7 @@ paths: required: false schema: type: string - - &651 + - &652 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 @@ -51937,7 +51937,7 @@ paths: required: false schema: type: string - - &652 + - &653 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -51946,7 +51946,7 @@ paths: required: false schema: type: string - - &653 + - &654 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -51955,7 +51955,7 @@ paths: schema: type: boolean default: false - - &654 + - &655 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -51964,7 +51964,7 @@ paths: schema: type: boolean default: false - - &655 + - &656 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -51973,7 +51973,7 @@ paths: schema: type: boolean default: false - - &656 + - &657 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52010,14 +52010,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &657 + state: &658 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: &658 + resolution: &659 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52134,8 +52134,8 @@ paths: pull request. ' - oneOf: &659 - - &661 + oneOf: &660 + - &662 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52193,7 +52193,7 @@ paths: - blob_url - commit_sha - commit_url - - &662 + - &663 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. @@ -52248,7 +52248,7 @@ paths: - page_url - commit_sha - commit_url - - &663 + - &664 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52268,7 +52268,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &664 + - &665 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52288,7 +52288,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &665 + - &666 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52308,7 +52308,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &666 + - &667 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52322,7 +52322,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &667 + - &668 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52336,7 +52336,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &668 + - &669 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52350,7 +52350,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &669 + - &670 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. @@ -52370,7 +52370,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &670 + - &671 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. @@ -52390,7 +52390,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &671 + - &672 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. @@ -52410,7 +52410,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &672 + - &673 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. @@ -52430,7 +52430,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &673 + - &674 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -52949,7 +52949,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 description: A repository security advisory. type: object properties: @@ -53221,7 +53221,7 @@ paths: - private_fork additionalProperties: false examples: - default: &678 + default: &679 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55200,7 +55200,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55265,7 +55265,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55379,7 +55379,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &695 + schema: &696 title: Team Repository description: A team's access to a repository. type: object @@ -56029,7 +56029,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: &696 + response-if-child-teams-exist: &697 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -57491,7 +57491,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': &557 + '410': &558 description: Gone content: application/json: @@ -61680,7 +61680,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &766 + properties: &767 url: type: string format: uri @@ -61765,7 +61765,7 @@ paths: nullable: true properties: *83 required: *84 - required: &767 + required: &768 - id - node_id - sha @@ -67837,7 +67837,7 @@ paths: check. type: array items: *93 - deployment: &759 + deployment: &760 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68749,7 +68749,7 @@ paths: type: string format: date-time nullable: true - head_commit: &787 + head_commit: &788 title: Simple Commit description: A commit. type: object @@ -73234,14 +73234,14 @@ paths: type: integer machines: type: array - items: &701 + items: &702 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *478 required: *479 examples: - default: &702 + default: &703 value: total_count: 2 machines: @@ -74628,7 +74628,7 @@ paths: - content - created_at examples: - default: &560 + default: &561 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -74765,7 +74765,7 @@ paths: - *357 - *358 - *104 - - &561 + - &562 name: reaction_id description: The unique identifier of the reaction. in: path @@ -74879,7 +74879,7 @@ paths: type: array items: *490 examples: - default: &612 + default: &613 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -75170,7 +75170,7 @@ paths: type: array items: *494 examples: - default: &604 + default: &605 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -75728,7 +75728,7 @@ paths: application/json: schema: *490 examples: - default: &591 + default: &592 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76387,7 +76387,7 @@ paths: application/json: schema: type: array - items: &682 + items: &683 title: Status description: The status of a commit. type: object @@ -77356,7 +77356,7 @@ paths: - size - type - url - - &617 + - &618 title: Content File description: Content File type: object @@ -77970,7 +77970,7 @@ paths: items: type: object properties: - placeholder_id: &674 + placeholder_id: &675 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -84013,7 +84013,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &795 + last_response: &796 title: Hook Response type: object properties: @@ -85065,7 +85065,7 @@ paths: parameters: - *357 - *358 - - &724 + - &725 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -85499,7 +85499,7 @@ paths: type: array items: *556 examples: - default: &716 + default: &717 value: - id: 1 repository: @@ -85803,6 +85803,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: + - *357 + - *358 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *257 + examples: + default: *557 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -85913,7 +85945,7 @@ paths: type: array items: *88 examples: - default: &568 + default: &569 value: - id: 1 node_id: MDU6SXNzdWUx @@ -86194,7 +86226,7 @@ paths: application/json: schema: *88 examples: - default: &565 + default: &566 value: id: 1 node_id: MDU6SXNzdWUx @@ -86332,7 +86364,7 @@ paths: '422': *15 '503': *122 '404': *6 - '410': *557 + '410': *558 x-github: triggersNotification: true githubCloudOnly: false @@ -86382,9 +86414,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: &567 + default: &568 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -86450,9 +86482,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -86531,9 +86563,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '422': *15 x-github: githubCloudOnly: false @@ -86589,7 +86621,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -86645,7 +86677,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *557 + '410': *558 '422': *15 x-github: githubCloudOnly: false @@ -86671,7 +86703,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *557 + '410': *558 '503': *122 x-github: githubCloudOnly: false @@ -86719,7 +86751,7 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 @@ -86808,7 +86840,7 @@ paths: - *357 - *358 - *104 - - *561 + - *562 responses: '204': description: Response @@ -86839,7 +86871,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Issue Event description: Issue Event type: object @@ -86882,8 +86914,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *562 - required: *563 + properties: *563 + required: *564 nullable: true label: title: Issue Event Label @@ -87203,7 +87235,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -87396,7 +87428,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *557 + '410': *558 '403': *29 x-github: githubCloudOnly: false @@ -87432,7 +87464,7 @@ paths: parameters: - *357 - *358 - - &566 + - &567 name: issue_number description: The number that identifies the issue. in: path @@ -87448,7 +87480,7 @@ paths: examples: default: summary: Issue - value: *565 + value: *566 pinned_comment: summary: Issue with pinned comment value: @@ -87630,7 +87662,7 @@ paths: state_reason: completed '301': *361 '404': *6 - '410': *557 + '410': *558 '304': *37 x-github: githubCloudOnly: false @@ -87657,7 +87689,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -87782,13 +87814,13 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '422': *15 '503': *122 '403': *29 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87808,7 +87840,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -87836,7 +87868,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87854,7 +87886,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: content: application/json: @@ -87881,7 +87913,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87905,7 +87937,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - name: assignee in: path required: true @@ -87947,7 +87979,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *95 - *17 - *19 @@ -87958,13 +87990,13 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *567 + default: *568 headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87995,7 +88027,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -88017,16 +88049,16 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *557 + '410': *558 '422': *15 '404': *6 x-github: @@ -88056,7 +88088,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -88068,12 +88100,12 @@ paths: type: array items: *88 examples: - default: *568 + default: *569 headers: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88103,7 +88135,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -88127,7 +88159,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -88135,7 +88167,7 @@ paths: type: string '301': *361 '403': *29 - '410': *557 + '410': *558 '422': *15 '404': *6 x-github: @@ -88168,7 +88200,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -88182,13 +88214,13 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '301': *361 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *557 + '410': *558 x-github: triggersNotification: true githubCloudOnly: false @@ -88216,7 +88248,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -88228,12 +88260,12 @@ paths: type: array items: *88 examples: - default: *568 + default: *569 headers: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88252,7 +88284,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -88266,7 +88298,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &572 + - &573 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -88320,7 +88352,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &574 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -88456,7 +88488,7 @@ paths: - performed_via_github_app - assignee - assigner - - &574 + - &575 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -88507,7 +88539,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -88558,7 +88590,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -88612,7 +88644,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -88659,7 +88691,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -88706,7 +88738,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -88766,7 +88798,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Locked Issue Event description: Locked Issue Event type: object @@ -88814,7 +88846,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -88880,7 +88912,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -88946,7 +88978,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -89012,7 +89044,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -89103,7 +89135,7 @@ paths: color: red headers: Link: *70 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89122,7 +89154,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -89132,9 +89164,9 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: - default: &570 + default: &571 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -89171,7 +89203,7 @@ paths: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89202,7 +89234,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -89272,9 +89304,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *569 + items: *570 examples: - default: *570 + default: *571 '400': *14 '403': *29 '404': *6 @@ -89312,7 +89344,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -89377,9 +89409,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *569 + items: *570 examples: - default: *570 + default: *571 '400': *14 '403': *29 '404': *6 @@ -89412,7 +89444,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *256 responses: '204': @@ -89440,7 +89472,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -89452,7 +89484,7 @@ paths: type: array items: *87 examples: - default: &571 + default: &572 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89472,7 +89504,7 @@ paths: Link: *70 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89490,7 +89522,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -89535,10 +89567,10 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 '301': *361 '404': *6 - '410': *557 + '410': *558 '422': *15 x-github: githubCloudOnly: false @@ -89557,7 +89589,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -89619,10 +89651,10 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 '301': *361 '404': *6 - '410': *557 + '410': *558 '422': *15 x-github: githubCloudOnly: false @@ -89641,13 +89673,13 @@ paths: parameters: - *357 - *358 - - *566 + - *567 responses: '204': description: Response '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89668,7 +89700,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - name: name in: path required: true @@ -89694,7 +89726,7 @@ paths: default: true '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89716,7 +89748,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: false content: @@ -89744,7 +89776,7 @@ paths: '204': description: Response '403': *29 - '410': *557 + '410': *558 '404': *6 '422': *15 x-github: @@ -89764,7 +89796,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 responses: '204': description: Response @@ -89796,7 +89828,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 responses: '200': description: Response @@ -89804,10 +89836,10 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '301': *361 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89826,7 +89858,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - 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. @@ -89854,11 +89886,11 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89878,7 +89910,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -89943,8 +89975,8 @@ paths: parameters: - *357 - *358 - - *566 - - *561 + - *567 + - *562 responses: '204': description: Response @@ -89975,7 +90007,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -89999,7 +90031,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -90034,7 +90066,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -90046,11 +90078,11 @@ paths: type: array items: *88 examples: - default: *568 + default: *569 headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90080,7 +90112,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -90109,14 +90141,14 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *557 + '410': *558 '422': *15 '404': *6 x-github: @@ -90138,7 +90170,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 requestBody: required: true content: @@ -90171,7 +90203,7 @@ paths: application/json: schema: *88 examples: - default: *565 + default: *566 '403': *29 '404': *6 '422': *7 @@ -90195,7 +90227,7 @@ paths: parameters: - *357 - *358 - - *566 + - *567 - *17 - *19 responses: @@ -90210,7 +90242,6 @@ paths: description: Timeline Event type: object anyOf: - - *572 - *573 - *574 - *575 @@ -90223,6 +90254,7 @@ paths: - *582 - *583 - *584 + - *585 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -90283,8 +90315,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true required: - event @@ -90539,7 +90571,7 @@ paths: type: string comments: type: array - items: &606 + items: &607 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -91043,7 +91075,7 @@ paths: headers: Link: *70 '404': *6 - '410': *557 + '410': *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91071,7 +91103,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -91174,9 +91206,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: id: 1 key: ssh-rsa AAA... @@ -91212,7 +91244,7 @@ paths: parameters: - *357 - *358 - - &589 + - &590 name: key_id description: The unique identifier of the key. in: path @@ -91224,9 +91256,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -91246,7 +91278,7 @@ paths: parameters: - *357 - *358 - - *589 + - *590 responses: '204': description: Response @@ -91279,7 +91311,7 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 headers: Link: *70 '404': *6 @@ -91339,7 +91371,7 @@ paths: application/json: schema: *87 examples: - default: &590 + default: &591 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91385,7 +91417,7 @@ paths: application/json: schema: *87 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -91785,7 +91817,7 @@ paths: application/json: schema: *490 examples: - default: *591 + default: *592 '204': description: Response when already merged '404': @@ -91852,7 +91884,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Milestone description: A collection of related issues and pull requests. type: object @@ -91954,9 +91986,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &593 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -92017,7 +92049,7 @@ paths: parameters: - *357 - *358 - - &594 + - &595 name: milestone_number description: The number that identifies the milestone. in: path @@ -92029,9 +92061,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -92050,7 +92082,7 @@ paths: parameters: - *357 - *358 - - *594 + - *595 requestBody: required: false content: @@ -92088,9 +92120,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92108,7 +92140,7 @@ paths: parameters: - *357 - *358 - - *594 + - *595 responses: '204': description: Response @@ -92131,7 +92163,7 @@ paths: parameters: - *357 - *358 - - *594 + - *595 - *17 - *19 responses: @@ -92143,7 +92175,7 @@ paths: type: array items: *87 examples: - default: *571 + default: *572 headers: Link: *70 x-github: @@ -92164,10 +92196,10 @@ paths: parameters: - *357 - *358 - - *595 - *596 - - *95 - *597 + - *95 + - *598 - *17 - *19 responses: @@ -92179,7 +92211,7 @@ paths: type: array items: *115 examples: - default: *598 + default: *599 headers: Link: *70 x-github: @@ -92269,7 +92301,7 @@ paths: description: Response content: application/json: - schema: &599 + schema: &600 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -92394,7 +92426,7 @@ paths: - custom_404 - public examples: - default: &600 + default: &601 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -92490,9 +92522,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 '422': *15 '409': *54 x-github: @@ -92653,7 +92685,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Page Build description: Page Build type: object @@ -92800,9 +92832,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -92862,9 +92894,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92992,7 +93024,7 @@ paths: parameters: - *357 - *358 - - &603 + - &604 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -93052,7 +93084,7 @@ paths: parameters: - *357 - *358 - - *603 + - *604 responses: '204': *61 '404': *6 @@ -93587,7 +93619,7 @@ paths: type: array items: *494 examples: - default: *604 + default: *605 headers: Link: *70 '304': *37 @@ -93685,7 +93717,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &609 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -93885,7 +93917,7 @@ paths: - review_comment - self author_association: *85 - auto_merge: *605 + auto_merge: *606 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -93975,7 +94007,7 @@ paths: - merged_by - review_comments examples: - default: &609 + default: &610 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -94512,9 +94544,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &611 + default: &612 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -94599,9 +94631,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -94700,9 +94732,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94771,7 +94803,7 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 @@ -94860,7 +94892,7 @@ paths: - *357 - *358 - *104 - - *561 + - *562 responses: '204': description: Response @@ -94905,7 +94937,7 @@ paths: parameters: - *357 - *358 - - &610 + - &611 name: pull_number description: The number that identifies the pull request. in: path @@ -94918,9 +94950,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 '304': *37 '404': *6 '406': @@ -94957,7 +94989,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -94999,9 +95031,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 '422': *15 '403': *29 x-github: @@ -95025,7 +95057,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: true content: @@ -95127,7 +95159,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *112 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -95148,9 +95180,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *611 + default: *612 headers: Link: *70 x-github: @@ -95185,7 +95217,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: true content: @@ -95290,7 +95322,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: example-for-a-multi-line-comment: value: @@ -95380,7 +95412,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *104 requestBody: required: true @@ -95403,7 +95435,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -95491,7 +95523,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *17 - *19 responses: @@ -95503,7 +95535,7 @@ paths: type: array items: *490 examples: - default: *612 + default: *613 headers: Link: *70 x-github: @@ -95535,7 +95567,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *17 - *19 responses: @@ -95585,7 +95617,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 responses: '204': description: Response if pull request has been merged @@ -95610,7 +95642,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -95723,7 +95755,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 responses: '200': description: Response @@ -95800,7 +95832,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -96375,7 +96407,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: true content: @@ -96896,7 +96928,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 - *17 - *19 responses: @@ -96906,7 +96938,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -97059,7 +97091,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -97145,9 +97177,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &615 + default: &616 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -97212,8 +97244,8 @@ paths: parameters: - *357 - *358 - - *610 - - &614 + - *611 + - &615 name: review_id description: The unique identifier of the review. in: path @@ -97225,9 +97257,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &616 + default: &617 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -97288,8 +97320,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 requestBody: required: true content: @@ -97312,7 +97344,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -97376,16 +97408,16 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *615 + default: *616 '422': *7 '404': *6 x-github: @@ -97414,8 +97446,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 - *17 - *19 responses: @@ -97652,8 +97684,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 requestBody: required: true content: @@ -97681,7 +97713,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -97746,8 +97778,8 @@ paths: parameters: - *357 - *358 - - *610 - - *614 + - *611 + - *615 requestBody: required: true content: @@ -97782,9 +97814,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *616 + default: *617 '404': *6 '422': *7 '403': *29 @@ -97808,7 +97840,7 @@ paths: parameters: - *357 - *358 - - *610 + - *611 requestBody: required: false content: @@ -97885,9 +97917,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &618 + default: &619 value: type: file encoding: base64 @@ -97950,9 +97982,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '404': *6 '422': *15 x-github: @@ -97985,7 +98017,7 @@ paths: application/json: schema: type: array - items: *619 + items: *620 examples: default: value: @@ -98156,9 +98188,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &623 + default: &624 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -98265,7 +98297,7 @@ paths: parameters: - *357 - *358 - - &621 + - &622 name: asset_id description: The unique identifier of the asset. in: path @@ -98277,9 +98309,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &622 + default: &623 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 @@ -98332,7 +98364,7 @@ paths: parameters: - *357 - *358 - - *621 + - *622 requestBody: required: false content: @@ -98360,9 +98392,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98380,7 +98412,7 @@ paths: parameters: - *357 - *358 - - *621 + - *622 responses: '204': description: Response @@ -98498,9 +98530,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *623 + default: *624 '404': *6 x-github: githubCloudOnly: false @@ -98532,9 +98564,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *623 + default: *624 '404': *6 x-github: githubCloudOnly: false @@ -98558,7 +98590,7 @@ paths: parameters: - *357 - *358 - - &624 + - &625 name: release_id description: The unique identifier of the release. in: path @@ -98572,9 +98604,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: *619 + schema: *620 examples: - default: *623 + default: *624 '401': description: Unauthorized x-github: @@ -98594,7 +98626,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 requestBody: required: false content: @@ -98658,9 +98690,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *623 + default: *624 '404': description: Not Found if the discussion category name is invalid content: @@ -98683,7 +98715,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 responses: '204': description: Response @@ -98706,7 +98738,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 - *17 - *19 responses: @@ -98716,7 +98748,7 @@ paths: application/json: schema: type: array - items: *620 + items: *621 examples: default: value: @@ -98799,7 +98831,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 - name: name in: query required: true @@ -98825,7 +98857,7 @@ paths: description: Response for successful upload content: application/json: - schema: *620 + schema: *621 examples: response-for-successful-upload: value: @@ -98882,7 +98914,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 - 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. @@ -98908,7 +98940,7 @@ paths: type: array items: *488 examples: - default: *560 + default: *561 headers: Link: *70 '404': *6 @@ -98931,7 +98963,7 @@ paths: parameters: - *357 - *358 - - *624 + - *625 requestBody: required: true content: @@ -98994,8 +99026,8 @@ paths: parameters: - *357 - *358 - - *624 - - *561 + - *625 + - *562 responses: '204': description: Response @@ -99038,7 +99070,7 @@ paths: oneOf: - allOf: - *318 - - &625 + - &626 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -99059,67 +99091,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *319 - - *625 + - *626 - allOf: - *320 - - *625 + - *626 - allOf: - *321 - - *625 + - *626 - allOf: + - *627 - *626 - - *625 - allOf: - *322 - - *625 + - *626 - allOf: - *323 - - *625 + - *626 - allOf: - *324 - - *625 + - *626 - allOf: - *325 - - *625 + - *626 - allOf: - *326 - - *625 + - *626 - allOf: - *327 - - *625 + - *626 - allOf: - *328 - - *625 + - *626 - allOf: - *329 - - *625 + - *626 - allOf: - *330 - - *625 + - *626 - allOf: - *331 - - *625 + - *626 - allOf: - *336 - - *625 + - *626 - allOf: - *337 - - *625 + - *626 - allOf: - *338 - - *625 + - *626 - allOf: - *332 - - *625 + - *626 - allOf: - *333 - - *625 + - *626 - allOf: - *334 - - *625 + - *626 - allOf: - *335 - - *625 + - *626 examples: default: value: @@ -99170,7 +99202,7 @@ paths: schema: type: boolean default: true - - *627 + - *628 responses: '200': description: Response @@ -99255,7 +99287,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *628 + items: *629 required: - name - enforcement @@ -99288,7 +99320,7 @@ paths: application/json: schema: *339 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -99338,11 +99370,11 @@ paths: parameters: - *357 - *358 - - *629 - *630 - *631 - *632 - *633 + - *634 - *17 - *19 responses: @@ -99350,9 +99382,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *55 x-github: @@ -99375,15 +99407,15 @@ paths: parameters: - *357 - *358 - - *636 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *55 x-github: @@ -99434,7 +99466,7 @@ paths: application/json: schema: *339 examples: - default: *639 + default: *640 '404': *6 '500': *55 put: @@ -99487,7 +99519,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *628 + items: *629 examples: default: value: @@ -99517,7 +99549,7 @@ paths: application/json: schema: *339 examples: - default: *639 + default: *640 '404': *6 '422': *15 '500': *55 @@ -99579,7 +99611,7 @@ paths: type: array items: *342 examples: - default: *640 + default: *641 '404': *6 '500': *55 x-github: @@ -99617,7 +99649,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -99674,7 +99706,6 @@ paths: parameters: - *357 - *358 - - *642 - *643 - *644 - *645 @@ -99682,16 +99713,17 @@ paths: - *647 - *648 - *649 + - *650 - *62 - *19 - *17 - - *650 - *651 - *652 - *653 - *654 - *655 - *656 + - *657 responses: '200': description: Response @@ -99699,7 +99731,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 type: object properties: number: *188 @@ -99718,8 +99750,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolved_at: type: string format: date-time @@ -99825,7 +99857,7 @@ paths: pull request. ' - oneOf: *659 + oneOf: *660 nullable: true has_more_locations: type: boolean @@ -99992,13 +100024,13 @@ paths: - *357 - *358 - *454 - - *655 + - *656 responses: '200': description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -100062,8 +100094,8 @@ paths: schema: type: object properties: - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -100107,7 +100139,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -100219,7 +100251,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &817 + items: &818 type: object properties: type: @@ -100245,7 +100277,6 @@ paths: example: commit details: oneOf: - - *661 - *662 - *663 - *664 @@ -100258,6 +100289,7 @@ paths: - *671 - *672 - *673 + - *674 examples: default: value: @@ -100352,14 +100384,14 @@ paths: schema: type: object properties: - reason: &675 + reason: &676 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *674 + placeholder_id: *675 required: - reason - placeholder_id @@ -100376,7 +100408,7 @@ paths: schema: type: object properties: - reason: *675 + reason: *676 expire_at: type: string format: date-time @@ -100438,7 +100470,7 @@ paths: properties: incremental_scans: type: array - items: &676 + items: &677 description: Information on a single scan performed by secret scanning on the repository type: object @@ -100469,15 +100501,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *676 + items: *677 backfill_scans: type: array - items: *676 + items: *677 custom_pattern_backfill_scans: type: array items: allOf: - - *676 + - *677 - type: object properties: pattern_name: @@ -100490,7 +100522,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *676 + items: *677 examples: default: value: @@ -100600,9 +100632,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: *678 + default: *679 '400': *14 '404': *6 x-github: @@ -100786,9 +100818,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: &680 + default: &681 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -101123,7 +101155,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -101271,15 +101303,15 @@ paths: parameters: - *357 - *358 - - *679 + - *680 responses: '200': description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *680 + default: *681 '403': *29 '404': *6 x-github: @@ -101305,7 +101337,7 @@ paths: parameters: - *357 - *358 - - *679 + - *680 requestBody: required: true content: @@ -101464,10 +101496,10 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *680 - add_credit: *680 + default: *681 + add_credit: *681 '403': *29 '404': *6 '422': @@ -101507,7 +101539,7 @@ paths: parameters: - *357 - *358 - - *679 + - *680 responses: '202': *39 '400': *14 @@ -101536,7 +101568,7 @@ paths: parameters: - *357 - *358 - - *679 + - *680 responses: '202': description: Response @@ -101680,7 +101712,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -102053,7 +102085,7 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: default: value: @@ -102141,7 +102173,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -102235,7 +102267,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &683 + schema: &684 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -102330,7 +102362,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -102537,7 +102569,7 @@ paths: description: Response content: application/json: - schema: &684 + schema: &685 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -102549,7 +102581,7 @@ paths: required: - names examples: - default: &685 + default: &686 value: names: - octocat @@ -102604,9 +102636,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '404': *6 '422': *7 x-github: @@ -102629,7 +102661,7 @@ paths: parameters: - *357 - *358 - - &686 + - &687 name: per description: The time frame to display results for. in: query @@ -102658,7 +102690,7 @@ paths: example: 128 clones: type: array - items: &687 + items: &688 title: Traffic type: object properties: @@ -102899,7 +102931,7 @@ paths: parameters: - *357 - *358 - - *686 + - *687 responses: '200': description: Response @@ -102918,7 +102950,7 @@ paths: example: 3782 views: type: array - items: *687 + items: *688 required: - uniques - count @@ -103689,7 +103721,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &688 + text_matches: &689 title: Search Result Text Matches type: array items: @@ -103851,7 +103883,7 @@ paths: enum: - author-date - committer-date - - &689 + - &690 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 @@ -103979,7 +104011,7 @@ paths: type: number node_id: type: string - text_matches: *688 + text_matches: *689 required: - sha - node_id @@ -104171,7 +104203,7 @@ paths: - interactions - created - updated - - *689 + - *690 - *17 - *19 - name: advanced_search @@ -104285,11 +104317,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: type: string state_reason: @@ -104314,7 +104346,7 @@ paths: type: string format: date-time nullable: true - text_matches: *688 + text_matches: *689 pull_request: type: object properties: @@ -104594,7 +104626,7 @@ paths: enum: - created - updated - - *689 + - *690 - *17 - *19 responses: @@ -104638,7 +104670,7 @@ paths: nullable: true score: type: number - text_matches: *688 + text_matches: *689 required: - id - node_id @@ -104723,7 +104755,7 @@ paths: - forks - help-wanted-issues - updated - - *689 + - *690 - *17 - *19 responses: @@ -104971,7 +105003,7 @@ paths: - admin - pull - push - text_matches: *688 + text_matches: *689 temp_clone_token: type: string allow_merge_commit: @@ -105271,7 +105303,7 @@ paths: type: string format: uri nullable: true - text_matches: *688 + text_matches: *689 related: type: array nullable: true @@ -105462,7 +105494,7 @@ paths: - followers - repositories - joined - - *689 + - *690 - *17 - *19 responses: @@ -105566,7 +105598,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *688 + text_matches: *689 blog: type: string nullable: true @@ -105645,7 +105677,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &692 + - &693 name: team_id description: The unique identifier of the team. in: path @@ -105686,7 +105718,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *692 + - *693 requestBody: required: true content: @@ -105786,7 +105818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *692 + - *693 responses: '204': description: Response @@ -105815,7 +105847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *692 + - *693 - *17 - *19 responses: @@ -105853,7 +105885,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *692 + - *693 - name: role description: Filters members returned by their role in the team. in: query @@ -105904,7 +105936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -105941,7 +105973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -105981,7 +106013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -106018,7 +106050,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *692 + - *693 - *74 responses: '200': @@ -106027,7 +106059,7 @@ paths: application/json: schema: *356 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -106060,7 +106092,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *692 + - *693 - *74 requestBody: required: false @@ -106088,7 +106120,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -106122,7 +106154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *692 + - *693 - *74 responses: '204': @@ -106150,7 +106182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *692 + - *693 - *17 - *19 responses: @@ -106192,7 +106224,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *692 + - *693 - *357 - *358 responses: @@ -106200,7 +106232,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *695 + schema: *696 examples: alternative-response-with-extra-repository-information: value: @@ -106350,7 +106382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *692 + - *693 - *357 - *358 requestBody: @@ -106402,7 +106434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *692 + - *693 - *357 - *358 responses: @@ -106429,7 +106461,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *692 + - *693 - *17 - *19 responses: @@ -106441,7 +106473,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: *696 + response-if-child-teams-exist: *697 headers: Link: *70 '404': *6 @@ -106474,7 +106506,7 @@ paths: application/json: schema: oneOf: - - &697 + - &698 title: Private User description: Private User type: object @@ -106677,7 +106709,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &723 + - &724 title: Public User description: Public User type: object @@ -106989,7 +107021,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: default: value: @@ -107387,7 +107419,7 @@ paths: type: integer secrets: type: array - items: &698 + items: &699 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -107503,7 +107535,7 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: default: value: @@ -107916,7 +107948,7 @@ paths: description: Response content: application/json: - schema: &699 + schema: &700 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107957,7 +107989,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &700 + default: &701 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -108002,9 +108034,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 '404': *6 x-github: githubCloudOnly: false @@ -108041,9 +108073,9 @@ paths: type: integer machines: type: array - items: *701 + items: *702 examples: - default: *702 + default: *703 '304': *37 '500': *55 '401': *25 @@ -108982,7 +109014,7 @@ paths: type: array items: *275 examples: - default: &713 + default: &714 value: - id: 197 name: hello_docker @@ -109083,7 +109115,7 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: Email description: Email type: object @@ -109148,9 +109180,9 @@ paths: application/json: schema: type: array - items: *703 + items: *704 examples: - default: &715 + default: &716 value: - email: octocat@github.com verified: true @@ -109225,7 +109257,7 @@ paths: application/json: schema: type: array - items: *703 + items: *704 examples: default: value: @@ -109481,7 +109513,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: GPG Key description: A unique encryption key type: object @@ -109612,7 +109644,7 @@ paths: - subkeys - revoked examples: - default: &733 + default: &734 value: - id: 3 name: Octocat's GPG Key @@ -109697,9 +109729,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: &705 + default: &706 value: id: 3 name: Octocat's GPG Key @@ -109756,7 +109788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &706 + - &707 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109768,9 +109800,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 '304': *37 '403': *29 @@ -109793,7 +109825,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *706 + - *707 responses: '204': description: Response @@ -110260,7 +110292,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Key description: Key type: object @@ -110361,9 +110393,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110396,15 +110428,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *589 + - *590 responses: '200': description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '304': *37 '403': *29 @@ -110427,7 +110459,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *589 + - *590 responses: '204': description: Response @@ -110460,7 +110492,7 @@ paths: application/json: schema: type: array - items: &709 + items: &710 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -110528,7 +110560,7 @@ paths: - account - plan examples: - default: &710 + default: &711 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -110590,9 +110622,9 @@ paths: application/json: schema: type: array - items: *709 + items: *710 examples: - default: *710 + default: *711 headers: Link: *70 '304': *37 @@ -111601,7 +111633,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *269 - - *711 + - *712 responses: '204': description: Response @@ -111714,7 +111746,7 @@ paths: - docker - nuget - container - - *712 + - *713 - *19 - *17 responses: @@ -111726,8 +111758,8 @@ paths: type: array items: *275 examples: - default: *713 - '400': *714 + default: *714 + '400': *715 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111756,7 +111788,7 @@ paths: application/json: schema: *275 examples: - default: &734 + default: &735 value: id: 40201 name: octo-name @@ -112118,9 +112150,9 @@ paths: application/json: schema: type: array - items: *703 + items: *704 examples: - default: *715 + default: *716 headers: Link: *70 '304': *37 @@ -112233,7 +112265,7 @@ paths: type: array items: *82 examples: - default: &722 + default: &723 summary: Default response value: - id: 1296269 @@ -112580,7 +112612,7 @@ paths: type: array items: *556 examples: - default: *716 + default: *717 headers: Link: *70 '304': *37 @@ -112660,7 +112692,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Social account description: Social media account type: object @@ -112675,7 +112707,7 @@ paths: - provider - url examples: - default: &718 + default: &719 value: - provider: twitter url: https://twitter.com/github @@ -112737,9 +112769,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *718 + default: *719 '422': *15 '304': *37 '404': *6 @@ -112826,7 +112858,7 @@ paths: application/json: schema: type: array - items: &719 + items: &720 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112846,7 +112878,7 @@ paths: - title - created_at examples: - default: &751 + default: &752 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -112910,9 +112942,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: &720 + default: &721 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -112942,7 +112974,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: - - &721 + - &722 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -112954,9 +112986,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 '404': *6 '304': *37 '403': *29 @@ -112979,7 +113011,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: - - *721 + - *722 responses: '204': description: Response @@ -113008,7 +113040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &752 + - &753 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 @@ -113033,11 +113065,11 @@ paths: type: array items: *82 examples: - default-response: *722 + default-response: *723 application/vnd.github.v3.star+json: schema: type: array - items: &753 + items: &754 title: Starred Repository description: Starred Repository type: object @@ -113406,10 +113438,10 @@ paths: application/json: schema: oneOf: - - *697 - - *723 + - *698 + - *724 examples: - default-response: &727 + default-response: &728 summary: Default response value: login: octocat @@ -113444,7 +113476,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &728 + response-with-git-hub-plan-information: &729 summary: Response with GitHub plan information value: login: octocat @@ -113501,7 +113533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &725 + - &726 name: user_id description: The unique identifier of the user. in: path @@ -113567,7 +113599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *724 + - *725 - *17 responses: '200': @@ -113602,7 +113634,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *725 + - *726 - *293 requestBody: required: true @@ -113674,7 +113706,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *726 + schema: *727 examples: table_view: summary: Response for creating a table view @@ -113726,11 +113758,11 @@ paths: application/json: schema: oneOf: - - *697 - - *723 + - *698 + - *724 examples: - default-response: *727 - response-with-git-hub-plan-information: *728 + default-response: *728 + response-with-git-hub-plan-information: *729 '404': *6 x-github: githubCloudOnly: false @@ -113780,8 +113812,8 @@ paths: required: - subject_digests examples: - default: *729 - withPredicateType: *730 + default: *730 + withPredicateType: *731 responses: '200': description: Response @@ -113820,7 +113852,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *731 + default: *732 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114290,7 +114322,7 @@ paths: application/json: schema: *204 examples: - default: &732 + default: &733 summary: Example response for a user copilot space value: id: 42 @@ -114391,7 +114423,7 @@ paths: application/json: schema: *204 examples: - default: *732 + default: *733 '403': *29 '404': *6 x-github: @@ -114514,7 +114546,7 @@ paths: application/json: schema: *204 examples: - default: *732 + default: *733 '403': *29 '404': *6 '422': *15 @@ -115282,7 +115314,7 @@ paths: type: array items: *275 examples: - default: *713 + default: *714 '403': *29 '401': *25 x-github: @@ -115666,9 +115698,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: *733 + default: *734 headers: Link: *70 x-github: @@ -115896,7 +115928,7 @@ paths: - docker - nuget - container - - *712 + - *713 - *74 - *19 - *17 @@ -115909,10 +115941,10 @@ paths: type: array items: *275 examples: - default: *713 + default: *714 '403': *29 '401': *25 - '400': *714 + '400': *715 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115942,7 +115974,7 @@ paths: application/json: schema: *275 examples: - default: *734 + default: *735 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116291,7 +116323,7 @@ paths: type: array items: *297 examples: - default: *735 + default: *736 headers: Link: *70 '304': *37 @@ -116351,7 +116383,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *736 + items: *737 required: - name - data_type @@ -116367,7 +116399,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *737 + iteration_configuration: *738 required: - name - data_type @@ -116389,8 +116421,8 @@ paths: value: name: Due date data_type: date - single_select_field: *738 - iteration_field: *739 + single_select_field: *739 + iteration_field: *740 responses: '201': description: Response @@ -116398,11 +116430,11 @@ paths: application/json: schema: *297 examples: - text_field: *740 - number_field: *741 - date_field: *742 - single_select_field: *743 - iteration_field: *744 + text_field: *741 + number_field: *742 + date_field: *743 + single_select_field: *744 + iteration_field: *745 '304': *37 '403': *29 '401': *25 @@ -116424,7 +116456,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *293 - - *745 + - *746 - *74 responses: '200': @@ -116433,7 +116465,7 @@ paths: application/json: schema: *297 examples: - default: *746 + default: *747 headers: Link: *70 '304': *37 @@ -116787,7 +116819,7 @@ paths: parameters: - *293 - *74 - - *747 + - *748 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -117326,7 +117358,7 @@ paths: parameters: - *74 - *124 - - *748 + - *749 - *126 responses: '200': @@ -117425,9 +117457,9 @@ paths: - *124 - *125 - *126 - - *749 - - *129 - *750 + - *129 + - *751 responses: '200': description: Response when getting a billing usage summary @@ -117561,9 +117593,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *718 + default: *719 headers: Link: *70 x-github: @@ -117593,9 +117625,9 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: - default: *751 + default: *752 headers: Link: *70 x-github: @@ -117620,7 +117652,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *74 - - *752 + - *753 - *62 - *17 - *19 @@ -117632,11 +117664,11 @@ paths: schema: anyOf: - type: array - items: *753 + items: *754 - type: array items: *82 examples: - default-response: *722 + default-response: *723 headers: Link: *70 x-github: @@ -117795,7 +117827,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &754 + enterprise: &755 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -117853,7 +117885,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &755 + installation: &756 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -117872,7 +117904,7 @@ x-webhooks: required: - id - node_id - organization: &756 + organization: &757 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -117932,13 +117964,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &757 + repository: &758 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &789 + properties: &790 id: description: Unique identifier of the repository example: 42 @@ -118622,7 +118654,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &790 + required: &791 - archive_url - assignees_url - blobs_url @@ -118773,10 +118805,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -118852,11 +118884,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - rule: &758 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + rule: &759 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) @@ -119079,11 +119111,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - rule: *758 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + rule: *759 sender: *4 required: - action @@ -119266,11 +119298,11 @@ x-webhooks: - everyone required: - from - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - rule: *758 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + rule: *759 sender: *4 required: - action @@ -119354,7 +119386,7 @@ x-webhooks: type: string enum: - completed - check_run: &760 + check_run: &761 title: CheckRun description: A check performed on the code of a given code change type: object @@ -119445,7 +119477,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *759 + deployment: *760 details_url: example: https://example.com type: string @@ -119530,10 +119562,10 @@ x-webhooks: - output - app - pull_requests - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 sender: *4 required: - check_run @@ -119924,11 +119956,11 @@ x-webhooks: type: string enum: - created - check_run: *760 - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + check_run: *761 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 sender: *4 required: - check_run @@ -120322,11 +120354,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *760 - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + check_run: *761 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 requested_action: description: The action requested by the user. type: object @@ -120729,11 +120761,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *760 - installation: *755 - enterprise: *754 - organization: *756 - repository: *757 + check_run: *761 + installation: *756 + enterprise: *755 + organization: *757 + repository: *758 sender: *4 required: - check_run @@ -121703,10 +121735,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -122405,10 +122437,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -123101,10 +123133,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -123415,20 +123447,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &761 + commit_oid: &762 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: *754 - installation: *755 - organization: *756 - ref: &762 + enterprise: *755 + installation: *756 + organization: *757 + ref: &763 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: *757 + repository: *758 sender: *4 required: - action @@ -123823,12 +123855,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -124094,12 +124126,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -124431,12 +124463,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -124710,16 +124742,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *757 + repository: *758 sender: *4 required: - action @@ -124956,12 +124988,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *761 - enterprise: *754 - installation: *755 - organization: *756 - ref: *762 - repository: *757 + commit_oid: *762 + enterprise: *755 + installation: *756 + organization: *757 + ref: *763 + repository: *758 sender: *4 required: - action @@ -125272,10 +125304,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -125530,10 +125562,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -125613,18 +125645,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *756 - pusher_type: &763 + organization: *757 + pusher_type: &764 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &764 + ref: &765 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -125634,7 +125666,7 @@ x-webhooks: enum: - tag - branch - repository: *757 + repository: *758 sender: *4 required: - ref @@ -125717,9 +125749,9 @@ x-webhooks: enum: - created definition: *305 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -125804,9 +125836,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -125884,9 +125916,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *305 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -125964,9 +125996,9 @@ x-webhooks: enum: - updated definition: *305 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -126043,10 +126075,10 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - repository: *757 - organization: *756 + enterprise: *755 + installation: *756 + repository: *758 + organization: *757 sender: *4 new_property_values: type: array @@ -126131,18 +126163,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - pusher_type: *763 - ref: *764 + enterprise: *755 + installation: *756 + organization: *757 + pusher_type: *764 + ref: *765 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *757 + repository: *758 sender: *4 required: - ref @@ -126223,10 +126255,10 @@ x-webhooks: enum: - assignees_changed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126307,10 +126339,10 @@ x-webhooks: enum: - auto_dismissed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126392,10 +126424,10 @@ x-webhooks: enum: - auto_reopened alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126477,10 +126509,10 @@ x-webhooks: enum: - created alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126560,10 +126592,10 @@ x-webhooks: enum: - dismissed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126643,10 +126675,10 @@ x-webhooks: enum: - fixed alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126727,10 +126759,10 @@ x-webhooks: enum: - reintroduced alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126810,10 +126842,10 @@ x-webhooks: enum: - reopened alert: *513 - installation: *755 - organization: *756 - enterprise: *754 - repository: *757 + installation: *756 + organization: *757 + enterprise: *755 + repository: *758 sender: *4 required: - action @@ -126890,9 +126922,9 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - key: &765 + enterprise: *755 + installation: *756 + key: &766 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -126928,8 +126960,8 @@ x-webhooks: - verified - created_at - read_only - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -127006,11 +127038,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - key: *765 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + key: *766 + organization: *757 + repository: *758 sender: *4 required: - action @@ -127566,12 +127598,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: &771 + workflow: &772 title: Workflow type: object nullable: true @@ -128312,15 +128344,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *766 - required: *767 + properties: *767 + required: *768 nullable: true pull_requests: type: array - items: *608 - repository: *757 - organization: *756 - installation: *755 + items: *609 + repository: *758 + organization: *757 + installation: *756 sender: *4 responses: '200': @@ -128391,7 +128423,7 @@ x-webhooks: type: string enum: - approved - approver: &768 + approver: &769 type: object properties: avatar_url: @@ -128434,11 +128466,11 @@ x-webhooks: type: string comment: type: string - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - reviewers: &769 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + reviewers: &770 type: array items: type: object @@ -128517,7 +128549,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &770 + workflow_job_run: &771 type: object properties: conclusion: @@ -129248,18 +129280,18 @@ x-webhooks: type: string enum: - rejected - approver: *768 + approver: *769 comment: type: string - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - reviewers: *769 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + reviewers: *770 sender: *4 since: type: string - workflow_job_run: *770 + workflow_job_run: *771 workflow_job_runs: type: array items: @@ -129963,13 +129995,13 @@ x-webhooks: type: string enum: - requested - enterprise: *754 + enterprise: *755 environment: type: string - installation: *755 - organization: *756 - repository: *757 - requestor: &776 + installation: *756 + organization: *757 + repository: *758 + requestor: &777 title: User type: object nullable: true @@ -131858,12 +131890,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Deployment Workflow Run type: object @@ -132543,7 +132575,7 @@ x-webhooks: type: string enum: - answered - answer: &774 + answer: &775 type: object properties: author_association: @@ -132700,11 +132732,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -132831,11 +132863,11 @@ x-webhooks: - from required: - category - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -132918,11 +132950,11 @@ x-webhooks: type: string enum: - closed - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133004,7 +133036,7 @@ x-webhooks: type: string enum: - created - comment: &773 + comment: &774 type: object properties: author_association: @@ -133161,11 +133193,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133248,12 +133280,12 @@ x-webhooks: type: string enum: - deleted - comment: *773 - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + comment: *774 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133348,12 +133380,12 @@ x-webhooks: - from required: - body - comment: *773 - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + comment: *774 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133437,11 +133469,11 @@ x-webhooks: type: string enum: - created - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133523,11 +133555,11 @@ x-webhooks: type: string enum: - deleted - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133627,11 +133659,11 @@ x-webhooks: type: string required: - from - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133713,10 +133745,10 @@ x-webhooks: type: string enum: - labeled - discussion: *772 - enterprise: *754 - installation: *755 - label: &775 + discussion: *773 + enterprise: *755 + installation: *756 + label: &776 title: Label type: object properties: @@ -133748,8 +133780,8 @@ x-webhooks: - color - default - description - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133832,11 +133864,11 @@ x-webhooks: type: string enum: - locked - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -133918,11 +133950,11 @@ x-webhooks: type: string enum: - pinned - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134004,11 +134036,11 @@ x-webhooks: type: string enum: - reopened - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134093,16 +134125,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *772 - new_repository: *757 + new_discussion: *773 + new_repository: *758 required: - new_discussion - new_repository - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134185,10 +134217,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *772 - old_answer: *774 - organization: *756 - repository: *757 + discussion: *773 + old_answer: *775 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134270,12 +134302,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *772 - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134358,11 +134390,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134444,11 +134476,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *772 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + discussion: *773 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -134521,7 +134553,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *754 + enterprise: *755 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -135181,9 +135213,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - forkee @@ -135329,9 +135361,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pages: description: The pages that were updated. type: array @@ -135368,7 +135400,7 @@ x-webhooks: - action - sha - html_url - repository: *757 + repository: *758 sender: *4 required: - pages @@ -135444,10 +135476,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: &777 + organization: *757 + repositories: &778 description: An array of repository objects that the installation can access. type: array @@ -135473,8 +135505,8 @@ x-webhooks: - name - full_name - private - repository: *757 - requester: *776 + repository: *758 + requester: *777 sender: *4 required: - action @@ -135549,11 +135581,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -135629,11 +135661,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -135709,10 +135741,10 @@ x-webhooks: type: string enum: - added - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories_added: &778 + organization: *757 + repositories_added: &779 description: An array of repository objects, which were added to the installation. type: array @@ -135758,15 +135790,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *757 - repository_selection: &779 + repository: *758 + repository_selection: &780 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *776 + requester: *777 sender: *4 required: - action @@ -135845,10 +135877,10 @@ x-webhooks: type: string enum: - removed - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories_added: *778 + organization: *757 + repositories_added: *779 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -135875,9 +135907,9 @@ x-webhooks: - name - full_name - private - repository: *757 - repository_selection: *779 - requester: *776 + repository: *758 + repository_selection: *780 + requester: *777 sender: *4 required: - action @@ -135956,11 +135988,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -136138,10 +136170,10 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 target_type: type: string @@ -136220,11 +136252,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *754 + enterprise: *755 installation: *22 - organization: *756 - repositories: *777 - repository: *757 + organization: *757 + repositories: *778 + repository: *758 requester: nullable: true sender: *4 @@ -136398,8 +136430,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true user: title: User @@ -136484,8 +136516,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137274,8 +137306,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137624,8 +137656,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -137705,7 +137737,7 @@ x-webhooks: type: string enum: - deleted - comment: &780 + comment: &781 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -137862,8 +137894,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true required: - url @@ -137878,8 +137910,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138664,8 +138696,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139016,8 +139048,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -139097,7 +139129,7 @@ x-webhooks: type: string enum: - edited - changes: &809 + changes: &810 description: The changes to the comment. type: object properties: @@ -139109,9 +139141,9 @@ x-webhooks: type: string required: - from - comment: *780 - enterprise: *754 - installation: *755 + comment: *781 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139899,8 +139931,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140249,8 +140281,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -140331,9 +140363,9 @@ x-webhooks: type: string enum: - pinned - comment: *780 - enterprise: *754 - installation: *755 + comment: *781 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141123,8 +141155,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141475,8 +141507,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -141556,9 +141588,9 @@ x-webhooks: type: string enum: - unpinned - comment: *780 - enterprise: *754 - installation: *755 + comment: *781 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142348,8 +142380,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142700,8 +142732,8 @@ x-webhooks: - state - locked - assignee - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -142790,9 +142822,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -142881,9 +142913,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -142971,9 +143003,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143062,9 +143094,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -143144,10 +143176,10 @@ x-webhooks: type: string enum: - assigned - assignee: *776 - enterprise: *754 - installation: *755 - issue: &781 + assignee: *777 + enterprise: *755 + installation: *756 + issue: &782 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -143939,11 +143971,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144060,8 +144092,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -144141,8 +144173,8 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -144939,11 +144971,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145195,8 +145227,8 @@ x-webhooks: required: - state - closed_at - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -145275,8 +145307,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146064,11 +146096,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146184,8 +146216,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -146264,8 +146296,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147075,11 +147107,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147174,7 +147206,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &782 + milestone: &783 title: Milestone description: A collection of related issues and pull requests. type: object @@ -147312,8 +147344,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -147412,8 +147444,8 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148205,11 +148237,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148326,9 +148358,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *775 - organization: *756 - repository: *757 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -148408,9 +148440,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 issue_field: type: object description: The issue field whose value was set or updated on the @@ -148564,8 +148596,8 @@ x-webhooks: - id required: - from - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -148645,9 +148677,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -148728,8 +148760,8 @@ x-webhooks: nullable: true required: - id - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -148809,8 +148841,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149601,11 +149633,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149722,9 +149754,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *775 - organization: *756 - repository: *757 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -149804,8 +149836,8 @@ x-webhooks: type: string enum: - locked - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150620,11 +150652,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150718,8 +150750,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -150798,8 +150830,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151608,11 +151640,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151706,9 +151738,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *782 - organization: *756 - repository: *757 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -152571,11 +152603,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153156,8 +153188,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153941,11 +153973,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154069,8 +154101,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -154150,9 +154182,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *754 - installation: *755 - issue: &783 + enterprise: *755 + installation: *756 + issue: &784 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -154938,11 +154970,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155058,8 +155090,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -155138,8 +155170,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155952,11 +155984,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156051,8 +156083,8 @@ x-webhooks: user_view_type: type: string type: *257 - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -156921,11 +156953,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157520,11 +157552,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *754 - installation: *755 - issue: *783 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *784 + organization: *757 + repository: *758 sender: *4 required: - action @@ -157604,12 +157636,12 @@ x-webhooks: type: string enum: - typed - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 type: *257 - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -157690,7 +157722,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &812 + assignee: &813 title: User type: object nullable: true @@ -157760,11 +157792,11 @@ x-webhooks: required: - login - id - enterprise: *754 - installation: *755 - issue: *781 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *782 + organization: *757 + repository: *758 sender: *4 required: - action @@ -157843,12 +157875,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *754 - installation: *755 - issue: *781 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *782 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -157928,8 +157960,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158742,11 +158774,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *690 - issue_dependencies_summary: *691 + sub_issues_summary: *691 + issue_dependencies_summary: *692 issue_field_values: type: array - items: *569 + items: *570 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158840,8 +158872,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -158921,11 +158953,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *754 - installation: *755 - issue: *783 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + issue: *784 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159004,12 +159036,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *754 - installation: *755 - issue: *781 + enterprise: *755 + installation: *756 + issue: *782 type: *257 - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159089,11 +159121,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159171,11 +159203,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159285,11 +159317,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - label: *775 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + label: *776 + organization: *757 + repository: *758 sender: *4 required: - action @@ -159371,9 +159403,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: &784 + enterprise: *755 + installation: *756 + marketplace_purchase: &785 title: Marketplace Purchase type: object required: @@ -159456,8 +159488,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *756 - previous_marketplace_purchase: &785 + organization: *757 + previous_marketplace_purchase: &786 title: Marketplace Purchase type: object properties: @@ -159537,7 +159569,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *757 + repository: *758 sender: *4 required: - action @@ -159617,10 +159649,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: *784 - organization: *756 + enterprise: *755 + installation: *756 + marketplace_purchase: *785 + organization: *757 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -159703,7 +159735,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *757 + repository: *758 sender: *4 required: - action @@ -159785,10 +159817,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: *784 - organization: *756 + enterprise: *755 + installation: *756 + marketplace_purchase: *785 + organization: *757 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -159870,7 +159902,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *757 + repository: *758 sender: *4 required: - action @@ -159951,8 +159983,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 marketplace_purchase: title: Marketplace Purchase type: object @@ -160034,9 +160066,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *756 - previous_marketplace_purchase: *785 - repository: *757 + organization: *757 + previous_marketplace_purchase: *786 + repository: *758 sender: *4 required: - action @@ -160116,12 +160148,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *754 - installation: *755 - marketplace_purchase: *784 - organization: *756 - previous_marketplace_purchase: *785 - repository: *757 + enterprise: *755 + installation: *756 + marketplace_purchase: *785 + organization: *757 + previous_marketplace_purchase: *786 + repository: *758 sender: *4 required: - action @@ -160223,11 +160255,11 @@ x-webhooks: type: string required: - to - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 sender: *4 required: - action @@ -160327,11 +160359,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 sender: *4 required: - action @@ -160410,11 +160442,11 @@ x-webhooks: type: string enum: - removed - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 sender: *4 required: - action @@ -160492,11 +160524,11 @@ x-webhooks: type: string enum: - added - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 scope: description: The scope of the membership. Currently, can only be `team`. @@ -160572,7 +160604,7 @@ x-webhooks: required: - login - id - team: &786 + team: &787 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -160795,11 +160827,11 @@ x-webhooks: type: string enum: - removed - enterprise: *754 - installation: *755 - member: *776 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + member: *777 + organization: *757 + repository: *758 scope: description: The scope of the membership. Currently, can only be `team`. @@ -160876,7 +160908,7 @@ x-webhooks: required: - login - id - team: *786 + team: *787 required: - action - scope @@ -160958,8 +160990,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *755 - merge_group: &788 + installation: *756 + merge_group: &789 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -160978,15 +161010,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *787 + head_commit: *788 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161072,10 +161104,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *755 - merge_group: *788 - organization: *756 - repository: *757 + installation: *756 + merge_group: *789 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161148,7 +161180,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 + enterprise: *755 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -161257,16 +161289,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *755 - organization: *756 + installation: *756 + organization: *757 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -161347,11 +161379,11 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 - milestone: *782 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161430,9 +161462,9 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - milestone: &791 + enterprise: *755 + installation: *756 + milestone: &792 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161569,8 +161601,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161649,11 +161681,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - milestone: *782 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161763,11 +161795,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - milestone: *782 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *783 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161847,11 +161879,11 @@ x-webhooks: type: string enum: - opened - enterprise: *754 - installation: *755 - milestone: *791 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + milestone: *792 + organization: *757 + repository: *758 sender: *4 required: - action @@ -161930,11 +161962,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *776 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + blocked_user: *777 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162013,11 +162045,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *776 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + blocked_user: *777 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162096,9 +162128,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - membership: &792 + enterprise: *755 + installation: *756 + membership: &793 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -162205,8 +162237,8 @@ x-webhooks: - role - organization_url - user - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162284,11 +162316,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *754 - installation: *755 - membership: *792 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + membership: *793 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162367,8 +162399,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -162484,10 +162516,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 - user: *776 + user: *777 required: - action - invitation @@ -162565,11 +162597,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *754 - installation: *755 - membership: *792 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + membership: *793 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162656,11 +162688,11 @@ x-webhooks: properties: from: type: string - enterprise: *754 - installation: *755 - membership: *792 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + membership: *793 + organization: *757 + repository: *758 sender: *4 required: - action @@ -162737,9 +162769,9 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 package: description: Information about the package. type: object @@ -163238,7 +163270,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &793 + items: &794 title: Ruby Gems metadata type: object properties: @@ -163333,7 +163365,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -163409,9 +163441,9 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 package: description: Information about the package. type: object @@ -163764,7 +163796,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *793 + items: *794 source_url: type: string format: uri @@ -163834,7 +163866,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -164010,12 +164042,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *754 + enterprise: *755 id: type: integer - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - id @@ -164092,7 +164124,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &794 + personal_access_token_request: &795 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -164238,10 +164270,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *754 - organization: *756 + enterprise: *755 + organization: *757 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164318,11 +164350,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *794 - enterprise: *754 - organization: *756 + personal_access_token_request: *795 + enterprise: *755 + organization: *757 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164398,11 +164430,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *794 - enterprise: *754 - organization: *756 + personal_access_token_request: *795 + enterprise: *755 + organization: *757 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164477,11 +164509,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *794 - organization: *756 - enterprise: *754 + personal_access_token_request: *795 + organization: *757 + enterprise: *755 sender: *4 - installation: *755 + installation: *756 required: - action - personal_access_token_request @@ -164586,7 +164618,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *795 + last_response: *796 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -164618,8 +164650,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 zen: description: Random string of GitHub zen. @@ -164864,10 +164896,10 @@ x-webhooks: - from required: - note - enterprise: *754 - installation: *755 - organization: *756 - project_card: &796 + enterprise: *755 + installation: *756 + organization: *757 + project_card: &797 title: Project Card type: object properties: @@ -164986,7 +165018,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *757 + repository: *758 sender: *4 required: - action @@ -165067,11 +165099,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - project_card: *796 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_card: *797 + repository: *758 sender: *4 required: - action @@ -165151,9 +165183,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 project_card: title: Project Card type: object @@ -165281,8 +165313,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -165376,11 +165408,11 @@ x-webhooks: - from required: - note - enterprise: *754 - installation: *755 - organization: *756 - project_card: *796 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_card: *797 + repository: *758 sender: *4 required: - action @@ -165474,9 +165506,9 @@ x-webhooks: - from required: - column_id - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 project_card: allOf: - title: Project Card @@ -165666,7 +165698,7 @@ x-webhooks: type: string required: - after_id - repository: *757 + repository: *758 sender: *4 required: - action @@ -165746,10 +165778,10 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 - organization: *756 - project: &798 + enterprise: *755 + installation: *756 + organization: *757 + project: &799 title: Project type: object properties: @@ -165873,7 +165905,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *757 + repository: *758 sender: *4 required: - action @@ -165953,10 +165985,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - project_column: &797 + enterprise: *755 + installation: *756 + organization: *757 + project_column: &798 title: Project Column type: object properties: @@ -165995,7 +166027,7 @@ x-webhooks: - name - created_at - updated_at - repository: *757 + repository: *758 sender: *4 required: - action @@ -166074,18 +166106,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - project_column: *797 + enterprise: *755 + installation: *756 + organization: *757 + project_column: *798 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -166175,11 +166207,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - project_column: *797 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_column: *798 + repository: *758 sender: *4 required: - action @@ -166259,11 +166291,11 @@ x-webhooks: type: string enum: - moved - enterprise: *754 - installation: *755 - organization: *756 - project_column: *797 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project_column: *798 + repository: *758 sender: *4 required: - action @@ -166343,11 +166375,11 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - project: *798 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 + repository: *758 sender: *4 required: - action @@ -166427,18 +166459,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - project: *798 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true sender: *4 required: @@ -166540,11 +166572,11 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - project: *798 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 + repository: *758 sender: *4 required: - action @@ -166623,11 +166655,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *754 - installation: *755 - organization: *756 - project: *798 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + project: *799 + repository: *758 sender: *4 required: - action @@ -166708,8 +166740,8 @@ x-webhooks: type: string enum: - closed - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -166791,8 +166823,8 @@ x-webhooks: type: string enum: - created - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -166874,8 +166906,8 @@ x-webhooks: type: string enum: - deleted - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -166993,8 +167025,8 @@ x-webhooks: type: string to: type: string - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -167078,7 +167110,7 @@ x-webhooks: type: string enum: - archived - changes: &802 + changes: &803 type: object properties: archived_at: @@ -167092,9 +167124,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *755 - organization: *756 - projects_v2_item: &799 + installation: *756 + organization: *757 + projects_v2_item: &800 title: Projects v2 Item description: An item belonging to a project type: object @@ -167229,9 +167261,9 @@ x-webhooks: nullable: true to: type: string - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167313,9 +167345,9 @@ x-webhooks: type: string enum: - created - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167396,9 +167428,9 @@ x-webhooks: type: string enum: - deleted - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167504,7 +167536,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &800 + - &801 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -167526,7 +167558,7 @@ x-webhooks: required: - id - name - - &801 + - &802 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -167560,8 +167592,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *800 - *801 + - *802 required: - field_value - type: object @@ -167577,9 +167609,9 @@ x-webhooks: nullable: true required: - body - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167674,9 +167706,9 @@ x-webhooks: to: type: string nullable: true - installation: *755 - organization: *756 - projects_v2_item: *799 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167759,10 +167791,10 @@ x-webhooks: type: string enum: - restored - changes: *802 - installation: *755 - organization: *756 - projects_v2_item: *799 + changes: *803 + installation: *756 + organization: *757 + projects_v2_item: *800 sender: *4 required: - action @@ -167844,8 +167876,8 @@ x-webhooks: type: string enum: - reopened - installation: *755 - organization: *756 + installation: *756 + organization: *757 projects_v2: *291 sender: *4 required: @@ -167927,14 +167959,14 @@ x-webhooks: type: string enum: - created - installation: *755 - organization: *756 - projects_v2_status_update: &805 + installation: *756 + organization: *757 + projects_v2_status_update: &806 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *803 - required: *804 + properties: *804 + required: *805 sender: *4 required: - action @@ -168015,9 +168047,9 @@ x-webhooks: type: string enum: - deleted - installation: *755 - organization: *756 - projects_v2_status_update: *805 + installation: *756 + organization: *757 + projects_v2_status_update: *806 sender: *4 required: - action @@ -168153,9 +168185,9 @@ x-webhooks: type: string format: date nullable: true - installation: *755 - organization: *756 - projects_v2_status_update: *805 + installation: *756 + organization: *757 + projects_v2_status_update: *806 sender: *4 required: - action @@ -168226,10 +168258,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - repository @@ -168306,13 +168338,13 @@ x-webhooks: type: string enum: - assigned - assignee: *776 - enterprise: *754 - installation: *755 - number: &806 + assignee: *777 + enterprise: *755 + installation: *756 + number: &807 description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -170599,7 +170631,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -170681,11 +170713,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -172967,7 +172999,7 @@ x-webhooks: - draft reason: type: string - repository: *757 + repository: *758 sender: *4 required: - action @@ -173049,11 +173081,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -175335,7 +175367,7 @@ x-webhooks: - draft reason: type: string - repository: *757 + repository: *758 sender: *4 required: - action @@ -175417,13 +175449,13 @@ x-webhooks: type: string enum: - closed - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: &807 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: &808 allOf: - - *608 + - *609 - type: object properties: allow_auto_merge: @@ -175485,7 +175517,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *757 + repository: *758 sender: *4 required: - action @@ -175566,12 +175598,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -175651,11 +175683,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *754 - milestone: *592 - number: *806 - organization: *756 - pull_request: &808 + enterprise: *755 + milestone: *593 + number: *807 + organization: *757 + pull_request: &809 title: Pull Request type: object properties: @@ -177936,7 +177968,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -178015,11 +178047,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -180319,7 +180351,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *757 + repository: *758 sender: *4 required: - action @@ -180443,12 +180475,12 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -180528,11 +180560,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -182817,7 +182849,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -182897,11 +182929,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *754 - installation: *755 - label: *775 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + label: *776 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -185187,7 +185219,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -185268,10 +185300,10 @@ x-webhooks: type: string enum: - locked - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -187555,7 +187587,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -187635,12 +187667,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *754 - milestone: *592 - number: *806 - organization: *756 - pull_request: *808 - repository: *757 + enterprise: *755 + milestone: *593 + number: *807 + organization: *757 + pull_request: *809 + repository: *758 sender: *4 required: - action @@ -187719,12 +187751,12 @@ x-webhooks: type: string enum: - opened - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -187805,12 +187837,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -187890,12 +187922,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *754 - installation: *755 - number: *806 - organization: *756 - pull_request: *807 - repository: *757 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 + pull_request: *808 + repository: *758 sender: *4 required: - action @@ -188261,9 +188293,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: type: object properties: @@ -190437,7 +190469,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *757 + repository: *758 sender: *4 required: - action @@ -190517,7 +190549,7 @@ x-webhooks: type: string enum: - deleted - comment: &810 + comment: &811 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -190802,9 +190834,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: type: object properties: @@ -192966,7 +192998,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *757 + repository: *758 sender: *4 required: - action @@ -193046,11 +193078,11 @@ x-webhooks: type: string enum: - edited - changes: *809 - comment: *810 - enterprise: *754 - installation: *755 - organization: *756 + changes: *810 + comment: *811 + enterprise: *755 + installation: *756 + organization: *757 pull_request: type: object properties: @@ -195215,7 +195247,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *757 + repository: *758 sender: *4 required: - action @@ -195296,9 +195328,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -197475,7 +197507,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 + repository: *758 review: description: The review that was affected. type: object @@ -197722,9 +197754,9 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -199774,8 +199806,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 - review: &811 + repository: *758 + review: &812 description: The review that was affected. type: object properties: @@ -200008,12 +200040,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -202300,7 +202332,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_reviewer: title: User type: object @@ -202384,12 +202416,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -204683,7 +204715,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204875,12 +204907,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -207169,7 +207201,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_reviewer: title: User type: object @@ -207254,12 +207286,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *754 - installation: *755 + enterprise: *755 + installation: *756 number: description: The pull request number. type: integer - organization: *756 + organization: *757 pull_request: title: Pull Request type: object @@ -209539,7 +209571,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209720,9 +209752,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -211901,8 +211933,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 - review: *811 + repository: *758 + review: *812 sender: *4 required: - action @@ -211982,9 +212014,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -214072,7 +214104,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 + repository: *758 sender: *4 thread: type: object @@ -214459,9 +214491,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 pull_request: title: Simple Pull Request type: object @@ -216535,7 +216567,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *757 + repository: *758 sender: *4 thread: type: object @@ -216925,10 +216957,10 @@ x-webhooks: type: string before: type: string - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -219203,7 +219235,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -219285,11 +219317,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *812 - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + assignee: *813 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -221576,7 +221608,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -221655,11 +221687,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *754 - installation: *755 - label: *775 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + label: *776 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -223936,7 +223968,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -224017,10 +224049,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *754 - installation: *755 - number: *806 - organization: *756 + enterprise: *755 + installation: *756 + number: *807 + organization: *757 pull_request: title: Pull Request type: object @@ -226289,7 +226321,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *757 + repository: *758 sender: *4 required: - action @@ -226489,7 +226521,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *754 + enterprise: *755 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226581,8 +226613,8 @@ x-webhooks: - url - author - committer - installation: *755 - organization: *756 + installation: *756 + organization: *757 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227168,9 +227200,9 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 registry_package: type: object properties: @@ -227616,7 +227648,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *793 + items: *794 summary: type: string tag_name: @@ -227670,7 +227702,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -227748,9 +227780,9 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 registry_package: type: object properties: @@ -228058,7 +228090,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *793 + items: *794 summary: type: string tag_name: @@ -228107,7 +228139,7 @@ x-webhooks: - owner - package_version - registry - repository: *757 + repository: *758 sender: *4 required: - action @@ -228184,10 +228216,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - release: &813 + enterprise: *755 + installation: *756 + organization: *757 + release: &814 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228505,7 +228537,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *757 + repository: *758 sender: *4 required: - action @@ -228582,11 +228614,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - release: *813 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *814 + repository: *758 sender: *4 required: - action @@ -228703,11 +228735,11 @@ x-webhooks: type: boolean required: - to - enterprise: *754 - installation: *755 - organization: *756 - release: *813 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *814 + repository: *758 sender: *4 required: - action @@ -228785,9 +228817,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229109,7 +229141,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *757 + repository: *758 sender: *4 required: - action @@ -229185,10 +229217,10 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 - release: &814 + enterprise: *755 + installation: *756 + organization: *757 + release: &815 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229507,7 +229539,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *757 + repository: *758 sender: *4 required: - action @@ -229583,11 +229615,11 @@ x-webhooks: type: string enum: - released - enterprise: *754 - installation: *755 - organization: *756 - release: *813 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *814 + repository: *758 sender: *4 required: - action @@ -229663,11 +229695,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *754 - installation: *755 - organization: *756 - release: *814 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + release: *815 + repository: *758 sender: *4 required: - action @@ -229743,11 +229775,11 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - repository_advisory: *677 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + repository_advisory: *678 sender: *4 required: - action @@ -229823,11 +229855,11 @@ x-webhooks: type: string enum: - reported - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - repository_advisory: *677 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + repository_advisory: *678 sender: *4 required: - action @@ -229903,10 +229935,10 @@ x-webhooks: type: string enum: - archived - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -229983,10 +230015,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230064,10 +230096,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230151,10 +230183,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230266,10 +230298,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230341,10 +230373,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 status: type: string @@ -230425,10 +230457,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230505,10 +230537,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230602,10 +230634,10 @@ x-webhooks: - name required: - repository - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -230685,10 +230717,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 repository_ruleset: *339 sender: *4 required: @@ -230767,10 +230799,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 repository_ruleset: *339 sender: *4 required: @@ -230849,10 +230881,10 @@ x-webhooks: type: string enum: - edited - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 repository_ruleset: *339 changes: type: object @@ -230914,16 +230946,16 @@ x-webhooks: properties: added: type: array - items: *628 + items: *629 deleted: type: array - items: *628 + items: *629 updated: type: array items: type: object properties: - rule: *628 + rule: *629 changes: type: object properties: @@ -231157,10 +231189,10 @@ x-webhooks: - from required: - owner - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231238,10 +231270,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231319,7 +231351,7 @@ x-webhooks: type: string enum: - create - alert: &815 + alert: &816 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231441,10 +231473,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231650,10 +231682,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231731,11 +231763,11 @@ x-webhooks: type: string enum: - reopen - alert: *815 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *816 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -231934,10 +231966,10 @@ x-webhooks: enum: - fixed - open - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232015,7 +232047,7 @@ x-webhooks: type: string enum: - assigned - alert: &816 + alert: &817 type: object properties: number: *188 @@ -232158,10 +232190,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232239,11 +232271,11 @@ x-webhooks: type: string enum: - created - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232324,11 +232356,11 @@ x-webhooks: type: string enum: - created - alert: *816 - installation: *755 - location: *817 - organization: *756 - repository: *757 + alert: *817 + installation: *756 + location: *818 + organization: *757 + repository: *758 sender: *4 required: - location @@ -232566,11 +232598,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232648,11 +232680,11 @@ x-webhooks: type: string enum: - reopened - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232730,11 +232762,11 @@ x-webhooks: type: string enum: - resolved - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232812,12 +232844,12 @@ x-webhooks: type: string enum: - unassigned - alert: *816 + alert: *817 assignee: *4 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -232895,11 +232927,11 @@ x-webhooks: type: string enum: - validated - alert: *816 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + alert: *817 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -233025,10 +233057,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *757 - enterprise: *754 - installation: *755 - organization: *756 + repository: *758 + enterprise: *755 + installation: *756 + organization: *757 sender: *4 required: - action @@ -233106,11 +233138,11 @@ x-webhooks: type: string enum: - published - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - security_advisory: &818 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + security_advisory: &819 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233281,11 +233313,11 @@ x-webhooks: type: string enum: - updated - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 - security_advisory: *818 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 + security_advisory: *819 sender: *4 required: - action @@ -233358,10 +233390,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233534,9 +233566,9 @@ x-webhooks: type: object properties: security_and_analysis: *312 - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: *360 sender: *4 required: @@ -233615,12 +233647,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: &819 + sponsorship: &820 type: object properties: created_at: @@ -233921,12 +233953,12 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - sponsorship @@ -234014,12 +234046,12 @@ x-webhooks: type: string required: - from - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - changes @@ -234096,17 +234128,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &820 + effective_date: &821 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: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - sponsorship @@ -234180,7 +234212,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &821 + changes: &822 type: object properties: tier: @@ -234224,13 +234256,13 @@ x-webhooks: - from required: - tier - effective_date: *820 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + effective_date: *821 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - changes @@ -234307,13 +234339,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *821 - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + changes: *822 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - sponsorship: *819 + sponsorship: *820 required: - action - changes @@ -234387,10 +234419,10 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234473,10 +234505,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234896,15 +234928,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *754 + enterprise: *755 id: description: The unique identifier of the status. type: integer - installation: *755 + installation: *756 name: type: string - organization: *756 - repository: *757 + organization: *757 + repository: *758 sender: *4 sha: description: The Commit SHA. @@ -235019,9 +235051,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -235110,9 +235142,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -235201,9 +235233,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -235292,9 +235324,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *755 - organization: *756 - repository: *757 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -235370,12 +235402,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - team: &822 + team: &823 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235598,9 +235630,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -236058,7 +236090,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -236134,9 +236166,9 @@ x-webhooks: type: string enum: - created - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -236594,7 +236626,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -236671,9 +236703,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -237131,7 +237163,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -237275,9 +237307,9 @@ x-webhooks: - from required: - permissions - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -237735,7 +237767,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - changes @@ -237813,9 +237845,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *754 - installation: *755 - organization: *756 + enterprise: *755 + installation: *756 + organization: *757 repository: title: Repository description: A git repository @@ -238273,7 +238305,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *822 + team: *823 required: - action - team @@ -238349,10 +238381,10 @@ x-webhooks: type: string enum: - started - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 required: - action @@ -238425,16 +238457,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *754 + enterprise: *755 inputs: type: object nullable: true additionalProperties: true - installation: *755 - organization: *756 + installation: *756 + organization: *757 ref: type: string - repository: *757 + repository: *758 sender: *4 workflow: type: string @@ -238516,10 +238548,10 @@ x-webhooks: type: string enum: - completed - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: allOf: @@ -238835,10 +238867,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: allOf: @@ -239177,10 +239209,10 @@ x-webhooks: type: string enum: - queued - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: type: object @@ -239394,10 +239426,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 workflow_job: type: object @@ -239613,12 +239645,12 @@ x-webhooks: type: string enum: - completed - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Workflow Run type: object @@ -240617,12 +240649,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Workflow Run type: object @@ -241606,12 +241638,12 @@ x-webhooks: type: string enum: - requested - enterprise: *754 - installation: *755 - organization: *756 - repository: *757 + enterprise: *755 + installation: *756 + organization: *757 + repository: *758 sender: *4 - workflow: *771 + workflow: *772 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 87a78b394a..41b229c88a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -396763,6 +396763,166 @@ } } }, + "/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", + "nullable": true, + "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", + "description": "The description of the issue type.", + "nullable": true + }, + "color": { + "type": "string", + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple" + ], + "nullable": true + }, + "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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 8c23f37f2c..b796001580 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1081,7 +1081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &682 + - &683 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14271,7 +14271,7 @@ paths: properties: action: type: string - discussion: &775 + discussion: &776 title: Discussion description: A Discussion in a repository. type: object @@ -14638,7 +14638,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &564 + properties: &565 id: type: integer format: int64 @@ -15016,7 +15016,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &693 + sub_issues_summary: &694 title: Sub-issues Summary type: object properties: @@ -15103,7 +15103,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &588 + properties: &589 pinned_at: type: string format: date-time @@ -15115,7 +15115,7 @@ paths: properties: *20 required: *21 nullable: true - required: &589 + required: &590 - pinned_at - pinned_by nullable: true @@ -15129,7 +15129,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &694 + issue_dependencies_summary: &695 title: Issue Dependencies Summary type: object properties: @@ -15148,7 +15148,7 @@ paths: - total_blocking issue_field_values: type: array - items: &572 + items: &573 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15235,7 +15235,7 @@ paths: - node_id - data_type - value - required: &565 + required: &566 - assignee - closed_at - comments @@ -15256,7 +15256,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &566 + x-github-breaking-changes: &567 - changeset: deprecate_beta_media_type patch: properties: @@ -15316,7 +15316,7 @@ paths: action: type: string issue: *88 - comment: &560 + comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15980,7 +15980,7 @@ paths: type: string release: allOf: - - &622 + - &623 title: Release description: A release. type: object @@ -16051,7 +16051,7 @@ paths: author: *4 assets: type: array - items: &623 + items: &624 title: Release Asset description: Data related to a release. type: object @@ -16671,7 +16671,7 @@ paths: url: type: string format: uri - user: &700 + user: &701 title: Public User description: Public User type: object @@ -20089,7 +20089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &598 + - &599 name: all description: If `true`, show notifications marked as read. in: query @@ -20097,7 +20097,7 @@ paths: schema: type: boolean default: false - - &599 + - &600 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20107,7 +20107,7 @@ paths: type: boolean default: false - *95 - - &600 + - &601 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: @@ -20643,7 +20643,7 @@ paths: - url - subscription_url examples: - default: &601 + default: &602 value: - id: '1' repository: @@ -22524,7 +22524,7 @@ paths: parameters: - *78 - *124 - - &751 + - &752 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 @@ -22636,7 +22636,7 @@ paths: - *124 - *125 - *126 - - &752 + - &753 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22644,7 +22644,7 @@ paths: schema: type: string - *129 - - &753 + - &754 name: sku description: The SKU to query for usage. in: query @@ -30185,12 +30185,12 @@ paths: required: - subject_digests examples: - default: &732 + default: &733 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &733 + withPredicateType: &734 value: subject_digests: - sha256:abc123 @@ -30248,7 +30248,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &734 + default: &735 value: attestations_subject_digests: - sha256:abc: @@ -41015,7 +41015,7 @@ paths: type: array items: *258 examples: - default: + default: &559 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -42810,7 +42810,7 @@ paths: parameters: - *78 - *270 - - &715 + - &716 name: repo_name description: repo_name parameter in: path @@ -43869,7 +43869,7 @@ paths: - nuget - container - *78 - - &716 + - &717 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43910,7 +43910,7 @@ paths: default: *277 '403': *29 '401': *25 - '400': &718 + '400': &719 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46007,7 +46007,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &807 + properties: &808 id: type: number description: The unique identifier of the status update. @@ -46055,7 +46055,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &808 + required: &809 - id - node_id - created_at @@ -46495,7 +46495,7 @@ paths: - review_comment - self author_association: *85 - auto_merge: &608 + auto_merge: &609 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46945,7 +46945,7 @@ paths: - updated_at - project_url examples: - default: &738 + default: &739 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47122,7 +47122,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &739 + items: &740 type: object properties: name: @@ -47159,7 +47159,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &740 + iteration_configuration: &741 type: object description: The configuration for iteration fields. properties: @@ -47209,7 +47209,7 @@ paths: value: name: Due date data_type: date - single_select_field: &741 + single_select_field: &742 summary: Create a single select field value: name: Priority @@ -47236,7 +47236,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &742 + iteration_field: &743 summary: Create an iteration field value: name: Sprint @@ -47262,7 +47262,7 @@ paths: application/json: schema: *298 examples: - text_field: &743 + text_field: &744 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47271,7 +47271,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: &744 + number_field: &745 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47280,7 +47280,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: &745 + date_field: &746 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47289,7 +47289,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: &746 + single_select_field: &747 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47323,7 +47323,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &747 + iteration_field: &748 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47369,7 +47369,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *294 - - &748 + - &749 name: field_id description: The unique identifier of the field. in: path @@ -47384,7 +47384,7 @@ paths: application/json: schema: *298 examples: - default: &749 + default: &750 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48581,7 +48581,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &729 + schema: &730 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48758,7 +48758,7 @@ paths: parameters: - *294 - *78 - - &750 + - &751 name: view_number description: The number that identifies the project view. in: path @@ -50749,7 +50749,7 @@ paths: - *78 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51031,7 +51031,7 @@ paths: - repository_property rules: type: array - items: &631 + items: &632 title: Repository Rule type: object description: A repository rule. @@ -51093,7 +51093,7 @@ paths: type: string enum: - required_linear_history - - &629 + - &630 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51995,7 +51995,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *78 - - &632 + - &633 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 @@ -52010,7 +52010,7 @@ paths: in: query schema: type: string - - &633 + - &634 name: time_period description: |- The time period to filter by. @@ -52026,14 +52026,14 @@ paths: - week - month default: day - - &634 + - &635 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 - - &635 + - &636 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52046,7 +52046,7 @@ paths: - bypass - all default: all - - &636 + - &637 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. @@ -52069,7 +52069,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suites description: Response type: array @@ -52124,7 +52124,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &638 + default: &639 value: - id: 21 actor_id: 12 @@ -52168,7 +52168,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *78 - - &639 + - &640 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52184,7 +52184,7 @@ paths: description: Response content: application/json: - schema: &640 + schema: &641 title: Rule Suite description: Response type: object @@ -52283,7 +52283,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &641 + default: &642 value: id: 21 actor_id: 12 @@ -52530,7 +52530,7 @@ paths: type: string format: date-time examples: - default: &643 + default: &644 value: - version_id: 3 actor: @@ -52583,7 +52583,7 @@ paths: description: Response content: application/json: - schema: &644 + schema: &645 allOf: - *344 - type: object @@ -52655,7 +52655,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *78 - - &645 + - &646 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52666,7 +52666,7 @@ paths: enum: - open - resolved - - &646 + - &647 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52676,7 +52676,7 @@ paths: required: false schema: type: string - - &647 + - &648 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52687,7 +52687,7 @@ paths: required: false schema: type: string - - &648 + - &649 name: exclude_providers in: query description: |- @@ -52698,7 +52698,7 @@ paths: required: false schema: type: string - - &649 + - &650 name: providers in: query description: |- @@ -52709,7 +52709,7 @@ paths: required: false schema: type: string - - &650 + - &651 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52718,7 +52718,7 @@ paths: required: false schema: type: string - - &651 + - &652 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52737,7 +52737,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &652 + - &653 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. @@ -52752,7 +52752,7 @@ paths: - *62 - *19 - *17 - - &653 + - &654 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 @@ -52762,7 +52762,7 @@ paths: required: false schema: type: string - - &654 + - &655 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 @@ -52772,7 +52772,7 @@ paths: required: false schema: type: string - - &655 + - &656 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52781,7 +52781,7 @@ paths: required: false schema: type: string - - &656 + - &657 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52790,7 +52790,7 @@ paths: schema: type: boolean default: false - - &657 + - &658 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52799,7 +52799,7 @@ paths: schema: type: boolean default: false - - &658 + - &659 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52808,7 +52808,7 @@ paths: schema: type: boolean default: false - - &659 + - &660 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52845,14 +52845,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &660 + state: &661 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: &661 + resolution: &662 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52969,8 +52969,8 @@ paths: pull request. ' - oneOf: &662 - - &664 + oneOf: &663 + - &665 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53028,7 +53028,7 @@ paths: - blob_url - commit_sha - commit_url - - &665 + - &666 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. @@ -53083,7 +53083,7 @@ paths: - page_url - commit_sha - commit_url - - &666 + - &667 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53103,7 +53103,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &667 + - &668 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53123,7 +53123,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &668 + - &669 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53143,7 +53143,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &669 + - &670 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53157,7 +53157,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &670 + - &671 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53171,7 +53171,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &671 + - &672 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53185,7 +53185,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &672 + - &673 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. @@ -53205,7 +53205,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &673 + - &674 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. @@ -53225,7 +53225,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &674 + - &675 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. @@ -53245,7 +53245,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &675 + - &676 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. @@ -53265,7 +53265,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &676 + - &677 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53784,7 +53784,7 @@ paths: application/json: schema: type: array - items: &680 + items: &681 description: A repository security advisory. type: object properties: @@ -54107,7 +54107,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &681 + default: &682 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56105,7 +56105,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &696 + response-if-user-is-a-team-maintainer: &697 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56170,7 +56170,7 @@ paths: application/json: schema: *358 examples: - response-if-users-membership-with-team-is-now-pending: &697 + response-if-users-membership-with-team-is-now-pending: &698 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56284,7 +56284,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &698 + schema: &699 title: Team Repository description: A team's access to a repository. type: object @@ -57026,7 +57026,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: &699 + response-if-child-teams-exist: &700 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58516,7 +58516,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': &559 + '410': &560 description: Gone content: application/json: @@ -62705,7 +62705,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &769 + properties: &770 url: type: string format: uri @@ -62790,7 +62790,7 @@ paths: nullable: true properties: *83 required: *84 - required: &770 + required: &771 - id - node_id - sha @@ -68910,7 +68910,7 @@ paths: check. type: array items: *93 - deployment: &762 + deployment: &763 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69822,7 +69822,7 @@ paths: type: string format: date-time nullable: true - head_commit: &790 + head_commit: &791 title: Simple Commit description: A commit. type: object @@ -74326,14 +74326,14 @@ paths: type: integer machines: type: array - items: &705 + items: &706 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *480 required: *481 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -75720,7 +75720,7 @@ paths: - content - created_at examples: - default: &562 + default: &563 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -75857,7 +75857,7 @@ paths: - *359 - *360 - *104 - - &563 + - &564 name: reaction_id description: The unique identifier of the reaction. in: path @@ -75971,7 +75971,7 @@ paths: type: array items: *492 examples: - default: &615 + default: &616 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76262,7 +76262,7 @@ paths: type: array items: *496 examples: - default: &607 + default: &608 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76820,7 +76820,7 @@ paths: application/json: schema: *492 examples: - default: &594 + default: &595 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77479,7 +77479,7 @@ paths: application/json: schema: type: array - items: &685 + items: &686 title: Status description: The status of a commit. type: object @@ -78448,7 +78448,7 @@ paths: - size - type - url - - &620 + - &621 title: Content File description: Content File type: object @@ -79092,7 +79092,7 @@ paths: items: type: object properties: - placeholder_id: &677 + placeholder_id: &678 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -85135,7 +85135,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &799 + last_response: &800 title: Hook Response type: object properties: @@ -86187,7 +86187,7 @@ paths: parameters: - *359 - *360 - - &727 + - &728 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86621,7 +86621,7 @@ paths: type: array items: *558 examples: - default: &720 + default: &721 value: - id: 1 repository: @@ -86925,6 +86925,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: + - *359 + - *360 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *258 + examples: + default: *559 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -87035,7 +87067,7 @@ paths: type: array items: *88 examples: - default: &571 + default: &572 value: - id: 1 node_id: MDU6SXNzdWUx @@ -87323,7 +87355,7 @@ paths: application/json: schema: *88 examples: - default: &568 + default: &569 value: id: 1 node_id: MDU6SXNzdWUx @@ -87486,7 +87518,7 @@ paths: '422': *15 '503': *122 '404': *6 - '410': *559 + '410': *560 x-github: triggersNotification: true githubCloudOnly: false @@ -87546,9 +87578,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: &570 + default: &571 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -87614,9 +87646,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &561 + default: &562 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -87695,9 +87727,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '422': *15 x-github: githubCloudOnly: false @@ -87753,7 +87785,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -87809,7 +87841,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *559 + '410': *560 '422': *15 x-github: githubCloudOnly: false @@ -87835,7 +87867,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *559 + '410': *560 '503': *122 x-github: githubCloudOnly: false @@ -87883,7 +87915,7 @@ paths: type: array items: *490 examples: - default: *562 + default: *563 headers: Link: *70 '404': *6 @@ -87972,7 +88004,7 @@ paths: - *359 - *360 - *104 - - *563 + - *564 responses: '204': description: Response @@ -88003,7 +88035,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Issue Event description: Issue Event type: object @@ -88046,9 +88078,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *564 - required: *565 - x-github-breaking-changes: *566 + properties: *565 + required: *566 + x-github-breaking-changes: *567 nullable: true label: title: Issue Event Label @@ -88368,7 +88400,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88561,7 +88593,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *559 + '410': *560 '403': *29 x-github: githubCloudOnly: false @@ -88597,7 +88629,7 @@ paths: parameters: - *359 - *360 - - &569 + - &570 name: issue_number description: The number that identifies the issue. in: path @@ -88613,7 +88645,7 @@ paths: examples: default: summary: Issue - value: *568 + value: *569 pinned_comment: summary: Issue with pinned comment value: @@ -88820,7 +88852,7 @@ paths: version: '2026-03-10' '301': *363 '404': *6 - '410': *559 + '410': *560 '304': *37 x-github: githubCloudOnly: false @@ -88847,7 +88879,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: false content: @@ -88977,13 +89009,13 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 '422': *15 '503': *122 '403': *29 '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89013,7 +89045,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: false content: @@ -89041,7 +89073,7 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89059,7 +89091,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: content: application/json: @@ -89086,7 +89118,7 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89110,7 +89142,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - name: assignee in: path required: true @@ -89152,7 +89184,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *95 - *17 - *19 @@ -89163,13 +89195,13 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *570 + default: *571 headers: Link: *70 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89200,7 +89232,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -89222,16 +89254,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *559 + '410': *560 '422': *15 '404': *6 x-github: @@ -89261,7 +89293,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -89273,12 +89305,12 @@ paths: type: array items: *88 examples: - default: *571 + default: *572 headers: Link: *70 '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89308,7 +89340,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -89332,7 +89364,7 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -89340,7 +89372,7 @@ paths: type: string '301': *363 '403': *29 - '410': *559 + '410': *560 '422': *15 '404': *6 x-github: @@ -89373,7 +89405,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -89387,13 +89419,13 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 '301': *363 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *559 + '410': *560 x-github: triggersNotification: true githubCloudOnly: false @@ -89421,7 +89453,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -89433,12 +89465,12 @@ paths: type: array items: *88 examples: - default: *571 + default: *572 headers: Link: *70 '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89457,7 +89489,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -89471,7 +89503,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &575 + - &576 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -89525,7 +89557,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -89661,7 +89693,7 @@ paths: - performed_via_github_app - assignee - assigner - - &577 + - &578 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -89712,7 +89744,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -89763,7 +89795,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -89817,7 +89849,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -89864,7 +89896,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -89911,7 +89943,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -89971,7 +90003,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Locked Issue Event description: Locked Issue Event type: object @@ -90019,7 +90051,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -90085,7 +90117,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -90151,7 +90183,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -90217,7 +90249,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -90308,7 +90340,7 @@ paths: color: red headers: Link: *70 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90327,7 +90359,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -90337,9 +90369,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: &573 + default: &574 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -90376,7 +90408,7 @@ paths: Link: *70 '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90407,7 +90439,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -90477,9 +90509,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *572 + items: *573 examples: - default: *573 + default: *574 '400': *14 '403': *29 '404': *6 @@ -90517,7 +90549,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -90582,9 +90614,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *572 + items: *573 examples: - default: *573 + default: *574 '400': *14 '403': *29 '404': *6 @@ -90617,7 +90649,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *257 responses: '204': @@ -90645,7 +90677,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -90657,7 +90689,7 @@ paths: type: array items: *87 examples: - default: &574 + default: &575 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -90677,7 +90709,7 @@ paths: Link: *70 '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90695,7 +90727,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: false content: @@ -90740,10 +90772,10 @@ paths: type: array items: *87 examples: - default: *574 + default: *575 '301': *363 '404': *6 - '410': *559 + '410': *560 '422': *15 x-github: githubCloudOnly: false @@ -90762,7 +90794,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: false content: @@ -90824,10 +90856,10 @@ paths: type: array items: *87 examples: - default: *574 + default: *575 '301': *363 '404': *6 - '410': *559 + '410': *560 '422': *15 x-github: githubCloudOnly: false @@ -90846,13 +90878,13 @@ paths: parameters: - *359 - *360 - - *569 + - *570 responses: '204': description: Response '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90873,7 +90905,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - name: name in: path required: true @@ -90899,7 +90931,7 @@ paths: default: true '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90921,7 +90953,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: false content: @@ -90949,7 +90981,7 @@ paths: '204': description: Response '403': *29 - '410': *559 + '410': *560 '404': *6 '422': *15 x-github: @@ -90969,7 +91001,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 responses: '204': description: Response @@ -91001,7 +91033,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 responses: '200': description: Response @@ -91009,10 +91041,10 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 '301': *363 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91031,7 +91063,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - 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. @@ -91059,11 +91091,11 @@ paths: type: array items: *490 examples: - default: *562 + default: *563 headers: Link: *70 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91083,7 +91115,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -91148,8 +91180,8 @@ paths: parameters: - *359 - *360 - - *569 - - *563 + - *570 + - *564 responses: '204': description: Response @@ -91180,7 +91212,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -91204,7 +91236,7 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -91239,7 +91271,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -91251,11 +91283,11 @@ paths: type: array items: *88 examples: - default: *571 + default: *572 headers: Link: *70 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91285,7 +91317,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -91314,14 +91346,14 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *559 + '410': *560 '422': *15 '404': *6 x-github: @@ -91343,7 +91375,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 requestBody: required: true content: @@ -91376,7 +91408,7 @@ paths: application/json: schema: *88 examples: - default: *568 + default: *569 '403': *29 '404': *6 '422': *7 @@ -91400,7 +91432,7 @@ paths: parameters: - *359 - *360 - - *569 + - *570 - *17 - *19 responses: @@ -91415,7 +91447,6 @@ paths: description: Timeline Event type: object anyOf: - - *575 - *576 - *577 - *578 @@ -91428,6 +91459,7 @@ paths: - *585 - *586 - *587 + - *588 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -91488,8 +91520,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *588 - required: *589 + properties: *589 + required: *590 nullable: true required: - event @@ -91744,7 +91776,7 @@ paths: type: string comments: type: array - items: &609 + items: &610 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -92248,7 +92280,7 @@ paths: headers: Link: *70 '404': *6 - '410': *559 + '410': *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92276,7 +92308,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -92379,9 +92411,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: id: 1 key: ssh-rsa AAA... @@ -92417,7 +92449,7 @@ paths: parameters: - *359 - *360 - - &592 + - &593 name: key_id description: The unique identifier of the key. in: path @@ -92429,9 +92461,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 x-github: githubCloudOnly: false @@ -92451,7 +92483,7 @@ paths: parameters: - *359 - *360 - - *592 + - *593 responses: '204': description: Response @@ -92484,7 +92516,7 @@ paths: type: array items: *87 examples: - default: *574 + default: *575 headers: Link: *70 '404': *6 @@ -92544,7 +92576,7 @@ paths: application/json: schema: *87 examples: - default: &593 + default: &594 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92590,7 +92622,7 @@ paths: application/json: schema: *87 examples: - default: *593 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -92990,7 +93022,7 @@ paths: application/json: schema: *492 examples: - default: *594 + default: *595 '204': description: Response when already merged '404': @@ -93057,7 +93089,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Milestone description: A collection of related issues and pull requests. type: object @@ -93159,9 +93191,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -93222,7 +93254,7 @@ paths: parameters: - *359 - *360 - - &597 + - &598 name: milestone_number description: The number that identifies the milestone. in: path @@ -93234,9 +93266,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -93255,7 +93287,7 @@ paths: parameters: - *359 - *360 - - *597 + - *598 requestBody: required: false content: @@ -93293,9 +93325,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93313,7 +93345,7 @@ paths: parameters: - *359 - *360 - - *597 + - *598 responses: '204': description: Response @@ -93336,7 +93368,7 @@ paths: parameters: - *359 - *360 - - *597 + - *598 - *17 - *19 responses: @@ -93348,7 +93380,7 @@ paths: type: array items: *87 examples: - default: *574 + default: *575 headers: Link: *70 x-github: @@ -93369,10 +93401,10 @@ paths: parameters: - *359 - *360 - - *598 - *599 - - *95 - *600 + - *95 + - *601 - *17 - *19 responses: @@ -93384,7 +93416,7 @@ paths: type: array items: *115 examples: - default: *601 + default: *602 headers: Link: *70 x-github: @@ -93474,7 +93506,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -93599,7 +93631,7 @@ paths: - custom_404 - public examples: - default: &603 + default: &604 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -93695,9 +93727,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 '422': *15 '409': *54 x-github: @@ -93858,7 +93890,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: Page Build description: Page Build type: object @@ -94005,9 +94037,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -94067,9 +94099,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94197,7 +94229,7 @@ paths: parameters: - *359 - *360 - - &606 + - &607 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -94257,7 +94289,7 @@ paths: parameters: - *359 - *360 - - *606 + - *607 responses: '204': *61 '404': *6 @@ -94792,7 +94824,7 @@ paths: type: array items: *496 examples: - default: *607 + default: *608 headers: Link: *70 '304': *37 @@ -94890,7 +94922,7 @@ paths: description: Response content: application/json: - schema: &611 + schema: &612 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -95101,7 +95133,7 @@ paths: - review_comment - self author_association: *85 - auto_merge: *608 + auto_merge: *609 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -95287,7 +95319,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &612 + default: &613 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -95855,9 +95887,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: &614 + default: &615 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95942,9 +95974,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &610 + default: &611 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96043,9 +96075,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *610 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96114,7 +96146,7 @@ paths: type: array items: *490 examples: - default: *562 + default: *563 headers: Link: *70 '404': *6 @@ -96203,7 +96235,7 @@ paths: - *359 - *360 - *104 - - *563 + - *564 responses: '204': description: Response @@ -96248,7 +96280,7 @@ paths: parameters: - *359 - *360 - - &613 + - &614 name: pull_number description: The number that identifies the pull request. in: path @@ -96261,9 +96293,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '304': *37 '404': *6 '406': @@ -96300,7 +96332,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: false content: @@ -96342,9 +96374,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '422': *15 '403': *29 x-github: @@ -96368,7 +96400,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: true content: @@ -96470,7 +96502,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 - *112 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -96491,9 +96523,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *614 + default: *615 headers: Link: *70 x-github: @@ -96528,7 +96560,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: true content: @@ -96633,7 +96665,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: example-for-a-multi-line-comment: value: @@ -96723,7 +96755,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 - *104 requestBody: required: true @@ -96746,7 +96778,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -96834,7 +96866,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 - *17 - *19 responses: @@ -96846,7 +96878,7 @@ paths: type: array items: *492 examples: - default: *615 + default: *616 headers: Link: *70 x-github: @@ -96878,7 +96910,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 - *17 - *19 responses: @@ -96928,7 +96960,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 responses: '204': description: Response if pull request has been merged @@ -96953,7 +96985,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: false content: @@ -97066,7 +97098,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 responses: '200': description: Response @@ -97143,7 +97175,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: false content: @@ -97718,7 +97750,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: true content: @@ -98270,7 +98302,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 - *17 - *19 responses: @@ -98280,7 +98312,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -98433,7 +98465,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: false content: @@ -98519,9 +98551,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &618 + default: &619 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -98586,8 +98618,8 @@ paths: parameters: - *359 - *360 - - *613 - - &617 + - *614 + - &618 name: review_id description: The unique identifier of the review. in: path @@ -98599,9 +98631,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &619 + default: &620 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -98662,8 +98694,8 @@ paths: parameters: - *359 - *360 - - *613 - - *617 + - *614 + - *618 requestBody: required: true content: @@ -98686,7 +98718,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: default: value: @@ -98750,16 +98782,16 @@ paths: parameters: - *359 - *360 - - *613 - - *617 + - *614 + - *618 responses: '200': description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *618 + default: *619 '422': *7 '404': *6 x-github: @@ -98788,8 +98820,8 @@ paths: parameters: - *359 - *360 - - *613 - - *617 + - *614 + - *618 - *17 - *19 responses: @@ -99026,8 +99058,8 @@ paths: parameters: - *359 - *360 - - *613 - - *617 + - *614 + - *618 requestBody: required: true content: @@ -99055,7 +99087,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: default: value: @@ -99120,8 +99152,8 @@ paths: parameters: - *359 - *360 - - *613 - - *617 + - *614 + - *618 requestBody: required: true content: @@ -99156,9 +99188,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *619 + default: *620 '404': *6 '422': *7 '403': *29 @@ -99182,7 +99214,7 @@ paths: parameters: - *359 - *360 - - *613 + - *614 requestBody: required: false content: @@ -99259,9 +99291,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: type: file encoding: base64 @@ -99324,9 +99356,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '422': *15 x-github: @@ -99359,7 +99391,7 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: default: value: @@ -99530,9 +99562,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &626 + default: &627 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -99639,7 +99671,7 @@ paths: parameters: - *359 - *360 - - &624 + - &625 name: asset_id description: The unique identifier of the asset. in: path @@ -99651,9 +99683,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &625 + default: &626 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 @@ -99706,7 +99738,7 @@ paths: parameters: - *359 - *360 - - *624 + - *625 requestBody: required: false content: @@ -99734,9 +99766,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *625 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99754,7 +99786,7 @@ paths: parameters: - *359 - *360 - - *624 + - *625 responses: '204': description: Response @@ -99872,9 +99904,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *626 + default: *627 '404': *6 x-github: githubCloudOnly: false @@ -99906,9 +99938,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *626 + default: *627 '404': *6 x-github: githubCloudOnly: false @@ -99932,7 +99964,7 @@ paths: parameters: - *359 - *360 - - &627 + - &628 name: release_id description: The unique identifier of the release. in: path @@ -99946,9 +99978,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: *622 + schema: *623 examples: - default: *626 + default: *627 '401': description: Unauthorized x-github: @@ -99968,7 +100000,7 @@ paths: parameters: - *359 - *360 - - *627 + - *628 requestBody: required: false content: @@ -100032,9 +100064,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *626 + default: *627 '404': description: Not Found if the discussion category name is invalid content: @@ -100057,7 +100089,7 @@ paths: parameters: - *359 - *360 - - *627 + - *628 responses: '204': description: Response @@ -100080,7 +100112,7 @@ paths: parameters: - *359 - *360 - - *627 + - *628 - *17 - *19 responses: @@ -100090,7 +100122,7 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: default: value: @@ -100173,7 +100205,7 @@ paths: parameters: - *359 - *360 - - *627 + - *628 - name: name in: query required: true @@ -100199,7 +100231,7 @@ paths: description: Response for successful upload content: application/json: - schema: *623 + schema: *624 examples: response-for-successful-upload: value: @@ -100256,7 +100288,7 @@ paths: parameters: - *359 - *360 - - *627 + - *628 - 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. @@ -100282,7 +100314,7 @@ paths: type: array items: *490 examples: - default: *562 + default: *563 headers: Link: *70 '404': *6 @@ -100305,7 +100337,7 @@ paths: parameters: - *359 - *360 - - *627 + - *628 requestBody: required: true content: @@ -100368,8 +100400,8 @@ paths: parameters: - *359 - *360 - - *627 - - *563 + - *628 + - *564 responses: '204': description: Response @@ -100412,7 +100444,7 @@ paths: oneOf: - allOf: - *320 - - &628 + - &629 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -100433,67 +100465,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *321 - - *628 + - *629 - allOf: - *322 - - *628 + - *629 - allOf: - *323 - - *628 + - *629 - allOf: + - *630 - *629 - - *628 - allOf: - *324 - - *628 + - *629 - allOf: - *325 - - *628 + - *629 - allOf: - *326 - - *628 + - *629 - allOf: - *327 - - *628 + - *629 - allOf: - *328 - - *628 + - *629 - allOf: - *329 - - *628 + - *629 - allOf: - *330 - - *628 + - *629 - allOf: - *331 - - *628 + - *629 - allOf: - *332 - - *628 + - *629 - allOf: - *333 - - *628 + - *629 - allOf: - *338 - - *628 + - *629 - allOf: - *339 - - *628 + - *629 - allOf: - *340 - - *628 + - *629 - allOf: - *334 - - *628 + - *629 - allOf: - *335 - - *628 + - *629 - allOf: - *336 - - *628 + - *629 - allOf: - *337 - - *628 + - *629 examples: default: value: @@ -100544,7 +100576,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -100629,7 +100661,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *631 + items: *632 required: - name - enforcement @@ -100662,7 +100694,7 @@ paths: application/json: schema: *341 examples: - default: &642 + default: &643 value: id: 42 name: super cool ruleset @@ -100712,11 +100744,11 @@ paths: parameters: - *359 - *360 - - *632 - *633 - *634 - *635 - *636 + - *637 - *17 - *19 responses: @@ -100724,9 +100756,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *55 x-github: @@ -100749,15 +100781,15 @@ paths: parameters: - *359 - *360 - - *639 + - *640 responses: '200': description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *641 + default: *642 '404': *6 '500': *55 x-github: @@ -100808,7 +100840,7 @@ paths: application/json: schema: *341 examples: - default: *642 + default: *643 '404': *6 '500': *55 put: @@ -100861,7 +100893,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *631 + items: *632 examples: default: value: @@ -100891,7 +100923,7 @@ paths: application/json: schema: *341 examples: - default: *642 + default: *643 '404': *6 '422': *15 '500': *55 @@ -100953,7 +100985,7 @@ paths: type: array items: *344 examples: - default: *643 + default: *644 '404': *6 '500': *55 x-github: @@ -100991,7 +101023,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -101048,7 +101080,6 @@ paths: parameters: - *359 - *360 - - *645 - *646 - *647 - *648 @@ -101056,16 +101087,17 @@ paths: - *650 - *651 - *652 + - *653 - *62 - *19 - *17 - - *653 - *654 - *655 - *656 - *657 - *658 - *659 + - *660 responses: '200': description: Response @@ -101073,7 +101105,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 type: object properties: number: *188 @@ -101092,8 +101124,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *660 - resolution: *661 + state: *661 + resolution: *662 resolved_at: type: string format: date-time @@ -101199,7 +101231,7 @@ paths: pull request. ' - oneOf: *662 + oneOf: *663 nullable: true has_more_locations: type: boolean @@ -101366,13 +101398,13 @@ paths: - *359 - *360 - *456 - - *658 + - *659 responses: '200': description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -101436,8 +101468,8 @@ paths: schema: type: object properties: - state: *660 - resolution: *661 + state: *661 + resolution: *662 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -101481,7 +101513,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -101593,7 +101625,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &821 + items: &822 type: object properties: type: @@ -101619,7 +101651,6 @@ paths: example: commit details: oneOf: - - *664 - *665 - *666 - *667 @@ -101632,6 +101663,7 @@ paths: - *674 - *675 - *676 + - *677 examples: default: value: @@ -101726,14 +101758,14 @@ paths: schema: type: object properties: - reason: &678 + reason: &679 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *677 + placeholder_id: *678 required: - reason - placeholder_id @@ -101750,7 +101782,7 @@ paths: schema: type: object properties: - reason: *678 + reason: *679 expire_at: type: string format: date-time @@ -101812,7 +101844,7 @@ paths: properties: incremental_scans: type: array - items: &679 + items: &680 description: Information on a single scan performed by secret scanning on the repository type: object @@ -101843,15 +101875,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *679 + items: *680 backfill_scans: type: array - items: *679 + items: *680 custom_pattern_backfill_scans: type: array items: allOf: - - *679 + - *680 - type: object properties: pattern_name: @@ -101864,7 +101896,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *679 + items: *680 examples: default: value: @@ -101974,9 +102006,9 @@ paths: application/json: schema: type: array - items: *680 + items: *681 examples: - default: *681 + default: *682 '400': *14 '404': *6 x-github: @@ -102160,9 +102192,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &683 + default: &684 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -102506,7 +102538,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -102661,15 +102693,15 @@ paths: parameters: - *359 - *360 - - *682 + - *683 responses: '200': description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *683 + default: *684 '403': *29 '404': *6 x-github: @@ -102695,7 +102727,7 @@ paths: parameters: - *359 - *360 - - *682 + - *683 requestBody: required: true content: @@ -102854,10 +102886,10 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *683 - add_credit: *683 + default: *684 + add_credit: *684 '403': *29 '404': *6 '422': @@ -102897,7 +102929,7 @@ paths: parameters: - *359 - *360 - - *682 + - *683 responses: '202': *39 '400': *14 @@ -102926,7 +102958,7 @@ paths: parameters: - *359 - *360 - - *682 + - *683 responses: '202': description: Response @@ -103070,7 +103102,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -103443,7 +103475,7 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: default: value: @@ -103531,7 +103563,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -103625,7 +103657,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &686 + schema: &687 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -103720,7 +103752,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: default: value: @@ -103927,7 +103959,7 @@ paths: description: Response content: application/json: - schema: &687 + schema: &688 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -103939,7 +103971,7 @@ paths: required: - names examples: - default: &688 + default: &689 value: names: - octocat @@ -103994,9 +104026,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '404': *6 '422': *7 x-github: @@ -104019,7 +104051,7 @@ paths: parameters: - *359 - *360 - - &689 + - &690 name: per description: The time frame to display results for. in: query @@ -104048,7 +104080,7 @@ paths: example: 128 clones: type: array - items: &690 + items: &691 title: Traffic type: object properties: @@ -104289,7 +104321,7 @@ paths: parameters: - *359 - *360 - - *689 + - *690 responses: '200': description: Response @@ -104308,7 +104340,7 @@ paths: example: 3782 views: type: array - items: *690 + items: *691 required: - uniques - count @@ -105086,7 +105118,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &691 + text_matches: &692 title: Search Result Text Matches type: array items: @@ -105248,7 +105280,7 @@ paths: enum: - author-date - committer-date - - &692 + - &693 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 @@ -105376,7 +105408,7 @@ paths: type: number node_id: type: string - text_matches: *691 + text_matches: *692 required: - sha - node_id @@ -105568,7 +105600,7 @@ paths: - interactions - created - updated - - *692 + - *693 - *17 - *19 - name: advanced_search @@ -105682,11 +105714,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: type: string state_reason: @@ -105718,7 +105750,7 @@ paths: type: string format: date-time nullable: true - text_matches: *691 + text_matches: *692 pull_request: type: object properties: @@ -106034,7 +106066,7 @@ paths: enum: - created - updated - - *692 + - *693 - *17 - *19 responses: @@ -106078,7 +106110,7 @@ paths: nullable: true score: type: number - text_matches: *691 + text_matches: *692 required: - id - node_id @@ -106163,7 +106195,7 @@ paths: - forks - help-wanted-issues - updated - - *692 + - *693 - *17 - *19 responses: @@ -106411,7 +106443,7 @@ paths: - admin - pull - push - text_matches: *691 + text_matches: *692 temp_clone_token: type: string allow_merge_commit: @@ -106711,7 +106743,7 @@ paths: type: string format: uri nullable: true - text_matches: *691 + text_matches: *692 related: type: array nullable: true @@ -106902,7 +106934,7 @@ paths: - followers - repositories - joined - - *692 + - *693 - *17 - *19 responses: @@ -107006,7 +107038,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *691 + text_matches: *692 blog: type: string nullable: true @@ -107085,7 +107117,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &695 + - &696 name: team_id description: The unique identifier of the team. in: path @@ -107126,7 +107158,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *695 + - *696 requestBody: required: true content: @@ -107226,7 +107258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *695 + - *696 responses: '204': description: Response @@ -107255,7 +107287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *695 + - *696 - *17 - *19 responses: @@ -107293,7 +107325,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *695 + - *696 - name: role description: Filters members returned by their role in the team. in: query @@ -107344,7 +107376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *695 + - *696 - *74 responses: '204': @@ -107381,7 +107413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *695 + - *696 - *74 responses: '204': @@ -107421,7 +107453,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *695 + - *696 - *74 responses: '204': @@ -107458,7 +107490,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *695 + - *696 - *74 responses: '200': @@ -107467,7 +107499,7 @@ paths: application/json: schema: *358 examples: - response-if-user-is-a-team-maintainer: *696 + response-if-user-is-a-team-maintainer: *697 '404': *6 x-github: githubCloudOnly: false @@ -107500,7 +107532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *695 + - *696 - *74 requestBody: required: false @@ -107528,7 +107560,7 @@ paths: application/json: schema: *358 examples: - response-if-users-membership-with-team-is-now-pending: *697 + response-if-users-membership-with-team-is-now-pending: *698 '403': description: Forbidden if team synchronization is set up '422': @@ -107562,7 +107594,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *695 + - *696 - *74 responses: '204': @@ -107590,7 +107622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *695 + - *696 - *17 - *19 responses: @@ -107632,7 +107664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *695 + - *696 - *359 - *360 responses: @@ -107640,7 +107672,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *698 + schema: *699 examples: alternative-response-with-extra-repository-information: value: @@ -107797,7 +107829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *695 + - *696 - *359 - *360 requestBody: @@ -107849,7 +107881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *695 + - *696 - *359 - *360 responses: @@ -107876,7 +107908,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *695 + - *696 - *17 - *19 responses: @@ -107888,7 +107920,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: *699 + response-if-child-teams-exist: *700 headers: Link: *70 '404': *6 @@ -107921,7 +107953,7 @@ paths: application/json: schema: oneOf: - - &701 + - &702 title: Private User description: Private User type: object @@ -108124,7 +108156,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *700 + - *701 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -108277,7 +108309,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -108675,7 +108707,7 @@ paths: type: integer secrets: type: array - items: &702 + items: &703 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -108791,7 +108823,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -109204,7 +109236,7 @@ paths: description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109245,7 +109277,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109290,9 +109322,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -109329,9 +109361,9 @@ paths: type: integer machines: type: array - items: *705 + items: *706 examples: - default: *706 + default: *707 '304': *37 '500': *55 '401': *25 @@ -110270,7 +110302,7 @@ paths: type: array items: *276 examples: - default: &717 + default: &718 value: - id: 197 name: hello_docker @@ -110371,7 +110403,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -110436,9 +110468,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: &719 + default: &720 value: - email: octocat@github.com verified: true @@ -110513,7 +110545,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -110769,7 +110801,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -110900,7 +110932,7 @@ paths: - subkeys - revoked examples: - default: &736 + default: &737 value: - id: 3 name: Octocat's GPG Key @@ -110985,9 +111017,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: id: 3 name: Octocat's GPG Key @@ -111044,7 +111076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &710 + - &711 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111056,9 +111088,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *37 '403': *29 @@ -111081,7 +111113,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *710 + - *711 responses: '204': description: Response @@ -111548,7 +111580,7 @@ paths: application/json: schema: type: array - items: &711 + items: &712 title: Key description: Key type: object @@ -111649,9 +111681,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: &712 + default: &713 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -111684,15 +111716,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *592 + - *593 responses: '200': description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 '404': *6 '304': *37 '403': *29 @@ -111715,7 +111747,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *592 + - *593 responses: '204': description: Response @@ -111748,7 +111780,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -111816,7 +111848,7 @@ paths: - account - plan examples: - default: &714 + default: &715 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -111878,9 +111910,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 headers: Link: *70 '304': *37 @@ -112889,7 +112921,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *270 - - *715 + - *716 responses: '204': description: Response @@ -113022,7 +113054,7 @@ paths: - docker - nuget - container - - *716 + - *717 - *19 - *17 responses: @@ -113034,8 +113066,8 @@ paths: type: array items: *276 examples: - default: *717 - '400': *718 + default: *718 + '400': *719 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113064,7 +113096,7 @@ paths: application/json: schema: *276 examples: - default: &737 + default: &738 value: id: 40201 name: octo-name @@ -113426,9 +113458,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *719 + default: *720 headers: Link: *70 '304': *37 @@ -113541,7 +113573,7 @@ paths: type: array items: *82 examples: - default: &726 + default: &727 summary: Default response value: - id: 1296269 @@ -113893,7 +113925,7 @@ paths: type: array items: *558 examples: - default: *720 + default: *721 headers: Link: *70 '304': *37 @@ -113978,7 +114010,7 @@ paths: application/json: schema: type: array - items: &721 + items: &722 title: Social account description: Social media account type: object @@ -113993,7 +114025,7 @@ paths: - provider - url examples: - default: &722 + default: &723 value: - provider: twitter url: https://twitter.com/github @@ -114055,9 +114087,9 @@ paths: application/json: schema: type: array - items: *721 + items: *722 examples: - default: *722 + default: *723 '422': *15 '304': *37 '404': *6 @@ -114144,7 +114176,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114164,7 +114196,7 @@ paths: - title - created_at examples: - default: &754 + default: &755 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -114228,9 +114260,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &724 + default: &725 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -114260,7 +114292,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: - - &725 + - &726 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114272,9 +114304,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *724 + default: *725 '404': *6 '304': *37 '403': *29 @@ -114297,7 +114329,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: - - *725 + - *726 responses: '204': description: Response @@ -114326,7 +114358,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &755 + - &756 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 @@ -114351,11 +114383,11 @@ paths: type: array items: *82 examples: - default-response: *726 + default-response: *727 application/vnd.github.v3.star+json: schema: type: array - items: &756 + items: &757 title: Starred Repository description: Starred Repository type: object @@ -114724,10 +114756,10 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -114762,7 +114794,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &731 + response-with-git-hub-plan-information: &732 summary: Response with GitHub plan information value: login: octocat @@ -114819,7 +114851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &728 + - &729 name: user_id description: The unique identifier of the user. in: path @@ -114885,7 +114917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *727 + - *728 - *17 responses: '200': @@ -114920,7 +114952,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *728 + - *729 - *294 requestBody: required: true @@ -114992,7 +115024,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *729 + schema: *730 examples: table_view: summary: Response for creating a table view @@ -115044,11 +115076,11 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: *730 - response-with-git-hub-plan-information: *731 + default-response: *731 + response-with-git-hub-plan-information: *732 '404': *6 x-github: githubCloudOnly: false @@ -115098,8 +115130,8 @@ paths: required: - subject_digests examples: - default: *732 - withPredicateType: *733 + default: *733 + withPredicateType: *734 responses: '200': description: Response @@ -115152,7 +115184,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *734 + default: *735 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115667,7 +115699,7 @@ paths: application/json: schema: *204 examples: - default: &735 + default: &736 summary: Example response for a user copilot space value: id: 42 @@ -115768,7 +115800,7 @@ paths: application/json: schema: *204 examples: - default: *735 + default: *736 '403': *29 '404': *6 x-github: @@ -115891,7 +115923,7 @@ paths: application/json: schema: *204 examples: - default: *735 + default: *736 '403': *29 '404': *6 '422': *15 @@ -116659,7 +116691,7 @@ paths: type: array items: *276 examples: - default: *717 + default: *718 '403': *29 '401': *25 x-github: @@ -117043,9 +117075,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *736 + default: *737 headers: Link: *70 x-github: @@ -117273,7 +117305,7 @@ paths: - docker - nuget - container - - *716 + - *717 - *74 - *19 - *17 @@ -117286,10 +117318,10 @@ paths: type: array items: *276 examples: - default: *717 + default: *718 '403': *29 '401': *25 - '400': *718 + '400': *719 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117319,7 +117351,7 @@ paths: application/json: schema: *276 examples: - default: *737 + default: *738 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117668,7 +117700,7 @@ paths: type: array items: *298 examples: - default: *738 + default: *739 headers: Link: *70 '304': *37 @@ -117728,7 +117760,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *739 + items: *740 required: - name - data_type @@ -117744,7 +117776,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *740 + iteration_configuration: *741 required: - name - data_type @@ -117766,8 +117798,8 @@ paths: value: name: Due date data_type: date - single_select_field: *741 - iteration_field: *742 + single_select_field: *742 + iteration_field: *743 responses: '201': description: Response @@ -117775,11 +117807,11 @@ paths: application/json: schema: *298 examples: - text_field: *743 - number_field: *744 - date_field: *745 - single_select_field: *746 - iteration_field: *747 + text_field: *744 + number_field: *745 + date_field: *746 + single_select_field: *747 + iteration_field: *748 '304': *37 '403': *29 '401': *25 @@ -117801,7 +117833,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *294 - - *748 + - *749 - *74 responses: '200': @@ -117810,7 +117842,7 @@ paths: application/json: schema: *298 examples: - default: *749 + default: *750 headers: Link: *70 '304': *37 @@ -118164,7 +118196,7 @@ paths: parameters: - *294 - *74 - - *750 + - *751 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -118703,7 +118735,7 @@ paths: parameters: - *74 - *124 - - *751 + - *752 - *126 responses: '200': @@ -118802,9 +118834,9 @@ paths: - *124 - *125 - *126 - - *752 - - *129 - *753 + - *129 + - *754 responses: '200': description: Response when getting a billing usage summary @@ -118938,9 +118970,9 @@ paths: application/json: schema: type: array - items: *721 + items: *722 examples: - default: *722 + default: *723 headers: Link: *70 x-github: @@ -118970,9 +119002,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *754 + default: *755 headers: Link: *70 x-github: @@ -118997,7 +119029,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *74 - - *755 + - *756 - *62 - *17 - *19 @@ -119009,11 +119041,11 @@ paths: schema: anyOf: - type: array - items: *756 + items: *757 - type: array items: *82 examples: - default-response: *726 + default-response: *727 headers: Link: *70 x-github: @@ -119172,7 +119204,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &757 + enterprise: &758 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -119230,7 +119262,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &758 + installation: &759 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -119249,7 +119281,7 @@ x-webhooks: required: - id - node_id - organization: &759 + organization: &760 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -119309,13 +119341,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &760 + repository: &761 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &792 + properties: &793 id: description: Unique identifier of the repository example: 42 @@ -120010,7 +120042,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &793 + required: &794 - archive_url - assignees_url - blobs_url @@ -120084,7 +120116,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &794 + x-github-breaking-changes: &795 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -120175,10 +120207,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -120254,11 +120286,11 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - rule: &761 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + rule: &762 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) @@ -120481,11 +120513,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - rule: *761 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + rule: *762 sender: *4 required: - action @@ -120668,11 +120700,11 @@ x-webhooks: - everyone required: - from - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - rule: *761 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + rule: *762 sender: *4 required: - action @@ -120756,7 +120788,7 @@ x-webhooks: type: string enum: - completed - check_run: &763 + check_run: &764 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120847,7 +120879,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *762 + deployment: *763 details_url: example: https://example.com type: string @@ -120932,10 +120964,10 @@ x-webhooks: - output - app - pull_requests - installation: *758 - enterprise: *757 - organization: *759 - repository: *760 + installation: *759 + enterprise: *758 + organization: *760 + repository: *761 sender: *4 required: - check_run @@ -121326,11 +121358,11 @@ x-webhooks: type: string enum: - created - check_run: *763 - installation: *758 - enterprise: *757 - organization: *759 - repository: *760 + check_run: *764 + installation: *759 + enterprise: *758 + organization: *760 + repository: *761 sender: *4 required: - check_run @@ -121724,11 +121756,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *763 - installation: *758 - enterprise: *757 - organization: *759 - repository: *760 + check_run: *764 + installation: *759 + enterprise: *758 + organization: *760 + repository: *761 requested_action: description: The action requested by the user. type: object @@ -122131,11 +122163,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *763 - installation: *758 - enterprise: *757 - organization: *759 - repository: *760 + check_run: *764 + installation: *759 + enterprise: *758 + organization: *760 + repository: *761 sender: *4 required: - check_run @@ -123105,10 +123137,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -123807,10 +123839,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -124503,10 +124535,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -124817,20 +124849,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &764 + commit_oid: &765 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: *757 - installation: *758 - organization: *759 - ref: &765 + enterprise: *758 + installation: *759 + organization: *760 + ref: &766 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: *760 + repository: *761 sender: *4 required: - action @@ -125225,12 +125257,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *764 - enterprise: *757 - installation: *758 - organization: *759 - ref: *765 - repository: *760 + commit_oid: *765 + enterprise: *758 + installation: *759 + organization: *760 + ref: *766 + repository: *761 sender: *4 required: - action @@ -125496,12 +125528,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *764 - enterprise: *757 - installation: *758 - organization: *759 - ref: *765 - repository: *760 + commit_oid: *765 + enterprise: *758 + installation: *759 + organization: *760 + ref: *766 + repository: *761 sender: *4 required: - action @@ -125833,12 +125865,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *764 - enterprise: *757 - installation: *758 - organization: *759 - ref: *765 - repository: *760 + commit_oid: *765 + enterprise: *758 + installation: *759 + organization: *760 + ref: *766 + repository: *761 sender: *4 required: - action @@ -126112,16 +126144,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *760 + repository: *761 sender: *4 required: - action @@ -126358,12 +126390,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *764 - enterprise: *757 - installation: *758 - organization: *759 - ref: *765 - repository: *760 + commit_oid: *765 + enterprise: *758 + installation: *759 + organization: *760 + ref: *766 + repository: *761 sender: *4 required: - action @@ -126674,10 +126706,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -126932,10 +126964,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -127015,18 +127047,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *759 - pusher_type: &766 + organization: *760 + pusher_type: &767 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &767 + ref: &768 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -127036,7 +127068,7 @@ x-webhooks: enum: - tag - branch - repository: *760 + repository: *761 sender: *4 required: - ref @@ -127119,9 +127151,9 @@ x-webhooks: enum: - created definition: *306 - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 sender: *4 required: - action @@ -127206,9 +127238,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 sender: *4 required: - action @@ -127286,9 +127318,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *306 - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 sender: *4 required: - action @@ -127366,9 +127398,9 @@ x-webhooks: enum: - updated definition: *306 - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 sender: *4 required: - action @@ -127445,10 +127477,10 @@ x-webhooks: type: string enum: - updated - enterprise: *757 - installation: *758 - repository: *760 - organization: *759 + enterprise: *758 + installation: *759 + repository: *761 + organization: *760 sender: *4 new_property_values: type: array @@ -127533,18 +127565,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *757 - installation: *758 - organization: *759 - pusher_type: *766 - ref: *767 + enterprise: *758 + installation: *759 + organization: *760 + pusher_type: *767 + ref: *768 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *760 + repository: *761 sender: *4 required: - ref @@ -127625,10 +127657,10 @@ x-webhooks: enum: - assignees_changed alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -127709,10 +127741,10 @@ x-webhooks: enum: - auto_dismissed alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -127794,10 +127826,10 @@ x-webhooks: enum: - auto_reopened alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -127879,10 +127911,10 @@ x-webhooks: enum: - created alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -127962,10 +127994,10 @@ x-webhooks: enum: - dismissed alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -128045,10 +128077,10 @@ x-webhooks: enum: - fixed alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -128129,10 +128161,10 @@ x-webhooks: enum: - reintroduced alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -128212,10 +128244,10 @@ x-webhooks: enum: - reopened alert: *515 - installation: *758 - organization: *759 - enterprise: *757 - repository: *760 + installation: *759 + organization: *760 + enterprise: *758 + repository: *761 sender: *4 required: - action @@ -128292,9 +128324,9 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - key: &768 + enterprise: *758 + installation: *759 + key: &769 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -128330,8 +128362,8 @@ x-webhooks: - verified - created_at - read_only - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -128408,11 +128440,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - key: *768 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + key: *769 + organization: *760 + repository: *761 sender: *4 required: - action @@ -128968,12 +129000,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - workflow: &774 + workflow: &775 title: Workflow type: object nullable: true @@ -129714,15 +129746,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *769 - required: *770 + properties: *770 + required: *771 nullable: true pull_requests: type: array - items: *611 - repository: *760 - organization: *759 - installation: *758 + items: *612 + repository: *761 + organization: *760 + installation: *759 sender: *4 responses: '200': @@ -129793,7 +129825,7 @@ x-webhooks: type: string enum: - approved - approver: &771 + approver: &772 type: object properties: avatar_url: @@ -129836,11 +129868,11 @@ x-webhooks: type: string comment: type: string - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - reviewers: &772 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + reviewers: &773 type: array items: type: object @@ -129919,7 +129951,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &773 + workflow_job_run: &774 type: object properties: conclusion: @@ -130650,18 +130682,18 @@ x-webhooks: type: string enum: - rejected - approver: *771 + approver: *772 comment: type: string - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - reviewers: *772 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + reviewers: *773 sender: *4 since: type: string - workflow_job_run: *773 + workflow_job_run: *774 workflow_job_runs: type: array items: @@ -131365,13 +131397,13 @@ x-webhooks: type: string enum: - requested - enterprise: *757 + enterprise: *758 environment: type: string - installation: *758 - organization: *759 - repository: *760 - requestor: &779 + installation: *759 + organization: *760 + repository: *761 + requestor: &780 title: User type: object nullable: true @@ -133260,12 +133292,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Deployment Workflow Run type: object @@ -133945,7 +133977,7 @@ x-webhooks: type: string enum: - answered - answer: &777 + answer: &778 type: object properties: author_association: @@ -134102,11 +134134,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134233,11 +134265,11 @@ x-webhooks: - from required: - category - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134320,11 +134352,11 @@ x-webhooks: type: string enum: - closed - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134406,7 +134438,7 @@ x-webhooks: type: string enum: - created - comment: &776 + comment: &777 type: object properties: author_association: @@ -134563,11 +134595,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134650,12 +134682,12 @@ x-webhooks: type: string enum: - deleted - comment: *776 - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + comment: *777 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134750,12 +134782,12 @@ x-webhooks: - from required: - body - comment: *776 - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + comment: *777 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134839,11 +134871,11 @@ x-webhooks: type: string enum: - created - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -134925,11 +134957,11 @@ x-webhooks: type: string enum: - deleted - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135029,11 +135061,11 @@ x-webhooks: type: string required: - from - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135115,10 +135147,10 @@ x-webhooks: type: string enum: - labeled - discussion: *775 - enterprise: *757 - installation: *758 - label: &778 + discussion: *776 + enterprise: *758 + installation: *759 + label: &779 title: Label type: object properties: @@ -135150,8 +135182,8 @@ x-webhooks: - color - default - description - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135234,11 +135266,11 @@ x-webhooks: type: string enum: - locked - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135320,11 +135352,11 @@ x-webhooks: type: string enum: - pinned - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135406,11 +135438,11 @@ x-webhooks: type: string enum: - reopened - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135495,16 +135527,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *775 - new_repository: *760 + new_discussion: *776 + new_repository: *761 required: - new_discussion - new_repository - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135587,10 +135619,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *775 - old_answer: *777 - organization: *759 - repository: *760 + discussion: *776 + old_answer: *778 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135672,12 +135704,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *775 - enterprise: *757 - installation: *758 - label: *778 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135760,11 +135792,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135846,11 +135878,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *775 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + discussion: *776 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -135923,7 +135955,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *757 + enterprise: *758 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -136583,9 +136615,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - forkee @@ -136731,9 +136763,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pages: description: The pages that were updated. type: array @@ -136770,7 +136802,7 @@ x-webhooks: - action - sha - html_url - repository: *760 + repository: *761 sender: *4 required: - pages @@ -136846,10 +136878,10 @@ x-webhooks: type: string enum: - created - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories: &780 + organization: *760 + repositories: &781 description: An array of repository objects that the installation can access. type: array @@ -136875,8 +136907,8 @@ x-webhooks: - name - full_name - private - repository: *760 - requester: *779 + repository: *761 + requester: *780 sender: *4 required: - action @@ -136951,11 +136983,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories: *780 - repository: *760 + organization: *760 + repositories: *781 + repository: *761 requester: nullable: true sender: *4 @@ -137031,11 +137063,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories: *780 - repository: *760 + organization: *760 + repositories: *781 + repository: *761 requester: nullable: true sender: *4 @@ -137111,10 +137143,10 @@ x-webhooks: type: string enum: - added - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories_added: &781 + organization: *760 + repositories_added: &782 description: An array of repository objects, which were added to the installation. type: array @@ -137160,15 +137192,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *760 - repository_selection: &782 + repository: *761 + repository_selection: &783 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *779 + requester: *780 sender: *4 required: - action @@ -137247,10 +137279,10 @@ x-webhooks: type: string enum: - removed - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories_added: *781 + organization: *760 + repositories_added: *782 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137277,9 +137309,9 @@ x-webhooks: - name - full_name - private - repository: *760 - repository_selection: *782 - requester: *779 + repository: *761 + repository_selection: *783 + requester: *780 sender: *4 required: - action @@ -137358,11 +137390,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories: *780 - repository: *760 + organization: *760 + repositories: *781 + repository: *761 requester: nullable: true sender: *4 @@ -137540,10 +137572,10 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 target_type: type: string @@ -137622,11 +137654,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *757 + enterprise: *758 installation: *22 - organization: *759 - repositories: *780 - repository: *760 + organization: *760 + repositories: *781 + repository: *761 requester: nullable: true sender: *4 @@ -137800,8 +137832,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *588 - required: *589 + properties: *589 + required: *590 nullable: true user: title: User @@ -137886,8 +137918,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138676,8 +138708,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139026,8 +139058,8 @@ x-webhooks: - state - locked - assignee - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -139107,7 +139139,7 @@ x-webhooks: type: string enum: - deleted - comment: &783 + comment: &784 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -139264,8 +139296,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *588 - required: *589 + properties: *589 + required: *590 nullable: true required: - url @@ -139280,8 +139312,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140066,8 +140098,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140418,8 +140450,8 @@ x-webhooks: - state - locked - assignee - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -140499,7 +140531,7 @@ x-webhooks: type: string enum: - edited - changes: &813 + changes: &814 description: The changes to the comment. type: object properties: @@ -140511,9 +140543,9 @@ x-webhooks: type: string required: - from - comment: *783 - enterprise: *757 - installation: *758 + comment: *784 + enterprise: *758 + installation: *759 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141301,8 +141333,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141651,8 +141683,8 @@ x-webhooks: - state - locked - assignee - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -141733,9 +141765,9 @@ x-webhooks: type: string enum: - pinned - comment: *783 - enterprise: *757 - installation: *758 + comment: *784 + enterprise: *758 + installation: *759 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142525,8 +142557,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142877,8 +142909,8 @@ x-webhooks: - state - locked - assignee - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -142958,9 +142990,9 @@ x-webhooks: type: string enum: - unpinned - comment: *783 - enterprise: *757 - installation: *758 + comment: *784 + enterprise: *758 + installation: *759 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143750,8 +143782,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144102,8 +144134,8 @@ x-webhooks: - state - locked - assignee - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -144192,9 +144224,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -144283,9 +144315,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -144373,9 +144405,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -144464,9 +144496,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -144546,10 +144578,10 @@ x-webhooks: type: string enum: - assigned - assignee: *779 - enterprise: *757 - installation: *758 - issue: &784 + assignee: *780 + enterprise: *758 + installation: *759 + issue: &785 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145341,11 +145373,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145462,8 +145494,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -145543,8 +145575,8 @@ x-webhooks: type: string enum: - closed - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146341,11 +146373,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146597,8 +146629,8 @@ x-webhooks: required: - state - closed_at - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -146677,8 +146709,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147466,11 +147498,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147586,8 +147618,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -147666,8 +147698,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148477,11 +148509,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148576,7 +148608,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &785 + milestone: &786 title: Milestone description: A collection of related issues and pull requests. type: object @@ -148714,8 +148746,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -148814,8 +148846,8 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149607,11 +149639,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149728,9 +149760,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *778 - organization: *759 - repository: *760 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -149810,9 +149842,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *757 - installation: *758 - issue: *784 + enterprise: *758 + installation: *759 + issue: *785 issue_field: type: object description: The issue field whose value was set or updated on the @@ -149966,8 +149998,8 @@ x-webhooks: - id required: - from - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -150047,9 +150079,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *757 - installation: *758 - issue: *784 + enterprise: *758 + installation: *759 + issue: *785 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -150130,8 +150162,8 @@ x-webhooks: nullable: true required: - id - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -150211,8 +150243,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151003,11 +151035,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151124,9 +151156,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *778 - organization: *759 - repository: *760 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -151206,8 +151238,8 @@ x-webhooks: type: string enum: - locked - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152022,11 +152054,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152120,8 +152152,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -152200,8 +152232,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153010,11 +153042,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153108,9 +153140,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *785 - organization: *759 - repository: *760 + milestone: *786 + organization: *760 + repository: *761 sender: *4 required: - action @@ -153973,11 +154005,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154558,8 +154590,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155343,11 +155375,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155471,8 +155503,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -155552,9 +155584,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *757 - installation: *758 - issue: &786 + enterprise: *758 + installation: *759 + issue: &787 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -156340,11 +156372,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156460,8 +156492,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -156540,8 +156572,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157354,11 +157386,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157453,8 +157485,8 @@ x-webhooks: user_view_type: type: string type: *258 - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -158323,11 +158355,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158922,11 +158954,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *757 - installation: *758 - issue: *786 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + issue: *787 + organization: *760 + repository: *761 sender: *4 required: - action @@ -159006,12 +159038,12 @@ x-webhooks: type: string enum: - typed - enterprise: *757 - installation: *758 - issue: *784 + enterprise: *758 + installation: *759 + issue: *785 type: *258 - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -159092,7 +159124,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &816 + assignee: &817 title: User type: object nullable: true @@ -159162,11 +159194,11 @@ x-webhooks: required: - login - id - enterprise: *757 - installation: *758 - issue: *784 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + issue: *785 + organization: *760 + repository: *761 sender: *4 required: - action @@ -159245,12 +159277,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *757 - installation: *758 - issue: *784 - label: *778 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + issue: *785 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -159330,8 +159362,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160144,11 +160176,11 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *693 - issue_dependencies_summary: *694 + sub_issues_summary: *694 + issue_dependencies_summary: *695 issue_field_values: type: array - items: *572 + items: *573 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160242,8 +160274,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -160323,11 +160355,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *757 - installation: *758 - issue: *786 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + issue: *787 + organization: *760 + repository: *761 sender: *4 required: - action @@ -160406,12 +160438,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *757 - installation: *758 - issue: *784 + enterprise: *758 + installation: *759 + issue: *785 type: *258 - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -160491,11 +160523,11 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - label: *778 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -160573,11 +160605,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - label: *778 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -160687,11 +160719,11 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - label: *778 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + label: *779 + organization: *760 + repository: *761 sender: *4 required: - action @@ -160773,9 +160805,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *757 - installation: *758 - marketplace_purchase: &787 + enterprise: *758 + installation: *759 + marketplace_purchase: &788 title: Marketplace Purchase type: object required: @@ -160858,8 +160890,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *759 - previous_marketplace_purchase: &788 + organization: *760 + previous_marketplace_purchase: &789 title: Marketplace Purchase type: object properties: @@ -160939,7 +160971,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *760 + repository: *761 sender: *4 required: - action @@ -161019,10 +161051,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *757 - installation: *758 - marketplace_purchase: *787 - organization: *759 + enterprise: *758 + installation: *759 + marketplace_purchase: *788 + organization: *760 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161105,7 +161137,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *760 + repository: *761 sender: *4 required: - action @@ -161187,10 +161219,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *757 - installation: *758 - marketplace_purchase: *787 - organization: *759 + enterprise: *758 + installation: *759 + marketplace_purchase: *788 + organization: *760 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161272,7 +161304,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *760 + repository: *761 sender: *4 required: - action @@ -161353,8 +161385,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 marketplace_purchase: title: Marketplace Purchase type: object @@ -161436,9 +161468,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *759 - previous_marketplace_purchase: *788 - repository: *760 + organization: *760 + previous_marketplace_purchase: *789 + repository: *761 sender: *4 required: - action @@ -161518,12 +161550,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *757 - installation: *758 - marketplace_purchase: *787 - organization: *759 - previous_marketplace_purchase: *788 - repository: *760 + enterprise: *758 + installation: *759 + marketplace_purchase: *788 + organization: *760 + previous_marketplace_purchase: *789 + repository: *761 sender: *4 required: - action @@ -161625,11 +161657,11 @@ x-webhooks: type: string required: - to - enterprise: *757 - installation: *758 - member: *779 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + member: *780 + organization: *760 + repository: *761 sender: *4 required: - action @@ -161729,11 +161761,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *757 - installation: *758 - member: *779 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + member: *780 + organization: *760 + repository: *761 sender: *4 required: - action @@ -161812,11 +161844,11 @@ x-webhooks: type: string enum: - removed - enterprise: *757 - installation: *758 - member: *779 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + member: *780 + organization: *760 + repository: *761 sender: *4 required: - action @@ -161894,11 +161926,11 @@ x-webhooks: type: string enum: - added - enterprise: *757 - installation: *758 - member: *779 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + member: *780 + organization: *760 + repository: *761 scope: description: The scope of the membership. Currently, can only be `team`. @@ -161974,7 +162006,7 @@ x-webhooks: required: - login - id - team: &789 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162197,11 +162229,11 @@ x-webhooks: type: string enum: - removed - enterprise: *757 - installation: *758 - member: *779 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + member: *780 + organization: *760 + repository: *761 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162278,7 +162310,7 @@ x-webhooks: required: - login - id - team: *789 + team: *790 required: - action - scope @@ -162360,8 +162392,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *758 - merge_group: &791 + installation: *759 + merge_group: &792 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162380,15 +162412,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *790 + head_commit: *791 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -162474,10 +162506,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *758 - merge_group: *791 - organization: *759 - repository: *760 + installation: *759 + merge_group: *792 + organization: *760 + repository: *761 sender: *4 required: - action @@ -162550,7 +162582,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 + enterprise: *758 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -162659,17 +162691,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *758 - organization: *759 + installation: *759 + organization: *760 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *792 - required: *793 - x-github-breaking-changes: *794 + properties: *793 + required: *794 + x-github-breaking-changes: *795 nullable: true sender: *4 required: @@ -162750,11 +162782,11 @@ x-webhooks: type: string enum: - closed - enterprise: *757 - installation: *758 - milestone: *785 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + milestone: *786 + organization: *760 + repository: *761 sender: *4 required: - action @@ -162833,9 +162865,9 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - milestone: &795 + enterprise: *758 + installation: *759 + milestone: &796 title: Milestone description: A collection of related issues and pull requests. type: object @@ -162972,8 +163004,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163052,11 +163084,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - milestone: *785 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + milestone: *786 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163166,11 +163198,11 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - milestone: *785 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + milestone: *786 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163250,11 +163282,11 @@ x-webhooks: type: string enum: - opened - enterprise: *757 - installation: *758 - milestone: *795 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + milestone: *796 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163333,11 +163365,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *779 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + blocked_user: *780 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163416,11 +163448,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *779 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + blocked_user: *780 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163499,9 +163531,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - membership: &796 + enterprise: *758 + installation: *759 + membership: &797 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -163608,8 +163640,8 @@ x-webhooks: - role - organization_url - user - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163687,11 +163719,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *757 - installation: *758 - membership: *796 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + membership: *797 + organization: *760 + repository: *761 sender: *4 required: - action @@ -163770,8 +163802,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -163887,10 +163919,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 - user: *779 + user: *780 required: - action - invitation @@ -163968,11 +164000,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *757 - installation: *758 - membership: *796 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + membership: *797 + organization: *760 + repository: *761 sender: *4 required: - action @@ -164059,11 +164091,11 @@ x-webhooks: properties: from: type: string - enterprise: *757 - installation: *758 - membership: *796 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + membership: *797 + organization: *760 + repository: *761 sender: *4 required: - action @@ -164140,9 +164172,9 @@ x-webhooks: type: string enum: - published - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 package: description: Information about the package. type: object @@ -164641,7 +164673,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &797 + items: &798 title: Ruby Gems metadata type: object properties: @@ -164736,7 +164768,7 @@ x-webhooks: - owner - package_version - registry - repository: *760 + repository: *761 sender: *4 required: - action @@ -164812,9 +164844,9 @@ x-webhooks: type: string enum: - updated - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 package: description: Information about the package. type: object @@ -165167,7 +165199,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *797 + items: *798 source_url: type: string format: uri @@ -165237,7 +165269,7 @@ x-webhooks: - owner - package_version - registry - repository: *760 + repository: *761 sender: *4 required: - action @@ -165413,12 +165445,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *757 + enterprise: *758 id: type: integer - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - id @@ -165495,7 +165527,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &798 + personal_access_token_request: &799 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -165641,10 +165673,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *757 - organization: *759 + enterprise: *758 + organization: *760 sender: *4 - installation: *758 + installation: *759 required: - action - personal_access_token_request @@ -165721,11 +165753,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *798 - enterprise: *757 - organization: *759 + personal_access_token_request: *799 + enterprise: *758 + organization: *760 sender: *4 - installation: *758 + installation: *759 required: - action - personal_access_token_request @@ -165801,11 +165833,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *798 - enterprise: *757 - organization: *759 + personal_access_token_request: *799 + enterprise: *758 + organization: *760 sender: *4 - installation: *758 + installation: *759 required: - action - personal_access_token_request @@ -165880,11 +165912,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *798 - organization: *759 - enterprise: *757 + personal_access_token_request: *799 + organization: *760 + enterprise: *758 sender: *4 - installation: *758 + installation: *759 required: - action - personal_access_token_request @@ -165989,7 +166021,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *799 + last_response: *800 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166021,8 +166053,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 zen: description: Random string of GitHub zen. @@ -166267,10 +166299,10 @@ x-webhooks: - from required: - note - enterprise: *757 - installation: *758 - organization: *759 - project_card: &800 + enterprise: *758 + installation: *759 + organization: *760 + project_card: &801 title: Project Card type: object properties: @@ -166389,7 +166421,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *760 + repository: *761 sender: *4 required: - action @@ -166470,11 +166502,11 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - project_card: *800 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project_card: *801 + repository: *761 sender: *4 required: - action @@ -166554,9 +166586,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 project_card: title: Project Card type: object @@ -166684,9 +166716,9 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *792 - required: *793 - x-github-breaking-changes: *794 + properties: *793 + required: *794 + x-github-breaking-changes: *795 nullable: true sender: *4 required: @@ -166780,11 +166812,11 @@ x-webhooks: - from required: - note - enterprise: *757 - installation: *758 - organization: *759 - project_card: *800 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project_card: *801 + repository: *761 sender: *4 required: - action @@ -166878,9 +166910,9 @@ x-webhooks: - from required: - column_id - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 project_card: allOf: - title: Project Card @@ -167070,7 +167102,7 @@ x-webhooks: type: string required: - after_id - repository: *760 + repository: *761 sender: *4 required: - action @@ -167150,10 +167182,10 @@ x-webhooks: type: string enum: - closed - enterprise: *757 - installation: *758 - organization: *759 - project: &802 + enterprise: *758 + installation: *759 + organization: *760 + project: &803 title: Project type: object properties: @@ -167277,7 +167309,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *760 + repository: *761 sender: *4 required: - action @@ -167357,10 +167389,10 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - project_column: &801 + enterprise: *758 + installation: *759 + organization: *760 + project_column: &802 title: Project Column type: object properties: @@ -167399,7 +167431,7 @@ x-webhooks: - name - created_at - updated_at - repository: *760 + repository: *761 sender: *4 required: - action @@ -167478,19 +167510,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - project_column: *801 + enterprise: *758 + installation: *759 + organization: *760 + project_column: *802 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *792 - required: *793 - x-github-breaking-changes: *794 + properties: *793 + required: *794 + x-github-breaking-changes: *795 nullable: true sender: *4 required: @@ -167580,11 +167612,11 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - organization: *759 - project_column: *801 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project_column: *802 + repository: *761 sender: *4 required: - action @@ -167664,11 +167696,11 @@ x-webhooks: type: string enum: - moved - enterprise: *757 - installation: *758 - organization: *759 - project_column: *801 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project_column: *802 + repository: *761 sender: *4 required: - action @@ -167748,11 +167780,11 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - project: *802 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project: *803 + repository: *761 sender: *4 required: - action @@ -167832,19 +167864,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - project: *802 + enterprise: *758 + installation: *759 + organization: *760 + project: *803 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *792 - required: *793 - x-github-breaking-changes: *794 + properties: *793 + required: *794 + x-github-breaking-changes: *795 nullable: true sender: *4 required: @@ -167946,11 +167978,11 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - organization: *759 - project: *802 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project: *803 + repository: *761 sender: *4 required: - action @@ -168029,11 +168061,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *757 - installation: *758 - organization: *759 - project: *802 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + project: *803 + repository: *761 sender: *4 required: - action @@ -168114,8 +168146,8 @@ x-webhooks: type: string enum: - closed - installation: *758 - organization: *759 + installation: *759 + organization: *760 projects_v2: *292 sender: *4 required: @@ -168197,8 +168229,8 @@ x-webhooks: type: string enum: - created - installation: *758 - organization: *759 + installation: *759 + organization: *760 projects_v2: *292 sender: *4 required: @@ -168280,8 +168312,8 @@ x-webhooks: type: string enum: - deleted - installation: *758 - organization: *759 + installation: *759 + organization: *760 projects_v2: *292 sender: *4 required: @@ -168399,8 +168431,8 @@ x-webhooks: type: string to: type: string - installation: *758 - organization: *759 + installation: *759 + organization: *760 projects_v2: *292 sender: *4 required: @@ -168484,7 +168516,7 @@ x-webhooks: type: string enum: - archived - changes: &806 + changes: &807 type: object properties: archived_at: @@ -168498,9 +168530,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *758 - organization: *759 - projects_v2_item: &803 + installation: *759 + organization: *760 + projects_v2_item: &804 title: Projects v2 Item description: An item belonging to a project type: object @@ -168635,9 +168667,9 @@ x-webhooks: nullable: true to: type: string - installation: *758 - organization: *759 - projects_v2_item: *803 + installation: *759 + organization: *760 + projects_v2_item: *804 sender: *4 required: - action @@ -168719,9 +168751,9 @@ x-webhooks: type: string enum: - created - installation: *758 - organization: *759 - projects_v2_item: *803 + installation: *759 + organization: *760 + projects_v2_item: *804 sender: *4 required: - action @@ -168802,9 +168834,9 @@ x-webhooks: type: string enum: - deleted - installation: *758 - organization: *759 - projects_v2_item: *803 + installation: *759 + organization: *760 + projects_v2_item: *804 sender: *4 required: - action @@ -168910,7 +168942,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &804 + - &805 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -168932,7 +168964,7 @@ x-webhooks: required: - id - name - - &805 + - &806 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -168966,8 +168998,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *804 - *805 + - *806 required: - field_value - type: object @@ -168983,9 +169015,9 @@ x-webhooks: nullable: true required: - body - installation: *758 - organization: *759 - projects_v2_item: *803 + installation: *759 + organization: *760 + projects_v2_item: *804 sender: *4 required: - action @@ -169080,9 +169112,9 @@ x-webhooks: to: type: string nullable: true - installation: *758 - organization: *759 - projects_v2_item: *803 + installation: *759 + organization: *760 + projects_v2_item: *804 sender: *4 required: - action @@ -169165,10 +169197,10 @@ x-webhooks: type: string enum: - restored - changes: *806 - installation: *758 - organization: *759 - projects_v2_item: *803 + changes: *807 + installation: *759 + organization: *760 + projects_v2_item: *804 sender: *4 required: - action @@ -169250,8 +169282,8 @@ x-webhooks: type: string enum: - reopened - installation: *758 - organization: *759 + installation: *759 + organization: *760 projects_v2: *292 sender: *4 required: @@ -169333,14 +169365,14 @@ x-webhooks: type: string enum: - created - installation: *758 - organization: *759 - projects_v2_status_update: &809 + installation: *759 + organization: *760 + projects_v2_status_update: &810 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *807 - required: *808 + properties: *808 + required: *809 sender: *4 required: - action @@ -169421,9 +169453,9 @@ x-webhooks: type: string enum: - deleted - installation: *758 - organization: *759 - projects_v2_status_update: *809 + installation: *759 + organization: *760 + projects_v2_status_update: *810 sender: *4 required: - action @@ -169559,9 +169591,9 @@ x-webhooks: type: string format: date nullable: true - installation: *758 - organization: *759 - projects_v2_status_update: *809 + installation: *759 + organization: *760 + projects_v2_status_update: *810 sender: *4 required: - action @@ -169632,10 +169664,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - repository @@ -169712,13 +169744,13 @@ x-webhooks: type: string enum: - assigned - assignee: *779 - enterprise: *757 - installation: *758 - number: &810 + assignee: *780 + enterprise: *758 + installation: *759 + number: &811 description: The pull request number. type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -172023,7 +172055,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -172120,11 +172152,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -174424,7 +174456,7 @@ x-webhooks: - draft reason: type: string - repository: *760 + repository: *761 sender: *4 required: - action @@ -174521,11 +174553,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -176825,7 +176857,7 @@ x-webhooks: - draft reason: type: string - repository: *760 + repository: *761 sender: *4 required: - action @@ -176922,13 +176954,13 @@ x-webhooks: type: string enum: - closed - enterprise: *757 - installation: *758 - number: *810 - organization: *759 - pull_request: &811 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 + pull_request: &812 allOf: - - *611 + - *612 - type: object properties: allow_auto_merge: @@ -176990,7 +177022,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *760 + repository: *761 sender: *4 required: - action @@ -177071,12 +177103,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *757 - installation: *758 - number: *810 - organization: *759 - pull_request: *811 - repository: *760 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 + pull_request: *812 + repository: *761 sender: *4 required: - action @@ -177156,11 +177188,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *757 - milestone: *595 - number: *810 - organization: *759 - pull_request: &812 + enterprise: *758 + milestone: *596 + number: *811 + organization: *760 + pull_request: &813 title: Pull Request type: object properties: @@ -179487,7 +179519,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *760 + repository: *761 sender: *4 required: - action @@ -179566,11 +179598,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -181874,7 +181906,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *760 + repository: *761 sender: *4 required: - action @@ -182006,12 +182038,12 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - number: *810 - organization: *759 - pull_request: *811 - repository: *760 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 + pull_request: *812 + repository: *761 sender: *4 required: - action @@ -182091,11 +182123,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -184384,7 +184416,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -184472,11 +184504,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *757 - installation: *758 - label: *778 - number: *810 - organization: *759 + enterprise: *758 + installation: *759 + label: *779 + number: *811 + organization: *760 pull_request: title: Pull Request type: object @@ -186780,7 +186812,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -186876,10 +186908,10 @@ x-webhooks: type: string enum: - locked - enterprise: *757 - installation: *758 - number: *810 - organization: *759 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 pull_request: title: Pull Request type: object @@ -189181,7 +189213,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -189276,12 +189308,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *757 - milestone: *595 - number: *810 - organization: *759 - pull_request: *812 - repository: *760 + enterprise: *758 + milestone: *596 + number: *811 + organization: *760 + pull_request: *813 + repository: *761 sender: *4 required: - action @@ -189360,12 +189392,12 @@ x-webhooks: type: string enum: - opened - enterprise: *757 - installation: *758 - number: *810 - organization: *759 - pull_request: *811 - repository: *760 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 + pull_request: *812 + repository: *761 sender: *4 required: - action @@ -189446,12 +189478,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *757 - installation: *758 - number: *810 - organization: *759 - pull_request: *811 - repository: *760 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 + pull_request: *812 + repository: *761 sender: *4 required: - action @@ -189531,12 +189563,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *757 - installation: *758 - number: *810 - organization: *759 - pull_request: *811 - repository: *760 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 + pull_request: *812 + repository: *761 sender: *4 required: - action @@ -189902,9 +189934,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: type: object properties: @@ -192096,7 +192128,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *760 + repository: *761 sender: *4 required: - action @@ -192191,7 +192223,7 @@ x-webhooks: type: string enum: - deleted - comment: &814 + comment: &815 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -192476,9 +192508,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: type: object properties: @@ -194658,7 +194690,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *760 + repository: *761 sender: *4 required: - action @@ -194753,11 +194785,11 @@ x-webhooks: type: string enum: - edited - changes: *813 - comment: *814 - enterprise: *757 - installation: *758 - organization: *759 + changes: *814 + comment: *815 + enterprise: *758 + installation: *759 + organization: *760 pull_request: type: object properties: @@ -196940,7 +196972,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *760 + repository: *761 sender: *4 required: - action @@ -197036,9 +197068,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: title: Simple Pull Request type: object @@ -199233,7 +199265,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *760 + repository: *761 review: description: The review that was affected. type: object @@ -199495,9 +199527,9 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: title: Simple Pull Request type: object @@ -201551,8 +201583,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *760 - review: &815 + repository: *761 + review: &816 description: The review that was affected. type: object properties: @@ -201793,12 +201825,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: description: The pull request number. type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -204103,7 +204135,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 requested_reviewer: title: User type: object @@ -204187,12 +204219,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: description: The pull request number. type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -206504,7 +206536,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 requested_team: title: Team description: Groups of organization members that gives permissions @@ -206719,12 +206751,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: description: The pull request number. type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -209031,7 +209063,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 requested_reviewer: title: User type: object @@ -209116,12 +209148,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *757 - installation: *758 + enterprise: *758 + installation: *759 number: description: The pull request number. type: integer - organization: *759 + organization: *760 pull_request: title: Pull Request type: object @@ -211419,7 +211451,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211623,9 +211655,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: title: Simple Pull Request type: object @@ -213822,8 +213854,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *760 - review: *815 + repository: *761 + review: *816 sender: *4 required: - action @@ -213918,9 +213950,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: title: Simple Pull Request type: object @@ -216012,7 +216044,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *760 + repository: *761 sender: *4 thread: type: object @@ -216407,9 +216439,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 pull_request: title: Simple Pull Request type: object @@ -218487,7 +218519,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *760 + repository: *761 sender: *4 thread: type: object @@ -218885,10 +218917,10 @@ x-webhooks: type: string before: type: string - enterprise: *757 - installation: *758 - number: *810 - organization: *759 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 pull_request: title: Pull Request type: object @@ -221181,7 +221213,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -221278,11 +221310,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *816 - enterprise: *757 - installation: *758 - number: *810 - organization: *759 + assignee: *817 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 pull_request: title: Pull Request type: object @@ -223587,7 +223619,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -223681,11 +223713,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *757 - installation: *758 - label: *778 - number: *810 - organization: *759 + enterprise: *758 + installation: *759 + label: *779 + number: *811 + organization: *760 pull_request: title: Pull Request type: object @@ -225980,7 +226012,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -226076,10 +226108,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *757 - installation: *758 - number: *810 - organization: *759 + enterprise: *758 + installation: *759 + number: *811 + organization: *760 pull_request: title: Pull Request type: object @@ -228366,7 +228398,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *760 + repository: *761 sender: *4 required: - action @@ -228581,7 +228613,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *757 + enterprise: *758 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -228673,8 +228705,8 @@ x-webhooks: - url - author - committer - installation: *758 - organization: *759 + installation: *759 + organization: *760 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229260,9 +229292,9 @@ x-webhooks: type: string enum: - published - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 registry_package: type: object properties: @@ -229708,7 +229740,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *797 + items: *798 summary: type: string tag_name: @@ -229762,7 +229794,7 @@ x-webhooks: - owner - package_version - registry - repository: *760 + repository: *761 sender: *4 required: - action @@ -229840,9 +229872,9 @@ x-webhooks: type: string enum: - updated - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 registry_package: type: object properties: @@ -230150,7 +230182,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *797 + items: *798 summary: type: string tag_name: @@ -230199,7 +230231,7 @@ x-webhooks: - owner - package_version - registry - repository: *760 + repository: *761 sender: *4 required: - action @@ -230276,10 +230308,10 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - release: &817 + enterprise: *758 + installation: *759 + organization: *760 + release: &818 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -230597,7 +230629,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *760 + repository: *761 sender: *4 required: - action @@ -230674,11 +230706,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - release: *817 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + release: *818 + repository: *761 sender: *4 required: - action @@ -230795,11 +230827,11 @@ x-webhooks: type: boolean required: - to - enterprise: *757 - installation: *758 - organization: *759 - release: *817 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + release: *818 + repository: *761 sender: *4 required: - action @@ -230877,9 +230909,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -231201,7 +231233,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *760 + repository: *761 sender: *4 required: - action @@ -231277,10 +231309,10 @@ x-webhooks: type: string enum: - published - enterprise: *757 - installation: *758 - organization: *759 - release: &818 + enterprise: *758 + installation: *759 + organization: *760 + release: &819 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -231599,7 +231631,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *760 + repository: *761 sender: *4 required: - action @@ -231675,11 +231707,11 @@ x-webhooks: type: string enum: - released - enterprise: *757 - installation: *758 - organization: *759 - release: *817 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + release: *818 + repository: *761 sender: *4 required: - action @@ -231755,11 +231787,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *757 - installation: *758 - organization: *759 - release: *818 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + release: *819 + repository: *761 sender: *4 required: - action @@ -231835,11 +231867,11 @@ x-webhooks: type: string enum: - published - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - repository_advisory: *680 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + repository_advisory: *681 sender: *4 required: - action @@ -231915,11 +231947,11 @@ x-webhooks: type: string enum: - reported - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - repository_advisory: *680 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + repository_advisory: *681 sender: *4 required: - action @@ -231995,10 +232027,10 @@ x-webhooks: type: string enum: - archived - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232075,10 +232107,10 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232156,10 +232188,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232243,10 +232275,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232358,10 +232390,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232433,10 +232465,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 status: type: string @@ -232517,10 +232549,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232597,10 +232629,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232694,10 +232726,10 @@ x-webhooks: - name required: - repository - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -232777,10 +232809,10 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 repository_ruleset: *341 sender: *4 required: @@ -232859,10 +232891,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 repository_ruleset: *341 sender: *4 required: @@ -232941,10 +232973,10 @@ x-webhooks: type: string enum: - edited - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 repository_ruleset: *341 changes: type: object @@ -233006,16 +233038,16 @@ x-webhooks: properties: added: type: array - items: *631 + items: *632 deleted: type: array - items: *631 + items: *632 updated: type: array items: type: object properties: - rule: *631 + rule: *632 changes: type: object properties: @@ -233249,10 +233281,10 @@ x-webhooks: - from required: - owner - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -233330,10 +233362,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -233411,7 +233443,7 @@ x-webhooks: type: string enum: - create - alert: &819 + alert: &820 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233533,10 +233565,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -233742,10 +233774,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -233823,11 +233855,11 @@ x-webhooks: type: string enum: - reopen - alert: *819 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + alert: *820 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234026,10 +234058,10 @@ x-webhooks: enum: - fixed - open - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234107,7 +234139,7 @@ x-webhooks: type: string enum: - assigned - alert: &820 + alert: &821 type: object properties: number: *188 @@ -234250,10 +234282,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234331,11 +234363,11 @@ x-webhooks: type: string enum: - created - alert: *820 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + alert: *821 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234416,11 +234448,11 @@ x-webhooks: type: string enum: - created - alert: *820 - installation: *758 - location: *821 - organization: *759 - repository: *760 + alert: *821 + installation: *759 + location: *822 + organization: *760 + repository: *761 sender: *4 required: - location @@ -234658,11 +234690,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *820 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + alert: *821 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234740,11 +234772,11 @@ x-webhooks: type: string enum: - reopened - alert: *820 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + alert: *821 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234822,11 +234854,11 @@ x-webhooks: type: string enum: - resolved - alert: *820 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + alert: *821 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234904,12 +234936,12 @@ x-webhooks: type: string enum: - unassigned - alert: *820 + alert: *821 assignee: *4 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -234987,11 +235019,11 @@ x-webhooks: type: string enum: - validated - alert: *820 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + alert: *821 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -235117,10 +235149,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *760 - enterprise: *757 - installation: *758 - organization: *759 + repository: *761 + enterprise: *758 + installation: *759 + organization: *760 sender: *4 required: - action @@ -235198,11 +235230,11 @@ x-webhooks: type: string enum: - published - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - security_advisory: &822 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + security_advisory: &823 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235403,11 +235435,11 @@ x-webhooks: type: string enum: - updated - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 - security_advisory: *822 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 + security_advisory: *823 sender: *4 required: - action @@ -235480,10 +235512,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235676,9 +235708,9 @@ x-webhooks: type: object properties: security_and_analysis: *314 - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 repository: *362 sender: *4 required: @@ -235757,12 +235789,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - sponsorship: &823 + sponsorship: &824 type: object properties: created_at: @@ -236063,12 +236095,12 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - sponsorship: *823 + sponsorship: *824 required: - action - sponsorship @@ -236156,12 +236188,12 @@ x-webhooks: type: string required: - from - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - sponsorship: *823 + sponsorship: *824 required: - action - changes @@ -236238,17 +236270,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &824 + effective_date: &825 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: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - sponsorship: *823 + sponsorship: *824 required: - action - sponsorship @@ -236322,7 +236354,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &825 + changes: &826 type: object properties: tier: @@ -236366,13 +236398,13 @@ x-webhooks: - from required: - tier - effective_date: *824 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + effective_date: *825 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - sponsorship: *823 + sponsorship: *824 required: - action - changes @@ -236449,13 +236481,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *825 - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + changes: *826 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - sponsorship: *823 + sponsorship: *824 required: - action - changes @@ -236529,10 +236561,10 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236615,10 +236647,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237038,15 +237070,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *757 + enterprise: *758 id: description: The unique identifier of the status. type: integer - installation: *758 + installation: *759 name: type: string - organization: *759 - repository: *760 + organization: *760 + repository: *761 sender: *4 sha: description: The Commit SHA. @@ -237161,9 +237193,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -237252,9 +237284,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -237343,9 +237375,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -237434,9 +237466,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *758 - organization: *759 - repository: *760 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -237512,12 +237544,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - team: &826 + team: &827 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -237740,9 +237772,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 repository: title: Repository description: A git repository @@ -238200,7 +238232,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *826 + team: *827 required: - action - team @@ -238276,9 +238308,9 @@ x-webhooks: type: string enum: - created - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 repository: title: Repository description: A git repository @@ -238736,7 +238768,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *826 + team: *827 required: - action - team @@ -238813,9 +238845,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 repository: title: Repository description: A git repository @@ -239273,7 +239305,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *826 + team: *827 required: - action - team @@ -239417,9 +239449,9 @@ x-webhooks: - from required: - permissions - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 repository: title: Repository description: A git repository @@ -239877,7 +239909,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *826 + team: *827 required: - action - changes @@ -239955,9 +239987,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *757 - installation: *758 - organization: *759 + enterprise: *758 + installation: *759 + organization: *760 repository: title: Repository description: A git repository @@ -240415,7 +240447,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *826 + team: *827 required: - action - team @@ -240491,10 +240523,10 @@ x-webhooks: type: string enum: - started - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 required: - action @@ -240567,16 +240599,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *757 + enterprise: *758 inputs: type: object nullable: true additionalProperties: true - installation: *758 - organization: *759 + installation: *759 + organization: *760 ref: type: string - repository: *760 + repository: *761 sender: *4 workflow: type: string @@ -240658,10 +240690,10 @@ x-webhooks: type: string enum: - completed - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 workflow_job: allOf: @@ -240977,10 +241009,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 workflow_job: allOf: @@ -241319,10 +241351,10 @@ x-webhooks: type: string enum: - queued - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 workflow_job: type: object @@ -241536,10 +241568,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 workflow_job: type: object @@ -241755,12 +241787,12 @@ x-webhooks: type: string enum: - completed - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object @@ -242759,12 +242791,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object @@ -243748,12 +243780,12 @@ x-webhooks: type: string enum: - requested - enterprise: *757 - installation: *758 - organization: *759 - repository: *760 + enterprise: *758 + installation: *759 + organization: *760 + repository: *761 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 1c1861ba04..cd8cc5e142 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -449150,6 +449150,166 @@ } } }, + "/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", + "nullable": true, + "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", + "description": "The description of the issue type.", + "nullable": true + }, + "color": { + "type": "string", + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple" + ], + "nullable": true + }, + "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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 018fb0d186..5a1be2159e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1038,7 +1038,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: - - &792 + - &793 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4261,7 +4261,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &801 + schema: &802 title: Scim Error description: Scim Error type: object @@ -11645,7 +11645,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &802 + '401': &803 description: Authorization failure '404': *6 x-github: @@ -25115,7 +25115,7 @@ paths: - *169 rules: type: array - items: &757 + items: &758 title: Repository Rule type: object description: A repository rule. @@ -25124,7 +25124,7 @@ paths: - *175 - *176 - *177 - - &755 + - &756 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25731,14 +25731,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &770 + state: &771 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: &771 + resolution: &772 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25855,8 +25855,8 @@ paths: pull request. ' - oneOf: &772 - - &774 + oneOf: &773 + - &775 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25914,7 +25914,7 @@ paths: - blob_url - commit_sha - commit_url - - &775 + - &776 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. @@ -25969,7 +25969,7 @@ paths: - page_url - commit_sha - commit_url - - &776 + - &777 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25989,7 +25989,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &777 + - &778 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26009,7 +26009,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &778 + - &779 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26029,7 +26029,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &779 + - &780 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26043,7 +26043,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &780 + - &781 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26057,7 +26057,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &781 + - &782 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26071,7 +26071,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &782 + - &783 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. @@ -26091,7 +26091,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &783 + - &784 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. @@ -26111,7 +26111,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &784 + - &785 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. @@ -26131,7 +26131,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &785 + - &786 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. @@ -26151,7 +26151,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &786 + - &787 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -30101,7 +30101,7 @@ paths: properties: action: type: string - discussion: &910 + discussion: &911 title: Discussion description: A Discussion in a repository. type: object @@ -30468,7 +30468,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &689 + properties: &690 id: type: integer format: int64 @@ -30846,7 +30846,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &829 + sub_issues_summary: &830 title: Sub-issues Summary type: object properties: @@ -30933,7 +30933,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &712 + properties: &713 pinned_at: type: string format: date-time @@ -30945,7 +30945,7 @@ paths: properties: *20 required: *21 nullable: true - required: &713 + required: &714 - pinned_at - pinned_by nullable: true @@ -30959,7 +30959,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &830 + issue_dependencies_summary: &831 title: Issue Dependencies Summary type: object properties: @@ -30978,7 +30978,7 @@ paths: - total_blocking issue_field_values: type: array - items: &696 + items: &697 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31065,7 +31065,7 @@ paths: - node_id - data_type - value - required: &690 + required: &691 - assignee - closed_at - comments @@ -31103,7 +31103,7 @@ paths: action: type: string issue: *231 - comment: &685 + comment: &686 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -31767,7 +31767,7 @@ paths: type: string release: allOf: - - &748 + - &749 title: Release description: A release. type: object @@ -31838,7 +31838,7 @@ paths: author: *4 assets: type: array - items: &749 + items: &750 title: Release Asset description: Data related to a release. type: object @@ -32417,7 +32417,7 @@ paths: url: type: string format: uri - user: &836 + user: &837 title: Public User description: Public User type: object @@ -35821,7 +35821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &722 + - &723 name: all description: If `true`, show notifications marked as read. in: query @@ -35829,7 +35829,7 @@ paths: schema: type: boolean default: false - - &723 + - &724 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35839,7 +35839,7 @@ paths: type: boolean default: false - *238 - - &724 + - &725 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: @@ -36377,7 +36377,7 @@ paths: - url - subscription_url examples: - default: &725 + default: &726 value: - id: '1' repository: @@ -37229,7 +37229,7 @@ paths: type: array items: *160 examples: - default: &731 + default: &732 value: - property_name: environment value: production @@ -37279,7 +37279,7 @@ paths: required: - properties examples: - default: &732 + default: &733 value: properties: - property_name: environment @@ -43915,12 +43915,12 @@ paths: required: - subject_digests examples: - default: &868 + default: &869 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &869 + withPredicateType: &870 value: subject_digests: - sha256:abc123 @@ -43978,7 +43978,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &870 + default: &871 value: attestations_subject_digests: - sha256:abc: @@ -55088,7 +55088,7 @@ paths: type: array items: *403 examples: - default: + default: &684 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -56860,7 +56860,7 @@ paths: parameters: - *89 - *414 - - &851 + - &852 name: repo_name description: repo_name parameter in: path @@ -58188,7 +58188,7 @@ paths: - nuget - container - *89 - - &852 + - &853 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -58229,7 +58229,7 @@ paths: default: *420 '403': *29 '401': *25 - '400': &854 + '400': &855 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -60326,7 +60326,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &946 + properties: &947 id: type: number description: The unique identifier of the status update. @@ -60374,7 +60374,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &947 + required: &948 - id - node_id - created_at @@ -60814,7 +60814,7 @@ paths: - review_comment - self author_association: *228 - auto_merge: &734 + auto_merge: &735 title: Auto merge description: The status of auto merging a pull request. type: object @@ -61192,7 +61192,7 @@ paths: - updated_at - project_url examples: - default: &874 + default: &875 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61369,7 +61369,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &875 + items: &876 type: object properties: name: @@ -61406,7 +61406,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &876 + iteration_configuration: &877 type: object description: The configuration for iteration fields. properties: @@ -61456,7 +61456,7 @@ paths: value: name: Due date data_type: date - single_select_field: &877 + single_select_field: &878 summary: Create a single select field value: name: Priority @@ -61483,7 +61483,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &878 + iteration_field: &879 summary: Create an iteration field value: name: Sprint @@ -61509,7 +61509,7 @@ paths: application/json: schema: *441 examples: - text_field: &879 + text_field: &880 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -61518,7 +61518,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: &880 + number_field: &881 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -61527,7 +61527,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: &881 + date_field: &882 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -61536,7 +61536,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: &882 + single_select_field: &883 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61570,7 +61570,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &883 + iteration_field: &884 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -61616,7 +61616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *437 - - &884 + - &885 name: field_id description: The unique identifier of the field. in: path @@ -61631,7 +61631,7 @@ paths: application/json: schema: *441 examples: - default: &885 + default: &886 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62828,7 +62828,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &865 + schema: &866 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -63005,7 +63005,7 @@ paths: parameters: - *437 - *89 - - &886 + - &887 name: view_number description: The number that identifies the project view. in: path @@ -64833,7 +64833,7 @@ paths: - *89 - *17 - *19 - - &756 + - &757 name: targets description: | A comma-separated list of rule targets to filter by. @@ -65049,7 +65049,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &758 + - &759 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 @@ -65061,14 +65061,14 @@ paths: x-multi-segment: true - *325 - *107 - - &759 + - &760 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 - - &760 + - &761 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -65081,7 +65081,7 @@ paths: - bypass - all default: all - - &761 + - &762 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. @@ -65104,7 +65104,7 @@ paths: description: Response content: application/json: - schema: &762 + schema: &763 title: Rule Suites description: Response type: array @@ -65159,7 +65159,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &763 + default: &764 value: - id: 21 actor_id: 12 @@ -65203,7 +65203,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &764 + - &765 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -65219,7 +65219,7 @@ paths: description: Response content: application/json: - schema: &765 + schema: &766 title: Rule Suite description: Response type: object @@ -65318,7 +65318,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &766 + default: &767 value: id: 21 actor_id: 12 @@ -65654,7 +65654,7 @@ paths: - *112 - *19 - *17 - - &768 + - &769 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 @@ -65664,7 +65664,7 @@ paths: required: false schema: type: string - - &769 + - &770 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 @@ -65878,7 +65878,7 @@ paths: application/json: schema: type: array - items: &790 + items: &791 description: A repository security advisory. type: object properties: @@ -66169,7 +66169,7 @@ paths: - private_fork additionalProperties: false examples: - default: &791 + default: &792 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -68264,7 +68264,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &832 + response-if-user-is-a-team-maintainer: &833 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -68329,7 +68329,7 @@ paths: application/json: schema: *493 examples: - response-if-users-membership-with-team-is-now-pending: &833 + response-if-users-membership-with-team-is-now-pending: &834 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -68443,7 +68443,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &834 + schema: &835 title: Team Repository description: A team's access to a repository. type: object @@ -69211,7 +69211,7 @@ paths: type: array items: *328 examples: - response-if-child-teams-exist: &835 + response-if-child-teams-exist: &836 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -70695,7 +70695,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': &684 + '410': &685 description: Gone content: application/json: @@ -74893,7 +74893,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &904 + properties: &905 url: type: string format: uri @@ -74978,7 +74978,7 @@ paths: nullable: true properties: *226 required: *227 - required: &905 + required: &906 - id - node_id - sha @@ -81402,7 +81402,7 @@ paths: check. type: array items: *236 - deployment: &897 + deployment: &898 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -82314,7 +82314,7 @@ paths: type: string format: date-time nullable: true - head_commit: &930 + head_commit: &931 title: Simple Commit description: A commit. type: object @@ -86585,14 +86585,14 @@ paths: type: integer machines: type: array - items: &841 + items: &842 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *598 required: *599 examples: - default: &842 + default: &843 value: total_count: 2 machines: @@ -87979,7 +87979,7 @@ paths: - content - created_at examples: - default: &687 + default: &688 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -88116,7 +88116,7 @@ paths: - *494 - *495 - *247 - - &688 + - &689 name: reaction_id description: The unique identifier of the reaction. in: path @@ -88230,7 +88230,7 @@ paths: type: array items: *610 examples: - default: &741 + default: &742 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -88521,7 +88521,7 @@ paths: type: array items: *614 examples: - default: &733 + default: &734 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89079,7 +89079,7 @@ paths: application/json: schema: *610 examples: - default: &718 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -89738,7 +89738,7 @@ paths: application/json: schema: type: array - items: &795 + items: &796 title: Status description: The status of a commit. type: object @@ -90707,7 +90707,7 @@ paths: - size - type - url - - &746 + - &747 title: Content File description: Content File type: object @@ -91321,7 +91321,7 @@ paths: items: type: object properties: - placeholder_id: &787 + placeholder_id: &788 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -98020,7 +98020,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &938 + last_response: &939 title: Hook Response type: object properties: @@ -99072,7 +99072,7 @@ paths: parameters: - *494 - *495 - - &863 + - &864 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -99506,7 +99506,7 @@ paths: type: array items: *683 examples: - default: &856 + default: &857 value: - id: 1 repository: @@ -99810,6 +99810,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: + - *494 + - *495 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *403 + examples: + default: *684 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -99920,7 +99952,7 @@ paths: type: array items: *231 examples: - default: &695 + default: &696 value: - id: 1 node_id: MDU6SXNzdWUx @@ -100208,7 +100240,7 @@ paths: application/json: schema: *231 examples: - default: &692 + default: &693 value: id: 1 node_id: MDU6SXNzdWUx @@ -100365,7 +100397,7 @@ paths: '422': *15 '503': *200 '404': *6 - '410': *684 + '410': *685 x-github: triggersNotification: true githubCloudOnly: false @@ -100415,9 +100447,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: &694 + default: &695 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -100483,9 +100515,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -100564,9 +100596,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '422': *15 x-github: githubCloudOnly: false @@ -100622,7 +100654,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -100678,7 +100710,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *684 + '410': *685 '422': *15 x-github: githubCloudOnly: false @@ -100704,7 +100736,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *684 + '410': *685 '503': *200 x-github: githubCloudOnly: false @@ -100752,7 +100784,7 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 @@ -100841,7 +100873,7 @@ paths: - *494 - *495 - *247 - - *688 + - *689 responses: '204': description: Response @@ -100872,7 +100904,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: Issue Event description: Issue Event type: object @@ -100915,8 +100947,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *689 - required: *690 + properties: *690 + required: *691 nullable: true label: title: Issue Event Label @@ -101236,7 +101268,7 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: default: value: @@ -101429,7 +101461,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *684 + '410': *685 '403': *29 x-github: githubCloudOnly: false @@ -101465,7 +101497,7 @@ paths: parameters: - *494 - *495 - - &693 + - &694 name: issue_number description: The number that identifies the issue. in: path @@ -101481,7 +101513,7 @@ paths: examples: default: summary: Issue - value: *692 + value: *693 pinned_comment: summary: Issue with pinned comment value: @@ -101682,7 +101714,7 @@ paths: state_reason: completed '301': *500 '404': *6 - '410': *684 + '410': *685 '304': *37 x-github: githubCloudOnly: false @@ -101709,7 +101741,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -101839,13 +101871,13 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '422': *15 '503': *200 '403': *29 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101865,7 +101897,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -101893,7 +101925,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101911,7 +101943,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: content: application/json: @@ -101938,7 +101970,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101962,7 +101994,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - name: assignee in: path required: true @@ -102004,7 +102036,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *238 - *17 - *19 @@ -102015,13 +102047,13 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *694 + default: *695 headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102052,7 +102084,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -102074,16 +102106,16 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *684 + '410': *685 '422': *15 '404': *6 x-github: @@ -102113,7 +102145,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -102125,12 +102157,12 @@ paths: type: array items: *231 examples: - default: *695 + default: *696 headers: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102160,7 +102192,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -102184,7 +102216,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -102192,7 +102224,7 @@ paths: type: string '301': *500 '403': *29 - '410': *684 + '410': *685 '422': *15 '404': *6 x-github: @@ -102225,7 +102257,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -102239,13 +102271,13 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '301': *500 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *684 + '410': *685 x-github: triggersNotification: true githubCloudOnly: false @@ -102273,7 +102305,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -102285,12 +102317,12 @@ paths: type: array items: *231 examples: - default: *695 + default: *696 headers: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102309,7 +102341,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -102323,7 +102355,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &699 + - &700 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -102377,7 +102409,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &700 + - &701 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -102513,7 +102545,7 @@ paths: - performed_via_github_app - assignee - assigner - - &701 + - &702 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -102564,7 +102596,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &702 + - &703 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -102615,7 +102647,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &703 + - &704 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -102669,7 +102701,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &704 + - &705 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -102716,7 +102748,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &705 + - &706 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -102763,7 +102795,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &706 + - &707 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -102823,7 +102855,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &707 + - &708 title: Locked Issue Event description: Locked Issue Event type: object @@ -102871,7 +102903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &708 + - &709 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -102937,7 +102969,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &709 + - &710 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -103003,7 +103035,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &710 + - &711 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -103069,7 +103101,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &711 + - &712 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -103160,7 +103192,7 @@ paths: color: red headers: Link: *47 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103179,7 +103211,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -103189,9 +103221,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: &697 + default: &698 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -103228,7 +103260,7 @@ paths: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103259,7 +103291,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -103329,9 +103361,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *696 + items: *697 examples: - default: *697 + default: *698 '400': *14 '403': *29 '404': *6 @@ -103369,7 +103401,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -103434,9 +103466,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *696 + items: *697 examples: - default: *697 + default: *698 '400': *14 '403': *29 '404': *6 @@ -103469,7 +103501,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *402 responses: '204': @@ -103497,7 +103529,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -103509,7 +103541,7 @@ paths: type: array items: *230 examples: - default: &698 + default: &699 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -103529,7 +103561,7 @@ paths: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103547,7 +103579,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -103592,10 +103624,10 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 '301': *500 '404': *6 - '410': *684 + '410': *685 '422': *15 x-github: githubCloudOnly: false @@ -103614,7 +103646,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -103676,10 +103708,10 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 '301': *500 '404': *6 - '410': *684 + '410': *685 '422': *15 x-github: githubCloudOnly: false @@ -103698,13 +103730,13 @@ paths: parameters: - *494 - *495 - - *693 + - *694 responses: '204': description: Response '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103725,7 +103757,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - name: name in: path required: true @@ -103751,7 +103783,7 @@ paths: default: true '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103773,7 +103805,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -103801,7 +103833,7 @@ paths: '204': description: Response '403': *29 - '410': *684 + '410': *685 '404': *6 '422': *15 x-github: @@ -103821,7 +103853,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 responses: '204': description: Response @@ -103853,7 +103885,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 responses: '200': description: Response @@ -103861,10 +103893,10 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103883,7 +103915,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - 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. @@ -103911,11 +103943,11 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103935,7 +103967,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -104000,8 +104032,8 @@ paths: parameters: - *494 - *495 - - *693 - - *688 + - *694 + - *689 responses: '204': description: Response @@ -104032,7 +104064,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -104056,7 +104088,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -104091,7 +104123,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -104103,11 +104135,11 @@ paths: type: array items: *231 examples: - default: *695 + default: *696 headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104137,7 +104169,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -104166,14 +104198,14 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *684 + '410': *685 '422': *15 '404': *6 x-github: @@ -104195,7 +104227,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -104228,7 +104260,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '403': *29 '404': *6 '422': *7 @@ -104252,7 +104284,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -104267,7 +104299,6 @@ paths: description: Timeline Event type: object anyOf: - - *699 - *700 - *701 - *702 @@ -104280,6 +104311,7 @@ paths: - *709 - *710 - *711 + - *712 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -104340,8 +104372,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *712 - required: *713 + properties: *713 + required: *714 nullable: true required: - event @@ -104596,7 +104628,7 @@ paths: type: string comments: type: array - items: &735 + items: &736 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -105100,7 +105132,7 @@ paths: headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105128,7 +105160,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -105231,9 +105263,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: &715 + default: &716 value: id: 1 key: ssh-rsa AAA... @@ -105269,7 +105301,7 @@ paths: parameters: - *494 - *495 - - &716 + - &717 name: key_id description: The unique identifier of the key. in: path @@ -105281,9 +105313,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: *715 + default: *716 '404': *6 x-github: githubCloudOnly: false @@ -105303,7 +105335,7 @@ paths: parameters: - *494 - *495 - - *716 + - *717 responses: '204': description: Response @@ -105336,7 +105368,7 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 headers: Link: *47 '404': *6 @@ -105396,7 +105428,7 @@ paths: application/json: schema: *230 examples: - default: &717 + default: &718 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -105442,7 +105474,7 @@ paths: application/json: schema: *230 examples: - default: *717 + default: *718 '404': *6 x-github: githubCloudOnly: false @@ -105895,7 +105927,7 @@ paths: application/json: schema: *610 examples: - default: *718 + default: *719 '204': description: Response when already merged '404': @@ -105962,7 +105994,7 @@ paths: application/json: schema: type: array - items: &719 + items: &720 title: Milestone description: A collection of related issues and pull requests. type: object @@ -106064,9 +106096,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: &720 + default: &721 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -106127,7 +106159,7 @@ paths: parameters: - *494 - *495 - - &721 + - &722 name: milestone_number description: The number that identifies the milestone. in: path @@ -106139,9 +106171,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 '404': *6 x-github: githubCloudOnly: false @@ -106160,7 +106192,7 @@ paths: parameters: - *494 - *495 - - *721 + - *722 requestBody: required: false content: @@ -106198,9 +106230,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106218,7 +106250,7 @@ paths: parameters: - *494 - *495 - - *721 + - *722 responses: '204': description: Response @@ -106241,7 +106273,7 @@ paths: parameters: - *494 - *495 - - *721 + - *722 - *17 - *19 responses: @@ -106253,7 +106285,7 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 headers: Link: *47 x-github: @@ -106274,10 +106306,10 @@ paths: parameters: - *494 - *495 - - *722 - *723 - - *238 - *724 + - *238 + - *725 - *17 - *19 responses: @@ -106289,7 +106321,7 @@ paths: type: array items: *258 examples: - default: *725 + default: *726 headers: Link: *47 x-github: @@ -106379,7 +106411,7 @@ paths: description: Response content: application/json: - schema: &726 + schema: &727 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -106504,7 +106536,7 @@ paths: - custom_404 - public examples: - default: &727 + default: &728 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -106600,9 +106632,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '422': *15 '409': *121 x-github: @@ -106771,7 +106803,7 @@ paths: application/json: schema: type: array - items: &728 + items: &729 title: Page Build description: Page Build type: object @@ -106918,9 +106950,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: &729 + default: &730 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -106980,9 +107012,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *729 + default: *730 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107110,7 +107142,7 @@ paths: parameters: - *494 - *495 - - &730 + - &731 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -107170,7 +107202,7 @@ paths: parameters: - *494 - *495 - - *730 + - *731 responses: '204': *130 '404': *6 @@ -107550,7 +107582,7 @@ paths: type: array items: *160 examples: - default: *731 + default: *732 '403': *29 '404': *6 x-github: @@ -107589,7 +107621,7 @@ paths: required: - properties examples: - default: *732 + default: *733 responses: '204': description: No Content when custom property values are successfully created @@ -107690,7 +107722,7 @@ paths: type: array items: *614 examples: - default: *733 + default: *734 headers: Link: *47 '304': *37 @@ -107788,7 +107820,7 @@ paths: description: Response content: application/json: - schema: &737 + schema: &738 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -107999,7 +108031,7 @@ paths: - review_comment - self author_association: *228 - auto_merge: *734 + auto_merge: *735 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -108091,7 +108123,7 @@ paths: - merged_by - review_comments examples: - default: &738 + default: &739 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -108648,9 +108680,9 @@ paths: application/json: schema: type: array - items: *735 + items: *736 examples: - default: &740 + default: &741 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -108735,9 +108767,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: &736 + default: &737 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -108836,9 +108868,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: *736 + default: *737 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108907,7 +108939,7 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 @@ -108996,7 +109028,7 @@ paths: - *494 - *495 - *247 - - *688 + - *689 responses: '204': description: Response @@ -109041,7 +109073,7 @@ paths: parameters: - *494 - *495 - - &739 + - &740 name: pull_number description: The number that identifies the pull request. in: path @@ -109054,9 +109086,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '304': *37 '404': *6 '406': @@ -109093,7 +109125,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -109135,9 +109167,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '422': *15 '403': *29 x-github: @@ -109161,7 +109193,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: true content: @@ -109263,7 +109295,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *255 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -109284,9 +109316,9 @@ paths: application/json: schema: type: array - items: *735 + items: *736 examples: - default: *740 + default: *741 headers: Link: *47 x-github: @@ -109321,7 +109353,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: true content: @@ -109426,7 +109458,7 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: example-for-a-multi-line-comment: value: @@ -109516,7 +109548,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *247 requestBody: required: true @@ -109539,7 +109571,7 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: default: value: @@ -109627,7 +109659,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *17 - *19 responses: @@ -109639,7 +109671,7 @@ paths: type: array items: *610 examples: - default: *741 + default: *742 headers: Link: *47 x-github: @@ -109671,7 +109703,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *17 - *19 responses: @@ -109721,7 +109753,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 responses: '204': description: Response if pull request has been merged @@ -109746,7 +109778,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -109859,7 +109891,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 responses: '200': description: Response @@ -109936,7 +109968,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -110511,7 +110543,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: true content: @@ -111052,7 +111084,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *17 - *19 responses: @@ -111062,7 +111094,7 @@ paths: application/json: schema: type: array - items: &742 + items: &743 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -111215,7 +111247,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -111301,9 +111333,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: &744 + default: &745 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -111368,8 +111400,8 @@ paths: parameters: - *494 - *495 - - *739 - - &743 + - *740 + - &744 name: review_id description: The unique identifier of the review. in: path @@ -111381,9 +111413,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: &745 + default: &746 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -111444,8 +111476,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 requestBody: required: true content: @@ -111468,7 +111500,7 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: default: value: @@ -111532,16 +111564,16 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 responses: '200': description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *744 + default: *745 '422': *7 '404': *6 x-github: @@ -111570,8 +111602,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 - *17 - *19 responses: @@ -111808,8 +111840,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 requestBody: required: true content: @@ -111837,7 +111869,7 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: default: value: @@ -111902,8 +111934,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 requestBody: required: true content: @@ -111938,9 +111970,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *745 + default: *746 '404': *6 '422': *7 '403': *29 @@ -111964,7 +111996,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -112041,9 +112073,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: &747 + default: &748 value: type: file encoding: base64 @@ -112106,9 +112138,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 '422': *15 x-github: @@ -112141,7 +112173,7 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: default: value: @@ -112312,9 +112344,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: &752 + default: &753 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -112421,7 +112453,7 @@ paths: parameters: - *494 - *495 - - &750 + - &751 name: asset_id description: The unique identifier of the asset. in: path @@ -112433,9 +112465,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: &751 + default: &752 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 @@ -112488,7 +112520,7 @@ paths: parameters: - *494 - *495 - - *750 + - *751 requestBody: required: false content: @@ -112516,9 +112548,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: *751 + default: *752 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112536,7 +112568,7 @@ paths: parameters: - *494 - *495 - - *750 + - *751 responses: '204': description: Response @@ -112654,9 +112686,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *752 + default: *753 '404': *6 x-github: githubCloudOnly: false @@ -112688,9 +112720,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *752 + default: *753 '404': *6 x-github: githubCloudOnly: false @@ -112714,7 +112746,7 @@ paths: parameters: - *494 - *495 - - &753 + - &754 name: release_id description: The unique identifier of the release. in: path @@ -112728,9 +112760,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: *748 + schema: *749 examples: - default: *752 + default: *753 '401': description: Unauthorized x-github: @@ -112750,7 +112782,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 requestBody: required: false content: @@ -112814,9 +112846,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *752 + default: *753 '404': description: Not Found if the discussion category name is invalid content: @@ -112839,7 +112871,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 responses: '204': description: Response @@ -112862,7 +112894,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 - *17 - *19 responses: @@ -112872,7 +112904,7 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: default: value: @@ -112956,7 +112988,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 - name: name in: query required: true @@ -112982,7 +113014,7 @@ paths: description: Response for successful upload content: application/json: - schema: *749 + schema: *750 examples: response-for-successful-upload: value: @@ -113039,7 +113071,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 - 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. @@ -113065,7 +113097,7 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 @@ -113088,7 +113120,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 requestBody: required: true content: @@ -113151,8 +113183,8 @@ paths: parameters: - *494 - *495 - - *753 - - *688 + - *754 + - *689 responses: '204': description: Response @@ -113195,7 +113227,7 @@ paths: oneOf: - allOf: - *174 - - &754 + - &755 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -113216,67 +113248,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *175 - - *754 + - *755 - allOf: - *176 - - *754 + - *755 - allOf: - *177 - - *754 + - *755 - allOf: + - *756 - *755 - - *754 - allOf: - *178 - - *754 + - *755 - allOf: - *179 - - *754 + - *755 - allOf: - *180 - - *754 + - *755 - allOf: - *181 - - *754 + - *755 - allOf: - *182 - - *754 + - *755 - allOf: - *183 - - *754 + - *755 - allOf: - *184 - - *754 + - *755 - allOf: - *185 - - *754 + - *755 - allOf: - *186 - - *754 + - *755 - allOf: - *187 - - *754 + - *755 - allOf: - *188 - - *754 + - *755 - allOf: - *189 - - *754 + - *755 - allOf: - *190 - - *754 + - *755 - allOf: - *191 - - *754 + - *755 - allOf: - *192 - - *754 + - *755 - allOf: - *193 - - *754 + - *755 - allOf: - *194 - - *754 + - *755 examples: default: value: @@ -113327,7 +113359,7 @@ paths: schema: type: boolean default: true - - *756 + - *757 responses: '200': description: Response @@ -113412,7 +113444,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *757 + items: *758 required: - name - enforcement @@ -113445,7 +113477,7 @@ paths: application/json: schema: *195 examples: - default: &767 + default: &768 value: id: 42 name: super cool ruleset @@ -113495,11 +113527,11 @@ paths: parameters: - *494 - *495 - - *758 - - *107 - *759 + - *107 - *760 - *761 + - *762 - *17 - *19 responses: @@ -113507,9 +113539,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '500': *40 x-github: @@ -113532,15 +113564,15 @@ paths: parameters: - *494 - *495 - - *764 + - *765 responses: '200': description: Response content: application/json: - schema: *765 + schema: *766 examples: - default: *766 + default: *767 '404': *6 '500': *40 x-github: @@ -113591,7 +113623,7 @@ paths: application/json: schema: *195 examples: - default: *767 + default: *768 '404': *6 '500': *40 put: @@ -113644,7 +113676,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *757 + items: *758 examples: default: value: @@ -113674,7 +113706,7 @@ paths: application/json: schema: *195 examples: - default: *767 + default: *768 '404': *6 '422': *15 '500': *40 @@ -113842,8 +113874,8 @@ paths: - *112 - *19 - *17 - - *768 - *769 + - *770 - *468 - *469 - *470 @@ -113856,7 +113888,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 type: object properties: number: *131 @@ -113875,8 +113907,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *770 - resolution: *771 + state: *771 + resolution: *772 resolved_at: type: string format: date-time @@ -113982,7 +114014,7 @@ paths: pull request. ' - oneOf: *772 + oneOf: *773 nullable: true has_more_locations: type: boolean @@ -114155,7 +114187,7 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: default: value: @@ -114219,8 +114251,8 @@ paths: schema: type: object properties: - state: *770 - resolution: *771 + state: *771 + resolution: *772 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -114264,7 +114296,7 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: default: value: @@ -114376,7 +114408,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &960 + items: &961 type: object properties: type: @@ -114402,7 +114434,6 @@ paths: example: commit details: oneOf: - - *774 - *775 - *776 - *777 @@ -114415,6 +114446,7 @@ paths: - *784 - *785 - *786 + - *787 examples: default: value: @@ -114509,14 +114541,14 @@ paths: schema: type: object properties: - reason: &788 + reason: &789 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *787 + placeholder_id: *788 required: - reason - placeholder_id @@ -114533,7 +114565,7 @@ paths: schema: type: object properties: - reason: *788 + reason: *789 expire_at: type: string format: date-time @@ -114595,7 +114627,7 @@ paths: properties: incremental_scans: type: array - items: &789 + items: &790 description: Information on a single scan performed by secret scanning on the repository type: object @@ -114626,15 +114658,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *789 + items: *790 backfill_scans: type: array - items: *789 + items: *790 custom_pattern_backfill_scans: type: array items: allOf: - - *789 + - *790 - type: object properties: pattern_name: @@ -114647,7 +114679,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *789 + items: *790 examples: default: value: @@ -114757,9 +114789,9 @@ paths: application/json: schema: type: array - items: *790 + items: *791 examples: - default: *791 + default: *792 '400': *14 '404': *6 x-github: @@ -114943,9 +114975,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: &793 + default: &794 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -115283,7 +115315,7 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: default: value: @@ -115432,15 +115464,15 @@ paths: parameters: - *494 - *495 - - *792 + - *793 responses: '200': description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *793 + default: *794 '403': *29 '404': *6 x-github: @@ -115466,7 +115498,7 @@ paths: parameters: - *494 - *495 - - *792 + - *793 requestBody: required: true content: @@ -115625,10 +115657,10 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *793 - add_credit: *793 + default: *794 + add_credit: *794 '403': *29 '404': *6 '422': @@ -115668,7 +115700,7 @@ paths: parameters: - *494 - *495 - - *792 + - *793 responses: '202': *39 '400': *14 @@ -115697,7 +115729,7 @@ paths: parameters: - *494 - *495 - - *792 + - *793 responses: '202': description: Response @@ -115841,7 +115873,7 @@ paths: application/json: schema: type: array - items: &794 + items: &795 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -116214,7 +116246,7 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: default: value: @@ -116302,7 +116334,7 @@ paths: description: Response content: application/json: - schema: *795 + schema: *796 examples: default: value: @@ -116396,7 +116428,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &796 + schema: &797 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -116491,7 +116523,7 @@ paths: description: Response content: application/json: - schema: *796 + schema: *797 examples: default: value: @@ -116698,7 +116730,7 @@ paths: description: Response content: application/json: - schema: &797 + schema: &798 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -116710,7 +116742,7 @@ paths: required: - names examples: - default: &798 + default: &799 value: names: - octocat @@ -116765,9 +116797,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: *798 + default: *799 '404': *6 '422': *7 x-github: @@ -116790,7 +116822,7 @@ paths: parameters: - *494 - *495 - - &799 + - &800 name: per description: The time frame to display results for. in: query @@ -116819,7 +116851,7 @@ paths: example: 128 clones: type: array - items: &800 + items: &801 title: Traffic type: object properties: @@ -117060,7 +117092,7 @@ paths: parameters: - *494 - *495 - - *799 + - *800 responses: '200': description: Response @@ -117079,7 +117111,7 @@ paths: example: 3782 views: type: array - items: *800 + items: *801 required: - uniques - count @@ -117751,7 +117783,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &808 + - &809 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -117760,7 +117792,7 @@ paths: schema: type: string example: members - - &813 + - &814 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -117771,7 +117803,7 @@ paths: default: 1 format: int32 example: 1 - - &814 + - &815 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -117813,7 +117845,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &803 + items: &804 allOf: - type: object required: @@ -117888,7 +117920,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: &815 + meta: &816 type: object description: The metadata associated with the creation/updates to the user. @@ -117948,30 +117980,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &804 + '400': &805 description: Bad request content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '401': *802 - '403': &805 + schema: *802 + '401': *803 + '403': &806 description: Permission denied - '429': &806 + '429': &807 description: Too many requests content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '500': &807 + schema: *802 + '500': &808 description: Internal server error content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 + schema: *802 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117995,7 +118027,7 @@ paths: required: true content: application/json: - schema: &811 + schema: &812 type: object required: - schemas @@ -118055,9 +118087,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *803 + schema: *804 examples: - group: &809 + group: &810 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -118076,13 +118108,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': *804 - '401': *802 - '403': *805 - '409': &812 + '400': *805 + '401': *803 + '403': *806 + '409': &813 description: Duplicate record detected - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118099,7 +118131,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: - - &810 + - &811 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -118107,22 +118139,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *808 + - *809 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *809 - '400': *804 - '401': *802 - '403': *805 + default: *810 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118141,13 +118173,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: - - *810 + - *811 - *41 requestBody: required: true content: application/json: - schema: *811 + schema: *812 examples: group: summary: Group @@ -118173,17 +118205,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *803 + schema: *804 examples: - group: *809 - groupWithMembers: *809 - '400': *804 - '401': *802 - '403': *805 + group: *810 + groupWithMembers: *810 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118207,13 +118239,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: - - *810 + - *811 - *41 requestBody: required: true content: application/json: - schema: &822 + schema: &823 type: object required: - Operations @@ -118273,17 +118305,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *803 + schema: *804 examples: - updateGroup: *809 - addMembers: *809 - '400': *804 - '401': *802 - '403': *805 + updateGroup: *810 + addMembers: *810 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118299,17 +118331,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: - - *810 + - *811 - *41 responses: '204': description: Group was deleted, no content - '400': *804 - '401': *802 - '403': *805 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118343,8 +118375,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *813 - *814 + - *815 - *41 responses: '200': @@ -118377,7 +118409,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &817 + items: &818 allOf: - type: object required: @@ -118456,7 +118488,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &816 + roles: &817 type: array description: The roles assigned to the user. items: @@ -118512,7 +118544,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *815 + meta: *816 startIndex: type: integer description: A starting index for the returned page @@ -118549,11 +118581,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *804 - '401': *802 - '403': *805 - '429': *806 - '500': *807 + '400': *805 + '401': *803 + '403': *806 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118577,7 +118609,7 @@ paths: required: true content: application/json: - schema: &820 + schema: &821 type: object required: - schemas @@ -118659,9 +118691,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *816 + roles: *817 examples: - user: &821 + user: &822 summary: User value: schemas: @@ -118708,9 +118740,9 @@ paths: description: User has been created content: application/scim+json: - schema: *817 + schema: *818 examples: - user: &818 + user: &819 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -118736,13 +118768,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: *818 - '400': *804 - '401': *802 - '403': *805 - '409': *812 - '429': *806 - '500': *807 + enterpriseOwner: *819 + '400': *805 + '401': *803 + '403': *806 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118759,7 +118791,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: - - &819 + - &820 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -118772,15 +118804,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *817 + schema: *818 examples: - default: *818 - '400': *804 - '401': *802 - '403': *805 + default: *819 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118831,30 +118863,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: - - *819 + - *820 - *41 requestBody: required: true content: application/json: - schema: *820 + schema: *821 examples: - user: *821 + user: *822 responses: '200': description: User was updated content: application/scim+json: - schema: *817 + schema: *818 examples: - user: *818 - '400': *804 - '401': *802 - '403': *805 + user: *819 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118895,13 +118927,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: - - *819 + - *820 - *41 requestBody: required: true content: application/json: - schema: *822 + schema: *823 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -118941,18 +118973,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *817 + schema: *818 examples: - userMultiValuedProperties: *818 - userSingleValuedProperties: *818 - disableUser: *818 - '400': *804 - '401': *802 - '403': *805 + userMultiValuedProperties: *819 + userSingleValuedProperties: *819 + disableUser: *819 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118972,17 +119004,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: - - *819 + - *820 - *41 responses: '204': description: User was deleted, no content - '400': *804 - '401': *802 - '403': *805 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119069,7 +119101,7 @@ paths: example: 1 Resources: type: array - items: &823 + items: &824 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -119300,22 +119332,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &824 + '404': &825 description: Resource not found content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '403': &825 + schema: *802 + '403': &826 description: Forbidden content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '400': *804 - '429': *806 + schema: *802 + '400': *805 + '429': *807 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -119341,9 +119373,9 @@ paths: description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: &826 + default: &827 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -119366,17 +119398,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *824 - '403': *825 - '500': *807 + '404': *825 + '403': *826 + '500': *808 '409': description: Conflict content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '400': *804 + schema: *802 + '400': *805 requestBody: required: true content: @@ -119474,17 +119506,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *819 + - *820 responses: '200': description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: *826 - '404': *824 - '403': *825 + default: *827 + '404': *825 + '403': *826 '304': *37 x-github: githubCloudOnly: true @@ -119508,18 +119540,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *819 + - *820 responses: '200': description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: *826 + default: *827 '304': *37 - '404': *824 - '403': *825 + '404': *825 + '403': *826 requestBody: required: true content: @@ -119632,19 +119664,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *819 + - *820 responses: '200': description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: *826 + default: *827 '304': *37 - '404': *824 - '403': *825 - '400': *804 + '404': *825 + '403': *826 + '400': *805 '429': description: Response content: @@ -119735,12 +119767,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *819 + - *820 responses: '204': description: Response - '404': *824 - '403': *825 + '404': *825 + '403': *826 '304': *37 x-github: githubCloudOnly: true @@ -119876,7 +119908,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &827 + text_matches: &828 title: Search Result Text Matches type: array items: @@ -120039,7 +120071,7 @@ paths: enum: - author-date - committer-date - - &828 + - &829 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 @@ -120167,7 +120199,7 @@ paths: type: number node_id: type: string - text_matches: *827 + text_matches: *828 required: - sha - node_id @@ -120360,7 +120392,7 @@ paths: - interactions - created - updated - - *828 + - *829 - *17 - *19 - name: advanced_search @@ -120474,11 +120506,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: type: string state_reason: @@ -120510,7 +120542,7 @@ paths: type: string format: date-time nullable: true - text_matches: *827 + text_matches: *828 pull_request: type: object properties: @@ -120792,7 +120824,7 @@ paths: enum: - created - updated - - *828 + - *829 - *17 - *19 responses: @@ -120836,7 +120868,7 @@ paths: nullable: true score: type: number - text_matches: *827 + text_matches: *828 required: - id - node_id @@ -120922,7 +120954,7 @@ paths: - forks - help-wanted-issues - updated - - *828 + - *829 - *17 - *19 responses: @@ -121170,7 +121202,7 @@ paths: - admin - pull - push - text_matches: *827 + text_matches: *828 temp_clone_token: type: string allow_merge_commit: @@ -121471,7 +121503,7 @@ paths: type: string format: uri nullable: true - text_matches: *827 + text_matches: *828 related: type: array nullable: true @@ -121664,7 +121696,7 @@ paths: - followers - repositories - joined - - *828 + - *829 - *17 - *19 responses: @@ -121768,7 +121800,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *827 + text_matches: *828 blog: type: string nullable: true @@ -121847,7 +121879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &831 + - &832 name: team_id description: The unique identifier of the team. in: path @@ -121888,7 +121920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *831 + - *832 requestBody: required: true content: @@ -121988,7 +122020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *831 + - *832 responses: '204': description: Response @@ -122017,7 +122049,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *831 + - *832 - *17 - *19 responses: @@ -122055,7 +122087,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *831 + - *832 - name: role description: Filters members returned by their role in the team. in: query @@ -122106,7 +122138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *831 + - *832 - *148 responses: '204': @@ -122143,7 +122175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *831 + - *832 - *148 responses: '204': @@ -122183,7 +122215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *831 + - *832 - *148 responses: '204': @@ -122220,7 +122252,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: - - *831 + - *832 - *148 responses: '200': @@ -122229,7 +122261,7 @@ paths: application/json: schema: *493 examples: - response-if-user-is-a-team-maintainer: *832 + response-if-user-is-a-team-maintainer: *833 '404': *6 x-github: githubCloudOnly: false @@ -122262,7 +122294,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: - - *831 + - *832 - *148 requestBody: required: false @@ -122290,7 +122322,7 @@ paths: application/json: schema: *493 examples: - response-if-users-membership-with-team-is-now-pending: *833 + response-if-users-membership-with-team-is-now-pending: *834 '403': description: Forbidden if team synchronization is set up '422': @@ -122324,7 +122356,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: - - *831 + - *832 - *148 responses: '204': @@ -122352,7 +122384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *831 + - *832 - *17 - *19 responses: @@ -122394,7 +122426,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: - - *831 + - *832 - *494 - *495 responses: @@ -122402,7 +122434,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *834 + schema: *835 examples: alternative-response-with-extra-repository-information: value: @@ -122553,7 +122585,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: - - *831 + - *832 - *494 - *495 requestBody: @@ -122605,7 +122637,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: - - *831 + - *832 - *494 - *495 responses: @@ -122636,7 +122668,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: - - *831 + - *832 responses: '200': description: Response @@ -122671,7 +122703,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: - - *831 + - *832 requestBody: required: true content: @@ -122759,7 +122791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *831 + - *832 - *17 - *19 responses: @@ -122771,7 +122803,7 @@ paths: type: array items: *328 examples: - response-if-child-teams-exist: *835 + response-if-child-teams-exist: *836 headers: Link: *47 '404': *6 @@ -122804,7 +122836,7 @@ paths: application/json: schema: oneOf: - - &837 + - &838 title: Private User description: Private User type: object @@ -123007,7 +123039,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *836 + - *837 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -123160,7 +123192,7 @@ paths: description: Response content: application/json: - schema: *837 + schema: *838 examples: default: value: @@ -123558,7 +123590,7 @@ paths: type: integer secrets: type: array - items: &838 + items: &839 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -123674,7 +123706,7 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: default: value: @@ -124087,7 +124119,7 @@ paths: description: Response content: application/json: - schema: &839 + schema: &840 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -124128,7 +124160,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &840 + default: &841 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -124173,9 +124205,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: *840 + default: *841 '404': *6 x-github: githubCloudOnly: false @@ -124212,9 +124244,9 @@ paths: type: integer machines: type: array - items: *841 + items: *842 examples: - default: *842 + default: *843 '304': *37 '500': *40 '401': *25 @@ -125153,7 +125185,7 @@ paths: type: array items: *419 examples: - default: &853 + default: &854 value: - id: 197 name: hello_docker @@ -125254,7 +125286,7 @@ paths: application/json: schema: type: array - items: &843 + items: &844 title: Email description: Email type: object @@ -125319,9 +125351,9 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: - default: &855 + default: &856 value: - email: octocat@github.com verified: true @@ -125396,7 +125428,7 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: default: value: @@ -125652,7 +125684,7 @@ paths: application/json: schema: type: array - items: &844 + items: &845 title: GPG Key description: A unique encryption key type: object @@ -125783,7 +125815,7 @@ paths: - subkeys - revoked examples: - default: &872 + default: &873 value: - id: 3 name: Octocat's GPG Key @@ -125868,9 +125900,9 @@ paths: description: Response content: application/json: - schema: *844 + schema: *845 examples: - default: &845 + default: &846 value: id: 3 name: Octocat's GPG Key @@ -125927,7 +125959,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: - - &846 + - &847 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -125939,9 +125971,9 @@ paths: description: Response content: application/json: - schema: *844 + schema: *845 examples: - default: *845 + default: *846 '404': *6 '304': *37 '403': *29 @@ -125964,7 +125996,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: - - *846 + - *847 responses: '204': description: Response @@ -126431,7 +126463,7 @@ paths: application/json: schema: type: array - items: &847 + items: &848 title: Key description: Key type: object @@ -126532,9 +126564,9 @@ paths: description: Response content: application/json: - schema: *847 + schema: *848 examples: - default: &848 + default: &849 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -126567,15 +126599,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: - - *716 + - *717 responses: '200': description: Response content: application/json: - schema: *847 + schema: *848 examples: - default: *848 + default: *849 '404': *6 '304': *37 '403': *29 @@ -126598,7 +126630,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: - - *716 + - *717 responses: '204': description: Response @@ -126631,7 +126663,7 @@ paths: application/json: schema: type: array - items: &849 + items: &850 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -126699,7 +126731,7 @@ paths: - account - plan examples: - default: &850 + default: &851 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -126761,9 +126793,9 @@ paths: application/json: schema: type: array - items: *849 + items: *850 examples: - default: *850 + default: *851 headers: Link: *47 '304': *37 @@ -127772,7 +127804,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *414 - - *851 + - *852 responses: '204': description: Response @@ -127887,7 +127919,7 @@ paths: - docker - nuget - container - - *852 + - *853 - *19 - *17 responses: @@ -127899,8 +127931,8 @@ paths: type: array items: *419 examples: - default: *853 - '400': *854 + default: *854 + '400': *855 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127929,7 +127961,7 @@ paths: application/json: schema: *419 examples: - default: &873 + default: &874 value: id: 40201 name: octo-name @@ -128291,9 +128323,9 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: - default: *855 + default: *856 headers: Link: *47 '304': *37 @@ -128406,7 +128438,7 @@ paths: type: array items: *80 examples: - default: &862 + default: &863 summary: Default response value: - id: 1296269 @@ -128752,7 +128784,7 @@ paths: type: array items: *683 examples: - default: *856 + default: *857 headers: Link: *47 '304': *37 @@ -128831,7 +128863,7 @@ paths: application/json: schema: type: array - items: &857 + items: &858 title: Social account description: Social media account type: object @@ -128846,7 +128878,7 @@ paths: - provider - url examples: - default: &858 + default: &859 value: - provider: twitter url: https://twitter.com/github @@ -128908,9 +128940,9 @@ paths: application/json: schema: type: array - items: *857 + items: *858 examples: - default: *858 + default: *859 '422': *15 '304': *37 '404': *6 @@ -128997,7 +129029,7 @@ paths: application/json: schema: type: array - items: &859 + items: &860 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -129017,7 +129049,7 @@ paths: - title - created_at examples: - default: &887 + default: &888 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -129081,9 +129113,9 @@ paths: description: Response content: application/json: - schema: *859 + schema: *860 examples: - default: &860 + default: &861 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -129113,7 +129145,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: - - &861 + - &862 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -129125,9 +129157,9 @@ paths: description: Response content: application/json: - schema: *859 + schema: *860 examples: - default: *860 + default: *861 '404': *6 '304': *37 '403': *29 @@ -129150,7 +129182,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: - - *861 + - *862 responses: '204': description: Response @@ -129179,7 +129211,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: - - &888 + - &889 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 @@ -129204,11 +129236,11 @@ paths: type: array items: *80 examples: - default-response: *862 + default-response: *863 application/vnd.github.v3.star+json: schema: type: array - items: &889 + items: &890 title: Starred Repository description: Starred Repository type: object @@ -129577,10 +129609,10 @@ paths: application/json: schema: oneOf: + - *838 - *837 - - *836 examples: - default-response: &866 + default-response: &867 summary: Default response value: login: octocat @@ -129615,7 +129647,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &867 + response-with-git-hub-plan-information: &868 summary: Response with GitHub plan information value: login: octocat @@ -129672,7 +129704,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: - - &864 + - &865 name: user_id description: The unique identifier of the user. in: path @@ -129738,7 +129770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *863 + - *864 - *17 responses: '200': @@ -129773,7 +129805,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: - - *864 + - *865 - *437 requestBody: required: true @@ -129845,7 +129877,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *865 + schema: *866 examples: table_view: summary: Response for creating a table view @@ -129897,11 +129929,11 @@ paths: application/json: schema: oneOf: + - *838 - *837 - - *836 examples: - default-response: *866 - response-with-git-hub-plan-information: *867 + default-response: *867 + response-with-git-hub-plan-information: *868 '404': *6 x-github: githubCloudOnly: false @@ -129951,8 +129983,8 @@ paths: required: - subject_digests examples: - default: *868 - withPredicateType: *869 + default: *869 + withPredicateType: *870 responses: '200': description: Response @@ -130005,7 +130037,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *870 + default: *871 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -130491,7 +130523,7 @@ paths: application/json: schema: *343 examples: - default: &871 + default: &872 summary: Example response for a user copilot space value: id: 42 @@ -130592,7 +130624,7 @@ paths: application/json: schema: *343 examples: - default: *871 + default: *872 '403': *29 '404': *6 x-github: @@ -130715,7 +130747,7 @@ paths: application/json: schema: *343 examples: - default: *871 + default: *872 '403': *29 '404': *6 '422': *15 @@ -131483,7 +131515,7 @@ paths: type: array items: *419 examples: - default: *853 + default: *854 '403': *29 '401': *25 x-github: @@ -131867,9 +131899,9 @@ paths: application/json: schema: type: array - items: *844 + items: *845 examples: - default: *872 + default: *873 headers: Link: *47 x-github: @@ -132097,7 +132129,7 @@ paths: - docker - nuget - container - - *852 + - *853 - *148 - *19 - *17 @@ -132110,10 +132142,10 @@ paths: type: array items: *419 examples: - default: *853 + default: *854 '403': *29 '401': *25 - '400': *854 + '400': *855 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132143,7 +132175,7 @@ paths: application/json: schema: *419 examples: - default: *873 + default: *874 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132492,7 +132524,7 @@ paths: type: array items: *441 examples: - default: *874 + default: *875 headers: Link: *47 '304': *37 @@ -132552,7 +132584,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *875 + items: *876 required: - name - data_type @@ -132568,7 +132600,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *876 + iteration_configuration: *877 required: - name - data_type @@ -132590,8 +132622,8 @@ paths: value: name: Due date data_type: date - single_select_field: *877 - iteration_field: *878 + single_select_field: *878 + iteration_field: *879 responses: '201': description: Response @@ -132599,11 +132631,11 @@ paths: application/json: schema: *441 examples: - text_field: *879 - number_field: *880 - date_field: *881 - single_select_field: *882 - iteration_field: *883 + text_field: *880 + number_field: *881 + date_field: *882 + single_select_field: *883 + iteration_field: *884 '304': *37 '403': *29 '401': *25 @@ -132625,7 +132657,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *437 - - *884 + - *885 - *148 responses: '200': @@ -132634,7 +132666,7 @@ paths: application/json: schema: *441 examples: - default: *885 + default: *886 headers: Link: *47 '304': *37 @@ -132988,7 +133020,7 @@ paths: parameters: - *437 - *148 - - *886 + - *887 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -133267,9 +133299,9 @@ paths: application/json: schema: type: array - items: *857 + items: *858 examples: - default: *858 + default: *859 headers: Link: *47 x-github: @@ -133299,9 +133331,9 @@ paths: application/json: schema: type: array - items: *859 + items: *860 examples: - default: *887 + default: *888 headers: Link: *47 x-github: @@ -133326,7 +133358,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *148 - - *888 + - *889 - *112 - *17 - *19 @@ -133338,11 +133370,11 @@ paths: schema: anyOf: - type: array - items: *889 + items: *890 - type: array items: *80 examples: - default-response: *862 + default-response: *863 headers: Link: *47 x-github: @@ -133501,7 +133533,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &890 + enterprise: &891 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -133559,7 +133591,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &891 + installation: &892 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -133578,7 +133610,7 @@ x-webhooks: required: - id - node_id - organization: &892 + organization: &893 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -133638,13 +133670,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &893 + repository: &894 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &932 + properties: &933 id: description: Unique identifier of the repository example: 42 @@ -134339,7 +134371,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &933 + required: &934 - archive_url - assignees_url - blobs_url @@ -134490,10 +134522,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -134569,11 +134601,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - rule: &894 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + rule: &895 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) @@ -134796,11 +134828,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - rule: *894 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + rule: *895 sender: *4 required: - action @@ -134983,11 +135015,11 @@ x-webhooks: - everyone required: - from - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - rule: *894 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + rule: *895 sender: *4 required: - action @@ -135060,7 +135092,7 @@ x-webhooks: required: true content: application/json: - schema: &916 + schema: &917 title: Exemption request cancellation event type: object properties: @@ -135068,11 +135100,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: &895 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: &896 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -135376,7 +135408,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &896 + items: &897 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -135486,7 +135518,7 @@ x-webhooks: required: true content: application/json: - schema: &917 + schema: &918 title: Exemption request completed event type: object properties: @@ -135494,11 +135526,11 @@ x-webhooks: type: string enum: - completed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 sender: *4 required: - action @@ -135570,7 +135602,7 @@ x-webhooks: required: true content: application/json: - schema: &914 + schema: &915 title: Exemption request created event type: object properties: @@ -135578,11 +135610,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 sender: *4 required: - action @@ -135654,7 +135686,7 @@ x-webhooks: required: true content: application/json: - schema: &918 + schema: &919 title: Exemption response dismissed event type: object properties: @@ -135662,12 +135694,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 - exemption_response: *896 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 + exemption_response: *897 sender: *4 required: - action @@ -135741,7 +135773,7 @@ x-webhooks: required: true content: application/json: - schema: &915 + schema: &916 title: Exemption response submitted event type: object properties: @@ -135749,12 +135781,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 - exemption_response: *896 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 + exemption_response: *897 sender: *4 required: - action @@ -135838,7 +135870,7 @@ x-webhooks: type: string enum: - completed - check_run: &898 + check_run: &899 title: CheckRun description: A check performed on the code of a given code change type: object @@ -135929,7 +135961,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *897 + deployment: *898 details_url: example: https://example.com type: string @@ -136014,10 +136046,10 @@ x-webhooks: - output - app - pull_requests - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 sender: *4 required: - check_run @@ -136408,11 +136440,11 @@ x-webhooks: type: string enum: - created - check_run: *898 - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + check_run: *899 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 sender: *4 required: - check_run @@ -136806,11 +136838,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *898 - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + check_run: *899 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 requested_action: description: The action requested by the user. type: object @@ -137213,11 +137245,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *898 - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + check_run: *899 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 sender: *4 required: - check_run @@ -138187,10 +138219,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -138889,10 +138921,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -139585,10 +139617,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -139899,20 +139931,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &899 + commit_oid: &900 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: *890 - installation: *891 - organization: *892 - ref: &900 + enterprise: *891 + installation: *892 + organization: *893 + ref: &901 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: *893 + repository: *894 sender: *4 required: - action @@ -140307,12 +140339,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -140578,12 +140610,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -140915,12 +140947,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -141194,16 +141226,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *893 + repository: *894 sender: *4 required: - action @@ -141440,12 +141472,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -141756,10 +141788,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -142014,10 +142046,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -142097,18 +142129,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *892 - pusher_type: &901 + organization: *893 + pusher_type: &902 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &902 + ref: &903 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -142118,7 +142150,7 @@ x-webhooks: enum: - tag - branch - repository: *893 + repository: *894 sender: *4 required: - ref @@ -142201,9 +142233,9 @@ x-webhooks: enum: - created definition: *161 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -142288,9 +142320,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -142368,9 +142400,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *161 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -142448,9 +142480,9 @@ x-webhooks: enum: - updated definition: *161 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -142527,10 +142559,10 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - repository: *893 - organization: *892 + enterprise: *891 + installation: *892 + repository: *894 + organization: *893 sender: *4 new_property_values: type: array @@ -142615,18 +142647,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - pusher_type: *901 - ref: *902 + enterprise: *891 + installation: *892 + organization: *893 + pusher_type: *902 + ref: *903 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *893 + repository: *894 sender: *4 required: - ref @@ -142707,10 +142739,10 @@ x-webhooks: enum: - assignees_changed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142791,10 +142823,10 @@ x-webhooks: enum: - auto_dismissed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142876,10 +142908,10 @@ x-webhooks: enum: - auto_reopened alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142961,10 +142993,10 @@ x-webhooks: enum: - created alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -143044,10 +143076,10 @@ x-webhooks: enum: - dismissed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -143127,10 +143159,10 @@ x-webhooks: enum: - fixed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -143211,10 +143243,10 @@ x-webhooks: enum: - reintroduced alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -143294,10 +143326,10 @@ x-webhooks: enum: - reopened alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -143374,9 +143406,9 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - key: &903 + enterprise: *891 + installation: *892 + key: &904 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -143412,8 +143444,8 @@ x-webhooks: - verified - created_at - read_only - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -143490,11 +143522,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - key: *903 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + key: *904 + organization: *893 + repository: *894 sender: *4 required: - action @@ -144050,12 +144082,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: &909 + workflow: &910 title: Workflow type: object nullable: true @@ -144796,15 +144828,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *904 - required: *905 + properties: *905 + required: *906 nullable: true pull_requests: type: array - items: *737 - repository: *893 - organization: *892 - installation: *891 + items: *738 + repository: *894 + organization: *893 + installation: *892 sender: *4 responses: '200': @@ -144875,7 +144907,7 @@ x-webhooks: type: string enum: - approved - approver: &906 + approver: &907 type: object properties: avatar_url: @@ -144918,11 +144950,11 @@ x-webhooks: type: string comment: type: string - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - reviewers: &907 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + reviewers: &908 type: array items: type: object @@ -145001,7 +145033,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &908 + workflow_job_run: &909 type: object properties: conclusion: @@ -145732,18 +145764,18 @@ x-webhooks: type: string enum: - rejected - approver: *906 + approver: *907 comment: type: string - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - reviewers: *907 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + reviewers: *908 sender: *4 since: type: string - workflow_job_run: *908 + workflow_job_run: *909 workflow_job_runs: type: array items: @@ -146447,13 +146479,13 @@ x-webhooks: type: string enum: - requested - enterprise: *890 + enterprise: *891 environment: type: string - installation: *891 - organization: *892 - repository: *893 - requestor: &919 + installation: *892 + organization: *893 + repository: *894 + requestor: &920 title: User type: object nullable: true @@ -148342,12 +148374,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Deployment Workflow Run type: object @@ -149027,7 +149059,7 @@ x-webhooks: type: string enum: - answered - answer: &912 + answer: &913 type: object properties: author_association: @@ -149184,11 +149216,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149315,11 +149347,11 @@ x-webhooks: - from required: - category - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149402,11 +149434,11 @@ x-webhooks: type: string enum: - closed - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149488,7 +149520,7 @@ x-webhooks: type: string enum: - created - comment: &911 + comment: &912 type: object properties: author_association: @@ -149645,11 +149677,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149732,12 +149764,12 @@ x-webhooks: type: string enum: - deleted - comment: *911 - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + comment: *912 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149832,12 +149864,12 @@ x-webhooks: - from required: - body - comment: *911 - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + comment: *912 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149921,11 +149953,11 @@ x-webhooks: type: string enum: - created - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150007,11 +150039,11 @@ x-webhooks: type: string enum: - deleted - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150111,11 +150143,11 @@ x-webhooks: type: string required: - from - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150197,10 +150229,10 @@ x-webhooks: type: string enum: - labeled - discussion: *910 - enterprise: *890 - installation: *891 - label: &913 + discussion: *911 + enterprise: *891 + installation: *892 + label: &914 title: Label type: object properties: @@ -150232,8 +150264,8 @@ x-webhooks: - color - default - description - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150316,11 +150348,11 @@ x-webhooks: type: string enum: - locked - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150402,11 +150434,11 @@ x-webhooks: type: string enum: - pinned - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150488,11 +150520,11 @@ x-webhooks: type: string enum: - reopened - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150577,16 +150609,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *910 - new_repository: *893 + new_discussion: *911 + new_repository: *894 required: - new_discussion - new_repository - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150669,10 +150701,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *910 - old_answer: *912 - organization: *892 - repository: *893 + discussion: *911 + old_answer: *913 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150754,12 +150786,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *910 - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150842,11 +150874,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150928,11 +150960,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -151001,7 +151033,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151064,7 +151096,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151127,7 +151159,7 @@ x-webhooks: required: true content: application/json: - schema: *916 + schema: *917 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151190,7 +151222,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151253,7 +151285,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151319,7 +151351,7 @@ x-webhooks: required: true content: application/json: - schema: *916 + schema: *917 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151385,7 +151417,7 @@ x-webhooks: required: true content: application/json: - schema: *917 + schema: *918 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151451,7 +151483,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151517,7 +151549,7 @@ x-webhooks: required: true content: application/json: - schema: *918 + schema: *919 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151583,7 +151615,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151648,7 +151680,7 @@ x-webhooks: required: true content: application/json: - schema: *916 + schema: *917 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151713,7 +151745,7 @@ x-webhooks: required: true content: application/json: - schema: *917 + schema: *918 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151778,7 +151810,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151843,7 +151875,7 @@ x-webhooks: required: true content: application/json: - schema: *918 + schema: *919 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151909,7 +151941,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151976,7 +152008,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *890 + enterprise: *891 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -152636,9 +152668,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - forkee @@ -152784,9 +152816,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pages: description: The pages that were updated. type: array @@ -152823,7 +152855,7 @@ x-webhooks: - action - sha - html_url - repository: *893 + repository: *894 sender: *4 required: - pages @@ -152899,10 +152931,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: &920 + organization: *893 + repositories: &921 description: An array of repository objects that the installation can access. type: array @@ -152928,8 +152960,8 @@ x-webhooks: - name - full_name - private - repository: *893 - requester: *919 + repository: *894 + requester: *920 sender: *4 required: - action @@ -153004,11 +153036,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -153084,11 +153116,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -153164,10 +153196,10 @@ x-webhooks: type: string enum: - added - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories_added: &921 + organization: *893 + repositories_added: &922 description: An array of repository objects, which were added to the installation. type: array @@ -153213,15 +153245,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *893 - repository_selection: &922 + repository: *894 + repository_selection: &923 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *919 + requester: *920 sender: *4 required: - action @@ -153300,10 +153332,10 @@ x-webhooks: type: string enum: - removed - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories_added: *921 + organization: *893 + repositories_added: *922 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -153330,9 +153362,9 @@ x-webhooks: - name - full_name - private - repository: *893 - repository_selection: *922 - requester: *919 + repository: *894 + repository_selection: *923 + requester: *920 sender: *4 required: - action @@ -153411,11 +153443,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -153594,10 +153626,10 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 target_type: type: string @@ -153676,11 +153708,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -153854,8 +153886,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *712 - required: *713 + properties: *713 + required: *714 nullable: true user: title: User @@ -153940,8 +153972,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -154730,8 +154762,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155080,8 +155112,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -155161,7 +155193,7 @@ x-webhooks: type: string enum: - deleted - comment: &923 + comment: &924 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -155318,8 +155350,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *712 - required: *713 + properties: *713 + required: *714 nullable: true required: - url @@ -155334,8 +155366,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -156120,8 +156152,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156472,8 +156504,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -156553,7 +156585,7 @@ x-webhooks: type: string enum: - edited - changes: &952 + changes: &953 description: The changes to the comment. type: object properties: @@ -156565,9 +156597,9 @@ x-webhooks: type: string required: - from - comment: *923 - enterprise: *890 - installation: *891 + comment: *924 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157355,8 +157387,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157705,8 +157737,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -157787,9 +157819,9 @@ x-webhooks: type: string enum: - pinned - comment: *923 - enterprise: *890 - installation: *891 + comment: *924 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158579,8 +158611,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158931,8 +158963,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -159012,9 +159044,9 @@ x-webhooks: type: string enum: - unpinned - comment: *923 - enterprise: *890 - installation: *891 + comment: *924 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159804,8 +159836,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160156,8 +160188,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160246,9 +160278,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160337,9 +160369,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160427,9 +160459,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160518,9 +160550,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160600,10 +160632,10 @@ x-webhooks: type: string enum: - assigned - assignee: *919 - enterprise: *890 - installation: *891 - issue: &924 + assignee: *920 + enterprise: *891 + installation: *892 + issue: &925 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -161395,11 +161427,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161516,8 +161548,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -161597,8 +161629,8 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -162395,11 +162427,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162651,8 +162683,8 @@ x-webhooks: required: - state - closed_at - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -162731,8 +162763,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -163520,11 +163552,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163640,8 +163672,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -163720,8 +163752,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -164531,11 +164563,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164630,7 +164662,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &925 + milestone: &926 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164768,8 +164800,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -164868,8 +164900,8 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -165661,11 +165693,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165782,9 +165814,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *913 - organization: *892 - repository: *893 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -165864,9 +165896,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 issue_field: type: object description: The issue field whose value was set or updated on the @@ -166020,8 +166052,8 @@ x-webhooks: - id required: - from - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -166101,9 +166133,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -166184,8 +166216,8 @@ x-webhooks: nullable: true required: - id - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -166265,8 +166297,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167057,11 +167089,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167178,9 +167210,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *913 - organization: *892 - repository: *893 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -167260,8 +167292,8 @@ x-webhooks: type: string enum: - locked - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168076,11 +168108,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168174,8 +168206,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -168254,8 +168286,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169064,11 +169096,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169162,9 +169194,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *925 - organization: *892 - repository: *893 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -170027,11 +170059,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170612,8 +170644,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171397,11 +171429,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171525,8 +171557,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -171606,9 +171638,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *890 - installation: *891 - issue: &926 + enterprise: *891 + installation: *892 + issue: &927 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -172394,11 +172426,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172514,8 +172546,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -172594,8 +172626,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173408,11 +173440,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173507,8 +173539,8 @@ x-webhooks: user_view_type: type: string type: *403 - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -174377,11 +174409,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174976,11 +175008,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *890 - installation: *891 - issue: *926 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *927 + organization: *893 + repository: *894 sender: *4 required: - action @@ -175060,12 +175092,12 @@ x-webhooks: type: string enum: - typed - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 type: *403 - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -175146,7 +175178,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &955 + assignee: &956 title: User type: object nullable: true @@ -175216,11 +175248,11 @@ x-webhooks: required: - login - id - enterprise: *890 - installation: *891 - issue: *924 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *925 + organization: *893 + repository: *894 sender: *4 required: - action @@ -175299,12 +175331,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *890 - installation: *891 - issue: *924 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *925 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -175384,8 +175416,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176198,11 +176230,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176296,8 +176328,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176377,11 +176409,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *890 - installation: *891 - issue: *926 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *927 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176460,12 +176492,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 type: *403 - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176545,11 +176577,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176627,11 +176659,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176741,11 +176773,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176827,9 +176859,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: &927 + enterprise: *891 + installation: *892 + marketplace_purchase: &928 title: Marketplace Purchase type: object required: @@ -176912,8 +176944,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *892 - previous_marketplace_purchase: &928 + organization: *893 + previous_marketplace_purchase: &929 title: Marketplace Purchase type: object properties: @@ -176993,7 +177025,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *893 + repository: *894 sender: *4 required: - action @@ -177073,10 +177105,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: *927 - organization: *892 + enterprise: *891 + installation: *892 + marketplace_purchase: *928 + organization: *893 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -177159,7 +177191,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *893 + repository: *894 sender: *4 required: - action @@ -177241,10 +177273,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: *927 - organization: *892 + enterprise: *891 + installation: *892 + marketplace_purchase: *928 + organization: *893 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -177326,7 +177358,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *893 + repository: *894 sender: *4 required: - action @@ -177407,8 +177439,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 marketplace_purchase: title: Marketplace Purchase type: object @@ -177490,9 +177522,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *892 - previous_marketplace_purchase: *928 - repository: *893 + organization: *893 + previous_marketplace_purchase: *929 + repository: *894 sender: *4 required: - action @@ -177572,12 +177604,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: *927 - organization: *892 - previous_marketplace_purchase: *928 - repository: *893 + enterprise: *891 + installation: *892 + marketplace_purchase: *928 + organization: *893 + previous_marketplace_purchase: *929 + repository: *894 sender: *4 required: - action @@ -177679,11 +177711,11 @@ x-webhooks: type: string required: - to - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 sender: *4 required: - action @@ -177783,11 +177815,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 sender: *4 required: - action @@ -177866,11 +177898,11 @@ x-webhooks: type: string enum: - removed - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 sender: *4 required: - action @@ -177948,11 +177980,11 @@ x-webhooks: type: string enum: - added - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 scope: description: The scope of the membership. Currently, can only be `team`. @@ -178028,7 +178060,7 @@ x-webhooks: required: - login - id - team: &929 + team: &930 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -178251,11 +178283,11 @@ x-webhooks: type: string enum: - removed - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 scope: description: The scope of the membership. Currently, can only be `team`. @@ -178332,7 +178364,7 @@ x-webhooks: required: - login - id - team: *929 + team: *930 required: - action - scope @@ -178414,8 +178446,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *891 - merge_group: &931 + installation: *892 + merge_group: &932 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -178434,15 +178466,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *930 + head_commit: *931 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178528,10 +178560,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *891 - merge_group: *931 - organization: *892 - repository: *893 + installation: *892 + merge_group: *932 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178604,7 +178636,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 + enterprise: *891 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -178713,16 +178745,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *891 - organization: *892 + installation: *892 + organization: *893 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -178803,11 +178835,11 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 - milestone: *925 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178886,9 +178918,9 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - milestone: &934 + enterprise: *891 + installation: *892 + milestone: &935 title: Milestone description: A collection of related issues and pull requests. type: object @@ -179025,8 +179057,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179105,11 +179137,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - milestone: *925 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179219,11 +179251,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - milestone: *925 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179303,11 +179335,11 @@ x-webhooks: type: string enum: - opened - enterprise: *890 - installation: *891 - milestone: *934 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *935 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179386,11 +179418,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *919 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + blocked_user: *920 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179469,11 +179501,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *919 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + blocked_user: *920 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179549,7 +179581,7 @@ x-webhooks: enum: - created definition: *156 - enterprise: *890 + enterprise: *891 sender: *4 required: - action @@ -179629,8 +179661,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 sender: *4 required: - action @@ -179703,8 +179735,8 @@ x-webhooks: enum: - updated definition: *156 - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 sender: *4 required: - action @@ -179776,9 +179808,9 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 new_property_values: type: array @@ -179866,9 +179898,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - membership: &935 + enterprise: *891 + installation: *892 + membership: &936 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -179975,8 +180007,8 @@ x-webhooks: - role - organization_url - user - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -180054,11 +180086,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *890 - installation: *891 - membership: *935 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + membership: *936 + organization: *893 + repository: *894 sender: *4 required: - action @@ -180137,8 +180169,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -180254,10 +180286,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 - user: *919 + user: *920 required: - action - invitation @@ -180335,11 +180367,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *890 - installation: *891 - membership: *935 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + membership: *936 + organization: *893 + repository: *894 sender: *4 required: - action @@ -180426,11 +180458,11 @@ x-webhooks: properties: from: type: string - enterprise: *890 - installation: *891 - membership: *935 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + membership: *936 + organization: *893 + repository: *894 sender: *4 required: - action @@ -180508,9 +180540,9 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 package: description: Information about the package. type: object @@ -181009,7 +181041,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &936 + items: &937 title: Ruby Gems metadata type: object properties: @@ -181104,7 +181136,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -181181,9 +181213,9 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 package: description: Information about the package. type: object @@ -181536,7 +181568,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *936 + items: *937 source_url: type: string format: uri @@ -181606,7 +181638,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -181782,12 +181814,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *890 + enterprise: *891 id: type: integer - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - id @@ -181864,7 +181896,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &937 + personal_access_token_request: &938 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -182010,10 +182042,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *890 - organization: *892 + enterprise: *891 + organization: *893 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -182090,11 +182122,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *937 - enterprise: *890 - organization: *892 + personal_access_token_request: *938 + enterprise: *891 + organization: *893 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -182170,11 +182202,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *937 - enterprise: *890 - organization: *892 + personal_access_token_request: *938 + enterprise: *891 + organization: *893 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -182249,11 +182281,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *937 - organization: *892 - enterprise: *890 + personal_access_token_request: *938 + organization: *893 + enterprise: *891 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -182358,7 +182390,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *938 + last_response: *939 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -182390,8 +182422,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 zen: description: Random string of GitHub zen. @@ -182636,10 +182668,10 @@ x-webhooks: - from required: - note - enterprise: *890 - installation: *891 - organization: *892 - project_card: &939 + enterprise: *891 + installation: *892 + organization: *893 + project_card: &940 title: Project Card type: object properties: @@ -182758,7 +182790,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *893 + repository: *894 sender: *4 required: - action @@ -182839,11 +182871,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - project_card: *939 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_card: *940 + repository: *894 sender: *4 required: - action @@ -182923,9 +182955,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 project_card: title: Project Card type: object @@ -183053,8 +183085,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -183148,11 +183180,11 @@ x-webhooks: - from required: - note - enterprise: *890 - installation: *891 - organization: *892 - project_card: *939 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_card: *940 + repository: *894 sender: *4 required: - action @@ -183246,9 +183278,9 @@ x-webhooks: - from required: - column_id - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 project_card: allOf: - title: Project Card @@ -183438,7 +183470,7 @@ x-webhooks: type: string required: - after_id - repository: *893 + repository: *894 sender: *4 required: - action @@ -183518,10 +183550,10 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 - organization: *892 - project: &941 + enterprise: *891 + installation: *892 + organization: *893 + project: &942 title: Project type: object properties: @@ -183645,7 +183677,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *893 + repository: *894 sender: *4 required: - action @@ -183725,10 +183757,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - project_column: &940 + enterprise: *891 + installation: *892 + organization: *893 + project_column: &941 title: Project Column type: object properties: @@ -183767,7 +183799,7 @@ x-webhooks: - name - created_at - updated_at - repository: *893 + repository: *894 sender: *4 required: - action @@ -183846,18 +183878,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - project_column: *940 + enterprise: *891 + installation: *892 + organization: *893 + project_column: *941 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -183947,11 +183979,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - project_column: *940 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_column: *941 + repository: *894 sender: *4 required: - action @@ -184031,11 +184063,11 @@ x-webhooks: type: string enum: - moved - enterprise: *890 - installation: *891 - organization: *892 - project_column: *940 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_column: *941 + repository: *894 sender: *4 required: - action @@ -184115,11 +184147,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - project: *941 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 + repository: *894 sender: *4 required: - action @@ -184199,18 +184231,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - project: *941 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -184312,11 +184344,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - project: *941 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 + repository: *894 sender: *4 required: - action @@ -184395,11 +184427,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *890 - installation: *891 - organization: *892 - project: *941 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 + repository: *894 sender: *4 required: - action @@ -184480,8 +184512,8 @@ x-webhooks: type: string enum: - closed - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184563,8 +184595,8 @@ x-webhooks: type: string enum: - created - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184646,8 +184678,8 @@ x-webhooks: type: string enum: - deleted - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184765,8 +184797,8 @@ x-webhooks: type: string to: type: string - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184850,7 +184882,7 @@ x-webhooks: type: string enum: - archived - changes: &945 + changes: &946 type: object properties: archived_at: @@ -184864,9 +184896,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *891 - organization: *892 - projects_v2_item: &942 + installation: *892 + organization: *893 + projects_v2_item: &943 title: Projects v2 Item description: An item belonging to a project type: object @@ -185001,9 +185033,9 @@ x-webhooks: nullable: true to: type: string - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185085,9 +185117,9 @@ x-webhooks: type: string enum: - created - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185168,9 +185200,9 @@ x-webhooks: type: string enum: - deleted - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185276,7 +185308,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &943 + - &944 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -185298,7 +185330,7 @@ x-webhooks: required: - id - name - - &944 + - &945 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -185332,8 +185364,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *943 - *944 + - *945 required: - field_value - type: object @@ -185349,9 +185381,9 @@ x-webhooks: nullable: true required: - body - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185446,9 +185478,9 @@ x-webhooks: to: type: string nullable: true - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185531,10 +185563,10 @@ x-webhooks: type: string enum: - restored - changes: *945 - installation: *891 - organization: *892 - projects_v2_item: *942 + changes: *946 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185616,8 +185648,8 @@ x-webhooks: type: string enum: - reopened - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -185699,14 +185731,14 @@ x-webhooks: type: string enum: - created - installation: *891 - organization: *892 - projects_v2_status_update: &948 + installation: *892 + organization: *893 + projects_v2_status_update: &949 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *946 - required: *947 + properties: *947 + required: *948 sender: *4 required: - action @@ -185787,9 +185819,9 @@ x-webhooks: type: string enum: - deleted - installation: *891 - organization: *892 - projects_v2_status_update: *948 + installation: *892 + organization: *893 + projects_v2_status_update: *949 sender: *4 required: - action @@ -185925,9 +185957,9 @@ x-webhooks: type: string format: date nullable: true - installation: *891 - organization: *892 - projects_v2_status_update: *948 + installation: *892 + organization: *893 + projects_v2_status_update: *949 sender: *4 required: - action @@ -185998,10 +186030,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - repository @@ -186078,13 +186110,13 @@ x-webhooks: type: string enum: - assigned - assignee: *919 - enterprise: *890 - installation: *891 - number: &949 + assignee: *920 + enterprise: *891 + installation: *892 + number: &950 description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -188389,7 +188421,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -188471,11 +188503,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -190775,7 +190807,7 @@ x-webhooks: - draft reason: type: string - repository: *893 + repository: *894 sender: *4 required: - action @@ -190857,11 +190889,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -193161,7 +193193,7 @@ x-webhooks: - draft reason: type: string - repository: *893 + repository: *894 sender: *4 required: - action @@ -193243,13 +193275,13 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: &950 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: &951 allOf: - - *737 + - *738 - type: object properties: allow_auto_merge: @@ -193311,7 +193343,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *893 + repository: *894 sender: *4 required: - action @@ -193392,12 +193424,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -193477,11 +193509,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *890 - milestone: *719 - number: *949 - organization: *892 - pull_request: &951 + enterprise: *891 + milestone: *720 + number: *950 + organization: *893 + pull_request: &952 title: Pull Request type: object properties: @@ -195766,7 +195798,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -195845,11 +195877,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -198153,7 +198185,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *893 + repository: *894 sender: *4 required: - action @@ -198277,12 +198309,12 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -198362,11 +198394,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -200655,7 +200687,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -200735,11 +200767,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *890 - installation: *891 - label: *913 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + label: *914 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -203043,7 +203075,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -203124,10 +203156,10 @@ x-webhooks: type: string enum: - locked - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -205429,7 +205461,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -205509,12 +205541,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *890 - milestone: *719 - number: *949 - organization: *892 - pull_request: *951 - repository: *893 + enterprise: *891 + milestone: *720 + number: *950 + organization: *893 + pull_request: *952 + repository: *894 sender: *4 required: - action @@ -205593,12 +205625,12 @@ x-webhooks: type: string enum: - opened - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -205679,12 +205711,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -205764,12 +205796,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -206135,9 +206167,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: type: object properties: @@ -208329,7 +208361,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *893 + repository: *894 sender: *4 required: - action @@ -208409,7 +208441,7 @@ x-webhooks: type: string enum: - deleted - comment: &953 + comment: &954 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. @@ -208694,9 +208726,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: type: object properties: @@ -210876,7 +210908,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *893 + repository: *894 sender: *4 required: - action @@ -210956,11 +210988,11 @@ x-webhooks: type: string enum: - edited - changes: *952 - comment: *953 - enterprise: *890 - installation: *891 - organization: *892 + changes: *953 + comment: *954 + enterprise: *891 + installation: *892 + organization: *893 pull_request: type: object properties: @@ -213143,7 +213175,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *893 + repository: *894 sender: *4 required: - action @@ -213224,9 +213256,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -215421,7 +215453,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 + repository: *894 review: description: The review that was affected. type: object @@ -215668,9 +215700,9 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -217724,8 +217756,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 - review: &954 + repository: *894 + review: &955 description: The review that was affected. type: object properties: @@ -217958,12 +217990,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -220268,7 +220300,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_reviewer: title: User type: object @@ -220352,12 +220384,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -222669,7 +222701,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_team: title: Team description: Groups of organization members that gives permissions @@ -222861,12 +222893,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -225173,7 +225205,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_reviewer: title: User type: object @@ -225258,12 +225290,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -227561,7 +227593,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_team: title: Team description: Groups of organization members that gives permissions @@ -227742,9 +227774,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -229941,8 +229973,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 - review: *954 + repository: *894 + review: *955 sender: *4 required: - action @@ -230022,9 +230054,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -232116,7 +232148,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 + repository: *894 sender: *4 thread: type: object @@ -232503,9 +232535,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -234583,7 +234615,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 + repository: *894 sender: *4 thread: type: object @@ -234973,10 +235005,10 @@ x-webhooks: type: string before: type: string - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -237269,7 +237301,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -237351,11 +237383,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *955 - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + assignee: *956 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -239660,7 +239692,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -239739,11 +239771,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *890 - installation: *891 - label: *913 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + label: *914 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -242038,7 +242070,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -242119,10 +242151,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -244409,7 +244441,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -244609,7 +244641,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *890 + enterprise: *891 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -244701,8 +244733,8 @@ x-webhooks: - url - author - committer - installation: *891 - organization: *892 + installation: *892 + organization: *893 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -245288,9 +245320,9 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 registry_package: type: object properties: @@ -245736,7 +245768,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *936 + items: *937 summary: type: string tag_name: @@ -245790,7 +245822,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -245868,9 +245900,9 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 registry_package: type: object properties: @@ -246178,7 +246210,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *936 + items: *937 summary: type: string tag_name: @@ -246227,7 +246259,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -246304,10 +246336,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - release: &956 + enterprise: *891 + installation: *892 + organization: *893 + release: &957 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -246625,7 +246657,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *893 + repository: *894 sender: *4 required: - action @@ -246702,11 +246734,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - release: *956 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *957 + repository: *894 sender: *4 required: - action @@ -246823,11 +246855,11 @@ x-webhooks: type: boolean required: - to - enterprise: *890 - installation: *891 - organization: *892 - release: *956 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *957 + repository: *894 sender: *4 required: - action @@ -246905,9 +246937,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -247229,7 +247261,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *893 + repository: *894 sender: *4 required: - action @@ -247305,10 +247337,10 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 - release: &957 + enterprise: *891 + installation: *892 + organization: *893 + release: &958 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -247627,7 +247659,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *893 + repository: *894 sender: *4 required: - action @@ -247703,11 +247735,11 @@ x-webhooks: type: string enum: - released - enterprise: *890 - installation: *891 - organization: *892 - release: *956 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *957 + repository: *894 sender: *4 required: - action @@ -247783,11 +247815,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *890 - installation: *891 - organization: *892 - release: *957 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *958 + repository: *894 sender: *4 required: - action @@ -247863,11 +247895,11 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - repository_advisory: *790 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + repository_advisory: *791 sender: *4 required: - action @@ -247943,11 +247975,11 @@ x-webhooks: type: string enum: - reported - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - repository_advisory: *790 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + repository_advisory: *791 sender: *4 required: - action @@ -248023,10 +248055,10 @@ x-webhooks: type: string enum: - archived - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248103,10 +248135,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248184,10 +248216,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248271,10 +248303,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248386,10 +248418,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248461,10 +248493,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 status: type: string @@ -248545,10 +248577,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248625,10 +248657,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248722,10 +248754,10 @@ x-webhooks: - name required: - repository - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248805,10 +248837,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 repository_ruleset: *195 sender: *4 required: @@ -248887,10 +248919,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 repository_ruleset: *195 sender: *4 required: @@ -248969,10 +249001,10 @@ x-webhooks: type: string enum: - edited - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 repository_ruleset: *195 changes: type: object @@ -249034,16 +249066,16 @@ x-webhooks: properties: added: type: array - items: *757 + items: *758 deleted: type: array - items: *757 + items: *758 updated: type: array items: type: object properties: - rule: *757 + rule: *758 changes: type: object properties: @@ -249277,10 +249309,10 @@ x-webhooks: - from required: - owner - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249358,10 +249390,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249439,7 +249471,7 @@ x-webhooks: type: string enum: - create - alert: &958 + alert: &959 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -249561,10 +249593,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249770,10 +249802,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249851,11 +249883,11 @@ x-webhooks: type: string enum: - reopen - alert: *958 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *959 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250054,10 +250086,10 @@ x-webhooks: enum: - fixed - open - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250135,7 +250167,7 @@ x-webhooks: type: string enum: - assigned - alert: &959 + alert: &960 type: object properties: number: *131 @@ -250278,10 +250310,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250359,11 +250391,11 @@ x-webhooks: type: string enum: - created - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250444,11 +250476,11 @@ x-webhooks: type: string enum: - created - alert: *959 - installation: *891 - location: *960 - organization: *892 - repository: *893 + alert: *960 + installation: *892 + location: *961 + organization: *893 + repository: *894 sender: *4 required: - location @@ -250686,11 +250718,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250768,11 +250800,11 @@ x-webhooks: type: string enum: - reopened - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250850,11 +250882,11 @@ x-webhooks: type: string enum: - resolved - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250932,12 +250964,12 @@ x-webhooks: type: string enum: - unassigned - alert: *959 + alert: *960 assignee: *4 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -251015,11 +251047,11 @@ x-webhooks: type: string enum: - validated - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -251145,10 +251177,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *893 - enterprise: *890 - installation: *891 - organization: *892 + repository: *894 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -251226,11 +251258,11 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - security_advisory: &961 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + security_advisory: &962 description: The details of the security advisory, including summary, description, and severity. type: object @@ -251413,11 +251445,11 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - security_advisory: *961 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + security_advisory: *962 sender: *4 required: - action @@ -251490,10 +251522,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -251678,9 +251710,9 @@ x-webhooks: type: object properties: security_and_analysis: *452 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: *499 sender: *4 required: @@ -251759,12 +251791,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: &962 + sponsorship: &963 type: object properties: created_at: @@ -252065,12 +252097,12 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - sponsorship @@ -252158,12 +252190,12 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - changes @@ -252240,17 +252272,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &963 + effective_date: &964 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: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - sponsorship @@ -252324,7 +252356,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &964 + changes: &965 type: object properties: tier: @@ -252368,13 +252400,13 @@ x-webhooks: - from required: - tier - effective_date: *963 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + effective_date: *964 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - changes @@ -252451,13 +252483,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *964 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + changes: *965 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - changes @@ -252531,10 +252563,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -252617,10 +252649,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -253040,15 +253072,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *890 + enterprise: *891 id: description: The unique identifier of the status. type: integer - installation: *891 + installation: *892 name: type: string - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 sha: description: The Commit SHA. @@ -253163,9 +253195,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -253254,9 +253286,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -253345,9 +253377,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -253436,9 +253468,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -253514,12 +253546,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - team: &965 + team: &966 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -253742,9 +253774,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -254202,7 +254234,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -254278,9 +254310,9 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -254738,7 +254770,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -254815,9 +254847,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -255275,7 +255307,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -255419,9 +255451,9 @@ x-webhooks: - from required: - permissions - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -255879,7 +255911,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - changes @@ -255957,9 +255989,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -256417,7 +256449,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -256493,10 +256525,10 @@ x-webhooks: type: string enum: - started - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -256569,16 +256601,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *890 + enterprise: *891 inputs: type: object nullable: true additionalProperties: true - installation: *891 - organization: *892 + installation: *892 + organization: *893 ref: type: string - repository: *893 + repository: *894 sender: *4 workflow: type: string @@ -256660,10 +256692,10 @@ x-webhooks: type: string enum: - completed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: allOf: @@ -256979,10 +257011,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: allOf: @@ -257321,10 +257353,10 @@ x-webhooks: type: string enum: - queued - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: type: object @@ -257538,10 +257570,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: type: object @@ -257757,12 +257789,12 @@ x-webhooks: type: string enum: - completed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Workflow Run type: object @@ -258761,12 +258793,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Workflow Run type: object @@ -259750,12 +259782,12 @@ x-webhooks: type: string enum: - requested - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index 2e5c2ecac8..46ccb6131b 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -442152,6 +442152,166 @@ } } }, + "/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", + "nullable": true, + "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", + "description": "The description of the issue type.", + "nullable": true + }, + "color": { + "type": "string", + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple" + ], + "nullable": true + }, + "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/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index bb2e53bc2c..a78dd33df4 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -1009,7 +1009,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: - - &792 + - &793 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4229,7 +4229,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &801 + schema: &802 title: Scim Error description: Scim Error type: object @@ -11597,7 +11597,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &802 + '401': &803 description: Authorization failure '404': *6 x-github: @@ -25045,7 +25045,7 @@ paths: - *169 rules: type: array - items: &757 + items: &758 title: Repository Rule type: object description: A repository rule. @@ -25054,7 +25054,7 @@ paths: - *175 - *176 - *177 - - &755 + - &756 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25661,14 +25661,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &770 + state: &771 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: &771 + resolution: &772 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25785,8 +25785,8 @@ paths: pull request. ' - oneOf: &772 - - &774 + oneOf: &773 + - &775 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25844,7 +25844,7 @@ paths: - blob_url - commit_sha - commit_url - - &775 + - &776 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. @@ -25899,7 +25899,7 @@ paths: - page_url - commit_sha - commit_url - - &776 + - &777 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25919,7 +25919,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &777 + - &778 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25939,7 +25939,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &778 + - &779 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25959,7 +25959,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &779 + - &780 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25973,7 +25973,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &780 + - &781 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25987,7 +25987,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &781 + - &782 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26001,7 +26001,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &782 + - &783 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. @@ -26021,7 +26021,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &783 + - &784 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. @@ -26041,7 +26041,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &784 + - &785 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. @@ -26061,7 +26061,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &785 + - &786 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. @@ -26081,7 +26081,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &786 + - &787 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -30031,7 +30031,7 @@ paths: properties: action: type: string - discussion: &910 + discussion: &911 title: Discussion description: A Discussion in a repository. type: object @@ -30398,7 +30398,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &689 + properties: &690 id: type: integer format: int64 @@ -30769,7 +30769,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &829 + sub_issues_summary: &830 title: Sub-issues Summary type: object properties: @@ -30856,7 +30856,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &712 + properties: &713 pinned_at: type: string format: date-time @@ -30868,7 +30868,7 @@ paths: properties: *20 required: *21 nullable: true - required: &713 + required: &714 - pinned_at - pinned_by nullable: true @@ -30882,7 +30882,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &830 + issue_dependencies_summary: &831 title: Issue Dependencies Summary type: object properties: @@ -30901,7 +30901,7 @@ paths: - total_blocking issue_field_values: type: array - items: &696 + items: &697 title: Issue Field Value description: A value assigned to an issue field type: object @@ -30988,7 +30988,7 @@ paths: - node_id - data_type - value - required: &690 + required: &691 - closed_at - comments - comments_url @@ -31025,7 +31025,7 @@ paths: action: type: string issue: *231 - comment: &685 + comment: &686 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -31689,7 +31689,7 @@ paths: type: string release: allOf: - - &748 + - &749 title: Release description: A release. type: object @@ -31760,7 +31760,7 @@ paths: author: *4 assets: type: array - items: &749 + items: &750 title: Release Asset description: Data related to a release. type: object @@ -35517,7 +35517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &722 + - &723 name: all description: If `true`, show notifications marked as read. in: query @@ -35525,7 +35525,7 @@ paths: schema: type: boolean default: false - - &723 + - &724 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35535,7 +35535,7 @@ paths: type: boolean default: false - *238 - - &724 + - &725 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: @@ -36071,7 +36071,7 @@ paths: - url - subscription_url examples: - default: &725 + default: &726 value: - id: '1' repository: @@ -36843,7 +36843,7 @@ paths: type: array items: *160 examples: - default: &731 + default: &732 value: - property_name: environment value: production @@ -36893,7 +36893,7 @@ paths: required: - properties examples: - default: &732 + default: &733 value: properties: - property_name: environment @@ -43520,12 +43520,12 @@ paths: required: - subject_digests examples: - default: &868 + default: &869 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &869 + withPredicateType: &870 value: subject_digests: - sha256:abc123 @@ -43569,7 +43569,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &870 + default: &871 value: attestations_subject_digests: - sha256:abc: @@ -54729,7 +54729,7 @@ paths: type: array items: *403 examples: - default: + default: &684 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -56503,7 +56503,7 @@ paths: parameters: - *89 - *414 - - &850 + - &851 name: repo_name description: repo_name parameter in: path @@ -57718,7 +57718,7 @@ paths: - nuget - container - *89 - - &851 + - &852 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -57759,7 +57759,7 @@ paths: default: *420 '403': *29 '401': *25 - '400': &853 + '400': &854 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -59967,7 +59967,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &946 + properties: &947 id: type: number description: The unique identifier of the status update. @@ -60015,7 +60015,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &947 + required: &948 - id - node_id - created_at @@ -60444,7 +60444,7 @@ paths: - review_comment - self author_association: *228 - auto_merge: &734 + auto_merge: &735 title: Auto merge description: The status of auto merging a pull request. type: object @@ -60820,7 +60820,7 @@ paths: - updated_at - project_url examples: - default: &874 + default: &875 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -60997,7 +60997,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &875 + items: &876 type: object properties: name: @@ -61034,7 +61034,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &876 + iteration_configuration: &877 type: object description: The configuration for iteration fields. properties: @@ -61084,7 +61084,7 @@ paths: value: name: Due date data_type: date - single_select_field: &877 + single_select_field: &878 summary: Create a single select field value: name: Priority @@ -61111,7 +61111,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &878 + iteration_field: &879 summary: Create an iteration field value: name: Sprint @@ -61137,7 +61137,7 @@ paths: application/json: schema: *441 examples: - text_field: &879 + text_field: &880 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -61146,7 +61146,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: &880 + number_field: &881 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -61155,7 +61155,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: &881 + date_field: &882 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -61164,7 +61164,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: &882 + single_select_field: &883 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61198,7 +61198,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &883 + iteration_field: &884 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -61244,7 +61244,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *437 - - &884 + - &885 name: field_id description: The unique identifier of the field. in: path @@ -61259,7 +61259,7 @@ paths: application/json: schema: *441 examples: - default: &885 + default: &886 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62456,7 +62456,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &865 + schema: &866 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -62633,7 +62633,7 @@ paths: parameters: - *437 - *89 - - &886 + - &887 name: view_number description: The number that identifies the project view. in: path @@ -64455,7 +64455,7 @@ paths: - *89 - *17 - *19 - - &756 + - &757 name: targets description: | A comma-separated list of rule targets to filter by. @@ -64671,7 +64671,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &758 + - &759 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 @@ -64683,14 +64683,14 @@ paths: x-multi-segment: true - *325 - *107 - - &759 + - &760 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 - - &760 + - &761 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -64703,7 +64703,7 @@ paths: - bypass - all default: all - - &761 + - &762 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. @@ -64726,7 +64726,7 @@ paths: description: Response content: application/json: - schema: &762 + schema: &763 title: Rule Suites description: Response type: array @@ -64781,7 +64781,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &763 + default: &764 value: - id: 21 actor_id: 12 @@ -64825,7 +64825,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &764 + - &765 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -64841,7 +64841,7 @@ paths: description: Response content: application/json: - schema: &765 + schema: &766 title: Rule Suite description: Response type: object @@ -64940,7 +64940,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &766 + default: &767 value: id: 21 actor_id: 12 @@ -65276,7 +65276,7 @@ paths: - *112 - *19 - *17 - - &768 + - &769 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 @@ -65286,7 +65286,7 @@ paths: required: false schema: type: string - - &769 + - &770 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 @@ -65500,7 +65500,7 @@ paths: application/json: schema: type: array - items: &790 + items: &791 description: A repository security advisory. type: object properties: @@ -65772,7 +65772,7 @@ paths: - private_fork additionalProperties: false examples: - default: &791 + default: &792 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -67859,7 +67859,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &832 + response-if-user-is-a-team-maintainer: &833 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -67924,7 +67924,7 @@ paths: application/json: schema: *493 examples: - response-if-users-membership-with-team-is-now-pending: &833 + response-if-users-membership-with-team-is-now-pending: &834 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -68038,7 +68038,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &834 + schema: &835 title: Team Repository description: A team's access to a repository. type: object @@ -68799,7 +68799,7 @@ paths: type: array items: *328 examples: - response-if-child-teams-exist: &835 + response-if-child-teams-exist: &836 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -70275,7 +70275,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': &684 + '410': &685 description: Gone content: application/json: @@ -74473,7 +74473,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &904 + properties: &905 url: type: string format: uri @@ -74558,7 +74558,7 @@ paths: nullable: true properties: *226 required: *227 - required: &905 + required: &906 - id - node_id - sha @@ -80959,7 +80959,7 @@ paths: check. type: array items: *236 - deployment: &897 + deployment: &898 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -81871,7 +81871,7 @@ paths: type: string format: date-time nullable: true - head_commit: &930 + head_commit: &931 title: Simple Commit description: A commit. type: object @@ -86140,14 +86140,14 @@ paths: type: integer machines: type: array - items: &840 + items: &841 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *598 required: *599 examples: - default: &841 + default: &842 value: total_count: 2 machines: @@ -87534,7 +87534,7 @@ paths: - content - created_at examples: - default: &687 + default: &688 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -87671,7 +87671,7 @@ paths: - *494 - *495 - *247 - - &688 + - &689 name: reaction_id description: The unique identifier of the reaction. in: path @@ -87785,7 +87785,7 @@ paths: type: array items: *610 examples: - default: &741 + default: &742 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -88076,7 +88076,7 @@ paths: type: array items: *614 examples: - default: &733 + default: &734 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88634,7 +88634,7 @@ paths: application/json: schema: *610 examples: - default: &718 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -89293,7 +89293,7 @@ paths: application/json: schema: type: array - items: &795 + items: &796 title: Status description: The status of a commit. type: object @@ -90262,7 +90262,7 @@ paths: - size - type - url - - &746 + - &747 title: Content File description: Content File type: object @@ -90876,7 +90876,7 @@ paths: items: type: object properties: - placeholder_id: &787 + placeholder_id: &788 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -97575,7 +97575,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &938 + last_response: &939 title: Hook Response type: object properties: @@ -98627,7 +98627,7 @@ paths: parameters: - *494 - *495 - - &863 + - &864 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -99061,7 +99061,7 @@ paths: type: array items: *683 examples: - default: &855 + default: &856 value: - id: 1 repository: @@ -99365,6 +99365,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: + - *494 + - *495 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *403 + examples: + default: *684 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -99475,7 +99507,7 @@ paths: type: array items: *231 examples: - default: &695 + default: &696 value: - id: 1 node_id: MDU6SXNzdWUx @@ -99756,7 +99788,7 @@ paths: application/json: schema: *231 examples: - default: &692 + default: &693 value: id: 1 node_id: MDU6SXNzdWUx @@ -99894,7 +99926,7 @@ paths: '422': *15 '503': *200 '404': *6 - '410': *684 + '410': *685 x-github: triggersNotification: true githubCloudOnly: false @@ -99944,9 +99976,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: &694 + default: &695 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -100012,9 +100044,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -100093,9 +100125,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '422': *15 x-github: githubCloudOnly: false @@ -100151,7 +100183,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -100207,7 +100239,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *684 + '410': *685 '422': *15 x-github: githubCloudOnly: false @@ -100233,7 +100265,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *684 + '410': *685 '503': *200 x-github: githubCloudOnly: false @@ -100281,7 +100313,7 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 @@ -100370,7 +100402,7 @@ paths: - *494 - *495 - *247 - - *688 + - *689 responses: '204': description: Response @@ -100401,7 +100433,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: Issue Event description: Issue Event type: object @@ -100444,8 +100476,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *689 - required: *690 + properties: *690 + required: *691 nullable: true label: title: Issue Event Label @@ -100765,7 +100797,7 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: default: value: @@ -100958,7 +100990,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *684 + '410': *685 '403': *29 x-github: githubCloudOnly: false @@ -100994,7 +101026,7 @@ paths: parameters: - *494 - *495 - - &693 + - &694 name: issue_number description: The number that identifies the issue. in: path @@ -101010,7 +101042,7 @@ paths: examples: default: summary: Issue - value: *692 + value: *693 pinned_comment: summary: Issue with pinned comment value: @@ -101192,7 +101224,7 @@ paths: state_reason: completed '301': *500 '404': *6 - '410': *684 + '410': *685 '304': *37 x-github: githubCloudOnly: false @@ -101219,7 +101251,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -101344,13 +101376,13 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '422': *15 '503': *200 '403': *29 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101370,7 +101402,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -101398,7 +101430,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101416,7 +101448,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: content: application/json: @@ -101443,7 +101475,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101467,7 +101499,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - name: assignee in: path required: true @@ -101509,7 +101541,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *238 - *17 - *19 @@ -101520,13 +101552,13 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *694 + default: *695 headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101557,7 +101589,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -101579,16 +101611,16 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *684 + '410': *685 '422': *15 '404': *6 x-github: @@ -101618,7 +101650,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -101630,12 +101662,12 @@ paths: type: array items: *231 examples: - default: *695 + default: *696 headers: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101665,7 +101697,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -101689,7 +101721,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -101697,7 +101729,7 @@ paths: type: string '301': *500 '403': *29 - '410': *684 + '410': *685 '422': *15 '404': *6 x-github: @@ -101730,7 +101762,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -101744,13 +101776,13 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '301': *500 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *684 + '410': *685 x-github: triggersNotification: true githubCloudOnly: false @@ -101778,7 +101810,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -101790,12 +101822,12 @@ paths: type: array items: *231 examples: - default: *695 + default: *696 headers: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101814,7 +101846,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -101828,7 +101860,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &699 + - &700 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -101882,7 +101914,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &700 + - &701 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -102018,7 +102050,7 @@ paths: - performed_via_github_app - assignee - assigner - - &701 + - &702 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -102069,7 +102101,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &702 + - &703 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -102120,7 +102152,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &703 + - &704 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -102174,7 +102206,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &704 + - &705 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -102221,7 +102253,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &705 + - &706 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -102268,7 +102300,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &706 + - &707 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -102328,7 +102360,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &707 + - &708 title: Locked Issue Event description: Locked Issue Event type: object @@ -102376,7 +102408,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &708 + - &709 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -102442,7 +102474,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &709 + - &710 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -102508,7 +102540,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &710 + - &711 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -102574,7 +102606,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &711 + - &712 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -102665,7 +102697,7 @@ paths: color: red headers: Link: *47 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102684,7 +102716,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -102694,9 +102726,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: &697 + default: &698 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -102733,7 +102765,7 @@ paths: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102764,7 +102796,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -102834,9 +102866,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *696 + items: *697 examples: - default: *697 + default: *698 '400': *14 '403': *29 '404': *6 @@ -102874,7 +102906,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -102939,9 +102971,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *696 + items: *697 examples: - default: *697 + default: *698 '400': *14 '403': *29 '404': *6 @@ -102974,7 +103006,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *402 responses: '204': @@ -103002,7 +103034,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -103014,7 +103046,7 @@ paths: type: array items: *230 examples: - default: &698 + default: &699 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -103034,7 +103066,7 @@ paths: Link: *47 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103052,7 +103084,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -103097,10 +103129,10 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 '301': *500 '404': *6 - '410': *684 + '410': *685 '422': *15 x-github: githubCloudOnly: false @@ -103119,7 +103151,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -103181,10 +103213,10 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 '301': *500 '404': *6 - '410': *684 + '410': *685 '422': *15 x-github: githubCloudOnly: false @@ -103203,13 +103235,13 @@ paths: parameters: - *494 - *495 - - *693 + - *694 responses: '204': description: Response '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103230,7 +103262,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - name: name in: path required: true @@ -103256,7 +103288,7 @@ paths: default: true '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103278,7 +103310,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: false content: @@ -103306,7 +103338,7 @@ paths: '204': description: Response '403': *29 - '410': *684 + '410': *685 '404': *6 '422': *15 x-github: @@ -103326,7 +103358,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 responses: '204': description: Response @@ -103358,7 +103390,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 responses: '200': description: Response @@ -103366,10 +103398,10 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '301': *500 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103388,7 +103420,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - 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. @@ -103416,11 +103448,11 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103440,7 +103472,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -103505,8 +103537,8 @@ paths: parameters: - *494 - *495 - - *693 - - *688 + - *694 + - *689 responses: '204': description: Response @@ -103537,7 +103569,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -103561,7 +103593,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -103596,7 +103628,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -103608,11 +103640,11 @@ paths: type: array items: *231 examples: - default: *695 + default: *696 headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103642,7 +103674,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -103671,14 +103703,14 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *684 + '410': *685 '422': *15 '404': *6 x-github: @@ -103700,7 +103732,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 requestBody: required: true content: @@ -103733,7 +103765,7 @@ paths: application/json: schema: *231 examples: - default: *692 + default: *693 '403': *29 '404': *6 '422': *7 @@ -103757,7 +103789,7 @@ paths: parameters: - *494 - *495 - - *693 + - *694 - *17 - *19 responses: @@ -103772,7 +103804,6 @@ paths: description: Timeline Event type: object anyOf: - - *699 - *700 - *701 - *702 @@ -103785,6 +103816,7 @@ paths: - *709 - *710 - *711 + - *712 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -103845,8 +103877,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *712 - required: *713 + properties: *713 + required: *714 nullable: true required: - event @@ -104101,7 +104133,7 @@ paths: type: string comments: type: array - items: &735 + items: &736 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -104605,7 +104637,7 @@ paths: headers: Link: *47 '404': *6 - '410': *684 + '410': *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104633,7 +104665,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -104736,9 +104768,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: &715 + default: &716 value: id: 1 key: ssh-rsa AAA... @@ -104774,7 +104806,7 @@ paths: parameters: - *494 - *495 - - &716 + - &717 name: key_id description: The unique identifier of the key. in: path @@ -104786,9 +104818,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: *715 + default: *716 '404': *6 x-github: githubCloudOnly: false @@ -104808,7 +104840,7 @@ paths: parameters: - *494 - *495 - - *716 + - *717 responses: '204': description: Response @@ -104841,7 +104873,7 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 headers: Link: *47 '404': *6 @@ -104901,7 +104933,7 @@ paths: application/json: schema: *230 examples: - default: &717 + default: &718 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -104947,7 +104979,7 @@ paths: application/json: schema: *230 examples: - default: *717 + default: *718 '404': *6 x-github: githubCloudOnly: false @@ -105400,7 +105432,7 @@ paths: application/json: schema: *610 examples: - default: *718 + default: *719 '204': description: Response when already merged '404': @@ -105467,7 +105499,7 @@ paths: application/json: schema: type: array - items: &719 + items: &720 title: Milestone description: A collection of related issues and pull requests. type: object @@ -105569,9 +105601,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: &720 + default: &721 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -105632,7 +105664,7 @@ paths: parameters: - *494 - *495 - - &721 + - &722 name: milestone_number description: The number that identifies the milestone. in: path @@ -105644,9 +105676,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 '404': *6 x-github: githubCloudOnly: false @@ -105665,7 +105697,7 @@ paths: parameters: - *494 - *495 - - *721 + - *722 requestBody: required: false content: @@ -105703,9 +105735,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105723,7 +105755,7 @@ paths: parameters: - *494 - *495 - - *721 + - *722 responses: '204': description: Response @@ -105746,7 +105778,7 @@ paths: parameters: - *494 - *495 - - *721 + - *722 - *17 - *19 responses: @@ -105758,7 +105790,7 @@ paths: type: array items: *230 examples: - default: *698 + default: *699 headers: Link: *47 x-github: @@ -105779,10 +105811,10 @@ paths: parameters: - *494 - *495 - - *722 - *723 - - *238 - *724 + - *238 + - *725 - *17 - *19 responses: @@ -105794,7 +105826,7 @@ paths: type: array items: *258 examples: - default: *725 + default: *726 headers: Link: *47 x-github: @@ -105884,7 +105916,7 @@ paths: description: Response content: application/json: - schema: &726 + schema: &727 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -106009,7 +106041,7 @@ paths: - custom_404 - public examples: - default: &727 + default: &728 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -106105,9 +106137,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '422': *15 '409': *121 x-github: @@ -106276,7 +106308,7 @@ paths: application/json: schema: type: array - items: &728 + items: &729 title: Page Build description: Page Build type: object @@ -106423,9 +106455,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: &729 + default: &730 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -106485,9 +106517,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *729 + default: *730 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106615,7 +106647,7 @@ paths: parameters: - *494 - *495 - - &730 + - &731 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -106675,7 +106707,7 @@ paths: parameters: - *494 - *495 - - *730 + - *731 responses: '204': *130 '404': *6 @@ -107055,7 +107087,7 @@ paths: type: array items: *160 examples: - default: *731 + default: *732 '403': *29 '404': *6 x-github: @@ -107094,7 +107126,7 @@ paths: required: - properties examples: - default: *732 + default: *733 responses: '204': description: No Content when custom property values are successfully created @@ -107195,7 +107227,7 @@ paths: type: array items: *614 examples: - default: *733 + default: *734 headers: Link: *47 '304': *37 @@ -107293,7 +107325,7 @@ paths: description: Response content: application/json: - schema: &737 + schema: &738 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -107493,7 +107525,7 @@ paths: - review_comment - self author_association: *228 - auto_merge: *734 + auto_merge: *735 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -107583,7 +107615,7 @@ paths: - merged_by - review_comments examples: - default: &738 + default: &739 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -108120,9 +108152,9 @@ paths: application/json: schema: type: array - items: *735 + items: *736 examples: - default: &740 + default: &741 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -108207,9 +108239,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: &736 + default: &737 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -108308,9 +108340,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: *736 + default: *737 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108379,7 +108411,7 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 @@ -108468,7 +108500,7 @@ paths: - *494 - *495 - *247 - - *688 + - *689 responses: '204': description: Response @@ -108513,7 +108545,7 @@ paths: parameters: - *494 - *495 - - &739 + - &740 name: pull_number description: The number that identifies the pull request. in: path @@ -108526,9 +108558,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '304': *37 '404': *6 '406': @@ -108565,7 +108597,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -108607,9 +108639,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '422': *15 '403': *29 x-github: @@ -108633,7 +108665,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: true content: @@ -108735,7 +108767,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *255 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -108756,9 +108788,9 @@ paths: application/json: schema: type: array - items: *735 + items: *736 examples: - default: *740 + default: *741 headers: Link: *47 x-github: @@ -108793,7 +108825,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: true content: @@ -108898,7 +108930,7 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: example-for-a-multi-line-comment: value: @@ -108988,7 +109020,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *247 requestBody: required: true @@ -109011,7 +109043,7 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: default: value: @@ -109099,7 +109131,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *17 - *19 responses: @@ -109111,7 +109143,7 @@ paths: type: array items: *610 examples: - default: *741 + default: *742 headers: Link: *47 x-github: @@ -109143,7 +109175,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *17 - *19 responses: @@ -109193,7 +109225,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 responses: '204': description: Response if pull request has been merged @@ -109218,7 +109250,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -109331,7 +109363,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 responses: '200': description: Response @@ -109408,7 +109440,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -109983,7 +110015,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: true content: @@ -110504,7 +110536,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 - *17 - *19 responses: @@ -110514,7 +110546,7 @@ paths: application/json: schema: type: array - items: &742 + items: &743 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -110667,7 +110699,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -110753,9 +110785,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: &744 + default: &745 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -110820,8 +110852,8 @@ paths: parameters: - *494 - *495 - - *739 - - &743 + - *740 + - &744 name: review_id description: The unique identifier of the review. in: path @@ -110833,9 +110865,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: &745 + default: &746 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -110896,8 +110928,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 requestBody: required: true content: @@ -110920,7 +110952,7 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: default: value: @@ -110984,16 +111016,16 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 responses: '200': description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *744 + default: *745 '422': *7 '404': *6 x-github: @@ -111022,8 +111054,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 - *17 - *19 responses: @@ -111260,8 +111292,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 requestBody: required: true content: @@ -111289,7 +111321,7 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: default: value: @@ -111354,8 +111386,8 @@ paths: parameters: - *494 - *495 - - *739 - - *743 + - *740 + - *744 requestBody: required: true content: @@ -111390,9 +111422,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *745 + default: *746 '404': *6 '422': *7 '403': *29 @@ -111416,7 +111448,7 @@ paths: parameters: - *494 - *495 - - *739 + - *740 requestBody: required: false content: @@ -111493,9 +111525,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: &747 + default: &748 value: type: file encoding: base64 @@ -111558,9 +111590,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 '422': *15 x-github: @@ -111593,7 +111625,7 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: default: value: @@ -111764,9 +111796,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: &752 + default: &753 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -111873,7 +111905,7 @@ paths: parameters: - *494 - *495 - - &750 + - &751 name: asset_id description: The unique identifier of the asset. in: path @@ -111885,9 +111917,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: &751 + default: &752 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 @@ -111940,7 +111972,7 @@ paths: parameters: - *494 - *495 - - *750 + - *751 requestBody: required: false content: @@ -111968,9 +112000,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: *751 + default: *752 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111988,7 +112020,7 @@ paths: parameters: - *494 - *495 - - *750 + - *751 responses: '204': description: Response @@ -112106,9 +112138,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *752 + default: *753 '404': *6 x-github: githubCloudOnly: false @@ -112140,9 +112172,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *752 + default: *753 '404': *6 x-github: githubCloudOnly: false @@ -112166,7 +112198,7 @@ paths: parameters: - *494 - *495 - - &753 + - &754 name: release_id description: The unique identifier of the release. in: path @@ -112180,9 +112212,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: *748 + schema: *749 examples: - default: *752 + default: *753 '401': description: Unauthorized x-github: @@ -112202,7 +112234,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 requestBody: required: false content: @@ -112266,9 +112298,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *752 + default: *753 '404': description: Not Found if the discussion category name is invalid content: @@ -112291,7 +112323,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 responses: '204': description: Response @@ -112314,7 +112346,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 - *17 - *19 responses: @@ -112324,7 +112356,7 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: default: value: @@ -112408,7 +112440,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 - name: name in: query required: true @@ -112434,7 +112466,7 @@ paths: description: Response for successful upload content: application/json: - schema: *749 + schema: *750 examples: response-for-successful-upload: value: @@ -112491,7 +112523,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 - 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. @@ -112517,7 +112549,7 @@ paths: type: array items: *608 examples: - default: *687 + default: *688 headers: Link: *47 '404': *6 @@ -112540,7 +112572,7 @@ paths: parameters: - *494 - *495 - - *753 + - *754 requestBody: required: true content: @@ -112603,8 +112635,8 @@ paths: parameters: - *494 - *495 - - *753 - - *688 + - *754 + - *689 responses: '204': description: Response @@ -112647,7 +112679,7 @@ paths: oneOf: - allOf: - *174 - - &754 + - &755 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -112668,67 +112700,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *175 - - *754 + - *755 - allOf: - *176 - - *754 + - *755 - allOf: - *177 - - *754 + - *755 - allOf: + - *756 - *755 - - *754 - allOf: - *178 - - *754 + - *755 - allOf: - *179 - - *754 + - *755 - allOf: - *180 - - *754 + - *755 - allOf: - *181 - - *754 + - *755 - allOf: - *182 - - *754 + - *755 - allOf: - *183 - - *754 + - *755 - allOf: - *184 - - *754 + - *755 - allOf: - *185 - - *754 + - *755 - allOf: - *186 - - *754 + - *755 - allOf: - *187 - - *754 + - *755 - allOf: - *188 - - *754 + - *755 - allOf: - *189 - - *754 + - *755 - allOf: - *190 - - *754 + - *755 - allOf: - *191 - - *754 + - *755 - allOf: - *192 - - *754 + - *755 - allOf: - *193 - - *754 + - *755 - allOf: - *194 - - *754 + - *755 examples: default: value: @@ -112779,7 +112811,7 @@ paths: schema: type: boolean default: true - - *756 + - *757 responses: '200': description: Response @@ -112864,7 +112896,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *757 + items: *758 required: - name - enforcement @@ -112897,7 +112929,7 @@ paths: application/json: schema: *195 examples: - default: &767 + default: &768 value: id: 42 name: super cool ruleset @@ -112947,11 +112979,11 @@ paths: parameters: - *494 - *495 - - *758 - - *107 - *759 + - *107 - *760 - *761 + - *762 - *17 - *19 responses: @@ -112959,9 +112991,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '500': *40 x-github: @@ -112984,15 +113016,15 @@ paths: parameters: - *494 - *495 - - *764 + - *765 responses: '200': description: Response content: application/json: - schema: *765 + schema: *766 examples: - default: *766 + default: *767 '404': *6 '500': *40 x-github: @@ -113043,7 +113075,7 @@ paths: application/json: schema: *195 examples: - default: *767 + default: *768 '404': *6 '500': *40 put: @@ -113096,7 +113128,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *757 + items: *758 examples: default: value: @@ -113126,7 +113158,7 @@ paths: application/json: schema: *195 examples: - default: *767 + default: *768 '404': *6 '422': *15 '500': *40 @@ -113294,8 +113326,8 @@ paths: - *112 - *19 - *17 - - *768 - *769 + - *770 - *468 - *469 - *470 @@ -113308,7 +113340,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 type: object properties: number: *131 @@ -113327,8 +113359,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *770 - resolution: *771 + state: *771 + resolution: *772 resolved_at: type: string format: date-time @@ -113434,7 +113466,7 @@ paths: pull request. ' - oneOf: *772 + oneOf: *773 nullable: true has_more_locations: type: boolean @@ -113607,7 +113639,7 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: default: value: @@ -113671,8 +113703,8 @@ paths: schema: type: object properties: - state: *770 - resolution: *771 + state: *771 + resolution: *772 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -113716,7 +113748,7 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: default: value: @@ -113828,7 +113860,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &960 + items: &961 type: object properties: type: @@ -113854,7 +113886,6 @@ paths: example: commit details: oneOf: - - *774 - *775 - *776 - *777 @@ -113867,6 +113898,7 @@ paths: - *784 - *785 - *786 + - *787 examples: default: value: @@ -113961,14 +113993,14 @@ paths: schema: type: object properties: - reason: &788 + reason: &789 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *787 + placeholder_id: *788 required: - reason - placeholder_id @@ -113985,7 +114017,7 @@ paths: schema: type: object properties: - reason: *788 + reason: *789 expire_at: type: string format: date-time @@ -114047,7 +114079,7 @@ paths: properties: incremental_scans: type: array - items: &789 + items: &790 description: Information on a single scan performed by secret scanning on the repository type: object @@ -114078,15 +114110,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *789 + items: *790 backfill_scans: type: array - items: *789 + items: *790 custom_pattern_backfill_scans: type: array items: allOf: - - *789 + - *790 - type: object properties: pattern_name: @@ -114099,7 +114131,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *789 + items: *790 examples: default: value: @@ -114209,9 +114241,9 @@ paths: application/json: schema: type: array - items: *790 + items: *791 examples: - default: *791 + default: *792 '400': *14 '404': *6 x-github: @@ -114395,9 +114427,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: &793 + default: &794 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -114732,7 +114764,7 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: default: value: @@ -114880,15 +114912,15 @@ paths: parameters: - *494 - *495 - - *792 + - *793 responses: '200': description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *793 + default: *794 '403': *29 '404': *6 x-github: @@ -114914,7 +114946,7 @@ paths: parameters: - *494 - *495 - - *792 + - *793 requestBody: required: true content: @@ -115073,10 +115105,10 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *793 - add_credit: *793 + default: *794 + add_credit: *794 '403': *29 '404': *6 '422': @@ -115116,7 +115148,7 @@ paths: parameters: - *494 - *495 - - *792 + - *793 responses: '202': *39 '400': *14 @@ -115145,7 +115177,7 @@ paths: parameters: - *494 - *495 - - *792 + - *793 responses: '202': description: Response @@ -115289,7 +115321,7 @@ paths: application/json: schema: type: array - items: &794 + items: &795 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -115662,7 +115694,7 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: default: value: @@ -115750,7 +115782,7 @@ paths: description: Response content: application/json: - schema: *795 + schema: *796 examples: default: value: @@ -115844,7 +115876,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &796 + schema: &797 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -115939,7 +115971,7 @@ paths: description: Response content: application/json: - schema: *796 + schema: *797 examples: default: value: @@ -116146,7 +116178,7 @@ paths: description: Response content: application/json: - schema: &797 + schema: &798 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -116158,7 +116190,7 @@ paths: required: - names examples: - default: &798 + default: &799 value: names: - octocat @@ -116213,9 +116245,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: *798 + default: *799 '404': *6 '422': *7 x-github: @@ -116238,7 +116270,7 @@ paths: parameters: - *494 - *495 - - &799 + - &800 name: per description: The time frame to display results for. in: query @@ -116267,7 +116299,7 @@ paths: example: 128 clones: type: array - items: &800 + items: &801 title: Traffic type: object properties: @@ -116508,7 +116540,7 @@ paths: parameters: - *494 - *495 - - *799 + - *800 responses: '200': description: Response @@ -116527,7 +116559,7 @@ paths: example: 3782 views: type: array - items: *800 + items: *801 required: - uniques - count @@ -117198,7 +117230,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &808 + - &809 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -117207,7 +117239,7 @@ paths: schema: type: string example: members - - &813 + - &814 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -117218,7 +117250,7 @@ paths: default: 1 format: int32 example: 1 - - &814 + - &815 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -117260,7 +117292,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &803 + items: &804 allOf: - type: object required: @@ -117335,7 +117367,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: &815 + meta: &816 type: object description: The metadata associated with the creation/updates to the user. @@ -117395,30 +117427,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &804 + '400': &805 description: Bad request content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '401': *802 - '403': &805 + schema: *802 + '401': *803 + '403': &806 description: Permission denied - '429': &806 + '429': &807 description: Too many requests content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '500': &807 + schema: *802 + '500': &808 description: Internal server error content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 + schema: *802 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117442,7 +117474,7 @@ paths: required: true content: application/json: - schema: &811 + schema: &812 type: object required: - schemas @@ -117502,9 +117534,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *803 + schema: *804 examples: - group: &809 + group: &810 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -117523,13 +117555,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': *804 - '401': *802 - '403': *805 - '409': &812 + '400': *805 + '401': *803 + '403': *806 + '409': &813 description: Duplicate record detected - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117546,7 +117578,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: - - &810 + - &811 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -117554,22 +117586,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *808 + - *809 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *809 - '400': *804 - '401': *802 - '403': *805 + default: *810 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117588,13 +117620,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: - - *810 + - *811 - *41 requestBody: required: true content: application/json: - schema: *811 + schema: *812 examples: group: summary: Group @@ -117620,17 +117652,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *803 + schema: *804 examples: - group: *809 - groupWithMembers: *809 - '400': *804 - '401': *802 - '403': *805 + group: *810 + groupWithMembers: *810 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117654,13 +117686,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: - - *810 + - *811 - *41 requestBody: required: true content: application/json: - schema: &822 + schema: &823 type: object required: - Operations @@ -117720,17 +117752,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *803 + schema: *804 examples: - updateGroup: *809 - addMembers: *809 - '400': *804 - '401': *802 - '403': *805 + updateGroup: *810 + addMembers: *810 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117746,17 +117778,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: - - *810 + - *811 - *41 responses: '204': description: Group was deleted, no content - '400': *804 - '401': *802 - '403': *805 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117790,8 +117822,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *813 - *814 + - *815 - *41 responses: '200': @@ -117824,7 +117856,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &817 + items: &818 allOf: - type: object required: @@ -117903,7 +117935,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &816 + roles: &817 type: array description: The roles assigned to the user. items: @@ -117959,7 +117991,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *815 + meta: *816 startIndex: type: integer description: A starting index for the returned page @@ -117996,11 +118028,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *804 - '401': *802 - '403': *805 - '429': *806 - '500': *807 + '400': *805 + '401': *803 + '403': *806 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118024,7 +118056,7 @@ paths: required: true content: application/json: - schema: &820 + schema: &821 type: object required: - schemas @@ -118106,9 +118138,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *816 + roles: *817 examples: - user: &821 + user: &822 summary: User value: schemas: @@ -118155,9 +118187,9 @@ paths: description: User has been created content: application/scim+json: - schema: *817 + schema: *818 examples: - user: &818 + user: &819 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -118183,13 +118215,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: *818 - '400': *804 - '401': *802 - '403': *805 - '409': *812 - '429': *806 - '500': *807 + enterpriseOwner: *819 + '400': *805 + '401': *803 + '403': *806 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118206,7 +118238,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: - - &819 + - &820 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -118219,15 +118251,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *817 + schema: *818 examples: - default: *818 - '400': *804 - '401': *802 - '403': *805 + default: *819 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118278,30 +118310,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: - - *819 + - *820 - *41 requestBody: required: true content: application/json: - schema: *820 + schema: *821 examples: - user: *821 + user: *822 responses: '200': description: User was updated content: application/scim+json: - schema: *817 + schema: *818 examples: - user: *818 - '400': *804 - '401': *802 - '403': *805 + user: *819 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118342,13 +118374,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: - - *819 + - *820 - *41 requestBody: required: true content: application/json: - schema: *822 + schema: *823 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -118388,18 +118420,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *817 + schema: *818 examples: - userMultiValuedProperties: *818 - userSingleValuedProperties: *818 - disableUser: *818 - '400': *804 - '401': *802 - '403': *805 + userMultiValuedProperties: *819 + userSingleValuedProperties: *819 + disableUser: *819 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '409': *812 - '429': *806 - '500': *807 + '409': *813 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118419,17 +118451,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: - - *819 + - *820 - *41 responses: '204': description: User was deleted, no content - '400': *804 - '401': *802 - '403': *805 + '400': *805 + '401': *803 + '403': *806 '404': *6 - '429': *806 - '500': *807 + '429': *807 + '500': *808 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118516,7 +118548,7 @@ paths: example: 1 Resources: type: array - items: &823 + items: &824 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -118747,22 +118779,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &824 + '404': &825 description: Resource not found content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '403': &825 + schema: *802 + '403': &826 description: Forbidden content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '400': *804 - '429': *806 + schema: *802 + '400': *805 + '429': *807 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -118788,9 +118820,9 @@ paths: description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: &826 + default: &827 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -118813,17 +118845,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *824 - '403': *825 - '500': *807 + '404': *825 + '403': *826 + '500': *808 '409': description: Conflict content: application/json: - schema: *801 + schema: *802 application/scim+json: - schema: *801 - '400': *804 + schema: *802 + '400': *805 requestBody: required: true content: @@ -118921,17 +118953,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *819 + - *820 responses: '200': description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: *826 - '404': *824 - '403': *825 + default: *827 + '404': *825 + '403': *826 '304': *37 x-github: githubCloudOnly: true @@ -118955,18 +118987,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *819 + - *820 responses: '200': description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: *826 + default: *827 '304': *37 - '404': *824 - '403': *825 + '404': *825 + '403': *826 requestBody: required: true content: @@ -119079,19 +119111,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *819 + - *820 responses: '200': description: Response content: application/scim+json: - schema: *823 + schema: *824 examples: - default: *826 + default: *827 '304': *37 - '404': *824 - '403': *825 - '400': *804 + '404': *825 + '403': *826 + '400': *805 '429': description: Response content: @@ -119182,12 +119214,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *819 + - *820 responses: '204': description: Response - '404': *824 - '403': *825 + '404': *825 + '403': *826 '304': *37 x-github: githubCloudOnly: true @@ -119323,7 +119355,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &827 + text_matches: &828 title: Search Result Text Matches type: array items: @@ -119486,7 +119518,7 @@ paths: enum: - author-date - committer-date - - &828 + - &829 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 @@ -119614,7 +119646,7 @@ paths: type: number node_id: type: string - text_matches: *827 + text_matches: *828 required: - sha - node_id @@ -119807,7 +119839,7 @@ paths: - interactions - created - updated - - *828 + - *829 - *17 - *19 - name: advanced_search @@ -119921,11 +119953,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: type: string state_reason: @@ -119950,7 +119982,7 @@ paths: type: string format: date-time nullable: true - text_matches: *827 + text_matches: *828 pull_request: type: object properties: @@ -120230,7 +120262,7 @@ paths: enum: - created - updated - - *828 + - *829 - *17 - *19 responses: @@ -120274,7 +120306,7 @@ paths: nullable: true score: type: number - text_matches: *827 + text_matches: *828 required: - id - node_id @@ -120360,7 +120392,7 @@ paths: - forks - help-wanted-issues - updated - - *828 + - *829 - *17 - *19 responses: @@ -120608,7 +120640,7 @@ paths: - admin - pull - push - text_matches: *827 + text_matches: *828 temp_clone_token: type: string allow_merge_commit: @@ -120909,7 +120941,7 @@ paths: type: string format: uri nullable: true - text_matches: *827 + text_matches: *828 related: type: array nullable: true @@ -121102,7 +121134,7 @@ paths: - followers - repositories - joined - - *828 + - *829 - *17 - *19 responses: @@ -121206,7 +121238,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *827 + text_matches: *828 blog: type: string nullable: true @@ -121285,7 +121317,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &831 + - &832 name: team_id description: The unique identifier of the team. in: path @@ -121326,7 +121358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *831 + - *832 requestBody: required: true content: @@ -121426,7 +121458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *831 + - *832 responses: '204': description: Response @@ -121455,7 +121487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *831 + - *832 - *17 - *19 responses: @@ -121493,7 +121525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *831 + - *832 - name: role description: Filters members returned by their role in the team. in: query @@ -121544,7 +121576,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *831 + - *832 - *148 responses: '204': @@ -121581,7 +121613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *831 + - *832 - *148 responses: '204': @@ -121621,7 +121653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *831 + - *832 - *148 responses: '204': @@ -121658,7 +121690,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: - - *831 + - *832 - *148 responses: '200': @@ -121667,7 +121699,7 @@ paths: application/json: schema: *493 examples: - response-if-user-is-a-team-maintainer: *832 + response-if-user-is-a-team-maintainer: *833 '404': *6 x-github: githubCloudOnly: false @@ -121700,7 +121732,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: - - *831 + - *832 - *148 requestBody: required: false @@ -121728,7 +121760,7 @@ paths: application/json: schema: *493 examples: - response-if-users-membership-with-team-is-now-pending: *833 + response-if-users-membership-with-team-is-now-pending: *834 '403': description: Forbidden if team synchronization is set up '422': @@ -121762,7 +121794,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: - - *831 + - *832 - *148 responses: '204': @@ -121790,7 +121822,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *831 + - *832 - *17 - *19 responses: @@ -121832,7 +121864,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: - - *831 + - *832 - *494 - *495 responses: @@ -121840,7 +121872,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *834 + schema: *835 examples: alternative-response-with-extra-repository-information: value: @@ -121990,7 +122022,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: - - *831 + - *832 - *494 - *495 requestBody: @@ -122042,7 +122074,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: - - *831 + - *832 - *494 - *495 responses: @@ -122073,7 +122105,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: - - *831 + - *832 responses: '200': description: Response @@ -122108,7 +122140,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: - - *831 + - *832 requestBody: required: true content: @@ -122196,7 +122228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *831 + - *832 - *17 - *19 responses: @@ -122208,7 +122240,7 @@ paths: type: array items: *328 examples: - response-if-child-teams-exist: *835 + response-if-child-teams-exist: *836 headers: Link: *47 '404': *6 @@ -122241,7 +122273,7 @@ paths: application/json: schema: oneOf: - - &836 + - &837 title: Private User description: Private User type: object @@ -122444,7 +122476,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &862 + - &863 title: Public User description: Public User type: object @@ -122756,7 +122788,7 @@ paths: description: Response content: application/json: - schema: *836 + schema: *837 examples: default: value: @@ -123154,7 +123186,7 @@ paths: type: integer secrets: type: array - items: &837 + items: &838 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -123270,7 +123302,7 @@ paths: description: Response content: application/json: - schema: *837 + schema: *838 examples: default: value: @@ -123683,7 +123715,7 @@ paths: description: Response content: application/json: - schema: &838 + schema: &839 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -123724,7 +123756,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &839 + default: &840 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -123769,9 +123801,9 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: - default: *839 + default: *840 '404': *6 x-github: githubCloudOnly: false @@ -123808,9 +123840,9 @@ paths: type: integer machines: type: array - items: *840 + items: *841 examples: - default: *841 + default: *842 '304': *37 '500': *40 '401': *25 @@ -124749,7 +124781,7 @@ paths: type: array items: *419 examples: - default: &852 + default: &853 value: - id: 197 name: hello_docker @@ -124850,7 +124882,7 @@ paths: application/json: schema: type: array - items: &842 + items: &843 title: Email description: Email type: object @@ -124915,9 +124947,9 @@ paths: application/json: schema: type: array - items: *842 + items: *843 examples: - default: &854 + default: &855 value: - email: octocat@github.com verified: true @@ -124992,7 +125024,7 @@ paths: application/json: schema: type: array - items: *842 + items: *843 examples: default: value: @@ -125248,7 +125280,7 @@ paths: application/json: schema: type: array - items: &843 + items: &844 title: GPG Key description: A unique encryption key type: object @@ -125379,7 +125411,7 @@ paths: - subkeys - revoked examples: - default: &872 + default: &873 value: - id: 3 name: Octocat's GPG Key @@ -125464,9 +125496,9 @@ paths: description: Response content: application/json: - schema: *843 + schema: *844 examples: - default: &844 + default: &845 value: id: 3 name: Octocat's GPG Key @@ -125523,7 +125555,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: - - &845 + - &846 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -125535,9 +125567,9 @@ paths: description: Response content: application/json: - schema: *843 + schema: *844 examples: - default: *844 + default: *845 '404': *6 '304': *37 '403': *29 @@ -125560,7 +125592,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: - - *845 + - *846 responses: '204': description: Response @@ -126027,7 +126059,7 @@ paths: application/json: schema: type: array - items: &846 + items: &847 title: Key description: Key type: object @@ -126128,9 +126160,9 @@ paths: description: Response content: application/json: - schema: *846 + schema: *847 examples: - default: &847 + default: &848 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -126163,15 +126195,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: - - *716 + - *717 responses: '200': description: Response content: application/json: - schema: *846 + schema: *847 examples: - default: *847 + default: *848 '404': *6 '304': *37 '403': *29 @@ -126194,7 +126226,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: - - *716 + - *717 responses: '204': description: Response @@ -126227,7 +126259,7 @@ paths: application/json: schema: type: array - items: &848 + items: &849 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -126295,7 +126327,7 @@ paths: - account - plan examples: - default: &849 + default: &850 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -126357,9 +126389,9 @@ paths: application/json: schema: type: array - items: *848 + items: *849 examples: - default: *849 + default: *850 headers: Link: *47 '304': *37 @@ -127368,7 +127400,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *414 - - *850 + - *851 responses: '204': description: Response @@ -127481,7 +127513,7 @@ paths: - docker - nuget - container - - *851 + - *852 - *19 - *17 responses: @@ -127493,8 +127525,8 @@ paths: type: array items: *419 examples: - default: *852 - '400': *853 + default: *853 + '400': *854 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127523,7 +127555,7 @@ paths: application/json: schema: *419 examples: - default: &873 + default: &874 value: id: 40201 name: octo-name @@ -127885,9 +127917,9 @@ paths: application/json: schema: type: array - items: *842 + items: *843 examples: - default: *854 + default: *855 headers: Link: *47 '304': *37 @@ -128000,7 +128032,7 @@ paths: type: array items: *80 examples: - default: &861 + default: &862 summary: Default response value: - id: 1296269 @@ -128347,7 +128379,7 @@ paths: type: array items: *683 examples: - default: *855 + default: *856 headers: Link: *47 '304': *37 @@ -128427,7 +128459,7 @@ paths: application/json: schema: type: array - items: &856 + items: &857 title: Social account description: Social media account type: object @@ -128442,7 +128474,7 @@ paths: - provider - url examples: - default: &857 + default: &858 value: - provider: twitter url: https://twitter.com/github @@ -128504,9 +128536,9 @@ paths: application/json: schema: type: array - items: *856 + items: *857 examples: - default: *857 + default: *858 '422': *15 '304': *37 '404': *6 @@ -128593,7 +128625,7 @@ paths: application/json: schema: type: array - items: &858 + items: &859 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -128613,7 +128645,7 @@ paths: - title - created_at examples: - default: &887 + default: &888 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -128677,9 +128709,9 @@ paths: description: Response content: application/json: - schema: *858 + schema: *859 examples: - default: &859 + default: &860 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -128709,7 +128741,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: - - &860 + - &861 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -128721,9 +128753,9 @@ paths: description: Response content: application/json: - schema: *858 + schema: *859 examples: - default: *859 + default: *860 '404': *6 '304': *37 '403': *29 @@ -128746,7 +128778,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: - - *860 + - *861 responses: '204': description: Response @@ -128775,7 +128807,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: - - &888 + - &889 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 @@ -128800,11 +128832,11 @@ paths: type: array items: *80 examples: - default-response: *861 + default-response: *862 application/vnd.github.v3.star+json: schema: type: array - items: &889 + items: &890 title: Starred Repository description: Starred Repository type: object @@ -129173,10 +129205,10 @@ paths: application/json: schema: oneOf: - - *836 - - *862 + - *837 + - *863 examples: - default-response: &866 + default-response: &867 summary: Default response value: login: octocat @@ -129211,7 +129243,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &867 + response-with-git-hub-plan-information: &868 summary: Response with GitHub plan information value: login: octocat @@ -129268,7 +129300,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: - - &864 + - &865 name: user_id description: The unique identifier of the user. in: path @@ -129334,7 +129366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *863 + - *864 - *17 responses: '200': @@ -129369,7 +129401,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: - - *864 + - *865 - *437 requestBody: required: true @@ -129441,7 +129473,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *865 + schema: *866 examples: table_view: summary: Response for creating a table view @@ -129493,11 +129525,11 @@ paths: application/json: schema: oneOf: - - *836 - - *862 + - *837 + - *863 examples: - default-response: *866 - response-with-git-hub-plan-information: *867 + default-response: *867 + response-with-git-hub-plan-information: *868 '404': *6 x-github: githubCloudOnly: false @@ -129547,8 +129579,8 @@ paths: required: - subject_digests examples: - default: *868 - withPredicateType: *869 + default: *869 + withPredicateType: *870 responses: '200': description: Response @@ -129587,7 +129619,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *870 + default: *871 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -130057,7 +130089,7 @@ paths: application/json: schema: *343 examples: - default: &871 + default: &872 summary: Example response for a user copilot space value: id: 42 @@ -130158,7 +130190,7 @@ paths: application/json: schema: *343 examples: - default: *871 + default: *872 '403': *29 '404': *6 x-github: @@ -130281,7 +130313,7 @@ paths: application/json: schema: *343 examples: - default: *871 + default: *872 '403': *29 '404': *6 '422': *15 @@ -131049,7 +131081,7 @@ paths: type: array items: *419 examples: - default: *852 + default: *853 '403': *29 '401': *25 x-github: @@ -131433,9 +131465,9 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: - default: *872 + default: *873 headers: Link: *47 x-github: @@ -131663,7 +131695,7 @@ paths: - docker - nuget - container - - *851 + - *852 - *148 - *19 - *17 @@ -131676,10 +131708,10 @@ paths: type: array items: *419 examples: - default: *852 + default: *853 '403': *29 '401': *25 - '400': *853 + '400': *854 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131709,7 +131741,7 @@ paths: application/json: schema: *419 examples: - default: *873 + default: *874 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132058,7 +132090,7 @@ paths: type: array items: *441 examples: - default: *874 + default: *875 headers: Link: *47 '304': *37 @@ -132118,7 +132150,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *875 + items: *876 required: - name - data_type @@ -132134,7 +132166,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *876 + iteration_configuration: *877 required: - name - data_type @@ -132156,8 +132188,8 @@ paths: value: name: Due date data_type: date - single_select_field: *877 - iteration_field: *878 + single_select_field: *878 + iteration_field: *879 responses: '201': description: Response @@ -132165,11 +132197,11 @@ paths: application/json: schema: *441 examples: - text_field: *879 - number_field: *880 - date_field: *881 - single_select_field: *882 - iteration_field: *883 + text_field: *880 + number_field: *881 + date_field: *882 + single_select_field: *883 + iteration_field: *884 '304': *37 '403': *29 '401': *25 @@ -132191,7 +132223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *437 - - *884 + - *885 - *148 responses: '200': @@ -132200,7 +132232,7 @@ paths: application/json: schema: *441 examples: - default: *885 + default: *886 headers: Link: *47 '304': *37 @@ -132554,7 +132586,7 @@ paths: parameters: - *437 - *148 - - *886 + - *887 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -132833,9 +132865,9 @@ paths: application/json: schema: type: array - items: *856 + items: *857 examples: - default: *857 + default: *858 headers: Link: *47 x-github: @@ -132865,9 +132897,9 @@ paths: application/json: schema: type: array - items: *858 + items: *859 examples: - default: *887 + default: *888 headers: Link: *47 x-github: @@ -132892,7 +132924,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *148 - - *888 + - *889 - *112 - *17 - *19 @@ -132904,11 +132936,11 @@ paths: schema: anyOf: - type: array - items: *889 + items: *890 - type: array items: *80 examples: - default-response: *861 + default-response: *862 headers: Link: *47 x-github: @@ -133067,7 +133099,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &890 + enterprise: &891 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -133125,7 +133157,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &891 + installation: &892 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -133144,7 +133176,7 @@ x-webhooks: required: - id - node_id - organization: &892 + organization: &893 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -133204,13 +133236,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &893 + repository: &894 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &932 + properties: &933 id: description: Unique identifier of the repository example: 42 @@ -133894,7 +133926,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &933 + required: &934 - archive_url - assignees_url - blobs_url @@ -134045,10 +134077,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -134124,11 +134156,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - rule: &894 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + rule: &895 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) @@ -134351,11 +134383,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - rule: *894 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + rule: *895 sender: *4 required: - action @@ -134538,11 +134570,11 @@ x-webhooks: - everyone required: - from - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - rule: *894 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + rule: *895 sender: *4 required: - action @@ -134615,7 +134647,7 @@ x-webhooks: required: true content: application/json: - schema: &916 + schema: &917 title: Exemption request cancellation event type: object properties: @@ -134623,11 +134655,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: &895 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: &896 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -134931,7 +134963,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &896 + items: &897 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -135041,7 +135073,7 @@ x-webhooks: required: true content: application/json: - schema: &917 + schema: &918 title: Exemption request completed event type: object properties: @@ -135049,11 +135081,11 @@ x-webhooks: type: string enum: - completed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 sender: *4 required: - action @@ -135125,7 +135157,7 @@ x-webhooks: required: true content: application/json: - schema: &914 + schema: &915 title: Exemption request created event type: object properties: @@ -135133,11 +135165,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 sender: *4 required: - action @@ -135209,7 +135241,7 @@ x-webhooks: required: true content: application/json: - schema: &918 + schema: &919 title: Exemption response dismissed event type: object properties: @@ -135217,12 +135249,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 - exemption_response: *896 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 + exemption_response: *897 sender: *4 required: - action @@ -135296,7 +135328,7 @@ x-webhooks: required: true content: application/json: - schema: &915 + schema: &916 title: Exemption response submitted event type: object properties: @@ -135304,12 +135336,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - exemption_request: *895 - exemption_response: *896 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + exemption_request: *896 + exemption_response: *897 sender: *4 required: - action @@ -135393,7 +135425,7 @@ x-webhooks: type: string enum: - completed - check_run: &898 + check_run: &899 title: CheckRun description: A check performed on the code of a given code change type: object @@ -135484,7 +135516,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *897 + deployment: *898 details_url: example: https://example.com type: string @@ -135569,10 +135601,10 @@ x-webhooks: - output - app - pull_requests - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 sender: *4 required: - check_run @@ -135963,11 +135995,11 @@ x-webhooks: type: string enum: - created - check_run: *898 - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + check_run: *899 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 sender: *4 required: - check_run @@ -136361,11 +136393,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *898 - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + check_run: *899 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 requested_action: description: The action requested by the user. type: object @@ -136768,11 +136800,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *898 - installation: *891 - enterprise: *890 - organization: *892 - repository: *893 + check_run: *899 + installation: *892 + enterprise: *891 + organization: *893 + repository: *894 sender: *4 required: - check_run @@ -137742,10 +137774,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -138444,10 +138476,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -139140,10 +139172,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -139454,20 +139486,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &899 + commit_oid: &900 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: *890 - installation: *891 - organization: *892 - ref: &900 + enterprise: *891 + installation: *892 + organization: *893 + ref: &901 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: *893 + repository: *894 sender: *4 required: - action @@ -139862,12 +139894,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -140133,12 +140165,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -140470,12 +140502,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -140749,16 +140781,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *893 + repository: *894 sender: *4 required: - action @@ -140995,12 +141027,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *899 - enterprise: *890 - installation: *891 - organization: *892 - ref: *900 - repository: *893 + commit_oid: *900 + enterprise: *891 + installation: *892 + organization: *893 + ref: *901 + repository: *894 sender: *4 required: - action @@ -141311,10 +141343,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -141569,10 +141601,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -141652,18 +141684,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *892 - pusher_type: &901 + organization: *893 + pusher_type: &902 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &902 + ref: &903 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -141673,7 +141705,7 @@ x-webhooks: enum: - tag - branch - repository: *893 + repository: *894 sender: *4 required: - ref @@ -141756,9 +141788,9 @@ x-webhooks: enum: - created definition: *161 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -141843,9 +141875,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -141923,9 +141955,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *161 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -142003,9 +142035,9 @@ x-webhooks: enum: - updated definition: *161 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -142082,10 +142114,10 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - repository: *893 - organization: *892 + enterprise: *891 + installation: *892 + repository: *894 + organization: *893 sender: *4 new_property_values: type: array @@ -142170,18 +142202,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - pusher_type: *901 - ref: *902 + enterprise: *891 + installation: *892 + organization: *893 + pusher_type: *902 + ref: *903 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *893 + repository: *894 sender: *4 required: - ref @@ -142262,10 +142294,10 @@ x-webhooks: enum: - assignees_changed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142346,10 +142378,10 @@ x-webhooks: enum: - auto_dismissed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142431,10 +142463,10 @@ x-webhooks: enum: - auto_reopened alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142516,10 +142548,10 @@ x-webhooks: enum: - created alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142599,10 +142631,10 @@ x-webhooks: enum: - dismissed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142682,10 +142714,10 @@ x-webhooks: enum: - fixed alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142766,10 +142798,10 @@ x-webhooks: enum: - reintroduced alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142849,10 +142881,10 @@ x-webhooks: enum: - reopened alert: *633 - installation: *891 - organization: *892 - enterprise: *890 - repository: *893 + installation: *892 + organization: *893 + enterprise: *891 + repository: *894 sender: *4 required: - action @@ -142929,9 +142961,9 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - key: &903 + enterprise: *891 + installation: *892 + key: &904 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -142967,8 +142999,8 @@ x-webhooks: - verified - created_at - read_only - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -143045,11 +143077,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - key: *903 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + key: *904 + organization: *893 + repository: *894 sender: *4 required: - action @@ -143605,12 +143637,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: &909 + workflow: &910 title: Workflow type: object nullable: true @@ -144351,15 +144383,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *904 - required: *905 + properties: *905 + required: *906 nullable: true pull_requests: type: array - items: *737 - repository: *893 - organization: *892 - installation: *891 + items: *738 + repository: *894 + organization: *893 + installation: *892 sender: *4 responses: '200': @@ -144430,7 +144462,7 @@ x-webhooks: type: string enum: - approved - approver: &906 + approver: &907 type: object properties: avatar_url: @@ -144473,11 +144505,11 @@ x-webhooks: type: string comment: type: string - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - reviewers: &907 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + reviewers: &908 type: array items: type: object @@ -144556,7 +144588,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &908 + workflow_job_run: &909 type: object properties: conclusion: @@ -145287,18 +145319,18 @@ x-webhooks: type: string enum: - rejected - approver: *906 + approver: *907 comment: type: string - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - reviewers: *907 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + reviewers: *908 sender: *4 since: type: string - workflow_job_run: *908 + workflow_job_run: *909 workflow_job_runs: type: array items: @@ -146002,13 +146034,13 @@ x-webhooks: type: string enum: - requested - enterprise: *890 + enterprise: *891 environment: type: string - installation: *891 - organization: *892 - repository: *893 - requestor: &919 + installation: *892 + organization: *893 + repository: *894 + requestor: &920 title: User type: object nullable: true @@ -147897,12 +147929,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Deployment Workflow Run type: object @@ -148582,7 +148614,7 @@ x-webhooks: type: string enum: - answered - answer: &912 + answer: &913 type: object properties: author_association: @@ -148739,11 +148771,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -148870,11 +148902,11 @@ x-webhooks: - from required: - category - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -148957,11 +148989,11 @@ x-webhooks: type: string enum: - closed - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149043,7 +149075,7 @@ x-webhooks: type: string enum: - created - comment: &911 + comment: &912 type: object properties: author_association: @@ -149200,11 +149232,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149287,12 +149319,12 @@ x-webhooks: type: string enum: - deleted - comment: *911 - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + comment: *912 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149387,12 +149419,12 @@ x-webhooks: - from required: - body - comment: *911 - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + comment: *912 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149476,11 +149508,11 @@ x-webhooks: type: string enum: - created - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149562,11 +149594,11 @@ x-webhooks: type: string enum: - deleted - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149666,11 +149698,11 @@ x-webhooks: type: string required: - from - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149752,10 +149784,10 @@ x-webhooks: type: string enum: - labeled - discussion: *910 - enterprise: *890 - installation: *891 - label: &913 + discussion: *911 + enterprise: *891 + installation: *892 + label: &914 title: Label type: object properties: @@ -149787,8 +149819,8 @@ x-webhooks: - color - default - description - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149871,11 +149903,11 @@ x-webhooks: type: string enum: - locked - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -149957,11 +149989,11 @@ x-webhooks: type: string enum: - pinned - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150043,11 +150075,11 @@ x-webhooks: type: string enum: - reopened - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150132,16 +150164,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *910 - new_repository: *893 + new_discussion: *911 + new_repository: *894 required: - new_discussion - new_repository - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150224,10 +150256,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *910 - old_answer: *912 - organization: *892 - repository: *893 + discussion: *911 + old_answer: *913 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150309,12 +150341,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *910 - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150397,11 +150429,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150483,11 +150515,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *910 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + discussion: *911 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -150556,7 +150588,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -150619,7 +150651,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -150682,7 +150714,7 @@ x-webhooks: required: true content: application/json: - schema: *916 + schema: *917 responses: '200': description: Return a 200 status to indicate that the data was received @@ -150745,7 +150777,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -150808,7 +150840,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -150874,7 +150906,7 @@ x-webhooks: required: true content: application/json: - schema: *916 + schema: *917 responses: '200': description: Return a 200 status to indicate that the data was received @@ -150940,7 +150972,7 @@ x-webhooks: required: true content: application/json: - schema: *917 + schema: *918 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151006,7 +151038,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151072,7 +151104,7 @@ x-webhooks: required: true content: application/json: - schema: *918 + schema: *919 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151138,7 +151170,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151203,7 +151235,7 @@ x-webhooks: required: true content: application/json: - schema: *916 + schema: *917 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151268,7 +151300,7 @@ x-webhooks: required: true content: application/json: - schema: *917 + schema: *918 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151333,7 +151365,7 @@ x-webhooks: required: true content: application/json: - schema: *914 + schema: *915 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151398,7 +151430,7 @@ x-webhooks: required: true content: application/json: - schema: *918 + schema: *919 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151464,7 +151496,7 @@ x-webhooks: required: true content: application/json: - schema: *915 + schema: *916 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151531,7 +151563,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *890 + enterprise: *891 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -152191,9 +152223,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - forkee @@ -152339,9 +152371,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pages: description: The pages that were updated. type: array @@ -152378,7 +152410,7 @@ x-webhooks: - action - sha - html_url - repository: *893 + repository: *894 sender: *4 required: - pages @@ -152454,10 +152486,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: &920 + organization: *893 + repositories: &921 description: An array of repository objects that the installation can access. type: array @@ -152483,8 +152515,8 @@ x-webhooks: - name - full_name - private - repository: *893 - requester: *919 + repository: *894 + requester: *920 sender: *4 required: - action @@ -152559,11 +152591,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -152639,11 +152671,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -152719,10 +152751,10 @@ x-webhooks: type: string enum: - added - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories_added: &921 + organization: *893 + repositories_added: &922 description: An array of repository objects, which were added to the installation. type: array @@ -152768,15 +152800,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *893 - repository_selection: &922 + repository: *894 + repository_selection: &923 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *919 + requester: *920 sender: *4 required: - action @@ -152855,10 +152887,10 @@ x-webhooks: type: string enum: - removed - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories_added: *921 + organization: *893 + repositories_added: *922 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -152885,9 +152917,9 @@ x-webhooks: - name - full_name - private - repository: *893 - repository_selection: *922 - requester: *919 + repository: *894 + repository_selection: *923 + requester: *920 sender: *4 required: - action @@ -152966,11 +152998,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -153149,10 +153181,10 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 target_type: type: string @@ -153231,11 +153263,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *890 + enterprise: *891 installation: *22 - organization: *892 - repositories: *920 - repository: *893 + organization: *893 + repositories: *921 + repository: *894 requester: nullable: true sender: *4 @@ -153409,8 +153441,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *712 - required: *713 + properties: *713 + required: *714 nullable: true user: title: User @@ -153495,8 +153527,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -154285,8 +154317,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154635,8 +154667,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -154716,7 +154748,7 @@ x-webhooks: type: string enum: - deleted - comment: &923 + comment: &924 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -154873,8 +154905,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *712 - required: *713 + properties: *713 + required: *714 nullable: true required: - url @@ -154889,8 +154921,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -155675,8 +155707,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156027,8 +156059,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -156108,7 +156140,7 @@ x-webhooks: type: string enum: - edited - changes: &952 + changes: &953 description: The changes to the comment. type: object properties: @@ -156120,9 +156152,9 @@ x-webhooks: type: string required: - from - comment: *923 - enterprise: *890 - installation: *891 + comment: *924 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -156910,8 +156942,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157260,8 +157292,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -157342,9 +157374,9 @@ x-webhooks: type: string enum: - pinned - comment: *923 - enterprise: *890 - installation: *891 + comment: *924 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158134,8 +158166,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158486,8 +158518,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -158567,9 +158599,9 @@ x-webhooks: type: string enum: - unpinned - comment: *923 - enterprise: *890 - installation: *891 + comment: *924 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159359,8 +159391,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159711,8 +159743,8 @@ x-webhooks: - state - locked - assignee - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -159801,9 +159833,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -159892,9 +159924,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -159982,9 +160014,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160073,9 +160105,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -160155,10 +160187,10 @@ x-webhooks: type: string enum: - assigned - assignee: *919 - enterprise: *890 - installation: *891 - issue: &924 + assignee: *920 + enterprise: *891 + installation: *892 + issue: &925 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -160950,11 +160982,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161071,8 +161103,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -161152,8 +161184,8 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -161950,11 +161982,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162206,8 +162238,8 @@ x-webhooks: required: - state - closed_at - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -162286,8 +162318,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -163075,11 +163107,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163195,8 +163227,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -163275,8 +163307,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -164086,11 +164118,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164185,7 +164217,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &925 + milestone: &926 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164323,8 +164355,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -164423,8 +164455,8 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -165216,11 +165248,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165337,9 +165369,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *913 - organization: *892 - repository: *893 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -165419,9 +165451,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 issue_field: type: object description: The issue field whose value was set or updated on the @@ -165575,8 +165607,8 @@ x-webhooks: - id required: - from - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -165656,9 +165688,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -165739,8 +165771,8 @@ x-webhooks: nullable: true required: - id - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -165820,8 +165852,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166612,11 +166644,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166733,9 +166765,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *913 - organization: *892 - repository: *893 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -166815,8 +166847,8 @@ x-webhooks: type: string enum: - locked - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167631,11 +167663,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167729,8 +167761,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -167809,8 +167841,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168619,11 +168651,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168717,9 +168749,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *925 - organization: *892 - repository: *893 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -169582,11 +169614,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170167,8 +170199,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170952,11 +170984,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171080,8 +171112,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -171161,9 +171193,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *890 - installation: *891 - issue: &926 + enterprise: *891 + installation: *892 + issue: &927 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -171949,11 +171981,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172069,8 +172101,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -172149,8 +172181,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172963,11 +172995,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173062,8 +173094,8 @@ x-webhooks: user_view_type: type: string type: *403 - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -173932,11 +173964,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174531,11 +174563,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *890 - installation: *891 - issue: *926 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *927 + organization: *893 + repository: *894 sender: *4 required: - action @@ -174615,12 +174647,12 @@ x-webhooks: type: string enum: - typed - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 type: *403 - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -174701,7 +174733,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &955 + assignee: &956 title: User type: object nullable: true @@ -174771,11 +174803,11 @@ x-webhooks: required: - login - id - enterprise: *890 - installation: *891 - issue: *924 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *925 + organization: *893 + repository: *894 sender: *4 required: - action @@ -174854,12 +174886,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *890 - installation: *891 - issue: *924 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *925 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -174939,8 +174971,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175753,11 +175785,11 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *829 - issue_dependencies_summary: *830 + sub_issues_summary: *830 + issue_dependencies_summary: *831 issue_field_values: type: array - items: *696 + items: *697 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175851,8 +175883,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -175932,11 +175964,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *890 - installation: *891 - issue: *926 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + issue: *927 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176015,12 +176047,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *890 - installation: *891 - issue: *924 + enterprise: *891 + installation: *892 + issue: *925 type: *403 - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176100,11 +176132,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176182,11 +176214,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176296,11 +176328,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - label: *913 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + label: *914 + organization: *893 + repository: *894 sender: *4 required: - action @@ -176382,9 +176414,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: &927 + enterprise: *891 + installation: *892 + marketplace_purchase: &928 title: Marketplace Purchase type: object required: @@ -176467,8 +176499,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *892 - previous_marketplace_purchase: &928 + organization: *893 + previous_marketplace_purchase: &929 title: Marketplace Purchase type: object properties: @@ -176548,7 +176580,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *893 + repository: *894 sender: *4 required: - action @@ -176628,10 +176660,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: *927 - organization: *892 + enterprise: *891 + installation: *892 + marketplace_purchase: *928 + organization: *893 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -176714,7 +176746,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *893 + repository: *894 sender: *4 required: - action @@ -176796,10 +176828,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: *927 - organization: *892 + enterprise: *891 + installation: *892 + marketplace_purchase: *928 + organization: *893 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -176881,7 +176913,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *893 + repository: *894 sender: *4 required: - action @@ -176962,8 +176994,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 marketplace_purchase: title: Marketplace Purchase type: object @@ -177045,9 +177077,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *892 - previous_marketplace_purchase: *928 - repository: *893 + organization: *893 + previous_marketplace_purchase: *929 + repository: *894 sender: *4 required: - action @@ -177127,12 +177159,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *890 - installation: *891 - marketplace_purchase: *927 - organization: *892 - previous_marketplace_purchase: *928 - repository: *893 + enterprise: *891 + installation: *892 + marketplace_purchase: *928 + organization: *893 + previous_marketplace_purchase: *929 + repository: *894 sender: *4 required: - action @@ -177234,11 +177266,11 @@ x-webhooks: type: string required: - to - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 sender: *4 required: - action @@ -177338,11 +177370,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 sender: *4 required: - action @@ -177421,11 +177453,11 @@ x-webhooks: type: string enum: - removed - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 sender: *4 required: - action @@ -177503,11 +177535,11 @@ x-webhooks: type: string enum: - added - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 scope: description: The scope of the membership. Currently, can only be `team`. @@ -177583,7 +177615,7 @@ x-webhooks: required: - login - id - team: &929 + team: &930 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -177806,11 +177838,11 @@ x-webhooks: type: string enum: - removed - enterprise: *890 - installation: *891 - member: *919 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + member: *920 + organization: *893 + repository: *894 scope: description: The scope of the membership. Currently, can only be `team`. @@ -177887,7 +177919,7 @@ x-webhooks: required: - login - id - team: *929 + team: *930 required: - action - scope @@ -177969,8 +178001,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *891 - merge_group: &931 + installation: *892 + merge_group: &932 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -177989,15 +178021,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *930 + head_commit: *931 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178083,10 +178115,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *891 - merge_group: *931 - organization: *892 - repository: *893 + installation: *892 + merge_group: *932 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178159,7 +178191,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 + enterprise: *891 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -178268,16 +178300,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *891 - organization: *892 + installation: *892 + organization: *893 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -178358,11 +178390,11 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 - milestone: *925 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178441,9 +178473,9 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - milestone: &934 + enterprise: *891 + installation: *892 + milestone: &935 title: Milestone description: A collection of related issues and pull requests. type: object @@ -178580,8 +178612,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178660,11 +178692,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - milestone: *925 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178774,11 +178806,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - milestone: *925 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *926 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178858,11 +178890,11 @@ x-webhooks: type: string enum: - opened - enterprise: *890 - installation: *891 - milestone: *934 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + milestone: *935 + organization: *893 + repository: *894 sender: *4 required: - action @@ -178941,11 +178973,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *919 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + blocked_user: *920 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179024,11 +179056,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *919 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + blocked_user: *920 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179104,7 +179136,7 @@ x-webhooks: enum: - created definition: *156 - enterprise: *890 + enterprise: *891 sender: *4 required: - action @@ -179184,8 +179216,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 sender: *4 required: - action @@ -179258,8 +179290,8 @@ x-webhooks: enum: - updated definition: *156 - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 sender: *4 required: - action @@ -179331,9 +179363,9 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 new_property_values: type: array @@ -179421,9 +179453,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - membership: &935 + enterprise: *891 + installation: *892 + membership: &936 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -179530,8 +179562,8 @@ x-webhooks: - role - organization_url - user - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179609,11 +179641,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *890 - installation: *891 - membership: *935 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + membership: *936 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179692,8 +179724,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -179809,10 +179841,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 - user: *919 + user: *920 required: - action - invitation @@ -179890,11 +179922,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *890 - installation: *891 - membership: *935 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + membership: *936 + organization: *893 + repository: *894 sender: *4 required: - action @@ -179981,11 +180013,11 @@ x-webhooks: properties: from: type: string - enterprise: *890 - installation: *891 - membership: *935 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + membership: *936 + organization: *893 + repository: *894 sender: *4 required: - action @@ -180063,9 +180095,9 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 package: description: Information about the package. type: object @@ -180564,7 +180596,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &936 + items: &937 title: Ruby Gems metadata type: object properties: @@ -180659,7 +180691,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -180736,9 +180768,9 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 package: description: Information about the package. type: object @@ -181091,7 +181123,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *936 + items: *937 source_url: type: string format: uri @@ -181161,7 +181193,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -181337,12 +181369,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *890 + enterprise: *891 id: type: integer - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - id @@ -181419,7 +181451,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &937 + personal_access_token_request: &938 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -181565,10 +181597,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *890 - organization: *892 + enterprise: *891 + organization: *893 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -181645,11 +181677,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *937 - enterprise: *890 - organization: *892 + personal_access_token_request: *938 + enterprise: *891 + organization: *893 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -181725,11 +181757,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *937 - enterprise: *890 - organization: *892 + personal_access_token_request: *938 + enterprise: *891 + organization: *893 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -181804,11 +181836,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *937 - organization: *892 - enterprise: *890 + personal_access_token_request: *938 + organization: *893 + enterprise: *891 sender: *4 - installation: *891 + installation: *892 required: - action - personal_access_token_request @@ -181913,7 +181945,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *938 + last_response: *939 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -181945,8 +181977,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 zen: description: Random string of GitHub zen. @@ -182191,10 +182223,10 @@ x-webhooks: - from required: - note - enterprise: *890 - installation: *891 - organization: *892 - project_card: &939 + enterprise: *891 + installation: *892 + organization: *893 + project_card: &940 title: Project Card type: object properties: @@ -182313,7 +182345,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *893 + repository: *894 sender: *4 required: - action @@ -182394,11 +182426,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - project_card: *939 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_card: *940 + repository: *894 sender: *4 required: - action @@ -182478,9 +182510,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 project_card: title: Project Card type: object @@ -182608,8 +182640,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -182703,11 +182735,11 @@ x-webhooks: - from required: - note - enterprise: *890 - installation: *891 - organization: *892 - project_card: *939 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_card: *940 + repository: *894 sender: *4 required: - action @@ -182801,9 +182833,9 @@ x-webhooks: - from required: - column_id - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 project_card: allOf: - title: Project Card @@ -182993,7 +183025,7 @@ x-webhooks: type: string required: - after_id - repository: *893 + repository: *894 sender: *4 required: - action @@ -183073,10 +183105,10 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 - organization: *892 - project: &941 + enterprise: *891 + installation: *892 + organization: *893 + project: &942 title: Project type: object properties: @@ -183200,7 +183232,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *893 + repository: *894 sender: *4 required: - action @@ -183280,10 +183312,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - project_column: &940 + enterprise: *891 + installation: *892 + organization: *893 + project_column: &941 title: Project Column type: object properties: @@ -183322,7 +183354,7 @@ x-webhooks: - name - created_at - updated_at - repository: *893 + repository: *894 sender: *4 required: - action @@ -183401,18 +183433,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - project_column: *940 + enterprise: *891 + installation: *892 + organization: *893 + project_column: *941 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -183502,11 +183534,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - project_column: *940 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_column: *941 + repository: *894 sender: *4 required: - action @@ -183586,11 +183618,11 @@ x-webhooks: type: string enum: - moved - enterprise: *890 - installation: *891 - organization: *892 - project_column: *940 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project_column: *941 + repository: *894 sender: *4 required: - action @@ -183670,11 +183702,11 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - project: *941 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 + repository: *894 sender: *4 required: - action @@ -183754,18 +183786,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - project: *941 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *932 - required: *933 + properties: *933 + required: *934 nullable: true sender: *4 required: @@ -183867,11 +183899,11 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - project: *941 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 + repository: *894 sender: *4 required: - action @@ -183950,11 +183982,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *890 - installation: *891 - organization: *892 - project: *941 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + project: *942 + repository: *894 sender: *4 required: - action @@ -184035,8 +184067,8 @@ x-webhooks: type: string enum: - closed - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184118,8 +184150,8 @@ x-webhooks: type: string enum: - created - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184201,8 +184233,8 @@ x-webhooks: type: string enum: - deleted - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184320,8 +184352,8 @@ x-webhooks: type: string to: type: string - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -184405,7 +184437,7 @@ x-webhooks: type: string enum: - archived - changes: &945 + changes: &946 type: object properties: archived_at: @@ -184419,9 +184451,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *891 - organization: *892 - projects_v2_item: &942 + installation: *892 + organization: *893 + projects_v2_item: &943 title: Projects v2 Item description: An item belonging to a project type: object @@ -184556,9 +184588,9 @@ x-webhooks: nullable: true to: type: string - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -184640,9 +184672,9 @@ x-webhooks: type: string enum: - created - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -184723,9 +184755,9 @@ x-webhooks: type: string enum: - deleted - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -184831,7 +184863,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &943 + - &944 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -184853,7 +184885,7 @@ x-webhooks: required: - id - name - - &944 + - &945 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -184887,8 +184919,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *943 - *944 + - *945 required: - field_value - type: object @@ -184904,9 +184936,9 @@ x-webhooks: nullable: true required: - body - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185001,9 +185033,9 @@ x-webhooks: to: type: string nullable: true - installation: *891 - organization: *892 - projects_v2_item: *942 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185086,10 +185118,10 @@ x-webhooks: type: string enum: - restored - changes: *945 - installation: *891 - organization: *892 - projects_v2_item: *942 + changes: *946 + installation: *892 + organization: *893 + projects_v2_item: *943 sender: *4 required: - action @@ -185171,8 +185203,8 @@ x-webhooks: type: string enum: - reopened - installation: *891 - organization: *892 + installation: *892 + organization: *893 projects_v2: *435 sender: *4 required: @@ -185254,14 +185286,14 @@ x-webhooks: type: string enum: - created - installation: *891 - organization: *892 - projects_v2_status_update: &948 + installation: *892 + organization: *893 + projects_v2_status_update: &949 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *946 - required: *947 + properties: *947 + required: *948 sender: *4 required: - action @@ -185342,9 +185374,9 @@ x-webhooks: type: string enum: - deleted - installation: *891 - organization: *892 - projects_v2_status_update: *948 + installation: *892 + organization: *893 + projects_v2_status_update: *949 sender: *4 required: - action @@ -185480,9 +185512,9 @@ x-webhooks: type: string format: date nullable: true - installation: *891 - organization: *892 - projects_v2_status_update: *948 + installation: *892 + organization: *893 + projects_v2_status_update: *949 sender: *4 required: - action @@ -185553,10 +185585,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - repository @@ -185633,13 +185665,13 @@ x-webhooks: type: string enum: - assigned - assignee: *919 - enterprise: *890 - installation: *891 - number: &949 + assignee: *920 + enterprise: *891 + installation: *892 + number: &950 description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -187926,7 +187958,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -188008,11 +188040,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -190294,7 +190326,7 @@ x-webhooks: - draft reason: type: string - repository: *893 + repository: *894 sender: *4 required: - action @@ -190376,11 +190408,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -192662,7 +192694,7 @@ x-webhooks: - draft reason: type: string - repository: *893 + repository: *894 sender: *4 required: - action @@ -192744,13 +192776,13 @@ x-webhooks: type: string enum: - closed - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: &950 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: &951 allOf: - - *737 + - *738 - type: object properties: allow_auto_merge: @@ -192812,7 +192844,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *893 + repository: *894 sender: *4 required: - action @@ -192893,12 +192925,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -192978,11 +193010,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *890 - milestone: *719 - number: *949 - organization: *892 - pull_request: &951 + enterprise: *891 + milestone: *720 + number: *950 + organization: *893 + pull_request: &952 title: Pull Request type: object properties: @@ -195263,7 +195295,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -195342,11 +195374,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -197646,7 +197678,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *893 + repository: *894 sender: *4 required: - action @@ -197770,12 +197802,12 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -197855,11 +197887,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -200144,7 +200176,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -200224,11 +200256,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *890 - installation: *891 - label: *913 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + label: *914 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -202514,7 +202546,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -202595,10 +202627,10 @@ x-webhooks: type: string enum: - locked - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -204882,7 +204914,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -204962,12 +204994,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *890 - milestone: *719 - number: *949 - organization: *892 - pull_request: *951 - repository: *893 + enterprise: *891 + milestone: *720 + number: *950 + organization: *893 + pull_request: *952 + repository: *894 sender: *4 required: - action @@ -205046,12 +205078,12 @@ x-webhooks: type: string enum: - opened - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -205132,12 +205164,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -205217,12 +205249,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *890 - installation: *891 - number: *949 - organization: *892 - pull_request: *950 - repository: *893 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 + pull_request: *951 + repository: *894 sender: *4 required: - action @@ -205588,9 +205620,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: type: object properties: @@ -207764,7 +207796,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *893 + repository: *894 sender: *4 required: - action @@ -207844,7 +207876,7 @@ x-webhooks: type: string enum: - deleted - comment: &953 + comment: &954 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. @@ -208129,9 +208161,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: type: object properties: @@ -210293,7 +210325,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *893 + repository: *894 sender: *4 required: - action @@ -210373,11 +210405,11 @@ x-webhooks: type: string enum: - edited - changes: *952 - comment: *953 - enterprise: *890 - installation: *891 - organization: *892 + changes: *953 + comment: *954 + enterprise: *891 + installation: *892 + organization: *893 pull_request: type: object properties: @@ -212542,7 +212574,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *893 + repository: *894 sender: *4 required: - action @@ -212623,9 +212655,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -214802,7 +214834,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 + repository: *894 review: description: The review that was affected. type: object @@ -215049,9 +215081,9 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -217101,8 +217133,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 - review: &954 + repository: *894 + review: &955 description: The review that was affected. type: object properties: @@ -217335,12 +217367,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -219627,7 +219659,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_reviewer: title: User type: object @@ -219711,12 +219743,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -222010,7 +222042,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_team: title: Team description: Groups of organization members that gives permissions @@ -222202,12 +222234,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -224496,7 +224528,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_reviewer: title: User type: object @@ -224581,12 +224613,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *890 - installation: *891 + enterprise: *891 + installation: *892 number: description: The pull request number. type: integer - organization: *892 + organization: *893 pull_request: title: Pull Request type: object @@ -226866,7 +226898,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 requested_team: title: Team description: Groups of organization members that gives permissions @@ -227047,9 +227079,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -229228,8 +229260,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 - review: *954 + repository: *894 + review: *955 sender: *4 required: - action @@ -229309,9 +229341,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -231399,7 +231431,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 + repository: *894 sender: *4 thread: type: object @@ -231786,9 +231818,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 pull_request: title: Simple Pull Request type: object @@ -233862,7 +233894,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *893 + repository: *894 sender: *4 thread: type: object @@ -234252,10 +234284,10 @@ x-webhooks: type: string before: type: string - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -236530,7 +236562,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -236612,11 +236644,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *955 - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + assignee: *956 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -238903,7 +238935,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -238982,11 +239014,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *890 - installation: *891 - label: *913 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + label: *914 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -241263,7 +241295,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -241344,10 +241376,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *890 - installation: *891 - number: *949 - organization: *892 + enterprise: *891 + installation: *892 + number: *950 + organization: *893 pull_request: title: Pull Request type: object @@ -243616,7 +243648,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *893 + repository: *894 sender: *4 required: - action @@ -243816,7 +243848,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *890 + enterprise: *891 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -243908,8 +243940,8 @@ x-webhooks: - url - author - committer - installation: *891 - organization: *892 + installation: *892 + organization: *893 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -244495,9 +244527,9 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 registry_package: type: object properties: @@ -244943,7 +244975,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *936 + items: *937 summary: type: string tag_name: @@ -244997,7 +245029,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -245075,9 +245107,9 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 registry_package: type: object properties: @@ -245385,7 +245417,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *936 + items: *937 summary: type: string tag_name: @@ -245434,7 +245466,7 @@ x-webhooks: - owner - package_version - registry - repository: *893 + repository: *894 sender: *4 required: - action @@ -245511,10 +245543,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - release: &956 + enterprise: *891 + installation: *892 + organization: *893 + release: &957 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -245832,7 +245864,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *893 + repository: *894 sender: *4 required: - action @@ -245909,11 +245941,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - release: *956 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *957 + repository: *894 sender: *4 required: - action @@ -246030,11 +246062,11 @@ x-webhooks: type: boolean required: - to - enterprise: *890 - installation: *891 - organization: *892 - release: *956 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *957 + repository: *894 sender: *4 required: - action @@ -246112,9 +246144,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -246436,7 +246468,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *893 + repository: *894 sender: *4 required: - action @@ -246512,10 +246544,10 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 - release: &957 + enterprise: *891 + installation: *892 + organization: *893 + release: &958 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -246834,7 +246866,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *893 + repository: *894 sender: *4 required: - action @@ -246910,11 +246942,11 @@ x-webhooks: type: string enum: - released - enterprise: *890 - installation: *891 - organization: *892 - release: *956 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *957 + repository: *894 sender: *4 required: - action @@ -246990,11 +247022,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *890 - installation: *891 - organization: *892 - release: *957 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + release: *958 + repository: *894 sender: *4 required: - action @@ -247070,11 +247102,11 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - repository_advisory: *790 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + repository_advisory: *791 sender: *4 required: - action @@ -247150,11 +247182,11 @@ x-webhooks: type: string enum: - reported - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - repository_advisory: *790 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + repository_advisory: *791 sender: *4 required: - action @@ -247230,10 +247262,10 @@ x-webhooks: type: string enum: - archived - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247310,10 +247342,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247391,10 +247423,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247478,10 +247510,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247593,10 +247625,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247668,10 +247700,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 status: type: string @@ -247752,10 +247784,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247832,10 +247864,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -247929,10 +247961,10 @@ x-webhooks: - name required: - repository - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248012,10 +248044,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 repository_ruleset: *195 sender: *4 required: @@ -248094,10 +248126,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 repository_ruleset: *195 sender: *4 required: @@ -248176,10 +248208,10 @@ x-webhooks: type: string enum: - edited - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 repository_ruleset: *195 changes: type: object @@ -248241,16 +248273,16 @@ x-webhooks: properties: added: type: array - items: *757 + items: *758 deleted: type: array - items: *757 + items: *758 updated: type: array items: type: object properties: - rule: *757 + rule: *758 changes: type: object properties: @@ -248484,10 +248516,10 @@ x-webhooks: - from required: - owner - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248565,10 +248597,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248646,7 +248678,7 @@ x-webhooks: type: string enum: - create - alert: &958 + alert: &959 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -248768,10 +248800,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -248977,10 +249009,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249058,11 +249090,11 @@ x-webhooks: type: string enum: - reopen - alert: *958 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *959 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249261,10 +249293,10 @@ x-webhooks: enum: - fixed - open - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249342,7 +249374,7 @@ x-webhooks: type: string enum: - assigned - alert: &959 + alert: &960 type: object properties: number: *131 @@ -249485,10 +249517,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249566,11 +249598,11 @@ x-webhooks: type: string enum: - created - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249651,11 +249683,11 @@ x-webhooks: type: string enum: - created - alert: *959 - installation: *891 - location: *960 - organization: *892 - repository: *893 + alert: *960 + installation: *892 + location: *961 + organization: *893 + repository: *894 sender: *4 required: - location @@ -249893,11 +249925,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -249975,11 +250007,11 @@ x-webhooks: type: string enum: - reopened - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250057,11 +250089,11 @@ x-webhooks: type: string enum: - resolved - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250139,12 +250171,12 @@ x-webhooks: type: string enum: - unassigned - alert: *959 + alert: *960 assignee: *4 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250222,11 +250254,11 @@ x-webhooks: type: string enum: - validated - alert: *959 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + alert: *960 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -250352,10 +250384,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *893 - enterprise: *890 - installation: *891 - organization: *892 + repository: *894 + enterprise: *891 + installation: *892 + organization: *893 sender: *4 required: - action @@ -250433,11 +250465,11 @@ x-webhooks: type: string enum: - published - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - security_advisory: &961 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + security_advisory: &962 description: The details of the security advisory, including summary, description, and severity. type: object @@ -250608,11 +250640,11 @@ x-webhooks: type: string enum: - updated - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 - security_advisory: *961 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 + security_advisory: *962 sender: *4 required: - action @@ -250685,10 +250717,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -250861,9 +250893,9 @@ x-webhooks: type: object properties: security_and_analysis: *452 - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: *499 sender: *4 required: @@ -250942,12 +250974,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: &962 + sponsorship: &963 type: object properties: created_at: @@ -251248,12 +251280,12 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - sponsorship @@ -251341,12 +251373,12 @@ x-webhooks: type: string required: - from - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - changes @@ -251423,17 +251455,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &963 + effective_date: &964 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: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - sponsorship @@ -251507,7 +251539,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &964 + changes: &965 type: object properties: tier: @@ -251551,13 +251583,13 @@ x-webhooks: - from required: - tier - effective_date: *963 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + effective_date: *964 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - changes @@ -251634,13 +251666,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *964 - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + changes: *965 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - sponsorship: *962 + sponsorship: *963 required: - action - changes @@ -251714,10 +251746,10 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251800,10 +251832,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -252223,15 +252255,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *890 + enterprise: *891 id: description: The unique identifier of the status. type: integer - installation: *891 + installation: *892 name: type: string - organization: *892 - repository: *893 + organization: *893 + repository: *894 sender: *4 sha: description: The Commit SHA. @@ -252346,9 +252378,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -252437,9 +252469,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -252528,9 +252560,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -252619,9 +252651,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *891 - organization: *892 - repository: *893 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -252697,12 +252729,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - team: &965 + team: &966 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -252925,9 +252957,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -253385,7 +253417,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -253461,9 +253493,9 @@ x-webhooks: type: string enum: - created - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -253921,7 +253953,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -253998,9 +254030,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -254458,7 +254490,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -254602,9 +254634,9 @@ x-webhooks: - from required: - permissions - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -255062,7 +255094,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - changes @@ -255140,9 +255172,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *890 - installation: *891 - organization: *892 + enterprise: *891 + installation: *892 + organization: *893 repository: title: Repository description: A git repository @@ -255600,7 +255632,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *965 + team: *966 required: - action - team @@ -255676,10 +255708,10 @@ x-webhooks: type: string enum: - started - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 required: - action @@ -255752,16 +255784,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *890 + enterprise: *891 inputs: type: object nullable: true additionalProperties: true - installation: *891 - organization: *892 + installation: *892 + organization: *893 ref: type: string - repository: *893 + repository: *894 sender: *4 workflow: type: string @@ -255843,10 +255875,10 @@ x-webhooks: type: string enum: - completed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: allOf: @@ -256162,10 +256194,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: allOf: @@ -256504,10 +256536,10 @@ x-webhooks: type: string enum: - queued - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: type: object @@ -256721,10 +256753,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 workflow_job: type: object @@ -256940,12 +256972,12 @@ x-webhooks: type: string enum: - completed - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Workflow Run type: object @@ -257944,12 +257976,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Workflow Run type: object @@ -258933,12 +258965,12 @@ x-webhooks: type: string enum: - requested - enterprise: *890 - installation: *891 - organization: *892 - repository: *893 + enterprise: *891 + installation: *892 + organization: *893 + repository: *894 sender: *4 - workflow: *909 + workflow: *910 workflow_run: title: Workflow Run type: objec{"code":"deadline_exceeded","msg":"operation timed out"}