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 3454d9a96..6c5f4c9f3 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 @@ -132224,6 +132224,22 @@ } } }, + "repository-rule-license-compliance-scanning": { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, "repository-rule-file-path-restriction": { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -132405,6 +132421,9 @@ { "$ref": "#/components/schemas/repository-rule-copilot-code-review" }, + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, { "$ref": "#/components/schemas/repository-rule-file-path-restriction" }, @@ -148731,6 +148750,16 @@ } ] }, + { + "allOf": [ + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, + { + "$ref": "#/components/schemas/repository-rule-ruleset-info" + } + ] + }, { "allOf": [ { 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 a2caefe24..54306ac00 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 @@ -97419,6 +97419,18 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-license-compliance-scanning: + title: license_compliance_scanning + description: Enforce any added or changed dependencies to comply with the organization's + license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning repository-rule-file-path-restriction: title: file_path_restriction description: Prevent commits that include changes in specified file and folder @@ -97534,6 +97546,7 @@ components: - "$ref": "#/components/schemas/repository-rule-workflows" - "$ref": "#/components/schemas/repository-rule-code-scanning" - "$ref": "#/components/schemas/repository-rule-copilot-code-review" + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-max-file-path-length" - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" @@ -109972,6 +109985,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-copilot-code-review" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-ruleset-info" 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 d5d2a9306..628141696 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 @@ -131690,6 +131690,22 @@ } } }, + "repository-rule-license-compliance-scanning": { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, "repository-rule-file-path-restriction": { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -131871,6 +131887,9 @@ { "$ref": "#/components/schemas/repository-rule-copilot-code-review" }, + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, { "$ref": "#/components/schemas/repository-rule-file-path-restriction" }, @@ -148146,6 +148165,16 @@ } ] }, + { + "allOf": [ + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, + { + "$ref": "#/components/schemas/repository-rule-ruleset-info" + } + ] + }, { "allOf": [ { 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 2bced9969..b005d7090 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 @@ -96995,6 +96995,18 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-license-compliance-scanning: + title: license_compliance_scanning + description: Enforce any added or changed dependencies to comply with the organization's + license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning repository-rule-file-path-restriction: title: file_path_restriction description: Prevent commits that include changes in specified file and folder @@ -97110,6 +97122,7 @@ components: - "$ref": "#/components/schemas/repository-rule-workflows" - "$ref": "#/components/schemas/repository-rule-code-scanning" - "$ref": "#/components/schemas/repository-rule-copilot-code-review" + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-max-file-path-length" - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" @@ -109507,6 +109520,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-copilot-code-review" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-ruleset-info" diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 69f51fec6..959aa5b25 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -133212,6 +133212,22 @@ } } }, + "repository-rule-license-compliance-scanning": { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, "repository-rule-file-path-restriction": { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -133393,6 +133409,9 @@ { "$ref": "#/components/schemas/repository-rule-copilot-code-review" }, + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, { "$ref": "#/components/schemas/repository-rule-file-path-restriction" }, @@ -150046,6 +150065,16 @@ } ] }, + { + "allOf": [ + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, + { + "$ref": "#/components/schemas/repository-rule-ruleset-info" + } + ] + }, { "allOf": [ { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index e18c8cdf7..dcb92d415 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -98099,6 +98099,18 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-license-compliance-scanning: + title: license_compliance_scanning + description: Enforce any added or changed dependencies to comply with the organization's + license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning repository-rule-file-path-restriction: title: file_path_restriction description: Prevent commits that include changes in specified file and folder @@ -98214,6 +98226,7 @@ components: - "$ref": "#/components/schemas/repository-rule-workflows" - "$ref": "#/components/schemas/repository-rule-code-scanning" - "$ref": "#/components/schemas/repository-rule-copilot-code-review" + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-max-file-path-length" - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" @@ -110925,6 +110938,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-copilot-code-review" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-ruleset-info" 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 fa187610c..fd4103a69 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 @@ -212926,6 +212926,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -215573,6 +215589,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -217664,6 +217696,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -220332,6 +220380,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -561194,6 +561258,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -562725,6 +562831,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -563873,6 +563995,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -565229,6 +565367,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -567339,6 +567493,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -568502,6 +568672,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -569854,6 +570040,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1356844,6 +1357046,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1359784,6 +1360002,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1362724,6 +1362958,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1363798,6 +1364048,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1364700,6 +1364966,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1365605,6 +1365887,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", 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 e8c577a4a..cf28583b5 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: - - &696 + - &697 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: &792 + discussion: &793 title: Discussion description: A Discussion in a repository. type: object @@ -14843,7 +14843,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &707 + sub_issues_summary: &708 title: Sub-issues Summary type: object properties: @@ -14970,7 +14970,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &708 + issue_dependencies_summary: &709 title: Issue Dependencies Summary type: object properties: @@ -16445,7 +16445,7 @@ paths: url: type: string format: uri - user: &716 + user: &717 title: Public User description: Public User type: object @@ -22311,7 +22311,7 @@ paths: parameters: - *78 - *124 - - &768 + - &769 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 @@ -22423,7 +22423,7 @@ paths: - *124 - *125 - *126 - - &769 + - &770 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22431,7 +22431,7 @@ paths: schema: type: string - *129 - - &770 + - &771 name: sku description: The SKU to query for usage. in: query @@ -29944,12 +29944,12 @@ paths: required: - subject_digests examples: - default: &749 + default: &750 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &750 + withPredicateType: &751 value: subject_digests: - sha256:abc123 @@ -30007,7 +30007,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &751 + default: &752 value: attestations_subject_digests: - sha256:abc: @@ -42043,7 +42043,7 @@ paths: parameters: - *78 - *269 - - &732 + - &733 name: repo_name description: repo_name parameter in: path @@ -43084,7 +43084,7 @@ paths: - nuget - container - *78 - - &733 + - &734 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43125,7 +43125,7 @@ paths: default: *276 '403': *29 '401': *25 - '400': &735 + '400': &736 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45222,7 +45222,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &823 + properties: &824 id: type: number description: The unique identifier of the status update. @@ -45270,7 +45270,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &824 + required: &825 - id - node_id - created_at @@ -46088,7 +46088,7 @@ paths: - updated_at - project_url examples: - default: &755 + default: &756 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46265,7 +46265,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &756 + items: &757 type: object properties: name: @@ -46302,7 +46302,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &757 + iteration_configuration: &758 type: object description: The configuration for iteration fields. properties: @@ -46352,7 +46352,7 @@ paths: value: name: Due date data_type: date - single_select_field: &758 + single_select_field: &759 summary: Create a single select field value: name: Priority @@ -46379,7 +46379,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &759 + iteration_field: &760 summary: Create an iteration field value: name: Sprint @@ -46405,7 +46405,7 @@ paths: application/json: schema: *297 examples: - text_field: &760 + text_field: &761 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46414,7 +46414,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: &761 + number_field: &762 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46423,7 +46423,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: &762 + date_field: &763 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46432,7 +46432,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: &763 + single_select_field: &764 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46466,7 +46466,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &764 + iteration_field: &765 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46512,7 +46512,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *293 - - &765 + - &766 name: field_id description: The unique identifier of the field. in: path @@ -46527,7 +46527,7 @@ paths: application/json: schema: *297 examples: - default: &766 + default: &767 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47724,7 +47724,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &746 + schema: &747 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -47901,7 +47901,7 @@ paths: parameters: - *293 - *78 - - &767 + - &768 name: view_number description: The number that identifies the project view. in: path @@ -49868,7 +49868,7 @@ paths: - *78 - *17 - *19 - - &644 + - &645 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50150,7 +50150,7 @@ paths: - repository_property rules: type: array - items: &645 + items: &646 title: Repository Rule type: object description: A repository rule. @@ -50814,6 +50814,18 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. + - &644 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - &332 title: file_path_restriction description: Prevent commits that include changes in specified @@ -51114,7 +51126,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *78 - - &646 + - &647 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 @@ -51129,7 +51141,7 @@ paths: in: query schema: type: string - - &647 + - &648 name: time_period description: |- The time period to filter by. @@ -51145,14 +51157,14 @@ paths: - week - month default: day - - &648 + - &649 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 - - &649 + - &650 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51165,7 +51177,7 @@ paths: - bypass - all default: all - - &650 + - &651 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. @@ -51188,7 +51200,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &652 title: Rule Suites description: Response type: array @@ -51243,7 +51255,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &652 + default: &653 value: - id: 21 actor_id: 12 @@ -51287,7 +51299,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *78 - - &653 + - &654 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51303,7 +51315,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Rule Suite description: Response type: object @@ -51402,7 +51414,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &655 + default: &656 value: id: 21 actor_id: 12 @@ -51649,7 +51661,7 @@ paths: type: string format: date-time examples: - default: &657 + default: &658 value: - version_id: 3 actor: @@ -51702,7 +51714,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &659 allOf: - *342 - type: object @@ -51774,7 +51786,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *78 - - &659 + - &660 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -51785,7 +51797,7 @@ paths: enum: - open - resolved - - &660 + - &661 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -51795,7 +51807,7 @@ paths: required: false schema: type: string - - &661 + - &662 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -51806,7 +51818,7 @@ paths: required: false schema: type: string - - &662 + - &663 name: exclude_providers in: query description: |- @@ -51817,7 +51829,7 @@ paths: required: false schema: type: string - - &663 + - &664 name: providers in: query description: |- @@ -51828,7 +51840,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -51837,7 +51849,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -51856,7 +51868,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &666 + - &667 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. @@ -51871,7 +51883,7 @@ paths: - *62 - *19 - *17 - - &667 + - &668 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 @@ -51881,7 +51893,7 @@ paths: required: false schema: type: string - - &668 + - &669 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 @@ -51891,7 +51903,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -51900,7 +51912,7 @@ paths: required: false schema: type: string - - &670 + - &671 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -51909,7 +51921,7 @@ paths: schema: type: boolean default: false - - &671 + - &672 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -51918,7 +51930,7 @@ paths: schema: type: boolean default: false - - &672 + - &673 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -51927,7 +51939,7 @@ paths: schema: type: boolean default: false - - &673 + - &674 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -51964,14 +51976,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &674 + state: &675 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: &675 + resolution: &676 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52088,8 +52100,8 @@ paths: pull request. ' - oneOf: &676 - - &678 + oneOf: &677 + - &679 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52147,7 +52159,7 @@ paths: - blob_url - commit_sha - commit_url - - &679 + - &680 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. @@ -52202,7 +52214,7 @@ paths: - page_url - commit_sha - commit_url - - &680 + - &681 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52222,7 +52234,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &681 + - &682 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52242,7 +52254,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &682 + - &683 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52262,7 +52274,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &683 + - &684 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52276,7 +52288,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &684 + - &685 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52290,7 +52302,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &685 + - &686 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52304,7 +52316,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &686 + - &687 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. @@ -52324,7 +52336,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &687 + - &688 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. @@ -52344,7 +52356,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &688 + - &689 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. @@ -52364,7 +52376,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &689 + - &690 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. @@ -52384,7 +52396,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &690 + - &691 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. @@ -52903,7 +52915,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 description: A repository security advisory. type: object properties: @@ -53194,7 +53206,7 @@ paths: - private_fork additionalProperties: false examples: - default: &695 + default: &696 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55047,7 +55059,7 @@ paths: application/json: schema: type: array - items: &710 + items: &711 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -55166,7 +55178,7 @@ paths: - type - url examples: - default: &711 + default: &712 value: - login: octocat id: 1 @@ -55252,7 +55264,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &712 + response-if-user-is-a-team-maintainer: &713 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55317,7 +55329,7 @@ paths: application/json: schema: *353 examples: - response-if-users-membership-with-team-is-now-pending: &713 + response-if-users-membership-with-team-is-now-pending: &714 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55431,7 +55443,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &714 + schema: &715 title: Team Repository description: A team's access to a repository. type: object @@ -56088,7 +56100,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: &715 + response-if-child-teams-exist: &716 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -61741,7 +61753,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &786 + properties: &787 url: type: string format: uri @@ -61826,7 +61838,7 @@ paths: nullable: true properties: *83 required: *84 - required: &787 + required: &788 - id - node_id - sha @@ -67921,7 +67933,7 @@ paths: check. type: array items: *93 - deployment: &779 + deployment: &780 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68833,7 +68845,7 @@ paths: type: string format: date-time nullable: true - head_commit: &807 + head_commit: &808 title: Simple Commit description: A commit. type: object @@ -73559,14 +73571,14 @@ paths: type: integer machines: type: array - items: &721 + items: &722 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *477 required: *478 examples: - default: &722 + default: &723 value: total_count: 2 machines: @@ -76712,7 +76724,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Status description: The status of a commit. type: object @@ -78295,7 +78307,7 @@ paths: items: type: object properties: - placeholder_id: &691 + placeholder_id: &692 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -84355,7 +84367,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &815 + last_response: &816 title: Hook Response type: object properties: @@ -85407,7 +85419,7 @@ paths: parameters: - *354 - *355 - - &744 + - &745 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -85992,7 +86004,7 @@ paths: type: array items: *556 examples: - default: &737 + default: &738 value: - id: 1 repository: @@ -100441,6 +100453,9 @@ paths: - allOf: - *338 - *642 + - allOf: + - *644 + - *642 - allOf: - *332 - *642 @@ -100503,7 +100518,7 @@ paths: schema: type: boolean default: true - - *644 + - *645 responses: '200': description: Response @@ -100588,7 +100603,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *645 + items: *646 required: - name - enforcement @@ -100621,7 +100636,7 @@ paths: application/json: schema: *339 examples: - default: &656 + default: &657 value: id: 42 name: super cool ruleset @@ -100671,11 +100686,11 @@ paths: parameters: - *354 - *355 - - *646 - *647 - *648 - *649 - *650 + - *651 - *17 - *19 responses: @@ -100683,9 +100698,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 '500': *55 x-github: @@ -100708,15 +100723,15 @@ paths: parameters: - *354 - *355 - - *653 + - *654 responses: '200': description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 '500': *55 x-github: @@ -100767,7 +100782,7 @@ paths: application/json: schema: *339 examples: - default: *656 + default: *657 '404': *6 '500': *55 put: @@ -100820,7 +100835,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *645 + items: *646 examples: default: value: @@ -100850,7 +100865,7 @@ paths: application/json: schema: *339 examples: - default: *656 + default: *657 '404': *6 '422': *15 '500': *55 @@ -100912,7 +100927,7 @@ paths: type: array items: *342 examples: - default: *657 + default: *658 '404': *6 '500': *55 x-github: @@ -100950,7 +100965,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -101007,7 +101022,6 @@ paths: parameters: - *354 - *355 - - *659 - *660 - *661 - *662 @@ -101015,16 +101029,17 @@ paths: - *664 - *665 - *666 + - *667 - *62 - *19 - *17 - - *667 - *668 - *669 - *670 - *671 - *672 - *673 + - *674 responses: '200': description: Response @@ -101032,7 +101047,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 type: object properties: number: *188 @@ -101051,8 +101066,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *674 - resolution: *675 + state: *675 + resolution: *676 resolved_at: type: string format: date-time @@ -101158,7 +101173,7 @@ paths: pull request. ' - oneOf: *676 + oneOf: *677 nullable: true has_more_locations: type: boolean @@ -101325,13 +101340,13 @@ paths: - *354 - *355 - *453 - - *672 + - *673 responses: '200': description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -101395,8 +101410,8 @@ paths: schema: type: object properties: - state: *674 - resolution: *675 + state: *675 + resolution: *676 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -101440,7 +101455,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -101552,7 +101567,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &837 + items: &838 type: object properties: type: @@ -101578,7 +101593,6 @@ paths: example: commit details: oneOf: - - *678 - *679 - *680 - *681 @@ -101591,6 +101605,7 @@ paths: - *688 - *689 - *690 + - *691 examples: default: value: @@ -101685,14 +101700,14 @@ paths: schema: type: object properties: - reason: &692 + reason: &693 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *691 + placeholder_id: *692 required: - reason - placeholder_id @@ -101709,7 +101724,7 @@ paths: schema: type: object properties: - reason: *692 + reason: *693 expire_at: type: string format: date-time @@ -101771,7 +101786,7 @@ paths: properties: incremental_scans: type: array - items: &693 + items: &694 description: Information on a single scan performed by secret scanning on the repository type: object @@ -101802,15 +101817,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *693 + items: *694 backfill_scans: type: array - items: *693 + items: *694 custom_pattern_backfill_scans: type: array items: allOf: - - *693 + - *694 - type: object properties: pattern_name: @@ -101823,7 +101838,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *693 + items: *694 examples: default: value: @@ -101933,9 +101948,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *695 + default: *696 '400': *14 '404': *6 x-github: @@ -102119,9 +102134,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &697 + default: &698 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -102459,7 +102474,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -102608,15 +102623,15 @@ paths: parameters: - *354 - *355 - - *696 + - *697 responses: '200': description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 + default: *698 '403': *29 '404': *6 x-github: @@ -102642,7 +102657,7 @@ paths: parameters: - *354 - *355 - - *696 + - *697 requestBody: required: true content: @@ -102801,10 +102816,10 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 - add_credit: *697 + default: *698 + add_credit: *698 '403': *29 '404': *6 '422': @@ -102844,7 +102859,7 @@ paths: parameters: - *354 - *355 - - *696 + - *697 responses: '202': *39 '400': *14 @@ -102873,7 +102888,7 @@ paths: parameters: - *354 - *355 - - *696 + - *697 responses: '202': description: Response @@ -103017,7 +103032,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -103390,7 +103405,7 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: default: value: @@ -103478,7 +103493,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -103572,7 +103587,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &700 + schema: &701 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -103667,7 +103682,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -103874,7 +103889,7 @@ paths: description: Response content: application/json: - schema: &701 + schema: &702 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -103886,7 +103901,7 @@ paths: required: - names examples: - default: &702 + default: &703 value: names: - octocat @@ -103941,9 +103956,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: *702 + default: *703 '404': *6 '422': *7 x-github: @@ -103966,7 +103981,7 @@ paths: parameters: - *354 - *355 - - &703 + - &704 name: per description: The time frame to display results for. in: query @@ -103995,7 +104010,7 @@ paths: example: 128 clones: type: array - items: &704 + items: &705 title: Traffic type: object properties: @@ -104236,7 +104251,7 @@ paths: parameters: - *354 - *355 - - *703 + - *704 responses: '200': description: Response @@ -104255,7 +104270,7 @@ paths: example: 3782 views: type: array - items: *704 + items: *705 required: - uniques - count @@ -105027,7 +105042,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &705 + text_matches: &706 title: Search Result Text Matches type: array items: @@ -105189,7 +105204,7 @@ paths: enum: - author-date - committer-date - - &706 + - &707 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 @@ -105317,7 +105332,7 @@ paths: type: number node_id: type: string - text_matches: *705 + text_matches: *706 required: - sha - node_id @@ -105509,7 +105524,7 @@ paths: - interactions - created - updated - - *706 + - *707 - *17 - *19 - name: advanced_search @@ -105623,8 +105638,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -105659,7 +105674,7 @@ paths: type: string format: date-time nullable: true - text_matches: *705 + text_matches: *706 pull_request: type: object properties: @@ -105941,7 +105956,7 @@ paths: enum: - created - updated - - *706 + - *707 - *17 - *19 responses: @@ -105985,7 +106000,7 @@ paths: nullable: true score: type: number - text_matches: *705 + text_matches: *706 required: - id - node_id @@ -106070,7 +106085,7 @@ paths: - forks - help-wanted-issues - updated - - *706 + - *707 - *17 - *19 responses: @@ -106318,7 +106333,7 @@ paths: - admin - pull - push - text_matches: *705 + text_matches: *706 temp_clone_token: type: string allow_merge_commit: @@ -106618,7 +106633,7 @@ paths: type: string format: uri nullable: true - text_matches: *705 + text_matches: *706 related: type: array nullable: true @@ -106809,7 +106824,7 @@ paths: - followers - repositories - joined - - *706 + - *707 - *17 - *19 responses: @@ -106913,7 +106928,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *705 + text_matches: *706 blog: type: string nullable: true @@ -106992,7 +107007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &709 + - &710 name: team_id description: The unique identifier of the team. in: path @@ -107033,7 +107048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *709 + - *710 requestBody: required: true content: @@ -107133,7 +107148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *709 + - *710 responses: '204': description: Response @@ -107162,7 +107177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *709 + - *710 - *17 - *19 responses: @@ -107202,7 +107217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *709 + - *710 - name: role description: Filters members returned by their role in the team. in: query @@ -107223,9 +107238,9 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: - default: *711 + default: *712 headers: Link: *70 '404': *6 @@ -107253,7 +107268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -107290,7 +107305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -107330,7 +107345,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -107367,7 +107382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *709 + - *710 - *74 responses: '200': @@ -107376,7 +107391,7 @@ paths: application/json: schema: *353 examples: - response-if-user-is-a-team-maintainer: *712 + response-if-user-is-a-team-maintainer: *713 '404': *6 x-github: githubCloudOnly: false @@ -107409,7 +107424,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *709 + - *710 - *74 requestBody: required: false @@ -107437,7 +107452,7 @@ paths: application/json: schema: *353 examples: - response-if-users-membership-with-team-is-now-pending: *713 + response-if-users-membership-with-team-is-now-pending: *714 '403': description: Forbidden if team synchronization is set up '422': @@ -107471,7 +107486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -107499,7 +107514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *709 + - *710 - *17 - *19 responses: @@ -107541,7 +107556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *709 + - *710 - *354 - *355 responses: @@ -107549,7 +107564,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *714 + schema: *715 examples: alternative-response-with-extra-repository-information: value: @@ -107700,7 +107715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *709 + - *710 - *354 - *355 requestBody: @@ -107752,7 +107767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *709 + - *710 - *354 - *355 responses: @@ -107779,7 +107794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *709 + - *710 - *17 - *19 responses: @@ -107791,7 +107806,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: *715 + response-if-child-teams-exist: *716 headers: Link: *70 '404': *6 @@ -107824,7 +107839,7 @@ paths: application/json: schema: oneOf: - - &717 + - &718 title: Private User description: Private User type: object @@ -108027,7 +108042,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *716 + - *717 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -108180,7 +108195,7 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: default: value: @@ -108578,7 +108593,7 @@ paths: type: integer secrets: type: array - items: &718 + items: &719 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -108694,7 +108709,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -109107,7 +109122,7 @@ paths: description: Response content: application/json: - schema: &719 + schema: &720 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109148,7 +109163,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &720 + default: &721 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109193,9 +109208,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 '404': *6 x-github: githubCloudOnly: false @@ -109232,9 +109247,9 @@ paths: type: integer machines: type: array - items: *721 + items: *722 examples: - default: *722 + default: *723 '304': *37 '500': *55 '401': *25 @@ -110173,7 +110188,7 @@ paths: type: array items: *275 examples: - default: &734 + default: &735 value: - id: 197 name: hello_docker @@ -110274,7 +110289,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Email description: Email type: object @@ -110339,9 +110354,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: &736 + default: &737 value: - email: octocat@github.com verified: true @@ -110416,7 +110431,7 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: default: value: @@ -110672,7 +110687,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 title: GPG Key description: A unique encryption key type: object @@ -110803,7 +110818,7 @@ paths: - subkeys - revoked examples: - default: &753 + default: &754 value: - id: 3 name: Octocat's GPG Key @@ -110888,9 +110903,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: &725 + default: &726 value: id: 3 name: Octocat's GPG Key @@ -110947,7 +110962,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &726 + - &727 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -110959,9 +110974,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: *725 + default: *726 '404': *6 '304': *37 '403': *29 @@ -110984,7 +110999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *726 + - *727 responses: '204': description: Response @@ -111451,7 +111466,7 @@ paths: application/json: schema: type: array - items: &727 + items: &728 title: Key description: Key type: object @@ -111552,9 +111567,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &728 + default: &729 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -111593,9 +111608,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *728 + default: *729 '404': *6 '304': *37 '403': *29 @@ -111651,7 +111666,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -111719,7 +111734,7 @@ paths: - account - plan examples: - default: &730 + default: &731 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -111781,9 +111796,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *730 + default: *731 headers: Link: *70 '304': *37 @@ -112026,7 +112041,7 @@ paths: application/json: schema: *266 examples: - default: &731 + default: &732 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -112075,7 +112090,7 @@ paths: application/json: schema: *266 examples: - default: *731 + default: *732 '403': *29 '404': *6 '422': *15 @@ -112800,7 +112815,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *269 - - *732 + - *733 responses: '204': description: Response @@ -112915,7 +112930,7 @@ paths: - docker - nuget - container - - *733 + - *734 - *19 - *17 responses: @@ -112927,8 +112942,8 @@ paths: type: array items: *275 examples: - default: *734 - '400': *735 + default: *735 + '400': *736 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112957,7 +112972,7 @@ paths: application/json: schema: *275 examples: - default: &754 + default: &755 value: id: 40201 name: octo-name @@ -113319,9 +113334,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *736 + default: *737 headers: Link: *70 '304': *37 @@ -113434,7 +113449,7 @@ paths: type: array items: *82 examples: - default: &743 + default: &744 summary: Default response value: - id: 1296269 @@ -113780,7 +113795,7 @@ paths: type: array items: *556 examples: - default: *737 + default: *738 headers: Link: *70 '304': *37 @@ -113859,7 +113874,7 @@ paths: application/json: schema: type: array - items: &738 + items: &739 title: Social account description: Social media account type: object @@ -113874,7 +113889,7 @@ paths: - provider - url examples: - default: &739 + default: &740 value: - provider: twitter url: https://twitter.com/github @@ -113936,9 +113951,9 @@ paths: application/json: schema: type: array - items: *738 + items: *739 examples: - default: *739 + default: *740 '422': *15 '304': *37 '404': *6 @@ -114025,7 +114040,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114045,7 +114060,7 @@ paths: - title - created_at examples: - default: &771 + default: &772 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -114109,9 +114124,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: &741 + default: &742 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -114141,7 +114156,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: - - &742 + - &743 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114153,9 +114168,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *741 + default: *742 '404': *6 '304': *37 '403': *29 @@ -114178,7 +114193,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: - - *742 + - *743 responses: '204': description: Response @@ -114207,7 +114222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &772 + - &773 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 @@ -114232,11 +114247,11 @@ paths: type: array items: *82 examples: - default-response: *743 + default-response: *744 application/vnd.github.v3.star+json: schema: type: array - items: &773 + items: &774 title: Starred Repository description: Starred Repository type: object @@ -114605,10 +114620,10 @@ paths: application/json: schema: oneOf: + - *718 - *717 - - *716 examples: - default-response: &747 + default-response: &748 summary: Default response value: login: octocat @@ -114643,7 +114658,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &748 + response-with-git-hub-plan-information: &749 summary: Response with GitHub plan information value: login: octocat @@ -114700,7 +114715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &745 + - &746 name: user_id description: The unique identifier of the user. in: path @@ -114766,7 +114781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *744 + - *745 - *17 responses: '200': @@ -114801,7 +114816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *745 + - *746 - *293 requestBody: required: true @@ -114873,7 +114888,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *746 + schema: *747 examples: table_view: summary: Response for creating a table view @@ -114925,11 +114940,11 @@ paths: application/json: schema: oneOf: + - *718 - *717 - - *716 examples: - default-response: *747 - response-with-git-hub-plan-information: *748 + default-response: *748 + response-with-git-hub-plan-information: *749 '404': *6 x-github: githubCloudOnly: false @@ -114979,8 +114994,8 @@ paths: required: - subject_digests examples: - default: *749 - withPredicateType: *750 + default: *750 + withPredicateType: *751 responses: '200': description: Response @@ -115033,7 +115048,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *751 + default: *752 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115519,7 +115534,7 @@ paths: application/json: schema: *204 examples: - default: &752 + default: &753 summary: Example response for a user copilot space value: id: 42 @@ -115620,7 +115635,7 @@ paths: application/json: schema: *204 examples: - default: *752 + default: *753 '403': *29 '404': *6 x-github: @@ -115743,7 +115758,7 @@ paths: application/json: schema: *204 examples: - default: *752 + default: *753 '403': *29 '404': *6 '422': *15 @@ -116511,7 +116526,7 @@ paths: type: array items: *275 examples: - default: *734 + default: *735 '403': *29 '401': *25 x-github: @@ -116895,9 +116910,9 @@ paths: application/json: schema: type: array - items: *724 + items: *725 examples: - default: *753 + default: *754 headers: Link: *70 x-github: @@ -117125,7 +117140,7 @@ paths: - docker - nuget - container - - *733 + - *734 - *74 - *19 - *17 @@ -117138,10 +117153,10 @@ paths: type: array items: *275 examples: - default: *734 + default: *735 '403': *29 '401': *25 - '400': *735 + '400': *736 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117171,7 +117186,7 @@ paths: application/json: schema: *275 examples: - default: *754 + default: *755 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117520,7 +117535,7 @@ paths: type: array items: *297 examples: - default: *755 + default: *756 headers: Link: *70 '304': *37 @@ -117580,7 +117595,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *756 + items: *757 required: - name - data_type @@ -117596,7 +117611,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *757 + iteration_configuration: *758 required: - name - data_type @@ -117618,8 +117633,8 @@ paths: value: name: Due date data_type: date - single_select_field: *758 - iteration_field: *759 + single_select_field: *759 + iteration_field: *760 responses: '201': description: Response @@ -117627,11 +117642,11 @@ paths: application/json: schema: *297 examples: - text_field: *760 - number_field: *761 - date_field: *762 - single_select_field: *763 - iteration_field: *764 + text_field: *761 + number_field: *762 + date_field: *763 + single_select_field: *764 + iteration_field: *765 '304': *37 '403': *29 '401': *25 @@ -117653,7 +117668,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *293 - - *765 + - *766 - *74 responses: '200': @@ -117662,7 +117677,7 @@ paths: application/json: schema: *297 examples: - default: *766 + default: *767 headers: Link: *70 '304': *37 @@ -118016,7 +118031,7 @@ paths: parameters: - *293 - *74 - - *767 + - *768 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -118555,7 +118570,7 @@ paths: parameters: - *74 - *124 - - *768 + - *769 - *126 responses: '200': @@ -118654,9 +118669,9 @@ paths: - *124 - *125 - *126 - - *769 - - *129 - *770 + - *129 + - *771 responses: '200': description: Response when getting a billing usage summary @@ -118790,9 +118805,9 @@ paths: application/json: schema: type: array - items: *738 + items: *739 examples: - default: *739 + default: *740 headers: Link: *70 x-github: @@ -118822,9 +118837,9 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *771 + default: *772 headers: Link: *70 x-github: @@ -118849,7 +118864,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *74 - - *772 + - *773 - *62 - *17 - *19 @@ -118861,11 +118876,11 @@ paths: schema: anyOf: - type: array - items: *773 + items: *774 - type: array items: *82 examples: - default-response: *743 + default-response: *744 headers: Link: *70 x-github: @@ -119024,7 +119039,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &774 + enterprise: &775 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -119082,7 +119097,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &775 + installation: &776 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -119101,7 +119116,7 @@ x-webhooks: required: - id - node_id - organization: &776 + organization: &777 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -119161,13 +119176,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &777 + repository: &778 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: &809 + properties: &810 id: description: Unique identifier of the repository example: 42 @@ -119862,7 +119877,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &810 + required: &811 - archive_url - assignees_url - blobs_url @@ -120013,10 +120028,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -120092,11 +120107,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - rule: &778 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + rule: &779 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) @@ -120319,11 +120334,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - rule: *778 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + rule: *779 sender: *4 required: - action @@ -120506,11 +120521,11 @@ x-webhooks: - everyone required: - from - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - rule: *778 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + rule: *779 sender: *4 required: - action @@ -120594,7 +120609,7 @@ x-webhooks: type: string enum: - completed - check_run: &780 + check_run: &781 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120685,7 +120700,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *779 + deployment: *780 details_url: example: https://example.com type: string @@ -120770,10 +120785,10 @@ x-webhooks: - output - app - pull_requests - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 sender: *4 required: - check_run @@ -121164,11 +121179,11 @@ x-webhooks: type: string enum: - created - check_run: *780 - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + check_run: *781 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 sender: *4 required: - check_run @@ -121562,11 +121577,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *780 - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + check_run: *781 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 requested_action: description: The action requested by the user. type: object @@ -121969,11 +121984,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *780 - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + check_run: *781 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 sender: *4 required: - check_run @@ -122943,10 +122958,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -123645,10 +123660,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -124341,10 +124356,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -124655,20 +124670,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &781 + commit_oid: &782 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *774 - installation: *775 - organization: *776 - ref: &782 + enterprise: *775 + installation: *776 + organization: *777 + ref: &783 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *777 + repository: *778 sender: *4 required: - action @@ -125063,12 +125078,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -125334,12 +125349,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -125671,12 +125686,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -125950,16 +125965,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 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: *777 + repository: *778 sender: *4 required: - action @@ -126196,12 +126211,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -126512,10 +126527,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -126770,10 +126785,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -126853,18 +126868,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *776 - pusher_type: &783 + organization: *777 + pusher_type: &784 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &784 + ref: &785 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -126874,7 +126889,7 @@ x-webhooks: enum: - tag - branch - repository: *777 + repository: *778 sender: *4 required: - ref @@ -126957,9 +126972,9 @@ x-webhooks: enum: - created definition: *305 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -127044,9 +127059,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -127124,9 +127139,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *305 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -127204,9 +127219,9 @@ x-webhooks: enum: - updated definition: *305 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -127283,10 +127298,10 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - repository: *777 - organization: *776 + enterprise: *775 + installation: *776 + repository: *778 + organization: *777 sender: *4 new_property_values: type: array @@ -127371,18 +127386,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - pusher_type: *783 - ref: *784 + enterprise: *775 + installation: *776 + organization: *777 + pusher_type: *784 + ref: *785 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *777 + repository: *778 sender: *4 required: - ref @@ -127463,10 +127478,10 @@ x-webhooks: enum: - assignees_changed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127547,10 +127562,10 @@ x-webhooks: enum: - auto_dismissed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127632,10 +127647,10 @@ x-webhooks: enum: - auto_reopened alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127717,10 +127732,10 @@ x-webhooks: enum: - created alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127800,10 +127815,10 @@ x-webhooks: enum: - dismissed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127883,10 +127898,10 @@ x-webhooks: enum: - fixed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127967,10 +127982,10 @@ x-webhooks: enum: - reintroduced alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -128050,10 +128065,10 @@ x-webhooks: enum: - reopened alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -128130,9 +128145,9 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - key: &785 + enterprise: *775 + installation: *776 + key: &786 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -128168,8 +128183,8 @@ x-webhooks: - verified - created_at - read_only - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -128246,11 +128261,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - key: *785 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + key: *786 + organization: *777 + repository: *778 sender: *4 required: - action @@ -128806,12 +128821,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: &791 + workflow: &792 title: Workflow type: object nullable: true @@ -129552,15 +129567,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *786 - required: *787 + properties: *787 + required: *788 nullable: true pull_requests: type: array items: *625 - repository: *777 - organization: *776 - installation: *775 + repository: *778 + organization: *777 + installation: *776 sender: *4 responses: '200': @@ -129631,7 +129646,7 @@ x-webhooks: type: string enum: - approved - approver: &788 + approver: &789 type: object properties: avatar_url: @@ -129674,11 +129689,11 @@ x-webhooks: type: string comment: type: string - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - reviewers: &789 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + reviewers: &790 type: array items: type: object @@ -129757,7 +129772,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &790 + workflow_job_run: &791 type: object properties: conclusion: @@ -130488,18 +130503,18 @@ x-webhooks: type: string enum: - rejected - approver: *788 + approver: *789 comment: type: string - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - reviewers: *789 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + reviewers: *790 sender: *4 since: type: string - workflow_job_run: *790 + workflow_job_run: *791 workflow_job_runs: type: array items: @@ -131203,13 +131218,13 @@ x-webhooks: type: string enum: - requested - enterprise: *774 + enterprise: *775 environment: type: string - installation: *775 - organization: *776 - repository: *777 - requestor: &796 + installation: *776 + organization: *777 + repository: *778 + requestor: &797 title: User type: object nullable: true @@ -133098,12 +133113,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 workflow_run: title: Deployment Workflow Run type: object @@ -133783,7 +133798,7 @@ x-webhooks: type: string enum: - answered - answer: &794 + answer: &795 type: object properties: author_association: @@ -133940,11 +133955,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134071,11 +134086,11 @@ x-webhooks: - from required: - category - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134158,11 +134173,11 @@ x-webhooks: type: string enum: - closed - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134244,7 +134259,7 @@ x-webhooks: type: string enum: - created - comment: &793 + comment: &794 type: object properties: author_association: @@ -134401,11 +134416,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134488,12 +134503,12 @@ x-webhooks: type: string enum: - deleted - comment: *793 - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + comment: *794 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134588,12 +134603,12 @@ x-webhooks: - from required: - body - comment: *793 - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + comment: *794 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134677,11 +134692,11 @@ x-webhooks: type: string enum: - created - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134763,11 +134778,11 @@ x-webhooks: type: string enum: - deleted - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134867,11 +134882,11 @@ x-webhooks: type: string required: - from - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134953,10 +134968,10 @@ x-webhooks: type: string enum: - labeled - discussion: *792 - enterprise: *774 - installation: *775 - label: &795 + discussion: *793 + enterprise: *775 + installation: *776 + label: &796 title: Label type: object properties: @@ -134988,8 +135003,8 @@ x-webhooks: - color - default - description - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135072,11 +135087,11 @@ x-webhooks: type: string enum: - locked - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135158,11 +135173,11 @@ x-webhooks: type: string enum: - pinned - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135244,11 +135259,11 @@ x-webhooks: type: string enum: - reopened - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135333,16 +135348,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *792 - new_repository: *777 + new_discussion: *793 + new_repository: *778 required: - new_discussion - new_repository - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135425,10 +135440,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *792 - old_answer: *794 - organization: *776 - repository: *777 + discussion: *793 + old_answer: *795 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135510,12 +135525,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *792 - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135598,11 +135613,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135684,11 +135699,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135761,7 +135776,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *774 + enterprise: *775 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -136421,9 +136436,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - forkee @@ -136569,9 +136584,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pages: description: The pages that were updated. type: array @@ -136608,7 +136623,7 @@ x-webhooks: - action - sha - html_url - repository: *777 + repository: *778 sender: *4 required: - pages @@ -136684,10 +136699,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: &797 + organization: *777 + repositories: &798 description: An array of repository objects that the installation can access. type: array @@ -136713,8 +136728,8 @@ x-webhooks: - name - full_name - private - repository: *777 - requester: *796 + repository: *778 + requester: *797 sender: *4 required: - action @@ -136789,11 +136804,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -136869,11 +136884,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -136949,10 +136964,10 @@ x-webhooks: type: string enum: - added - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories_added: &798 + organization: *777 + repositories_added: &799 description: An array of repository objects, which were added to the installation. type: array @@ -136998,15 +137013,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *777 - repository_selection: &799 + repository: *778 + repository_selection: &800 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *796 + requester: *797 sender: *4 required: - action @@ -137085,10 +137100,10 @@ x-webhooks: type: string enum: - removed - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories_added: *798 + organization: *777 + repositories_added: *799 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137115,9 +137130,9 @@ x-webhooks: - name - full_name - private - repository: *777 - repository_selection: *799 - requester: *796 + repository: *778 + repository_selection: *800 + requester: *797 sender: *4 required: - action @@ -137196,11 +137211,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -137378,10 +137393,10 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 target_type: type: string @@ -137460,11 +137475,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -137731,8 +137746,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138521,8 +138536,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138871,8 +138886,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -138952,7 +138967,7 @@ x-webhooks: type: string enum: - deleted - comment: &800 + comment: &801 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -139132,8 +139147,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139918,8 +139933,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140270,8 +140285,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -140351,7 +140366,7 @@ x-webhooks: type: string enum: - edited - changes: &829 + changes: &830 description: The changes to the comment. type: object properties: @@ -140363,9 +140378,9 @@ x-webhooks: type: string required: - from - comment: *800 - enterprise: *774 - installation: *775 + comment: *801 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141153,8 +141168,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141503,8 +141518,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -141585,9 +141600,9 @@ x-webhooks: type: string enum: - pinned - comment: *800 - enterprise: *774 - installation: *775 + comment: *801 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142377,8 +142392,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142729,8 +142744,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -142810,9 +142825,9 @@ x-webhooks: type: string enum: - unpinned - comment: *800 - enterprise: *774 - installation: *775 + comment: *801 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143602,8 +143617,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143954,8 +143969,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -144044,9 +144059,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -144135,9 +144150,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -144225,9 +144240,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -144316,9 +144331,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -144398,10 +144413,10 @@ x-webhooks: type: string enum: - assigned - assignee: *796 - enterprise: *774 - installation: *775 - issue: &801 + assignee: *797 + enterprise: *775 + installation: *776 + issue: &802 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145193,8 +145208,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -145314,8 +145329,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -145395,8 +145410,8 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146193,8 +146208,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -146449,8 +146464,8 @@ x-webhooks: required: - state - closed_at - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -146529,8 +146544,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147318,8 +147333,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -147438,8 +147453,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -147518,8 +147533,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148329,8 +148344,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -148428,7 +148443,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &802 + milestone: &803 title: Milestone description: A collection of related issues and pull requests. type: object @@ -148566,8 +148581,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -148666,8 +148681,8 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149459,8 +149474,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -149580,9 +149595,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *795 - organization: *776 - repository: *777 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -149662,9 +149677,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 issue_field: type: object description: The issue field whose value was set or updated on the @@ -149818,8 +149833,8 @@ x-webhooks: - id required: - from - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -149899,9 +149914,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -149982,8 +149997,8 @@ x-webhooks: nullable: true required: - id - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -150063,8 +150078,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150855,8 +150870,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -150976,9 +150991,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *795 - organization: *776 - repository: *777 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -151058,8 +151073,8 @@ x-webhooks: type: string enum: - locked - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151874,8 +151889,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -151972,8 +151987,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -152052,8 +152067,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152862,8 +152877,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -152960,9 +152975,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *802 - organization: *776 - repository: *777 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -153825,8 +153840,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -154410,8 +154425,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155195,8 +155210,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -155323,8 +155338,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -155404,9 +155419,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *774 - installation: *775 - issue: &803 + enterprise: *775 + installation: *776 + issue: &804 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -156192,8 +156207,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -156312,8 +156327,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -156392,8 +156407,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157206,8 +157221,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -157305,8 +157320,8 @@ x-webhooks: user_view_type: type: string type: *257 - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158175,8 +158190,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -158774,11 +158789,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *774 - installation: *775 - issue: *803 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *804 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158858,12 +158873,12 @@ x-webhooks: type: string enum: - typed - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 type: *257 - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158944,7 +158959,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &832 + assignee: &833 title: User type: object nullable: true @@ -159014,11 +159029,11 @@ x-webhooks: required: - login - id - enterprise: *774 - installation: *775 - issue: *801 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *802 + organization: *777 + repository: *778 sender: *4 required: - action @@ -159097,12 +159112,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *774 - installation: *775 - issue: *801 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *802 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -159182,8 +159197,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159996,8 +160011,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -160094,8 +160109,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160175,11 +160190,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *774 - installation: *775 - issue: *803 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *804 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160258,12 +160273,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 type: *257 - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160343,11 +160358,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160425,11 +160440,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160539,11 +160554,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160625,9 +160640,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: &804 + enterprise: *775 + installation: *776 + marketplace_purchase: &805 title: Marketplace Purchase type: object required: @@ -160710,8 +160725,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *776 - previous_marketplace_purchase: &805 + organization: *777 + previous_marketplace_purchase: &806 title: Marketplace Purchase type: object properties: @@ -160791,7 +160806,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *777 + repository: *778 sender: *4 required: - action @@ -160871,10 +160886,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: *804 - organization: *776 + enterprise: *775 + installation: *776 + marketplace_purchase: *805 + organization: *777 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -160957,7 +160972,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *777 + repository: *778 sender: *4 required: - action @@ -161039,10 +161054,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: *804 - organization: *776 + enterprise: *775 + installation: *776 + marketplace_purchase: *805 + organization: *777 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161124,7 +161139,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *777 + repository: *778 sender: *4 required: - action @@ -161205,8 +161220,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 marketplace_purchase: title: Marketplace Purchase type: object @@ -161288,9 +161303,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *776 - previous_marketplace_purchase: *805 - repository: *777 + organization: *777 + previous_marketplace_purchase: *806 + repository: *778 sender: *4 required: - action @@ -161370,12 +161385,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: *804 - organization: *776 - previous_marketplace_purchase: *805 - repository: *777 + enterprise: *775 + installation: *776 + marketplace_purchase: *805 + organization: *777 + previous_marketplace_purchase: *806 + repository: *778 sender: *4 required: - action @@ -161477,11 +161492,11 @@ x-webhooks: type: string required: - to - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161581,11 +161596,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161664,11 +161679,11 @@ x-webhooks: type: string enum: - removed - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161746,11 +161761,11 @@ x-webhooks: type: string enum: - added - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 scope: description: The scope of the membership. Currently, can only be `team`. @@ -161826,7 +161841,7 @@ x-webhooks: required: - login - id - team: &806 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162049,11 +162064,11 @@ x-webhooks: type: string enum: - removed - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162130,7 +162145,7 @@ x-webhooks: required: - login - id - team: *806 + team: *807 required: - action - scope @@ -162212,8 +162227,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *775 - merge_group: &808 + installation: *776 + merge_group: &809 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162232,15 +162247,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *807 + head_commit: *808 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162326,10 +162341,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *775 - merge_group: *808 - organization: *776 - repository: *777 + installation: *776 + merge_group: *809 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162402,7 +162417,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 + enterprise: *775 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -162511,16 +162526,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *775 - organization: *776 + installation: *776 + organization: *777 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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -162601,11 +162616,11 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 - milestone: *802 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162684,9 +162699,9 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - milestone: &811 + enterprise: *775 + installation: *776 + milestone: &812 title: Milestone description: A collection of related issues and pull requests. type: object @@ -162823,8 +162838,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162903,11 +162918,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - milestone: *802 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163017,11 +163032,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - milestone: *802 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163101,11 +163116,11 @@ x-webhooks: type: string enum: - opened - enterprise: *774 - installation: *775 - milestone: *811 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *812 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163184,11 +163199,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *796 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + blocked_user: *797 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163267,11 +163282,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *796 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + blocked_user: *797 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163350,9 +163365,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - membership: &812 + enterprise: *775 + installation: *776 + membership: &813 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -163459,8 +163474,8 @@ x-webhooks: - role - organization_url - user - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163538,11 +163553,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *774 - installation: *775 - membership: *812 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + membership: *813 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163621,8 +163636,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -163738,10 +163753,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 - user: *796 + user: *797 required: - action - invitation @@ -163819,11 +163834,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *774 - installation: *775 - membership: *812 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + membership: *813 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163910,11 +163925,11 @@ x-webhooks: properties: from: type: string - enterprise: *774 - installation: *775 - membership: *812 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + membership: *813 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163991,9 +164006,9 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 package: description: Information about the package. type: object @@ -164492,7 +164507,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &813 + items: &814 title: Ruby Gems metadata type: object properties: @@ -164587,7 +164602,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -164663,9 +164678,9 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 package: description: Information about the package. type: object @@ -165018,7 +165033,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *813 + items: *814 source_url: type: string format: uri @@ -165088,7 +165103,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -165264,12 +165279,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *774 + enterprise: *775 id: type: integer - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - id @@ -165346,7 +165361,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &814 + personal_access_token_request: &815 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -165492,10 +165507,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *774 - organization: *776 + enterprise: *775 + organization: *777 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165572,11 +165587,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *814 - enterprise: *774 - organization: *776 + personal_access_token_request: *815 + enterprise: *775 + organization: *777 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165652,11 +165667,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *814 - enterprise: *774 - organization: *776 + personal_access_token_request: *815 + enterprise: *775 + organization: *777 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165731,11 +165746,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *814 - organization: *776 - enterprise: *774 + personal_access_token_request: *815 + organization: *777 + enterprise: *775 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165840,7 +165855,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *815 + last_response: *816 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -165872,8 +165887,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 zen: description: Random string of GitHub zen. @@ -166118,10 +166133,10 @@ x-webhooks: - from required: - note - enterprise: *774 - installation: *775 - organization: *776 - project_card: &816 + enterprise: *775 + installation: *776 + organization: *777 + project_card: &817 title: Project Card type: object properties: @@ -166240,7 +166255,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *777 + repository: *778 sender: *4 required: - action @@ -166321,11 +166336,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - project_card: *816 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_card: *817 + repository: *778 sender: *4 required: - action @@ -166405,9 +166420,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 project_card: title: Project Card type: object @@ -166535,8 +166550,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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -166630,11 +166645,11 @@ x-webhooks: - from required: - note - enterprise: *774 - installation: *775 - organization: *776 - project_card: *816 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_card: *817 + repository: *778 sender: *4 required: - action @@ -166728,9 +166743,9 @@ x-webhooks: - from required: - column_id - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 project_card: allOf: - title: Project Card @@ -166920,7 +166935,7 @@ x-webhooks: type: string required: - after_id - repository: *777 + repository: *778 sender: *4 required: - action @@ -167000,10 +167015,10 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 - organization: *776 - project: &818 + enterprise: *775 + installation: *776 + organization: *777 + project: &819 title: Project type: object properties: @@ -167127,7 +167142,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *777 + repository: *778 sender: *4 required: - action @@ -167207,10 +167222,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - project_column: &817 + enterprise: *775 + installation: *776 + organization: *777 + project_column: &818 title: Project Column type: object properties: @@ -167249,7 +167264,7 @@ x-webhooks: - name - created_at - updated_at - repository: *777 + repository: *778 sender: *4 required: - action @@ -167328,18 +167343,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - project_column: *817 + enterprise: *775 + installation: *776 + organization: *777 + project_column: *818 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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -167429,11 +167444,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - project_column: *817 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_column: *818 + repository: *778 sender: *4 required: - action @@ -167513,11 +167528,11 @@ x-webhooks: type: string enum: - moved - enterprise: *774 - installation: *775 - organization: *776 - project_column: *817 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_column: *818 + repository: *778 sender: *4 required: - action @@ -167597,11 +167612,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - project: *818 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 + repository: *778 sender: *4 required: - action @@ -167681,18 +167696,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - project: *818 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -167794,11 +167809,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - project: *818 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 + repository: *778 sender: *4 required: - action @@ -167877,11 +167892,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *774 - installation: *775 - organization: *776 - project: *818 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 + repository: *778 sender: *4 required: - action @@ -167962,8 +167977,8 @@ x-webhooks: type: string enum: - closed - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -168045,8 +168060,8 @@ x-webhooks: type: string enum: - created - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -168128,8 +168143,8 @@ x-webhooks: type: string enum: - deleted - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -168247,8 +168262,8 @@ x-webhooks: type: string to: type: string - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -168332,7 +168347,7 @@ x-webhooks: type: string enum: - archived - changes: &822 + changes: &823 type: object properties: archived_at: @@ -168346,9 +168361,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *775 - organization: *776 - projects_v2_item: &819 + installation: *776 + organization: *777 + projects_v2_item: &820 title: Projects v2 Item description: An item belonging to a project type: object @@ -168483,9 +168498,9 @@ x-webhooks: nullable: true to: type: string - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168567,9 +168582,9 @@ x-webhooks: type: string enum: - created - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168650,9 +168665,9 @@ x-webhooks: type: string enum: - deleted - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168758,7 +168773,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &820 + - &821 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -168780,7 +168795,7 @@ x-webhooks: required: - id - name - - &821 + - &822 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -168814,8 +168829,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *820 - *821 + - *822 required: - field_value - type: object @@ -168831,9 +168846,9 @@ x-webhooks: nullable: true required: - body - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168928,9 +168943,9 @@ x-webhooks: to: type: string nullable: true - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -169013,10 +169028,10 @@ x-webhooks: type: string enum: - restored - changes: *822 - installation: *775 - organization: *776 - projects_v2_item: *819 + changes: *823 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -169098,8 +169113,8 @@ x-webhooks: type: string enum: - reopened - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -169181,14 +169196,14 @@ x-webhooks: type: string enum: - created - installation: *775 - organization: *776 - projects_v2_status_update: &825 + installation: *776 + organization: *777 + projects_v2_status_update: &826 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *823 - required: *824 + properties: *824 + required: *825 sender: *4 required: - action @@ -169269,9 +169284,9 @@ x-webhooks: type: string enum: - deleted - installation: *775 - organization: *776 - projects_v2_status_update: *825 + installation: *776 + organization: *777 + projects_v2_status_update: *826 sender: *4 required: - action @@ -169407,9 +169422,9 @@ x-webhooks: type: string format: date nullable: true - installation: *775 - organization: *776 - projects_v2_status_update: *825 + installation: *776 + organization: *777 + projects_v2_status_update: *826 sender: *4 required: - action @@ -169480,10 +169495,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - repository @@ -169560,13 +169575,13 @@ x-webhooks: type: string enum: - assigned - assignee: *796 - enterprise: *774 - installation: *775 - number: &826 + assignee: *797 + enterprise: *775 + installation: *776 + number: &827 description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -171871,7 +171886,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -171953,11 +171968,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -174257,7 +174272,7 @@ x-webhooks: - draft reason: type: string - repository: *777 + repository: *778 sender: *4 required: - action @@ -174339,11 +174354,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -176643,7 +176658,7 @@ x-webhooks: - draft reason: type: string - repository: *777 + repository: *778 sender: *4 required: - action @@ -176725,11 +176740,11 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: &827 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: &828 allOf: - *625 - type: object @@ -176793,7 +176808,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *777 + repository: *778 sender: *4 required: - action @@ -176874,12 +176889,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -176959,11 +176974,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *774 + enterprise: *775 milestone: *609 - number: *826 - organization: *776 - pull_request: &828 + number: *827 + organization: *777 + pull_request: &829 title: Pull Request type: object properties: @@ -179248,7 +179263,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -179327,11 +179342,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -181635,7 +181650,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *777 + repository: *778 sender: *4 required: - action @@ -181759,12 +181774,12 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -181844,11 +181859,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -184137,7 +184152,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -184217,11 +184232,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *774 - installation: *775 - label: *795 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + label: *796 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -186525,7 +186540,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -186606,10 +186621,10 @@ x-webhooks: type: string enum: - locked - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -188911,7 +188926,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -188991,12 +189006,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *774 + enterprise: *775 milestone: *609 - number: *826 - organization: *776 - pull_request: *828 - repository: *777 + number: *827 + organization: *777 + pull_request: *829 + repository: *778 sender: *4 required: - action @@ -189075,12 +189090,12 @@ x-webhooks: type: string enum: - opened - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -189161,12 +189176,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -189246,12 +189261,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -189617,9 +189632,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: type: object properties: @@ -191811,7 +191826,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *777 + repository: *778 sender: *4 required: - action @@ -191891,7 +191906,7 @@ x-webhooks: type: string enum: - deleted - comment: &830 + comment: &831 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -192176,9 +192191,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: type: object properties: @@ -194358,7 +194373,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *777 + repository: *778 sender: *4 required: - action @@ -194438,11 +194453,11 @@ x-webhooks: type: string enum: - edited - changes: *829 - comment: *830 - enterprise: *774 - installation: *775 - organization: *776 + changes: *830 + comment: *831 + enterprise: *775 + installation: *776 + organization: *777 pull_request: type: object properties: @@ -196625,7 +196640,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *777 + repository: *778 sender: *4 required: - action @@ -196706,9 +196721,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -198903,7 +198918,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 + repository: *778 review: description: The review that was affected. type: object @@ -199150,9 +199165,9 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -201206,8 +201221,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 - review: &831 + repository: *778 + review: &832 description: The review that was affected. type: object properties: @@ -201440,12 +201455,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -203750,7 +203765,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_reviewer: title: User type: object @@ -203834,12 +203849,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -206151,7 +206166,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_team: title: Team description: Groups of organization members that gives permissions @@ -206343,12 +206358,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -208655,7 +208670,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_reviewer: title: User type: object @@ -208740,12 +208755,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -211043,7 +211058,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211224,9 +211239,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -213423,8 +213438,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 - review: *831 + repository: *778 + review: *832 sender: *4 required: - action @@ -213504,9 +213519,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -215598,7 +215613,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 + repository: *778 sender: *4 thread: type: object @@ -215985,9 +216000,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -218065,7 +218080,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 + repository: *778 sender: *4 thread: type: object @@ -218455,10 +218470,10 @@ x-webhooks: type: string before: type: string - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -220751,7 +220766,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -220833,11 +220848,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *832 - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + assignee: *833 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -223142,7 +223157,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -223221,11 +223236,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *774 - installation: *775 - label: *795 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + label: *796 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -225520,7 +225535,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -225601,10 +225616,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -227891,7 +227906,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -228091,7 +228106,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *774 + enterprise: *775 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -228183,8 +228198,8 @@ x-webhooks: - url - author - committer - installation: *775 - organization: *776 + installation: *776 + organization: *777 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -228770,9 +228785,9 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 registry_package: type: object properties: @@ -229218,7 +229233,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *813 + items: *814 summary: type: string tag_name: @@ -229272,7 +229287,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -229350,9 +229365,9 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 registry_package: type: object properties: @@ -229660,7 +229675,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *813 + items: *814 summary: type: string tag_name: @@ -229709,7 +229724,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -229786,10 +229801,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - release: &833 + enterprise: *775 + installation: *776 + organization: *777 + release: &834 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -230107,7 +230122,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *777 + repository: *778 sender: *4 required: - action @@ -230184,11 +230199,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - release: *833 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *834 + repository: *778 sender: *4 required: - action @@ -230305,11 +230320,11 @@ x-webhooks: type: boolean required: - to - enterprise: *774 - installation: *775 - organization: *776 - release: *833 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *834 + repository: *778 sender: *4 required: - action @@ -230387,9 +230402,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -230711,7 +230726,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *777 + repository: *778 sender: *4 required: - action @@ -230787,10 +230802,10 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 - release: &834 + enterprise: *775 + installation: *776 + organization: *777 + release: &835 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -231109,7 +231124,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *777 + repository: *778 sender: *4 required: - action @@ -231185,11 +231200,11 @@ x-webhooks: type: string enum: - released - enterprise: *774 - installation: *775 - organization: *776 - release: *833 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *834 + repository: *778 sender: *4 required: - action @@ -231265,11 +231280,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *774 - installation: *775 - organization: *776 - release: *834 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *835 + repository: *778 sender: *4 required: - action @@ -231345,11 +231360,11 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - repository_advisory: *694 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + repository_advisory: *695 sender: *4 required: - action @@ -231425,11 +231440,11 @@ x-webhooks: type: string enum: - reported - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - repository_advisory: *694 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + repository_advisory: *695 sender: *4 required: - action @@ -231505,10 +231520,10 @@ x-webhooks: type: string enum: - archived - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231585,10 +231600,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231666,10 +231681,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231753,10 +231768,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231868,10 +231883,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231943,10 +231958,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 status: type: string @@ -232027,10 +232042,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232107,10 +232122,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232204,10 +232219,10 @@ x-webhooks: - name required: - repository - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232287,10 +232302,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 repository_ruleset: *339 sender: *4 required: @@ -232369,10 +232384,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 repository_ruleset: *339 sender: *4 required: @@ -232451,10 +232466,10 @@ x-webhooks: type: string enum: - edited - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 repository_ruleset: *339 changes: type: object @@ -232516,16 +232531,16 @@ x-webhooks: properties: added: type: array - items: *645 + items: *646 deleted: type: array - items: *645 + items: *646 updated: type: array items: type: object properties: - rule: *645 + rule: *646 changes: type: object properties: @@ -232759,10 +232774,10 @@ x-webhooks: - from required: - owner - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232840,10 +232855,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232921,7 +232936,7 @@ x-webhooks: type: string enum: - create - alert: &835 + alert: &836 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233043,10 +233058,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233252,10 +233267,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233333,11 +233348,11 @@ x-webhooks: type: string enum: - reopen - alert: *835 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *836 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233536,10 +233551,10 @@ x-webhooks: enum: - fixed - open - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233617,7 +233632,7 @@ x-webhooks: type: string enum: - assigned - alert: &836 + alert: &837 type: object properties: number: *188 @@ -233760,10 +233775,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233841,11 +233856,11 @@ x-webhooks: type: string enum: - created - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233926,11 +233941,11 @@ x-webhooks: type: string enum: - created - alert: *836 - installation: *775 - location: *837 - organization: *776 - repository: *777 + alert: *837 + installation: *776 + location: *838 + organization: *777 + repository: *778 sender: *4 required: - location @@ -234168,11 +234183,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -234250,11 +234265,11 @@ x-webhooks: type: string enum: - reopened - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -234332,11 +234347,11 @@ x-webhooks: type: string enum: - resolved - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -234414,12 +234429,12 @@ x-webhooks: type: string enum: - unassigned - alert: *836 + alert: *837 assignee: *4 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -234497,11 +234512,11 @@ x-webhooks: type: string enum: - validated - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -234627,10 +234642,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *777 - enterprise: *774 - installation: *775 - organization: *776 + repository: *778 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -234708,11 +234723,11 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - security_advisory: &838 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + security_advisory: &839 description: The details of the security advisory, including summary, description, and severity. type: object @@ -234895,11 +234910,11 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - security_advisory: *838 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + security_advisory: *839 sender: *4 required: - action @@ -234972,10 +234987,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235160,9 +235175,9 @@ x-webhooks: type: object properties: security_and_analysis: *312 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: *357 sender: *4 required: @@ -235241,12 +235256,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: &839 + sponsorship: &840 type: object properties: created_at: @@ -235547,12 +235562,12 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - sponsorship @@ -235640,12 +235655,12 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - changes @@ -235722,17 +235737,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &840 + effective_date: &841 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: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - sponsorship @@ -235806,7 +235821,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &841 + changes: &842 type: object properties: tier: @@ -235850,13 +235865,13 @@ x-webhooks: - from required: - tier - effective_date: *840 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + effective_date: *841 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - changes @@ -235933,13 +235948,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *841 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + changes: *842 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - changes @@ -236013,10 +236028,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236099,10 +236114,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236522,15 +236537,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *774 + enterprise: *775 id: description: The unique identifier of the status. type: integer - installation: *775 + installation: *776 name: type: string - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 sha: description: The Commit SHA. @@ -236645,9 +236660,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236736,9 +236751,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236827,9 +236842,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236918,9 +236933,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236996,12 +237011,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - team: &842 + team: &843 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -237224,9 +237239,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -237684,7 +237699,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -237760,9 +237775,9 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -238220,7 +238235,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -238297,9 +238312,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -238757,7 +238772,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -238901,9 +238916,9 @@ x-webhooks: - from required: - permissions - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -239361,7 +239376,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - changes @@ -239439,9 +239454,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -239899,7 +239914,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -239975,10 +239990,10 @@ x-webhooks: type: string enum: - started - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -240051,16 +240066,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *774 + enterprise: *775 inputs: type: object nullable: true additionalProperties: true - installation: *775 - organization: *776 + installation: *776 + organization: *777 ref: type: string - repository: *777 + repository: *778 sender: *4 workflow: type: string @@ -240142,10 +240157,10 @@ x-webhooks: type: string enum: - completed - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: allOf: @@ -240461,10 +240476,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: allOf: @@ -240803,10 +240818,10 @@ x-webhooks: type: string enum: - queued - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: type: object @@ -241020,10 +241035,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: type: object @@ -241239,12 +241254,12 @@ x-webhooks: type: string enum: - completed - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 workflow_run: title: Workflow Run type: object @@ -242243,12 +242258,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 workflow_run: title: Workflow Run type: object @@ -243232,12 +243247,12 @@ x-webhooks: type: string enum: - requested - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 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 c0ac5771e..3a309fd20 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 @@ -207088,6 +207088,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -209735,6 +209751,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -211826,6 +211858,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -214494,6 +214542,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -550530,6 +550594,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -552061,6 +552167,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -553209,6 +553331,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -554565,6 +554703,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -556675,6 +556829,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -557838,6 +558008,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -559190,6 +559376,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1336518,6 +1336720,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1339446,6 +1339664,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1342374,6 +1342608,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1343448,6 +1343698,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1344350,6 +1344616,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1345255,6 +1345537,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", 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 1d6d6bd96..18b22f4c4 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: - - &696 + - &697 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: &792 + discussion: &793 title: Discussion description: A Discussion in a repository. type: object @@ -14766,7 +14766,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &707 + sub_issues_summary: &708 title: Sub-issues Summary type: object properties: @@ -14893,7 +14893,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &708 + issue_dependencies_summary: &709 title: Issue Dependencies Summary type: object properties: @@ -22005,7 +22005,7 @@ paths: parameters: - *78 - *124 - - &768 + - &769 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 @@ -22117,7 +22117,7 @@ paths: - *124 - *125 - *126 - - &769 + - &770 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22125,7 +22125,7 @@ paths: schema: type: string - *129 - - &770 + - &771 name: sku description: The SKU to query for usage. in: query @@ -29629,12 +29629,12 @@ paths: required: - subject_digests examples: - default: &749 + default: &750 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &750 + withPredicateType: &751 value: subject_digests: - sha256:abc123 @@ -29678,7 +29678,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &751 + default: &752 value: attestations_subject_digests: - sha256:abc: @@ -41697,7 +41697,7 @@ paths: parameters: - *78 - *269 - - &731 + - &732 name: repo_name description: repo_name parameter in: path @@ -42625,7 +42625,7 @@ paths: - nuget - container - *78 - - &732 + - &733 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42666,7 +42666,7 @@ paths: default: *276 '403': *29 '401': *25 - '400': &734 + '400': &735 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -44874,7 +44874,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &823 + properties: &824 id: type: number description: The unique identifier of the status update. @@ -44922,7 +44922,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &824 + required: &825 - id - node_id - created_at @@ -45727,7 +45727,7 @@ paths: - updated_at - project_url examples: - default: &755 + default: &756 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45904,7 +45904,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &756 + items: &757 type: object properties: name: @@ -45941,7 +45941,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &757 + iteration_configuration: &758 type: object description: The configuration for iteration fields. properties: @@ -45991,7 +45991,7 @@ paths: value: name: Due date data_type: date - single_select_field: &758 + single_select_field: &759 summary: Create a single select field value: name: Priority @@ -46018,7 +46018,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &759 + iteration_field: &760 summary: Create an iteration field value: name: Sprint @@ -46044,7 +46044,7 @@ paths: application/json: schema: *297 examples: - text_field: &760 + text_field: &761 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46053,7 +46053,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: &761 + number_field: &762 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46062,7 +46062,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: &762 + date_field: &763 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46071,7 +46071,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: &763 + single_select_field: &764 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46105,7 +46105,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &764 + iteration_field: &765 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46151,7 +46151,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *293 - - &765 + - &766 name: field_id description: The unique identifier of the field. in: path @@ -46166,7 +46166,7 @@ paths: application/json: schema: *297 examples: - default: &766 + default: &767 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47363,7 +47363,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &746 + schema: &747 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -47540,7 +47540,7 @@ paths: parameters: - *293 - *78 - - &767 + - &768 name: view_number description: The number that identifies the project view. in: path @@ -49501,7 +49501,7 @@ paths: - *78 - *17 - *19 - - &644 + - &645 name: targets description: | A comma-separated list of rule targets to filter by. @@ -49783,7 +49783,7 @@ paths: - repository_property rules: type: array - items: &645 + items: &646 title: Repository Rule type: object description: A repository rule. @@ -50447,6 +50447,18 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. + - &644 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - &332 title: file_path_restriction description: Prevent commits that include changes in specified @@ -50747,7 +50759,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *78 - - &646 + - &647 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 @@ -50762,7 +50774,7 @@ paths: in: query schema: type: string - - &647 + - &648 name: time_period description: |- The time period to filter by. @@ -50778,14 +50790,14 @@ paths: - week - month default: day - - &648 + - &649 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 - - &649 + - &650 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -50798,7 +50810,7 @@ paths: - bypass - all default: all - - &650 + - &651 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. @@ -50821,7 +50833,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &652 title: Rule Suites description: Response type: array @@ -50876,7 +50888,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &652 + default: &653 value: - id: 21 actor_id: 12 @@ -50920,7 +50932,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *78 - - &653 + - &654 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -50936,7 +50948,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Rule Suite description: Response type: object @@ -51035,7 +51047,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &655 + default: &656 value: id: 21 actor_id: 12 @@ -51282,7 +51294,7 @@ paths: type: string format: date-time examples: - default: &657 + default: &658 value: - version_id: 3 actor: @@ -51335,7 +51347,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &659 allOf: - *342 - type: object @@ -51407,7 +51419,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *78 - - &659 + - &660 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -51418,7 +51430,7 @@ paths: enum: - open - resolved - - &660 + - &661 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -51428,7 +51440,7 @@ paths: required: false schema: type: string - - &661 + - &662 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -51439,7 +51451,7 @@ paths: required: false schema: type: string - - &662 + - &663 name: exclude_providers in: query description: |- @@ -51450,7 +51462,7 @@ paths: required: false schema: type: string - - &663 + - &664 name: providers in: query description: |- @@ -51461,7 +51473,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -51470,7 +51482,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -51489,7 +51501,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &666 + - &667 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. @@ -51504,7 +51516,7 @@ paths: - *62 - *19 - *17 - - &667 + - &668 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 @@ -51514,7 +51526,7 @@ paths: required: false schema: type: string - - &668 + - &669 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 @@ -51524,7 +51536,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -51533,7 +51545,7 @@ paths: required: false schema: type: string - - &670 + - &671 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -51542,7 +51554,7 @@ paths: schema: type: boolean default: false - - &671 + - &672 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -51551,7 +51563,7 @@ paths: schema: type: boolean default: false - - &672 + - &673 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -51560,7 +51572,7 @@ paths: schema: type: boolean default: false - - &673 + - &674 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -51597,14 +51609,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &674 + state: &675 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: &675 + resolution: &676 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -51721,8 +51733,8 @@ paths: pull request. ' - oneOf: &676 - - &678 + oneOf: &677 + - &679 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -51780,7 +51792,7 @@ paths: - blob_url - commit_sha - commit_url - - &679 + - &680 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. @@ -51835,7 +51847,7 @@ paths: - page_url - commit_sha - commit_url - - &680 + - &681 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -51855,7 +51867,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &681 + - &682 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -51875,7 +51887,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &682 + - &683 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -51895,7 +51907,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &683 + - &684 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -51909,7 +51921,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &684 + - &685 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -51923,7 +51935,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &685 + - &686 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -51937,7 +51949,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &686 + - &687 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. @@ -51957,7 +51969,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &687 + - &688 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. @@ -51977,7 +51989,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &688 + - &689 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. @@ -51997,7 +52009,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &689 + - &690 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. @@ -52017,7 +52029,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &690 + - &691 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. @@ -52536,7 +52548,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 description: A repository security advisory. type: object properties: @@ -52808,7 +52820,7 @@ paths: - private_fork additionalProperties: false examples: - default: &695 + default: &696 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54653,7 +54665,7 @@ paths: application/json: schema: type: array - items: &710 + items: &711 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -54772,7 +54784,7 @@ paths: - type - url examples: - default: &711 + default: &712 value: - login: octocat id: 1 @@ -54858,7 +54870,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &712 + response-if-user-is-a-team-maintainer: &713 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -54923,7 +54935,7 @@ paths: application/json: schema: *353 examples: - response-if-users-membership-with-team-is-now-pending: &713 + response-if-users-membership-with-team-is-now-pending: &714 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55037,7 +55049,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &714 + schema: &715 title: Team Repository description: A team's access to a repository. type: object @@ -55687,7 +55699,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: &715 + response-if-child-teams-exist: &716 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -61332,7 +61344,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &786 + properties: &787 url: type: string format: uri @@ -61417,7 +61429,7 @@ paths: nullable: true properties: *83 required: *84 - required: &787 + required: &788 - id - node_id - sha @@ -67489,7 +67501,7 @@ paths: check. type: array items: *93 - deployment: &779 + deployment: &780 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68401,7 +68413,7 @@ paths: type: string format: date-time nullable: true - head_commit: &807 + head_commit: &808 title: Simple Commit description: A commit. type: object @@ -73125,14 +73137,14 @@ paths: type: integer machines: type: array - items: &720 + items: &721 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *477 required: *478 examples: - default: &721 + default: &722 value: total_count: 2 machines: @@ -76278,7 +76290,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Status description: The status of a commit. type: object @@ -77861,7 +77873,7 @@ paths: items: type: object properties: - placeholder_id: &691 + placeholder_id: &692 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -83921,7 +83933,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &815 + last_response: &816 title: Hook Response type: object properties: @@ -84973,7 +84985,7 @@ paths: parameters: - *354 - *355 - - &744 + - &745 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -85558,7 +85570,7 @@ paths: type: array items: *556 examples: - default: &736 + default: &737 value: - id: 1 repository: @@ -99904,6 +99916,9 @@ paths: - allOf: - *338 - *642 + - allOf: + - *644 + - *642 - allOf: - *332 - *642 @@ -99966,7 +99981,7 @@ paths: schema: type: boolean default: true - - *644 + - *645 responses: '200': description: Response @@ -100051,7 +100066,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *645 + items: *646 required: - name - enforcement @@ -100084,7 +100099,7 @@ paths: application/json: schema: *339 examples: - default: &656 + default: &657 value: id: 42 name: super cool ruleset @@ -100134,11 +100149,11 @@ paths: parameters: - *354 - *355 - - *646 - *647 - *648 - *649 - *650 + - *651 - *17 - *19 responses: @@ -100146,9 +100161,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 '500': *55 x-github: @@ -100171,15 +100186,15 @@ paths: parameters: - *354 - *355 - - *653 + - *654 responses: '200': description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 '500': *55 x-github: @@ -100230,7 +100245,7 @@ paths: application/json: schema: *339 examples: - default: *656 + default: *657 '404': *6 '500': *55 put: @@ -100283,7 +100298,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *645 + items: *646 examples: default: value: @@ -100313,7 +100328,7 @@ paths: application/json: schema: *339 examples: - default: *656 + default: *657 '404': *6 '422': *15 '500': *55 @@ -100375,7 +100390,7 @@ paths: type: array items: *342 examples: - default: *657 + default: *658 '404': *6 '500': *55 x-github: @@ -100413,7 +100428,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -100470,7 +100485,6 @@ paths: parameters: - *354 - *355 - - *659 - *660 - *661 - *662 @@ -100478,16 +100492,17 @@ paths: - *664 - *665 - *666 + - *667 - *62 - *19 - *17 - - *667 - *668 - *669 - *670 - *671 - *672 - *673 + - *674 responses: '200': description: Response @@ -100495,7 +100510,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 type: object properties: number: *188 @@ -100514,8 +100529,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *674 - resolution: *675 + state: *675 + resolution: *676 resolved_at: type: string format: date-time @@ -100621,7 +100636,7 @@ paths: pull request. ' - oneOf: *676 + oneOf: *677 nullable: true has_more_locations: type: boolean @@ -100788,13 +100803,13 @@ paths: - *354 - *355 - *453 - - *672 + - *673 responses: '200': description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -100858,8 +100873,8 @@ paths: schema: type: object properties: - state: *674 - resolution: *675 + state: *675 + resolution: *676 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -100903,7 +100918,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -101015,7 +101030,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &837 + items: &838 type: object properties: type: @@ -101041,7 +101056,6 @@ paths: example: commit details: oneOf: - - *678 - *679 - *680 - *681 @@ -101054,6 +101068,7 @@ paths: - *688 - *689 - *690 + - *691 examples: default: value: @@ -101148,14 +101163,14 @@ paths: schema: type: object properties: - reason: &692 + reason: &693 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *691 + placeholder_id: *692 required: - reason - placeholder_id @@ -101172,7 +101187,7 @@ paths: schema: type: object properties: - reason: *692 + reason: *693 expire_at: type: string format: date-time @@ -101234,7 +101249,7 @@ paths: properties: incremental_scans: type: array - items: &693 + items: &694 description: Information on a single scan performed by secret scanning on the repository type: object @@ -101265,15 +101280,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *693 + items: *694 backfill_scans: type: array - items: *693 + items: *694 custom_pattern_backfill_scans: type: array items: allOf: - - *693 + - *694 - type: object properties: pattern_name: @@ -101286,7 +101301,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *693 + items: *694 examples: default: value: @@ -101396,9 +101411,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *695 + default: *696 '400': *14 '404': *6 x-github: @@ -101582,9 +101597,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &697 + default: &698 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -101919,7 +101934,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -102067,15 +102082,15 @@ paths: parameters: - *354 - *355 - - *696 + - *697 responses: '200': description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 + default: *698 '403': *29 '404': *6 x-github: @@ -102101,7 +102116,7 @@ paths: parameters: - *354 - *355 - - *696 + - *697 requestBody: required: true content: @@ -102260,10 +102275,10 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 - add_credit: *697 + default: *698 + add_credit: *698 '403': *29 '404': *6 '422': @@ -102303,7 +102318,7 @@ paths: parameters: - *354 - *355 - - *696 + - *697 responses: '202': *39 '400': *14 @@ -102332,7 +102347,7 @@ paths: parameters: - *354 - *355 - - *696 + - *697 responses: '202': description: Response @@ -102476,7 +102491,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -102849,7 +102864,7 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: default: value: @@ -102937,7 +102952,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -103031,7 +103046,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &700 + schema: &701 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -103126,7 +103141,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -103333,7 +103348,7 @@ paths: description: Response content: application/json: - schema: &701 + schema: &702 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -103345,7 +103360,7 @@ paths: required: - names examples: - default: &702 + default: &703 value: names: - octocat @@ -103400,9 +103415,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: *702 + default: *703 '404': *6 '422': *7 x-github: @@ -103425,7 +103440,7 @@ paths: parameters: - *354 - *355 - - &703 + - &704 name: per description: The time frame to display results for. in: query @@ -103454,7 +103469,7 @@ paths: example: 128 clones: type: array - items: &704 + items: &705 title: Traffic type: object properties: @@ -103695,7 +103710,7 @@ paths: parameters: - *354 - *355 - - *703 + - *704 responses: '200': description: Response @@ -103714,7 +103729,7 @@ paths: example: 3782 views: type: array - items: *704 + items: *705 required: - uniques - count @@ -104485,7 +104500,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &705 + text_matches: &706 title: Search Result Text Matches type: array items: @@ -104647,7 +104662,7 @@ paths: enum: - author-date - committer-date - - &706 + - &707 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 @@ -104775,7 +104790,7 @@ paths: type: number node_id: type: string - text_matches: *705 + text_matches: *706 required: - sha - node_id @@ -104967,7 +104982,7 @@ paths: - interactions - created - updated - - *706 + - *707 - *17 - *19 - name: advanced_search @@ -105081,8 +105096,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -105110,7 +105125,7 @@ paths: type: string format: date-time nullable: true - text_matches: *705 + text_matches: *706 pull_request: type: object properties: @@ -105390,7 +105405,7 @@ paths: enum: - created - updated - - *706 + - *707 - *17 - *19 responses: @@ -105434,7 +105449,7 @@ paths: nullable: true score: type: number - text_matches: *705 + text_matches: *706 required: - id - node_id @@ -105519,7 +105534,7 @@ paths: - forks - help-wanted-issues - updated - - *706 + - *707 - *17 - *19 responses: @@ -105767,7 +105782,7 @@ paths: - admin - pull - push - text_matches: *705 + text_matches: *706 temp_clone_token: type: string allow_merge_commit: @@ -106067,7 +106082,7 @@ paths: type: string format: uri nullable: true - text_matches: *705 + text_matches: *706 related: type: array nullable: true @@ -106258,7 +106273,7 @@ paths: - followers - repositories - joined - - *706 + - *707 - *17 - *19 responses: @@ -106362,7 +106377,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *705 + text_matches: *706 blog: type: string nullable: true @@ -106441,7 +106456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &709 + - &710 name: team_id description: The unique identifier of the team. in: path @@ -106482,7 +106497,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *709 + - *710 requestBody: required: true content: @@ -106582,7 +106597,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *709 + - *710 responses: '204': description: Response @@ -106611,7 +106626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *709 + - *710 - *17 - *19 responses: @@ -106651,7 +106666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *709 + - *710 - name: role description: Filters members returned by their role in the team. in: query @@ -106672,9 +106687,9 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: - default: *711 + default: *712 headers: Link: *70 '404': *6 @@ -106702,7 +106717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -106739,7 +106754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -106779,7 +106794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -106816,7 +106831,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *709 + - *710 - *74 responses: '200': @@ -106825,7 +106840,7 @@ paths: application/json: schema: *353 examples: - response-if-user-is-a-team-maintainer: *712 + response-if-user-is-a-team-maintainer: *713 '404': *6 x-github: githubCloudOnly: false @@ -106858,7 +106873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *709 + - *710 - *74 requestBody: required: false @@ -106886,7 +106901,7 @@ paths: application/json: schema: *353 examples: - response-if-users-membership-with-team-is-now-pending: *713 + response-if-users-membership-with-team-is-now-pending: *714 '403': description: Forbidden if team synchronization is set up '422': @@ -106920,7 +106935,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *709 + - *710 - *74 responses: '204': @@ -106948,7 +106963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *709 + - *710 - *17 - *19 responses: @@ -106990,7 +107005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *709 + - *710 - *354 - *355 responses: @@ -106998,7 +107013,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *714 + schema: *715 examples: alternative-response-with-extra-repository-information: value: @@ -107148,7 +107163,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *709 + - *710 - *354 - *355 requestBody: @@ -107200,7 +107215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *709 + - *710 - *354 - *355 responses: @@ -107227,7 +107242,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *709 + - *710 - *17 - *19 responses: @@ -107239,7 +107254,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: *715 + response-if-child-teams-exist: *716 headers: Link: *70 '404': *6 @@ -107272,7 +107287,7 @@ paths: application/json: schema: oneOf: - - &716 + - &717 title: Private User description: Private User type: object @@ -107475,7 +107490,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &743 + - &744 title: Public User description: Public User type: object @@ -107787,7 +107802,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: default: value: @@ -108185,7 +108200,7 @@ paths: type: integer secrets: type: array - items: &717 + items: &718 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -108301,7 +108316,7 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: default: value: @@ -108714,7 +108729,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &719 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -108755,7 +108770,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &719 + default: &720 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -108800,9 +108815,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '404': *6 x-github: githubCloudOnly: false @@ -108839,9 +108854,9 @@ paths: type: integer machines: type: array - items: *720 + items: *721 examples: - default: *721 + default: *722 '304': *37 '500': *55 '401': *25 @@ -109780,7 +109795,7 @@ paths: type: array items: *275 examples: - default: &733 + default: &734 value: - id: 197 name: hello_docker @@ -109881,7 +109896,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Email description: Email type: object @@ -109946,9 +109961,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: &735 + default: &736 value: - email: octocat@github.com verified: true @@ -110023,7 +110038,7 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: default: value: @@ -110279,7 +110294,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: GPG Key description: A unique encryption key type: object @@ -110410,7 +110425,7 @@ paths: - subkeys - revoked examples: - default: &753 + default: &754 value: - id: 3 name: Octocat's GPG Key @@ -110495,9 +110510,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &724 + default: &725 value: id: 3 name: Octocat's GPG Key @@ -110554,7 +110569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &725 + - &726 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -110566,9 +110581,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *724 + default: *725 '404': *6 '304': *37 '403': *29 @@ -110591,7 +110606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *725 + - *726 responses: '204': description: Response @@ -111058,7 +111073,7 @@ paths: application/json: schema: type: array - items: &726 + items: &727 title: Key description: Key type: object @@ -111159,9 +111174,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: &727 + default: &728 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -111200,9 +111215,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '404': *6 '304': *37 '403': *29 @@ -111258,7 +111273,7 @@ paths: application/json: schema: type: array - items: &728 + items: &729 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -111326,7 +111341,7 @@ paths: - account - plan examples: - default: &729 + default: &730 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -111388,9 +111403,9 @@ paths: application/json: schema: type: array - items: *728 + items: *729 examples: - default: *729 + default: *730 headers: Link: *70 '304': *37 @@ -111633,7 +111648,7 @@ paths: application/json: schema: *266 examples: - default: &730 + default: &731 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -111682,7 +111697,7 @@ paths: application/json: schema: *266 examples: - default: *730 + default: *731 '403': *29 '404': *6 '422': *15 @@ -112407,7 +112422,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *269 - - *731 + - *732 responses: '204': description: Response @@ -112520,7 +112535,7 @@ paths: - docker - nuget - container - - *732 + - *733 - *19 - *17 responses: @@ -112532,8 +112547,8 @@ paths: type: array items: *275 examples: - default: *733 - '400': *734 + default: *734 + '400': *735 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112562,7 +112577,7 @@ paths: application/json: schema: *275 examples: - default: &754 + default: &755 value: id: 40201 name: octo-name @@ -112924,9 +112939,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *735 + default: *736 headers: Link: *70 '304': *37 @@ -113039,7 +113054,7 @@ paths: type: array items: *82 examples: - default: &742 + default: &743 summary: Default response value: - id: 1296269 @@ -113386,7 +113401,7 @@ paths: type: array items: *556 examples: - default: *736 + default: *737 headers: Link: *70 '304': *37 @@ -113466,7 +113481,7 @@ paths: application/json: schema: type: array - items: &737 + items: &738 title: Social account description: Social media account type: object @@ -113481,7 +113496,7 @@ paths: - provider - url examples: - default: &738 + default: &739 value: - provider: twitter url: https://twitter.com/github @@ -113543,9 +113558,9 @@ paths: application/json: schema: type: array - items: *737 + items: *738 examples: - default: *738 + default: *739 '422': *15 '304': *37 '404': *6 @@ -113632,7 +113647,7 @@ paths: application/json: schema: type: array - items: &739 + items: &740 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -113652,7 +113667,7 @@ paths: - title - created_at examples: - default: &771 + default: &772 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -113716,9 +113731,9 @@ paths: description: Response content: application/json: - schema: *739 + schema: *740 examples: - default: &740 + default: &741 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -113748,7 +113763,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: - - &741 + - &742 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -113760,9 +113775,9 @@ paths: description: Response content: application/json: - schema: *739 + schema: *740 examples: - default: *740 + default: *741 '404': *6 '304': *37 '403': *29 @@ -113785,7 +113800,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: - - *741 + - *742 responses: '204': description: Response @@ -113814,7 +113829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &772 + - &773 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 @@ -113839,11 +113854,11 @@ paths: type: array items: *82 examples: - default-response: *742 + default-response: *743 application/vnd.github.v3.star+json: schema: type: array - items: &773 + items: &774 title: Starred Repository description: Starred Repository type: object @@ -114212,10 +114227,10 @@ paths: application/json: schema: oneOf: - - *716 - - *743 + - *717 + - *744 examples: - default-response: &747 + default-response: &748 summary: Default response value: login: octocat @@ -114250,7 +114265,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &748 + response-with-git-hub-plan-information: &749 summary: Response with GitHub plan information value: login: octocat @@ -114307,7 +114322,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &745 + - &746 name: user_id description: The unique identifier of the user. in: path @@ -114373,7 +114388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *744 + - *745 - *17 responses: '200': @@ -114408,7 +114423,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *745 + - *746 - *293 requestBody: required: true @@ -114480,7 +114495,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *746 + schema: *747 examples: table_view: summary: Response for creating a table view @@ -114532,11 +114547,11 @@ paths: application/json: schema: oneOf: - - *716 - - *743 + - *717 + - *744 examples: - default-response: *747 - response-with-git-hub-plan-information: *748 + default-response: *748 + response-with-git-hub-plan-information: *749 '404': *6 x-github: githubCloudOnly: false @@ -114586,8 +114601,8 @@ paths: required: - subject_digests examples: - default: *749 - withPredicateType: *750 + default: *750 + withPredicateType: *751 responses: '200': description: Response @@ -114626,7 +114641,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *751 + default: *752 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115096,7 +115111,7 @@ paths: application/json: schema: *204 examples: - default: &752 + default: &753 summary: Example response for a user copilot space value: id: 42 @@ -115197,7 +115212,7 @@ paths: application/json: schema: *204 examples: - default: *752 + default: *753 '403': *29 '404': *6 x-github: @@ -115320,7 +115335,7 @@ paths: application/json: schema: *204 examples: - default: *752 + default: *753 '403': *29 '404': *6 '422': *15 @@ -116088,7 +116103,7 @@ paths: type: array items: *275 examples: - default: *733 + default: *734 '403': *29 '401': *25 x-github: @@ -116472,9 +116487,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *753 + default: *754 headers: Link: *70 x-github: @@ -116702,7 +116717,7 @@ paths: - docker - nuget - container - - *732 + - *733 - *74 - *19 - *17 @@ -116715,10 +116730,10 @@ paths: type: array items: *275 examples: - default: *733 + default: *734 '403': *29 '401': *25 - '400': *734 + '400': *735 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116748,7 +116763,7 @@ paths: application/json: schema: *275 examples: - default: *754 + default: *755 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117097,7 +117112,7 @@ paths: type: array items: *297 examples: - default: *755 + default: *756 headers: Link: *70 '304': *37 @@ -117157,7 +117172,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *756 + items: *757 required: - name - data_type @@ -117173,7 +117188,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *757 + iteration_configuration: *758 required: - name - data_type @@ -117195,8 +117210,8 @@ paths: value: name: Due date data_type: date - single_select_field: *758 - iteration_field: *759 + single_select_field: *759 + iteration_field: *760 responses: '201': description: Response @@ -117204,11 +117219,11 @@ paths: application/json: schema: *297 examples: - text_field: *760 - number_field: *761 - date_field: *762 - single_select_field: *763 - iteration_field: *764 + text_field: *761 + number_field: *762 + date_field: *763 + single_select_field: *764 + iteration_field: *765 '304': *37 '403': *29 '401': *25 @@ -117230,7 +117245,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *293 - - *765 + - *766 - *74 responses: '200': @@ -117239,7 +117254,7 @@ paths: application/json: schema: *297 examples: - default: *766 + default: *767 headers: Link: *70 '304': *37 @@ -117593,7 +117608,7 @@ paths: parameters: - *293 - *74 - - *767 + - *768 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -118132,7 +118147,7 @@ paths: parameters: - *74 - *124 - - *768 + - *769 - *126 responses: '200': @@ -118231,9 +118246,9 @@ paths: - *124 - *125 - *126 - - *769 - - *129 - *770 + - *129 + - *771 responses: '200': description: Response when getting a billing usage summary @@ -118367,9 +118382,9 @@ paths: application/json: schema: type: array - items: *737 + items: *738 examples: - default: *738 + default: *739 headers: Link: *70 x-github: @@ -118399,9 +118414,9 @@ paths: application/json: schema: type: array - items: *739 + items: *740 examples: - default: *771 + default: *772 headers: Link: *70 x-github: @@ -118426,7 +118441,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *74 - - *772 + - *773 - *62 - *17 - *19 @@ -118438,11 +118453,11 @@ paths: schema: anyOf: - type: array - items: *773 + items: *774 - type: array items: *82 examples: - default-response: *742 + default-response: *743 headers: Link: *70 x-github: @@ -118601,7 +118616,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &774 + enterprise: &775 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -118659,7 +118674,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &775 + installation: &776 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -118678,7 +118693,7 @@ x-webhooks: required: - id - node_id - organization: &776 + organization: &777 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -118738,13 +118753,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &777 + repository: &778 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: &809 + properties: &810 id: description: Unique identifier of the repository example: 42 @@ -119428,7 +119443,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &810 + required: &811 - archive_url - assignees_url - blobs_url @@ -119579,10 +119594,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -119658,11 +119673,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - rule: &778 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + rule: &779 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) @@ -119885,11 +119900,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - rule: *778 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + rule: *779 sender: *4 required: - action @@ -120072,11 +120087,11 @@ x-webhooks: - everyone required: - from - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - rule: *778 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + rule: *779 sender: *4 required: - action @@ -120160,7 +120175,7 @@ x-webhooks: type: string enum: - completed - check_run: &780 + check_run: &781 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120251,7 +120266,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *779 + deployment: *780 details_url: example: https://example.com type: string @@ -120336,10 +120351,10 @@ x-webhooks: - output - app - pull_requests - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 sender: *4 required: - check_run @@ -120730,11 +120745,11 @@ x-webhooks: type: string enum: - created - check_run: *780 - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + check_run: *781 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 sender: *4 required: - check_run @@ -121128,11 +121143,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *780 - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + check_run: *781 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 requested_action: description: The action requested by the user. type: object @@ -121535,11 +121550,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *780 - installation: *775 - enterprise: *774 - organization: *776 - repository: *777 + check_run: *781 + installation: *776 + enterprise: *775 + organization: *777 + repository: *778 sender: *4 required: - check_run @@ -122509,10 +122524,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -123211,10 +123226,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -123907,10 +123922,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -124221,20 +124236,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &781 + commit_oid: &782 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *774 - installation: *775 - organization: *776 - ref: &782 + enterprise: *775 + installation: *776 + organization: *777 + ref: &783 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *777 + repository: *778 sender: *4 required: - action @@ -124629,12 +124644,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -124900,12 +124915,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -125237,12 +125252,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -125516,16 +125531,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 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: *777 + repository: *778 sender: *4 required: - action @@ -125762,12 +125777,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *781 - enterprise: *774 - installation: *775 - organization: *776 - ref: *782 - repository: *777 + commit_oid: *782 + enterprise: *775 + installation: *776 + organization: *777 + ref: *783 + repository: *778 sender: *4 required: - action @@ -126078,10 +126093,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -126336,10 +126351,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -126419,18 +126434,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *776 - pusher_type: &783 + organization: *777 + pusher_type: &784 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &784 + ref: &785 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -126440,7 +126455,7 @@ x-webhooks: enum: - tag - branch - repository: *777 + repository: *778 sender: *4 required: - ref @@ -126523,9 +126538,9 @@ x-webhooks: enum: - created definition: *305 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -126610,9 +126625,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -126690,9 +126705,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *305 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -126770,9 +126785,9 @@ x-webhooks: enum: - updated definition: *305 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -126849,10 +126864,10 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - repository: *777 - organization: *776 + enterprise: *775 + installation: *776 + repository: *778 + organization: *777 sender: *4 new_property_values: type: array @@ -126937,18 +126952,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - pusher_type: *783 - ref: *784 + enterprise: *775 + installation: *776 + organization: *777 + pusher_type: *784 + ref: *785 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *777 + repository: *778 sender: *4 required: - ref @@ -127029,10 +127044,10 @@ x-webhooks: enum: - assignees_changed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127113,10 +127128,10 @@ x-webhooks: enum: - auto_dismissed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127198,10 +127213,10 @@ x-webhooks: enum: - auto_reopened alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127283,10 +127298,10 @@ x-webhooks: enum: - created alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127366,10 +127381,10 @@ x-webhooks: enum: - dismissed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127449,10 +127464,10 @@ x-webhooks: enum: - fixed alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127533,10 +127548,10 @@ x-webhooks: enum: - reintroduced alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127616,10 +127631,10 @@ x-webhooks: enum: - reopened alert: *512 - installation: *775 - organization: *776 - enterprise: *774 - repository: *777 + installation: *776 + organization: *777 + enterprise: *775 + repository: *778 sender: *4 required: - action @@ -127696,9 +127711,9 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - key: &785 + enterprise: *775 + installation: *776 + key: &786 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -127734,8 +127749,8 @@ x-webhooks: - verified - created_at - read_only - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -127812,11 +127827,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - key: *785 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + key: *786 + organization: *777 + repository: *778 sender: *4 required: - action @@ -128372,12 +128387,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: &791 + workflow: &792 title: Workflow type: object nullable: true @@ -129118,15 +129133,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *786 - required: *787 + properties: *787 + required: *788 nullable: true pull_requests: type: array items: *625 - repository: *777 - organization: *776 - installation: *775 + repository: *778 + organization: *777 + installation: *776 sender: *4 responses: '200': @@ -129197,7 +129212,7 @@ x-webhooks: type: string enum: - approved - approver: &788 + approver: &789 type: object properties: avatar_url: @@ -129240,11 +129255,11 @@ x-webhooks: type: string comment: type: string - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - reviewers: &789 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + reviewers: &790 type: array items: type: object @@ -129323,7 +129338,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &790 + workflow_job_run: &791 type: object properties: conclusion: @@ -130054,18 +130069,18 @@ x-webhooks: type: string enum: - rejected - approver: *788 + approver: *789 comment: type: string - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - reviewers: *789 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + reviewers: *790 sender: *4 since: type: string - workflow_job_run: *790 + workflow_job_run: *791 workflow_job_runs: type: array items: @@ -130769,13 +130784,13 @@ x-webhooks: type: string enum: - requested - enterprise: *774 + enterprise: *775 environment: type: string - installation: *775 - organization: *776 - repository: *777 - requestor: &796 + installation: *776 + organization: *777 + repository: *778 + requestor: &797 title: User type: object nullable: true @@ -132664,12 +132679,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 workflow_run: title: Deployment Workflow Run type: object @@ -133349,7 +133364,7 @@ x-webhooks: type: string enum: - answered - answer: &794 + answer: &795 type: object properties: author_association: @@ -133506,11 +133521,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -133637,11 +133652,11 @@ x-webhooks: - from required: - category - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -133724,11 +133739,11 @@ x-webhooks: type: string enum: - closed - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -133810,7 +133825,7 @@ x-webhooks: type: string enum: - created - comment: &793 + comment: &794 type: object properties: author_association: @@ -133967,11 +133982,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134054,12 +134069,12 @@ x-webhooks: type: string enum: - deleted - comment: *793 - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + comment: *794 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134154,12 +134169,12 @@ x-webhooks: - from required: - body - comment: *793 - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + comment: *794 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134243,11 +134258,11 @@ x-webhooks: type: string enum: - created - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134329,11 +134344,11 @@ x-webhooks: type: string enum: - deleted - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134433,11 +134448,11 @@ x-webhooks: type: string required: - from - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134519,10 +134534,10 @@ x-webhooks: type: string enum: - labeled - discussion: *792 - enterprise: *774 - installation: *775 - label: &795 + discussion: *793 + enterprise: *775 + installation: *776 + label: &796 title: Label type: object properties: @@ -134554,8 +134569,8 @@ x-webhooks: - color - default - description - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134638,11 +134653,11 @@ x-webhooks: type: string enum: - locked - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134724,11 +134739,11 @@ x-webhooks: type: string enum: - pinned - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134810,11 +134825,11 @@ x-webhooks: type: string enum: - reopened - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134899,16 +134914,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *792 - new_repository: *777 + new_discussion: *793 + new_repository: *778 required: - new_discussion - new_repository - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -134991,10 +135006,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *792 - old_answer: *794 - organization: *776 - repository: *777 + discussion: *793 + old_answer: *795 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135076,12 +135091,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *792 - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135164,11 +135179,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135250,11 +135265,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *792 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + discussion: *793 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -135327,7 +135342,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *774 + enterprise: *775 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -135987,9 +136002,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - forkee @@ -136135,9 +136150,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pages: description: The pages that were updated. type: array @@ -136174,7 +136189,7 @@ x-webhooks: - action - sha - html_url - repository: *777 + repository: *778 sender: *4 required: - pages @@ -136250,10 +136265,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: &797 + organization: *777 + repositories: &798 description: An array of repository objects that the installation can access. type: array @@ -136279,8 +136294,8 @@ x-webhooks: - name - full_name - private - repository: *777 - requester: *796 + repository: *778 + requester: *797 sender: *4 required: - action @@ -136355,11 +136370,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -136435,11 +136450,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -136515,10 +136530,10 @@ x-webhooks: type: string enum: - added - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories_added: &798 + organization: *777 + repositories_added: &799 description: An array of repository objects, which were added to the installation. type: array @@ -136564,15 +136579,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *777 - repository_selection: &799 + repository: *778 + repository_selection: &800 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *796 + requester: *797 sender: *4 required: - action @@ -136651,10 +136666,10 @@ x-webhooks: type: string enum: - removed - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories_added: *798 + organization: *777 + repositories_added: *799 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -136681,9 +136696,9 @@ x-webhooks: - name - full_name - private - repository: *777 - repository_selection: *799 - requester: *796 + repository: *778 + repository_selection: *800 + requester: *797 sender: *4 required: - action @@ -136762,11 +136777,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -136944,10 +136959,10 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 target_type: type: string @@ -137026,11 +137041,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *774 + enterprise: *775 installation: *22 - organization: *776 - repositories: *797 - repository: *777 + organization: *777 + repositories: *798 + repository: *778 requester: nullable: true sender: *4 @@ -137297,8 +137312,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138087,8 +138102,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138437,8 +138452,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -138518,7 +138533,7 @@ x-webhooks: type: string enum: - deleted - comment: &800 + comment: &801 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -138698,8 +138713,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139484,8 +139499,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139836,8 +139851,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -139917,7 +139932,7 @@ x-webhooks: type: string enum: - edited - changes: &829 + changes: &830 description: The changes to the comment. type: object properties: @@ -139929,9 +139944,9 @@ x-webhooks: type: string required: - from - comment: *800 - enterprise: *774 - installation: *775 + comment: *801 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140719,8 +140734,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141069,8 +141084,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -141151,9 +141166,9 @@ x-webhooks: type: string enum: - pinned - comment: *800 - enterprise: *774 - installation: *775 + comment: *801 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141943,8 +141958,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142295,8 +142310,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -142376,9 +142391,9 @@ x-webhooks: type: string enum: - unpinned - comment: *800 - enterprise: *774 - installation: *775 + comment: *801 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143168,8 +143183,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143520,8 +143535,8 @@ x-webhooks: - state - locked - assignee - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -143610,9 +143625,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -143701,9 +143716,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -143791,9 +143806,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -143882,9 +143897,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -143964,10 +143979,10 @@ x-webhooks: type: string enum: - assigned - assignee: *796 - enterprise: *774 - installation: *775 - issue: &801 + assignee: *797 + enterprise: *775 + installation: *776 + issue: &802 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -144759,8 +144774,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -144880,8 +144895,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -144961,8 +144976,8 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -145759,8 +145774,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -146015,8 +146030,8 @@ x-webhooks: required: - state - closed_at - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -146095,8 +146110,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146884,8 +146899,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -147004,8 +147019,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -147084,8 +147099,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147895,8 +147910,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -147994,7 +148009,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &802 + milestone: &803 title: Milestone description: A collection of related issues and pull requests. type: object @@ -148132,8 +148147,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -148232,8 +148247,8 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149025,8 +149040,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -149146,9 +149161,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *795 - organization: *776 - repository: *777 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -149228,9 +149243,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 issue_field: type: object description: The issue field whose value was set or updated on the @@ -149384,8 +149399,8 @@ x-webhooks: - id required: - from - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -149465,9 +149480,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -149548,8 +149563,8 @@ x-webhooks: nullable: true required: - id - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -149629,8 +149644,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150421,8 +150436,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -150542,9 +150557,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *795 - organization: *776 - repository: *777 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -150624,8 +150639,8 @@ x-webhooks: type: string enum: - locked - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151440,8 +151455,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -151538,8 +151553,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -151618,8 +151633,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152428,8 +152443,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -152526,9 +152541,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *802 - organization: *776 - repository: *777 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -153391,8 +153406,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -153976,8 +153991,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154761,8 +154776,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -154889,8 +154904,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -154970,9 +154985,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *774 - installation: *775 - issue: &803 + enterprise: *775 + installation: *776 + issue: &804 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -155758,8 +155773,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -155878,8 +155893,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -155958,8 +155973,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156772,8 +156787,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -156871,8 +156886,8 @@ x-webhooks: user_view_type: type: string type: *257 - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -157741,8 +157756,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -158340,11 +158355,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *774 - installation: *775 - issue: *803 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *804 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158424,12 +158439,12 @@ x-webhooks: type: string enum: - typed - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 type: *257 - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158510,7 +158525,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &832 + assignee: &833 title: User type: object nullable: true @@ -158580,11 +158595,11 @@ x-webhooks: required: - login - id - enterprise: *774 - installation: *775 - issue: *801 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *802 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158663,12 +158678,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *774 - installation: *775 - issue: *801 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *802 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -158748,8 +158763,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159562,8 +159577,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *707 - issue_dependencies_summary: *708 + sub_issues_summary: *708 + issue_dependencies_summary: *709 issue_field_values: type: array items: *573 @@ -159660,8 +159675,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -159741,11 +159756,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *774 - installation: *775 - issue: *803 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + issue: *804 + organization: *777 + repository: *778 sender: *4 required: - action @@ -159824,12 +159839,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *774 - installation: *775 - issue: *801 + enterprise: *775 + installation: *776 + issue: *802 type: *257 - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -159909,11 +159924,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -159991,11 +160006,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160105,11 +160120,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - label: *795 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + label: *796 + organization: *777 + repository: *778 sender: *4 required: - action @@ -160191,9 +160206,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: &804 + enterprise: *775 + installation: *776 + marketplace_purchase: &805 title: Marketplace Purchase type: object required: @@ -160276,8 +160291,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *776 - previous_marketplace_purchase: &805 + organization: *777 + previous_marketplace_purchase: &806 title: Marketplace Purchase type: object properties: @@ -160357,7 +160372,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *777 + repository: *778 sender: *4 required: - action @@ -160437,10 +160452,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: *804 - organization: *776 + enterprise: *775 + installation: *776 + marketplace_purchase: *805 + organization: *777 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -160523,7 +160538,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *777 + repository: *778 sender: *4 required: - action @@ -160605,10 +160620,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: *804 - organization: *776 + enterprise: *775 + installation: *776 + marketplace_purchase: *805 + organization: *777 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -160690,7 +160705,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *777 + repository: *778 sender: *4 required: - action @@ -160771,8 +160786,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 marketplace_purchase: title: Marketplace Purchase type: object @@ -160854,9 +160869,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *776 - previous_marketplace_purchase: *805 - repository: *777 + organization: *777 + previous_marketplace_purchase: *806 + repository: *778 sender: *4 required: - action @@ -160936,12 +160951,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *774 - installation: *775 - marketplace_purchase: *804 - organization: *776 - previous_marketplace_purchase: *805 - repository: *777 + enterprise: *775 + installation: *776 + marketplace_purchase: *805 + organization: *777 + previous_marketplace_purchase: *806 + repository: *778 sender: *4 required: - action @@ -161043,11 +161058,11 @@ x-webhooks: type: string required: - to - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161147,11 +161162,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161230,11 +161245,11 @@ x-webhooks: type: string enum: - removed - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161312,11 +161327,11 @@ x-webhooks: type: string enum: - added - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 scope: description: The scope of the membership. Currently, can only be `team`. @@ -161392,7 +161407,7 @@ x-webhooks: required: - login - id - team: &806 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -161615,11 +161630,11 @@ x-webhooks: type: string enum: - removed - enterprise: *774 - installation: *775 - member: *796 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + member: *797 + organization: *777 + repository: *778 scope: description: The scope of the membership. Currently, can only be `team`. @@ -161696,7 +161711,7 @@ x-webhooks: required: - login - id - team: *806 + team: *807 required: - action - scope @@ -161778,8 +161793,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *775 - merge_group: &808 + installation: *776 + merge_group: &809 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -161798,15 +161813,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *807 + head_commit: *808 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161892,10 +161907,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *775 - merge_group: *808 - organization: *776 - repository: *777 + installation: *776 + merge_group: *809 + organization: *777 + repository: *778 sender: *4 required: - action @@ -161968,7 +161983,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 + enterprise: *775 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -162077,16 +162092,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *775 - organization: *776 + installation: *776 + organization: *777 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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -162167,11 +162182,11 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 - milestone: *802 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162250,9 +162265,9 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - milestone: &811 + enterprise: *775 + installation: *776 + milestone: &812 title: Milestone description: A collection of related issues and pull requests. type: object @@ -162389,8 +162404,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162469,11 +162484,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - milestone: *802 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162583,11 +162598,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - milestone: *802 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *803 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162667,11 +162682,11 @@ x-webhooks: type: string enum: - opened - enterprise: *774 - installation: *775 - milestone: *811 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + milestone: *812 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162750,11 +162765,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *796 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + blocked_user: *797 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162833,11 +162848,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *796 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + blocked_user: *797 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -162916,9 +162931,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - membership: &812 + enterprise: *775 + installation: *776 + membership: &813 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -163025,8 +163040,8 @@ x-webhooks: - role - organization_url - user - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163104,11 +163119,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *774 - installation: *775 - membership: *812 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + membership: *813 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163187,8 +163202,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -163304,10 +163319,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 - user: *796 + user: *797 required: - action - invitation @@ -163385,11 +163400,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *774 - installation: *775 - membership: *812 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + membership: *813 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163476,11 +163491,11 @@ x-webhooks: properties: from: type: string - enterprise: *774 - installation: *775 - membership: *812 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + membership: *813 + organization: *777 + repository: *778 sender: *4 required: - action @@ -163557,9 +163572,9 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 package: description: Information about the package. type: object @@ -164058,7 +164073,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &813 + items: &814 title: Ruby Gems metadata type: object properties: @@ -164153,7 +164168,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -164229,9 +164244,9 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 package: description: Information about the package. type: object @@ -164584,7 +164599,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *813 + items: *814 source_url: type: string format: uri @@ -164654,7 +164669,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -164830,12 +164845,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *774 + enterprise: *775 id: type: integer - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - id @@ -164912,7 +164927,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &814 + personal_access_token_request: &815 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -165058,10 +165073,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *774 - organization: *776 + enterprise: *775 + organization: *777 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165138,11 +165153,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *814 - enterprise: *774 - organization: *776 + personal_access_token_request: *815 + enterprise: *775 + organization: *777 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165218,11 +165233,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *814 - enterprise: *774 - organization: *776 + personal_access_token_request: *815 + enterprise: *775 + organization: *777 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165297,11 +165312,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *814 - organization: *776 - enterprise: *774 + personal_access_token_request: *815 + organization: *777 + enterprise: *775 sender: *4 - installation: *775 + installation: *776 required: - action - personal_access_token_request @@ -165406,7 +165421,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *815 + last_response: *816 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -165438,8 +165453,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 zen: description: Random string of GitHub zen. @@ -165684,10 +165699,10 @@ x-webhooks: - from required: - note - enterprise: *774 - installation: *775 - organization: *776 - project_card: &816 + enterprise: *775 + installation: *776 + organization: *777 + project_card: &817 title: Project Card type: object properties: @@ -165806,7 +165821,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *777 + repository: *778 sender: *4 required: - action @@ -165887,11 +165902,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - project_card: *816 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_card: *817 + repository: *778 sender: *4 required: - action @@ -165971,9 +165986,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 project_card: title: Project Card type: object @@ -166101,8 +166116,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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -166196,11 +166211,11 @@ x-webhooks: - from required: - note - enterprise: *774 - installation: *775 - organization: *776 - project_card: *816 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_card: *817 + repository: *778 sender: *4 required: - action @@ -166294,9 +166309,9 @@ x-webhooks: - from required: - column_id - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 project_card: allOf: - title: Project Card @@ -166486,7 +166501,7 @@ x-webhooks: type: string required: - after_id - repository: *777 + repository: *778 sender: *4 required: - action @@ -166566,10 +166581,10 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 - organization: *776 - project: &818 + enterprise: *775 + installation: *776 + organization: *777 + project: &819 title: Project type: object properties: @@ -166693,7 +166708,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *777 + repository: *778 sender: *4 required: - action @@ -166773,10 +166788,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - project_column: &817 + enterprise: *775 + installation: *776 + organization: *777 + project_column: &818 title: Project Column type: object properties: @@ -166815,7 +166830,7 @@ x-webhooks: - name - created_at - updated_at - repository: *777 + repository: *778 sender: *4 required: - action @@ -166894,18 +166909,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - project_column: *817 + enterprise: *775 + installation: *776 + organization: *777 + project_column: *818 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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -166995,11 +167010,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - project_column: *817 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_column: *818 + repository: *778 sender: *4 required: - action @@ -167079,11 +167094,11 @@ x-webhooks: type: string enum: - moved - enterprise: *774 - installation: *775 - organization: *776 - project_column: *817 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project_column: *818 + repository: *778 sender: *4 required: - action @@ -167163,11 +167178,11 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - project: *818 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 + repository: *778 sender: *4 required: - action @@ -167247,18 +167262,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - project: *818 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 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: *809 - required: *810 + properties: *810 + required: *811 nullable: true sender: *4 required: @@ -167360,11 +167375,11 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - project: *818 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 + repository: *778 sender: *4 required: - action @@ -167443,11 +167458,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *774 - installation: *775 - organization: *776 - project: *818 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + project: *819 + repository: *778 sender: *4 required: - action @@ -167528,8 +167543,8 @@ x-webhooks: type: string enum: - closed - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -167611,8 +167626,8 @@ x-webhooks: type: string enum: - created - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -167694,8 +167709,8 @@ x-webhooks: type: string enum: - deleted - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -167813,8 +167828,8 @@ x-webhooks: type: string to: type: string - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -167898,7 +167913,7 @@ x-webhooks: type: string enum: - archived - changes: &822 + changes: &823 type: object properties: archived_at: @@ -167912,9 +167927,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *775 - organization: *776 - projects_v2_item: &819 + installation: *776 + organization: *777 + projects_v2_item: &820 title: Projects v2 Item description: An item belonging to a project type: object @@ -168049,9 +168064,9 @@ x-webhooks: nullable: true to: type: string - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168133,9 +168148,9 @@ x-webhooks: type: string enum: - created - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168216,9 +168231,9 @@ x-webhooks: type: string enum: - deleted - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168324,7 +168339,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &820 + - &821 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -168346,7 +168361,7 @@ x-webhooks: required: - id - name - - &821 + - &822 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -168380,8 +168395,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *820 - *821 + - *822 required: - field_value - type: object @@ -168397,9 +168412,9 @@ x-webhooks: nullable: true required: - body - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168494,9 +168509,9 @@ x-webhooks: to: type: string nullable: true - installation: *775 - organization: *776 - projects_v2_item: *819 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168579,10 +168594,10 @@ x-webhooks: type: string enum: - restored - changes: *822 - installation: *775 - organization: *776 - projects_v2_item: *819 + changes: *823 + installation: *776 + organization: *777 + projects_v2_item: *820 sender: *4 required: - action @@ -168664,8 +168679,8 @@ x-webhooks: type: string enum: - reopened - installation: *775 - organization: *776 + installation: *776 + organization: *777 projects_v2: *291 sender: *4 required: @@ -168747,14 +168762,14 @@ x-webhooks: type: string enum: - created - installation: *775 - organization: *776 - projects_v2_status_update: &825 + installation: *776 + organization: *777 + projects_v2_status_update: &826 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *823 - required: *824 + properties: *824 + required: *825 sender: *4 required: - action @@ -168835,9 +168850,9 @@ x-webhooks: type: string enum: - deleted - installation: *775 - organization: *776 - projects_v2_status_update: *825 + installation: *776 + organization: *777 + projects_v2_status_update: *826 sender: *4 required: - action @@ -168973,9 +168988,9 @@ x-webhooks: type: string format: date nullable: true - installation: *775 - organization: *776 - projects_v2_status_update: *825 + installation: *776 + organization: *777 + projects_v2_status_update: *826 sender: *4 required: - action @@ -169046,10 +169061,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - repository @@ -169126,13 +169141,13 @@ x-webhooks: type: string enum: - assigned - assignee: *796 - enterprise: *774 - installation: *775 - number: &826 + assignee: *797 + enterprise: *775 + installation: *776 + number: &827 description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -171419,7 +171434,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -171501,11 +171516,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -173787,7 +173802,7 @@ x-webhooks: - draft reason: type: string - repository: *777 + repository: *778 sender: *4 required: - action @@ -173869,11 +173884,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -176155,7 +176170,7 @@ x-webhooks: - draft reason: type: string - repository: *777 + repository: *778 sender: *4 required: - action @@ -176237,11 +176252,11 @@ x-webhooks: type: string enum: - closed - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: &827 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: &828 allOf: - *625 - type: object @@ -176305,7 +176320,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *777 + repository: *778 sender: *4 required: - action @@ -176386,12 +176401,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -176471,11 +176486,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *774 + enterprise: *775 milestone: *609 - number: *826 - organization: *776 - pull_request: &828 + number: *827 + organization: *777 + pull_request: &829 title: Pull Request type: object properties: @@ -178756,7 +178771,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -178835,11 +178850,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -181139,7 +181154,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *777 + repository: *778 sender: *4 required: - action @@ -181263,12 +181278,12 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -181348,11 +181363,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -183637,7 +183652,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -183717,11 +183732,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *774 - installation: *775 - label: *795 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + label: *796 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -186007,7 +186022,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -186088,10 +186103,10 @@ x-webhooks: type: string enum: - locked - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -188375,7 +188390,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -188455,12 +188470,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *774 + enterprise: *775 milestone: *609 - number: *826 - organization: *776 - pull_request: *828 - repository: *777 + number: *827 + organization: *777 + pull_request: *829 + repository: *778 sender: *4 required: - action @@ -188539,12 +188554,12 @@ x-webhooks: type: string enum: - opened - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -188625,12 +188640,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -188710,12 +188725,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *774 - installation: *775 - number: *826 - organization: *776 - pull_request: *827 - repository: *777 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 + pull_request: *828 + repository: *778 sender: *4 required: - action @@ -189081,9 +189096,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: type: object properties: @@ -191257,7 +191272,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *777 + repository: *778 sender: *4 required: - action @@ -191337,7 +191352,7 @@ x-webhooks: type: string enum: - deleted - comment: &830 + comment: &831 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -191622,9 +191637,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: type: object properties: @@ -193786,7 +193801,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *777 + repository: *778 sender: *4 required: - action @@ -193866,11 +193881,11 @@ x-webhooks: type: string enum: - edited - changes: *829 - comment: *830 - enterprise: *774 - installation: *775 - organization: *776 + changes: *830 + comment: *831 + enterprise: *775 + installation: *776 + organization: *777 pull_request: type: object properties: @@ -196035,7 +196050,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *777 + repository: *778 sender: *4 required: - action @@ -196116,9 +196131,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -198295,7 +198310,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 + repository: *778 review: description: The review that was affected. type: object @@ -198542,9 +198557,9 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -200594,8 +200609,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 - review: &831 + repository: *778 + review: &832 description: The review that was affected. type: object properties: @@ -200828,12 +200843,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -203120,7 +203135,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_reviewer: title: User type: object @@ -203204,12 +203219,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -205503,7 +205518,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205695,12 +205710,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -207989,7 +208004,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_reviewer: title: User type: object @@ -208074,12 +208089,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *774 - installation: *775 + enterprise: *775 + installation: *776 number: description: The pull request number. type: integer - organization: *776 + organization: *777 pull_request: title: Pull Request type: object @@ -210359,7 +210374,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 requested_team: title: Team description: Groups of organization members that gives permissions @@ -210540,9 +210555,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -212721,8 +212736,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 - review: *831 + repository: *778 + review: *832 sender: *4 required: - action @@ -212802,9 +212817,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -214892,7 +214907,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 + repository: *778 sender: *4 thread: type: object @@ -215279,9 +215294,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 pull_request: title: Simple Pull Request type: object @@ -217355,7 +217370,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *777 + repository: *778 sender: *4 thread: type: object @@ -217745,10 +217760,10 @@ x-webhooks: type: string before: type: string - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -220023,7 +220038,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -220105,11 +220120,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *832 - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + assignee: *833 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -222396,7 +222411,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -222475,11 +222490,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *774 - installation: *775 - label: *795 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + label: *796 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -224756,7 +224771,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -224837,10 +224852,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *774 - installation: *775 - number: *826 - organization: *776 + enterprise: *775 + installation: *776 + number: *827 + organization: *777 pull_request: title: Pull Request type: object @@ -227109,7 +227124,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *777 + repository: *778 sender: *4 required: - action @@ -227309,7 +227324,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *774 + enterprise: *775 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -227401,8 +227416,8 @@ x-webhooks: - url - author - committer - installation: *775 - organization: *776 + installation: *776 + organization: *777 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227988,9 +228003,9 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 registry_package: type: object properties: @@ -228436,7 +228451,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *813 + items: *814 summary: type: string tag_name: @@ -228490,7 +228505,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -228568,9 +228583,9 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 registry_package: type: object properties: @@ -228878,7 +228893,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *813 + items: *814 summary: type: string tag_name: @@ -228927,7 +228942,7 @@ x-webhooks: - owner - package_version - registry - repository: *777 + repository: *778 sender: *4 required: - action @@ -229004,10 +229019,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - release: &833 + enterprise: *775 + installation: *776 + organization: *777 + release: &834 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229325,7 +229340,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *777 + repository: *778 sender: *4 required: - action @@ -229402,11 +229417,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - release: *833 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *834 + repository: *778 sender: *4 required: - action @@ -229523,11 +229538,11 @@ x-webhooks: type: boolean required: - to - enterprise: *774 - installation: *775 - organization: *776 - release: *833 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *834 + repository: *778 sender: *4 required: - action @@ -229605,9 +229620,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229929,7 +229944,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *777 + repository: *778 sender: *4 required: - action @@ -230005,10 +230020,10 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 - release: &834 + enterprise: *775 + installation: *776 + organization: *777 + release: &835 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -230327,7 +230342,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *777 + repository: *778 sender: *4 required: - action @@ -230403,11 +230418,11 @@ x-webhooks: type: string enum: - released - enterprise: *774 - installation: *775 - organization: *776 - release: *833 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *834 + repository: *778 sender: *4 required: - action @@ -230483,11 +230498,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *774 - installation: *775 - organization: *776 - release: *834 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + release: *835 + repository: *778 sender: *4 required: - action @@ -230563,11 +230578,11 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - repository_advisory: *694 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + repository_advisory: *695 sender: *4 required: - action @@ -230643,11 +230658,11 @@ x-webhooks: type: string enum: - reported - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - repository_advisory: *694 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + repository_advisory: *695 sender: *4 required: - action @@ -230723,10 +230738,10 @@ x-webhooks: type: string enum: - archived - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -230803,10 +230818,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -230884,10 +230899,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -230971,10 +230986,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231086,10 +231101,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231161,10 +231176,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 status: type: string @@ -231245,10 +231260,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231325,10 +231340,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231422,10 +231437,10 @@ x-webhooks: - name required: - repository - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -231505,10 +231520,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 repository_ruleset: *339 sender: *4 required: @@ -231587,10 +231602,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 repository_ruleset: *339 sender: *4 required: @@ -231669,10 +231684,10 @@ x-webhooks: type: string enum: - edited - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 repository_ruleset: *339 changes: type: object @@ -231734,16 +231749,16 @@ x-webhooks: properties: added: type: array - items: *645 + items: *646 deleted: type: array - items: *645 + items: *646 updated: type: array items: type: object properties: - rule: *645 + rule: *646 changes: type: object properties: @@ -231977,10 +231992,10 @@ x-webhooks: - from required: - owner - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232058,10 +232073,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232139,7 +232154,7 @@ x-webhooks: type: string enum: - create - alert: &835 + alert: &836 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -232261,10 +232276,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232470,10 +232485,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232551,11 +232566,11 @@ x-webhooks: type: string enum: - reopen - alert: *835 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *836 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232754,10 +232769,10 @@ x-webhooks: enum: - fixed - open - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -232835,7 +232850,7 @@ x-webhooks: type: string enum: - assigned - alert: &836 + alert: &837 type: object properties: number: *188 @@ -232978,10 +232993,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233059,11 +233074,11 @@ x-webhooks: type: string enum: - created - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233144,11 +233159,11 @@ x-webhooks: type: string enum: - created - alert: *836 - installation: *775 - location: *837 - organization: *776 - repository: *777 + alert: *837 + installation: *776 + location: *838 + organization: *777 + repository: *778 sender: *4 required: - location @@ -233386,11 +233401,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233468,11 +233483,11 @@ x-webhooks: type: string enum: - reopened - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233550,11 +233565,11 @@ x-webhooks: type: string enum: - resolved - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233632,12 +233647,12 @@ x-webhooks: type: string enum: - unassigned - alert: *836 + alert: *837 assignee: *4 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233715,11 +233730,11 @@ x-webhooks: type: string enum: - validated - alert: *836 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + alert: *837 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -233845,10 +233860,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *777 - enterprise: *774 - installation: *775 - organization: *776 + repository: *778 + enterprise: *775 + installation: *776 + organization: *777 sender: *4 required: - action @@ -233926,11 +233941,11 @@ x-webhooks: type: string enum: - published - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - security_advisory: &838 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + security_advisory: &839 description: The details of the security advisory, including summary, description, and severity. type: object @@ -234101,11 +234116,11 @@ x-webhooks: type: string enum: - updated - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 - security_advisory: *838 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 + security_advisory: *839 sender: *4 required: - action @@ -234178,10 +234193,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -234354,9 +234369,9 @@ x-webhooks: type: object properties: security_and_analysis: *312 - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: *357 sender: *4 required: @@ -234435,12 +234450,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: &839 + sponsorship: &840 type: object properties: created_at: @@ -234741,12 +234756,12 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - sponsorship @@ -234834,12 +234849,12 @@ x-webhooks: type: string required: - from - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - changes @@ -234916,17 +234931,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &840 + effective_date: &841 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: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - sponsorship @@ -235000,7 +235015,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &841 + changes: &842 type: object properties: tier: @@ -235044,13 +235059,13 @@ x-webhooks: - from required: - tier - effective_date: *840 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + effective_date: *841 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - changes @@ -235127,13 +235142,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *841 - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + changes: *842 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - sponsorship: *839 + sponsorship: *840 required: - action - changes @@ -235207,10 +235222,10 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235293,10 +235308,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235716,15 +235731,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *774 + enterprise: *775 id: description: The unique identifier of the status. type: integer - installation: *775 + installation: *776 name: type: string - organization: *776 - repository: *777 + organization: *777 + repository: *778 sender: *4 sha: description: The Commit SHA. @@ -235839,9 +235854,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -235930,9 +235945,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236021,9 +236036,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236112,9 +236127,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *775 - organization: *776 - repository: *777 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -236190,12 +236205,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - team: &842 + team: &843 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -236418,9 +236433,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -236878,7 +236893,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -236954,9 +236969,9 @@ x-webhooks: type: string enum: - created - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -237414,7 +237429,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -237491,9 +237506,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -237951,7 +237966,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -238095,9 +238110,9 @@ x-webhooks: - from required: - permissions - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -238555,7 +238570,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - changes @@ -238633,9 +238648,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *774 - installation: *775 - organization: *776 + enterprise: *775 + installation: *776 + organization: *777 repository: title: Repository description: A git repository @@ -239093,7 +239108,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *842 + team: *843 required: - action - team @@ -239169,10 +239184,10 @@ x-webhooks: type: string enum: - started - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 required: - action @@ -239245,16 +239260,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *774 + enterprise: *775 inputs: type: object nullable: true additionalProperties: true - installation: *775 - organization: *776 + installation: *776 + organization: *777 ref: type: string - repository: *777 + repository: *778 sender: *4 workflow: type: string @@ -239336,10 +239351,10 @@ x-webhooks: type: string enum: - completed - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: allOf: @@ -239655,10 +239670,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: allOf: @@ -239997,10 +240012,10 @@ x-webhooks: type: string enum: - queued - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: type: object @@ -240214,10 +240229,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 workflow_job: type: object @@ -240433,12 +240448,12 @@ x-webhooks: type: string enum: - completed - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 workflow_run: title: Workflow Run type: object @@ -241437,12 +241452,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 workflow_run: title: Workflow Run type: object @@ -242426,12 +242441,12 @@ x-webhooks: type: string enum: - requested - enterprise: *774 - installation: *775 - organization: *776 - repository: *777 + enterprise: *775 + installation: *776 + organization: *777 + repository: *778 sender: *4 - workflow: *791 + workflow: *792 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 f2bbeddfe..74d384f60 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -219280,6 +219280,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -221927,6 +221943,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -224018,6 +224050,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -226686,6 +226734,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -575020,6 +575084,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -576551,6 +576657,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -577699,6 +577821,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -579055,6 +579193,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -581165,6 +581319,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -582328,6 +582498,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -583680,6 +583866,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1388232,6 +1388434,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1391197,6 +1391415,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1394162,6 +1394396,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1395236,6 +1395486,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1396138,6 +1396404,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1397043,6 +1397325,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", 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 98113c8b2..6b0cf88da 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: - - &699 + - &700 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: &795 + discussion: &796 title: Discussion description: A Discussion in a repository. type: object @@ -15016,7 +15016,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &710 + sub_issues_summary: &711 title: Sub-issues Summary type: object properties: @@ -15143,7 +15143,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &711 + issue_dependencies_summary: &712 title: Issue Dependencies Summary type: object properties: @@ -16690,7 +16690,7 @@ paths: url: type: string format: uri - user: &719 + user: &720 title: Public User description: Public User type: object @@ -22576,7 +22576,7 @@ paths: parameters: - *78 - *124 - - &771 + - &772 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 @@ -22688,7 +22688,7 @@ paths: - *124 - *125 - *126 - - &772 + - &773 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22696,7 +22696,7 @@ paths: schema: type: string - *129 - - &773 + - &774 name: sku description: The SKU to query for usage. in: query @@ -30237,12 +30237,12 @@ paths: required: - subject_digests examples: - default: &752 + default: &753 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &753 + withPredicateType: &754 value: subject_digests: - sha256:abc123 @@ -30300,7 +30300,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &754 + default: &755 value: attestations_subject_digests: - sha256:abc: @@ -42397,7 +42397,7 @@ paths: parameters: - *78 - *270 - - &735 + - &736 name: repo_name description: repo_name parameter in: path @@ -43456,7 +43456,7 @@ paths: - nuget - container - *78 - - &736 + - &737 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43497,7 +43497,7 @@ paths: default: *277 '403': *29 '401': *25 - '400': &738 + '400': &739 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45594,7 +45594,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &827 + properties: &828 id: type: number description: The unique identifier of the status update. @@ -45642,7 +45642,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &828 + required: &829 - id - node_id - created_at @@ -46532,7 +46532,7 @@ paths: - updated_at - project_url examples: - default: &758 + default: &759 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46709,7 +46709,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &759 + items: &760 type: object properties: name: @@ -46746,7 +46746,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &760 + iteration_configuration: &761 type: object description: The configuration for iteration fields. properties: @@ -46796,7 +46796,7 @@ paths: value: name: Due date data_type: date - single_select_field: &761 + single_select_field: &762 summary: Create a single select field value: name: Priority @@ -46823,7 +46823,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &762 + iteration_field: &763 summary: Create an iteration field value: name: Sprint @@ -46849,7 +46849,7 @@ paths: application/json: schema: *298 examples: - text_field: &763 + text_field: &764 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46858,7 +46858,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: &764 + number_field: &765 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46867,7 +46867,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: &765 + date_field: &766 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46876,7 +46876,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: &766 + single_select_field: &767 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46910,7 +46910,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &767 + iteration_field: &768 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46956,7 +46956,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *294 - - &768 + - &769 name: field_id description: The unique identifier of the field. in: path @@ -46971,7 +46971,7 @@ paths: application/json: schema: *298 examples: - default: &769 + default: &770 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48168,7 +48168,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &749 + schema: &750 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48345,7 +48345,7 @@ paths: parameters: - *294 - *78 - - &770 + - &771 name: view_number description: The number that identifies the project view. in: path @@ -50336,7 +50336,7 @@ paths: - *78 - *17 - *19 - - &647 + - &648 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50618,7 +50618,7 @@ paths: - repository_property rules: type: array - items: &648 + items: &649 title: Repository Rule type: object description: A repository rule. @@ -51282,6 +51282,18 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. + - &647 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - &334 title: file_path_restriction description: Prevent commits that include changes in specified @@ -51582,7 +51594,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *78 - - &649 + - &650 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 @@ -51597,7 +51609,7 @@ paths: in: query schema: type: string - - &650 + - &651 name: time_period description: |- The time period to filter by. @@ -51613,14 +51625,14 @@ paths: - week - month default: day - - &651 + - &652 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 - - &652 + - &653 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51633,7 +51645,7 @@ paths: - bypass - all default: all - - &653 + - &654 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. @@ -51656,7 +51668,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Rule Suites description: Response type: array @@ -51711,7 +51723,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &655 + default: &656 value: - id: 21 actor_id: 12 @@ -51755,7 +51767,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *78 - - &656 + - &657 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51771,7 +51783,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Rule Suite description: Response type: object @@ -51870,7 +51882,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &658 + default: &659 value: id: 21 actor_id: 12 @@ -52117,7 +52129,7 @@ paths: type: string format: date-time examples: - default: &660 + default: &661 value: - version_id: 3 actor: @@ -52170,7 +52182,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 allOf: - *344 - type: object @@ -52242,7 +52254,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *78 - - &662 + - &663 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52253,7 +52265,7 @@ paths: enum: - open - resolved - - &663 + - &664 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52263,7 +52275,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52274,7 +52286,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: exclude_providers in: query description: |- @@ -52285,7 +52297,7 @@ paths: required: false schema: type: string - - &666 + - &667 name: providers in: query description: |- @@ -52296,7 +52308,7 @@ paths: required: false schema: type: string - - &667 + - &668 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52305,7 +52317,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52324,7 +52336,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &669 + - &670 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. @@ -52339,7 +52351,7 @@ paths: - *62 - *19 - *17 - - &670 + - &671 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 @@ -52349,7 +52361,7 @@ paths: required: false schema: type: string - - &671 + - &672 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 @@ -52359,7 +52371,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52368,7 +52380,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52377,7 +52389,7 @@ paths: schema: type: boolean default: false - - &674 + - &675 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52386,7 +52398,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52395,7 +52407,7 @@ paths: schema: type: boolean default: false - - &676 + - &677 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52432,14 +52444,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &677 + state: &678 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: &678 + resolution: &679 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52556,8 +52568,8 @@ paths: pull request. ' - oneOf: &679 - - &681 + oneOf: &680 + - &682 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52615,7 +52627,7 @@ paths: - blob_url - commit_sha - commit_url - - &682 + - &683 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. @@ -52670,7 +52682,7 @@ paths: - page_url - commit_sha - commit_url - - &683 + - &684 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52690,7 +52702,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &684 + - &685 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52710,7 +52722,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &685 + - &686 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52730,7 +52742,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &686 + - &687 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52744,7 +52756,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &687 + - &688 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52758,7 +52770,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &688 + - &689 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52772,7 +52784,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &689 + - &690 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. @@ -52792,7 +52804,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &690 + - &691 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. @@ -52812,7 +52824,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &691 + - &692 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. @@ -52832,7 +52844,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &692 + - &693 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. @@ -52852,7 +52864,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &693 + - &694 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. @@ -53371,7 +53383,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 description: A repository security advisory. type: object properties: @@ -53694,7 +53706,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &698 + default: &699 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55558,7 +55570,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -55677,7 +55689,7 @@ paths: - type - url examples: - default: &714 + default: &715 value: - login: octocat id: 1 @@ -55763,7 +55775,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &715 + response-if-user-is-a-team-maintainer: &716 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55828,7 +55840,7 @@ paths: application/json: schema: *355 examples: - response-if-users-membership-with-team-is-now-pending: &716 + response-if-users-membership-with-team-is-now-pending: &717 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55942,7 +55954,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &717 + schema: &718 title: Team Repository description: A team's access to a repository. type: object @@ -56684,7 +56696,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: &718 + response-if-child-teams-exist: &719 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62357,7 +62369,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &789 + properties: &790 url: type: string format: uri @@ -62442,7 +62454,7 @@ paths: nullable: true properties: *83 required: *84 - required: &790 + required: &791 - id - node_id - sha @@ -68562,7 +68574,7 @@ paths: check. type: array items: *93 - deployment: &782 + deployment: &783 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69474,7 +69486,7 @@ paths: type: string format: date-time nullable: true - head_commit: &810 + head_commit: &811 title: Simple Commit description: A commit. type: object @@ -74217,14 +74229,14 @@ paths: type: integer machines: type: array - items: &724 + items: &725 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *479 required: *480 examples: - default: &725 + default: &726 value: total_count: 2 machines: @@ -77370,7 +77382,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: Status description: The status of a commit. type: object @@ -78983,7 +78995,7 @@ paths: items: type: object properties: - placeholder_id: &694 + placeholder_id: &695 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -85043,7 +85055,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &819 + last_response: &820 title: Hook Response type: object properties: @@ -86095,7 +86107,7 @@ paths: parameters: - *356 - *357 - - &747 + - &748 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86680,7 +86692,7 @@ paths: type: array items: *558 examples: - default: &740 + default: &741 value: - id: 1 repository: @@ -101278,6 +101290,9 @@ paths: - allOf: - *340 - *645 + - allOf: + - *647 + - *645 - allOf: - *334 - *645 @@ -101340,7 +101355,7 @@ paths: schema: type: boolean default: true - - *647 + - *648 responses: '200': description: Response @@ -101425,7 +101440,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *648 + items: *649 required: - name - enforcement @@ -101458,7 +101473,7 @@ paths: application/json: schema: *341 examples: - default: &659 + default: &660 value: id: 42 name: super cool ruleset @@ -101508,11 +101523,11 @@ paths: parameters: - *356 - *357 - - *649 - *650 - *651 - *652 - *653 + - *654 - *17 - *19 responses: @@ -101520,9 +101535,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 '500': *55 x-github: @@ -101545,15 +101560,15 @@ paths: parameters: - *356 - *357 - - *656 + - *657 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '500': *55 x-github: @@ -101604,7 +101619,7 @@ paths: application/json: schema: *341 examples: - default: *659 + default: *660 '404': *6 '500': *55 put: @@ -101657,7 +101672,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *648 + items: *649 examples: default: value: @@ -101687,7 +101702,7 @@ paths: application/json: schema: *341 examples: - default: *659 + default: *660 '404': *6 '422': *15 '500': *55 @@ -101749,7 +101764,7 @@ paths: type: array items: *344 examples: - default: *660 + default: *661 '404': *6 '500': *55 x-github: @@ -101787,7 +101802,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -101844,7 +101859,6 @@ paths: parameters: - *356 - *357 - - *662 - *663 - *664 - *665 @@ -101852,16 +101866,17 @@ paths: - *667 - *668 - *669 + - *670 - *62 - *19 - *17 - - *670 - *671 - *672 - *673 - *674 - *675 - *676 + - *677 responses: '200': description: Response @@ -101869,7 +101884,7 @@ paths: application/json: schema: type: array - items: &680 + items: &681 type: object properties: number: *188 @@ -101888,8 +101903,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *677 - resolution: *678 + state: *678 + resolution: *679 resolved_at: type: string format: date-time @@ -101995,7 +102010,7 @@ paths: pull request. ' - oneOf: *679 + oneOf: *680 nullable: true has_more_locations: type: boolean @@ -102162,13 +102177,13 @@ paths: - *356 - *357 - *455 - - *675 + - *676 responses: '200': description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -102232,8 +102247,8 @@ paths: schema: type: object properties: - state: *677 - resolution: *678 + state: *678 + resolution: *679 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102277,7 +102292,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -102389,7 +102404,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &841 + items: &842 type: object properties: type: @@ -102415,7 +102430,6 @@ paths: example: commit details: oneOf: - - *681 - *682 - *683 - *684 @@ -102428,6 +102442,7 @@ paths: - *691 - *692 - *693 + - *694 examples: default: value: @@ -102522,14 +102537,14 @@ paths: schema: type: object properties: - reason: &695 + reason: &696 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *694 + placeholder_id: *695 required: - reason - placeholder_id @@ -102546,7 +102561,7 @@ paths: schema: type: object properties: - reason: *695 + reason: *696 expire_at: type: string format: date-time @@ -102608,7 +102623,7 @@ paths: properties: incremental_scans: type: array - items: &696 + items: &697 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102639,15 +102654,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *696 + items: *697 backfill_scans: type: array - items: *696 + items: *697 custom_pattern_backfill_scans: type: array items: allOf: - - *696 + - *697 - type: object properties: pattern_name: @@ -102660,7 +102675,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *696 + items: *697 examples: default: value: @@ -102770,9 +102785,9 @@ paths: application/json: schema: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 '400': *14 '404': *6 x-github: @@ -102956,9 +102971,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: &700 + default: &701 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103302,7 +103317,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: default: value: @@ -103457,15 +103472,15 @@ paths: parameters: - *356 - *357 - - *699 + - *700 responses: '200': description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *700 + default: *701 '403': *29 '404': *6 x-github: @@ -103491,7 +103506,7 @@ paths: parameters: - *356 - *357 - - *699 + - *700 requestBody: required: true content: @@ -103650,10 +103665,10 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *700 - add_credit: *700 + default: *701 + add_credit: *701 '403': *29 '404': *6 '422': @@ -103693,7 +103708,7 @@ paths: parameters: - *356 - *357 - - *699 + - *700 responses: '202': *39 '400': *14 @@ -103722,7 +103737,7 @@ paths: parameters: - *356 - *357 - - *699 + - *700 responses: '202': description: Response @@ -103866,7 +103881,7 @@ paths: application/json: schema: type: array - items: &701 + items: &702 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104239,7 +104254,7 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: default: value: @@ -104327,7 +104342,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -104421,7 +104436,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &703 + schema: &704 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104516,7 +104531,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -104723,7 +104738,7 @@ paths: description: Response content: application/json: - schema: &704 + schema: &705 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -104735,7 +104750,7 @@ paths: required: - names examples: - default: &705 + default: &706 value: names: - octocat @@ -104790,9 +104805,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 '422': *7 x-github: @@ -104815,7 +104830,7 @@ paths: parameters: - *356 - *357 - - &706 + - &707 name: per description: The time frame to display results for. in: query @@ -104844,7 +104859,7 @@ paths: example: 128 clones: type: array - items: &707 + items: &708 title: Traffic type: object properties: @@ -105085,7 +105100,7 @@ paths: parameters: - *356 - *357 - - *706 + - *707 responses: '200': description: Response @@ -105104,7 +105119,7 @@ paths: example: 3782 views: type: array - items: *707 + items: *708 required: - uniques - count @@ -105882,7 +105897,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &708 + text_matches: &709 title: Search Result Text Matches type: array items: @@ -106044,7 +106059,7 @@ paths: enum: - author-date - committer-date - - &709 + - &710 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 @@ -106172,7 +106187,7 @@ paths: type: number node_id: type: string - text_matches: *708 + text_matches: *709 required: - sha - node_id @@ -106364,7 +106379,7 @@ paths: - interactions - created - updated - - *709 + - *710 - *17 - *19 - name: advanced_search @@ -106478,8 +106493,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -106514,7 +106529,7 @@ paths: type: string format: date-time nullable: true - text_matches: *708 + text_matches: *709 pull_request: type: object properties: @@ -106830,7 +106845,7 @@ paths: enum: - created - updated - - *709 + - *710 - *17 - *19 responses: @@ -106874,7 +106889,7 @@ paths: nullable: true score: type: number - text_matches: *708 + text_matches: *709 required: - id - node_id @@ -106959,7 +106974,7 @@ paths: - forks - help-wanted-issues - updated - - *709 + - *710 - *17 - *19 responses: @@ -107207,7 +107222,7 @@ paths: - admin - pull - push - text_matches: *708 + text_matches: *709 temp_clone_token: type: string allow_merge_commit: @@ -107507,7 +107522,7 @@ paths: type: string format: uri nullable: true - text_matches: *708 + text_matches: *709 related: type: array nullable: true @@ -107698,7 +107713,7 @@ paths: - followers - repositories - joined - - *709 + - *710 - *17 - *19 responses: @@ -107802,7 +107817,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *708 + text_matches: *709 blog: type: string nullable: true @@ -107881,7 +107896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &712 + - &713 name: team_id description: The unique identifier of the team. in: path @@ -107922,7 +107937,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *712 + - *713 requestBody: required: true content: @@ -108022,7 +108037,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *712 + - *713 responses: '204': description: Response @@ -108051,7 +108066,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *712 + - *713 - *17 - *19 responses: @@ -108091,7 +108106,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *712 + - *713 - name: role description: Filters members returned by their role in the team. in: query @@ -108112,9 +108127,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 headers: Link: *70 '404': *6 @@ -108142,7 +108157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *712 + - *713 - *74 responses: '204': @@ -108179,7 +108194,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *712 + - *713 - *74 responses: '204': @@ -108219,7 +108234,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *712 + - *713 - *74 responses: '204': @@ -108256,7 +108271,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *712 + - *713 - *74 responses: '200': @@ -108265,7 +108280,7 @@ paths: application/json: schema: *355 examples: - response-if-user-is-a-team-maintainer: *715 + response-if-user-is-a-team-maintainer: *716 '404': *6 x-github: githubCloudOnly: false @@ -108298,7 +108313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *712 + - *713 - *74 requestBody: required: false @@ -108326,7 +108341,7 @@ paths: application/json: schema: *355 examples: - response-if-users-membership-with-team-is-now-pending: *716 + response-if-users-membership-with-team-is-now-pending: *717 '403': description: Forbidden if team synchronization is set up '422': @@ -108360,7 +108375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *712 + - *713 - *74 responses: '204': @@ -108388,7 +108403,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *712 + - *713 - *17 - *19 responses: @@ -108430,7 +108445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *712 + - *713 - *356 - *357 responses: @@ -108438,7 +108453,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *717 + schema: *718 examples: alternative-response-with-extra-repository-information: value: @@ -108595,7 +108610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *712 + - *713 - *356 - *357 requestBody: @@ -108647,7 +108662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *712 + - *713 - *356 - *357 responses: @@ -108674,7 +108689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *712 + - *713 - *17 - *19 responses: @@ -108686,7 +108701,7 @@ paths: type: array items: *210 examples: - response-if-child-teams-exist: *718 + response-if-child-teams-exist: *719 headers: Link: *70 '404': *6 @@ -108719,7 +108734,7 @@ paths: application/json: schema: oneOf: - - &720 + - &721 title: Private User description: Private User type: object @@ -108922,7 +108937,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *719 + - *720 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -109075,7 +109090,7 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: default: value: @@ -109473,7 +109488,7 @@ paths: type: integer secrets: type: array - items: &721 + items: &722 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109589,7 +109604,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: default: value: @@ -110002,7 +110017,7 @@ paths: description: Response content: application/json: - schema: &722 + schema: &723 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110043,7 +110058,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &723 + default: &724 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -110088,9 +110103,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *723 + default: *724 '404': *6 x-github: githubCloudOnly: false @@ -110127,9 +110142,9 @@ paths: type: integer machines: type: array - items: *724 + items: *725 examples: - default: *725 + default: *726 '304': *37 '500': *55 '401': *25 @@ -111068,7 +111083,7 @@ paths: type: array items: *276 examples: - default: &737 + default: &738 value: - id: 197 name: hello_docker @@ -111169,7 +111184,7 @@ paths: application/json: schema: type: array - items: &726 + items: &727 title: Email description: Email type: object @@ -111234,9 +111249,9 @@ paths: application/json: schema: type: array - items: *726 + items: *727 examples: - default: &739 + default: &740 value: - email: octocat@github.com verified: true @@ -111311,7 +111326,7 @@ paths: application/json: schema: type: array - items: *726 + items: *727 examples: default: value: @@ -111567,7 +111582,7 @@ paths: application/json: schema: type: array - items: &727 + items: &728 title: GPG Key description: A unique encryption key type: object @@ -111698,7 +111713,7 @@ paths: - subkeys - revoked examples: - default: &756 + default: &757 value: - id: 3 name: Octocat's GPG Key @@ -111783,9 +111798,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &728 + default: &729 value: id: 3 name: Octocat's GPG Key @@ -111842,7 +111857,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &729 + - &730 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111854,9 +111869,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *728 + default: *729 '404': *6 '304': *37 '403': *29 @@ -111879,7 +111894,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *729 + - *730 responses: '204': description: Response @@ -112346,7 +112361,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: Key description: Key type: object @@ -112447,9 +112462,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: &731 + default: &732 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112488,9 +112503,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *731 + default: *732 '404': *6 '304': *37 '403': *29 @@ -112546,7 +112561,7 @@ paths: application/json: schema: type: array - items: &732 + items: &733 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112614,7 +112629,7 @@ paths: - account - plan examples: - default: &733 + default: &734 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112676,9 +112691,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *733 + default: *734 headers: Link: *70 '304': *37 @@ -112921,7 +112936,7 @@ paths: application/json: schema: *267 examples: - default: &734 + default: &735 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -112970,7 +112985,7 @@ paths: application/json: schema: *267 examples: - default: *734 + default: *735 '403': *29 '404': *6 '422': *15 @@ -113695,7 +113710,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *270 - - *735 + - *736 responses: '204': description: Response @@ -113828,7 +113843,7 @@ paths: - docker - nuget - container - - *736 + - *737 - *19 - *17 responses: @@ -113840,8 +113855,8 @@ paths: type: array items: *276 examples: - default: *737 - '400': *738 + default: *738 + '400': *739 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113870,7 +113885,7 @@ paths: application/json: schema: *276 examples: - default: &757 + default: &758 value: id: 40201 name: octo-name @@ -114232,9 +114247,9 @@ paths: application/json: schema: type: array - items: *726 + items: *727 examples: - default: *739 + default: *740 headers: Link: *70 '304': *37 @@ -114347,7 +114362,7 @@ paths: type: array items: *82 examples: - default: &746 + default: &747 summary: Default response value: - id: 1296269 @@ -114699,7 +114714,7 @@ paths: type: array items: *558 examples: - default: *740 + default: *741 headers: Link: *70 '304': *37 @@ -114784,7 +114799,7 @@ paths: application/json: schema: type: array - items: &741 + items: &742 title: Social account description: Social media account type: object @@ -114799,7 +114814,7 @@ paths: - provider - url examples: - default: &742 + default: &743 value: - provider: twitter url: https://twitter.com/github @@ -114861,9 +114876,9 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *742 + default: *743 '422': *15 '304': *37 '404': *6 @@ -114950,7 +114965,7 @@ paths: application/json: schema: type: array - items: &743 + items: &744 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114970,7 +114985,7 @@ paths: - title - created_at examples: - default: &774 + default: &775 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115034,9 +115049,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: - default: &744 + default: &745 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115066,7 +115081,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: - - &745 + - &746 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -115078,9 +115093,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: - default: *744 + default: *745 '404': *6 '304': *37 '403': *29 @@ -115103,7 +115118,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: - - *745 + - *746 responses: '204': description: Response @@ -115132,7 +115147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &775 + - &776 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 @@ -115157,11 +115172,11 @@ paths: type: array items: *82 examples: - default-response: *746 + default-response: *747 application/vnd.github.v3.star+json: schema: type: array - items: &776 + items: &777 title: Starred Repository description: Starred Repository type: object @@ -115530,10 +115545,10 @@ paths: application/json: schema: oneOf: + - *721 - *720 - - *719 examples: - default-response: &750 + default-response: &751 summary: Default response value: login: octocat @@ -115568,7 +115583,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &751 + response-with-git-hub-plan-information: &752 summary: Response with GitHub plan information value: login: octocat @@ -115625,7 +115640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &748 + - &749 name: user_id description: The unique identifier of the user. in: path @@ -115691,7 +115706,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *747 + - *748 - *17 responses: '200': @@ -115726,7 +115741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *748 + - *749 - *294 requestBody: required: true @@ -115798,7 +115813,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *749 + schema: *750 examples: table_view: summary: Response for creating a table view @@ -115850,11 +115865,11 @@ paths: application/json: schema: oneOf: + - *721 - *720 - - *719 examples: - default-response: *750 - response-with-git-hub-plan-information: *751 + default-response: *751 + response-with-git-hub-plan-information: *752 '404': *6 x-github: githubCloudOnly: false @@ -115904,8 +115919,8 @@ paths: required: - subject_digests examples: - default: *752 - withPredicateType: *753 + default: *753 + withPredicateType: *754 responses: '200': description: Response @@ -115958,7 +115973,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *754 + default: *755 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116473,7 +116488,7 @@ paths: application/json: schema: *204 examples: - default: &755 + default: &756 summary: Example response for a user copilot space value: id: 42 @@ -116574,7 +116589,7 @@ paths: application/json: schema: *204 examples: - default: *755 + default: *756 '403': *29 '404': *6 x-github: @@ -116697,7 +116712,7 @@ paths: application/json: schema: *204 examples: - default: *755 + default: *756 '403': *29 '404': *6 '422': *15 @@ -117465,7 +117480,7 @@ paths: type: array items: *276 examples: - default: *737 + default: *738 '403': *29 '401': *25 x-github: @@ -117849,9 +117864,9 @@ paths: application/json: schema: type: array - items: *727 + items: *728 examples: - default: *756 + default: *757 headers: Link: *70 x-github: @@ -118079,7 +118094,7 @@ paths: - docker - nuget - container - - *736 + - *737 - *74 - *19 - *17 @@ -118092,10 +118107,10 @@ paths: type: array items: *276 examples: - default: *737 + default: *738 '403': *29 '401': *25 - '400': *738 + '400': *739 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118125,7 +118140,7 @@ paths: application/json: schema: *276 examples: - default: *757 + default: *758 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118474,7 +118489,7 @@ paths: type: array items: *298 examples: - default: *758 + default: *759 headers: Link: *70 '304': *37 @@ -118534,7 +118549,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *759 + items: *760 required: - name - data_type @@ -118550,7 +118565,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *760 + iteration_configuration: *761 required: - name - data_type @@ -118572,8 +118587,8 @@ paths: value: name: Due date data_type: date - single_select_field: *761 - iteration_field: *762 + single_select_field: *762 + iteration_field: *763 responses: '201': description: Response @@ -118581,11 +118596,11 @@ paths: application/json: schema: *298 examples: - text_field: *763 - number_field: *764 - date_field: *765 - single_select_field: *766 - iteration_field: *767 + text_field: *764 + number_field: *765 + date_field: *766 + single_select_field: *767 + iteration_field: *768 '304': *37 '403': *29 '401': *25 @@ -118607,7 +118622,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *294 - - *768 + - *769 - *74 responses: '200': @@ -118616,7 +118631,7 @@ paths: application/json: schema: *298 examples: - default: *769 + default: *770 headers: Link: *70 '304': *37 @@ -118970,7 +118985,7 @@ paths: parameters: - *294 - *74 - - *770 + - *771 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -119509,7 +119524,7 @@ paths: parameters: - *74 - *124 - - *771 + - *772 - *126 responses: '200': @@ -119608,9 +119623,9 @@ paths: - *124 - *125 - *126 - - *772 - - *129 - *773 + - *129 + - *774 responses: '200': description: Response when getting a billing usage summary @@ -119744,9 +119759,9 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *742 + default: *743 headers: Link: *70 x-github: @@ -119776,9 +119791,9 @@ paths: application/json: schema: type: array - items: *743 + items: *744 examples: - default: *774 + default: *775 headers: Link: *70 x-github: @@ -119803,7 +119818,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *74 - - *775 + - *776 - *62 - *17 - *19 @@ -119815,11 +119830,11 @@ paths: schema: anyOf: - type: array - items: *776 + items: *777 - type: array items: *82 examples: - default-response: *746 + default-response: *747 headers: Link: *70 x-github: @@ -119978,7 +119993,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &777 + enterprise: &778 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120036,7 +120051,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &778 + installation: &779 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120055,7 +120070,7 @@ x-webhooks: required: - id - node_id - organization: &779 + organization: &780 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120115,13 +120130,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &780 + repository: &781 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: &812 + properties: &813 id: description: Unique identifier of the repository example: 42 @@ -120816,7 +120831,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &813 + required: &814 - archive_url - assignees_url - blobs_url @@ -120890,7 +120905,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &814 + x-github-breaking-changes: &815 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -120981,10 +120996,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -121060,11 +121075,11 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - rule: &781 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + rule: &782 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) @@ -121287,11 +121302,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - rule: *781 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + rule: *782 sender: *4 required: - action @@ -121474,11 +121489,11 @@ x-webhooks: - everyone required: - from - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - rule: *781 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + rule: *782 sender: *4 required: - action @@ -121562,7 +121577,7 @@ x-webhooks: type: string enum: - completed - check_run: &783 + check_run: &784 title: CheckRun description: A check performed on the code of a given code change type: object @@ -121653,7 +121668,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *782 + deployment: *783 details_url: example: https://example.com type: string @@ -121738,10 +121753,10 @@ x-webhooks: - output - app - pull_requests - installation: *778 - enterprise: *777 - organization: *779 - repository: *780 + installation: *779 + enterprise: *778 + organization: *780 + repository: *781 sender: *4 required: - check_run @@ -122132,11 +122147,11 @@ x-webhooks: type: string enum: - created - check_run: *783 - installation: *778 - enterprise: *777 - organization: *779 - repository: *780 + check_run: *784 + installation: *779 + enterprise: *778 + organization: *780 + repository: *781 sender: *4 required: - check_run @@ -122530,11 +122545,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *783 - installation: *778 - enterprise: *777 - organization: *779 - repository: *780 + check_run: *784 + installation: *779 + enterprise: *778 + organization: *780 + repository: *781 requested_action: description: The action requested by the user. type: object @@ -122937,11 +122952,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *783 - installation: *778 - enterprise: *777 - organization: *779 - repository: *780 + check_run: *784 + installation: *779 + enterprise: *778 + organization: *780 + repository: *781 sender: *4 required: - check_run @@ -123911,10 +123926,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -124613,10 +124628,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -125309,10 +125324,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -125623,20 +125638,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &784 + commit_oid: &785 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: *777 - installation: *778 - organization: *779 - ref: &785 + enterprise: *778 + installation: *779 + organization: *780 + ref: &786 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: *780 + repository: *781 sender: *4 required: - action @@ -126031,12 +126046,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *784 - enterprise: *777 - installation: *778 - organization: *779 - ref: *785 - repository: *780 + commit_oid: *785 + enterprise: *778 + installation: *779 + organization: *780 + ref: *786 + repository: *781 sender: *4 required: - action @@ -126302,12 +126317,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *784 - enterprise: *777 - installation: *778 - organization: *779 - ref: *785 - repository: *780 + commit_oid: *785 + enterprise: *778 + installation: *779 + organization: *780 + ref: *786 + repository: *781 sender: *4 required: - action @@ -126639,12 +126654,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *784 - enterprise: *777 - installation: *778 - organization: *779 - ref: *785 - repository: *780 + commit_oid: *785 + enterprise: *778 + installation: *779 + organization: *780 + ref: *786 + repository: *781 sender: *4 required: - action @@ -126918,16 +126933,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 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: *780 + repository: *781 sender: *4 required: - action @@ -127164,12 +127179,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *784 - enterprise: *777 - installation: *778 - organization: *779 - ref: *785 - repository: *780 + commit_oid: *785 + enterprise: *778 + installation: *779 + organization: *780 + ref: *786 + repository: *781 sender: *4 required: - action @@ -127480,10 +127495,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -127738,10 +127753,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -127821,18 +127836,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *779 - pusher_type: &786 + organization: *780 + pusher_type: &787 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &787 + ref: &788 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -127842,7 +127857,7 @@ x-webhooks: enum: - tag - branch - repository: *780 + repository: *781 sender: *4 required: - ref @@ -127925,9 +127940,9 @@ x-webhooks: enum: - created definition: *306 - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 sender: *4 required: - action @@ -128012,9 +128027,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 sender: *4 required: - action @@ -128092,9 +128107,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *306 - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 sender: *4 required: - action @@ -128172,9 +128187,9 @@ x-webhooks: enum: - updated definition: *306 - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 sender: *4 required: - action @@ -128251,10 +128266,10 @@ x-webhooks: type: string enum: - updated - enterprise: *777 - installation: *778 - repository: *780 - organization: *779 + enterprise: *778 + installation: *779 + repository: *781 + organization: *780 sender: *4 new_property_values: type: array @@ -128339,18 +128354,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *777 - installation: *778 - organization: *779 - pusher_type: *786 - ref: *787 + enterprise: *778 + installation: *779 + organization: *780 + pusher_type: *787 + ref: *788 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *780 + repository: *781 sender: *4 required: - ref @@ -128431,10 +128446,10 @@ x-webhooks: enum: - assignees_changed alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -128515,10 +128530,10 @@ x-webhooks: enum: - auto_dismissed alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -128600,10 +128615,10 @@ x-webhooks: enum: - auto_reopened alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -128685,10 +128700,10 @@ x-webhooks: enum: - created alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -128768,10 +128783,10 @@ x-webhooks: enum: - dismissed alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -128851,10 +128866,10 @@ x-webhooks: enum: - fixed alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -128935,10 +128950,10 @@ x-webhooks: enum: - reintroduced alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -129018,10 +129033,10 @@ x-webhooks: enum: - reopened alert: *514 - installation: *778 - organization: *779 - enterprise: *777 - repository: *780 + installation: *779 + organization: *780 + enterprise: *778 + repository: *781 sender: *4 required: - action @@ -129098,9 +129113,9 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - key: &788 + enterprise: *778 + installation: *779 + key: &789 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -129136,8 +129151,8 @@ x-webhooks: - verified - created_at - read_only - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -129214,11 +129229,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - key: *788 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + key: *789 + organization: *780 + repository: *781 sender: *4 required: - action @@ -129774,12 +129789,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - workflow: &794 + workflow: &795 title: Workflow type: object nullable: true @@ -130520,15 +130535,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *789 - required: *790 + properties: *790 + required: *791 nullable: true pull_requests: type: array items: *628 - repository: *780 - organization: *779 - installation: *778 + repository: *781 + organization: *780 + installation: *779 sender: *4 responses: '200': @@ -130599,7 +130614,7 @@ x-webhooks: type: string enum: - approved - approver: &791 + approver: &792 type: object properties: avatar_url: @@ -130642,11 +130657,11 @@ x-webhooks: type: string comment: type: string - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - reviewers: &792 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + reviewers: &793 type: array items: type: object @@ -130725,7 +130740,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &793 + workflow_job_run: &794 type: object properties: conclusion: @@ -131456,18 +131471,18 @@ x-webhooks: type: string enum: - rejected - approver: *791 + approver: *792 comment: type: string - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - reviewers: *792 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + reviewers: *793 sender: *4 since: type: string - workflow_job_run: *793 + workflow_job_run: *794 workflow_job_runs: type: array items: @@ -132171,13 +132186,13 @@ x-webhooks: type: string enum: - requested - enterprise: *777 + enterprise: *778 environment: type: string - installation: *778 - organization: *779 - repository: *780 - requestor: &799 + installation: *779 + organization: *780 + repository: *781 + requestor: &800 title: User type: object nullable: true @@ -134066,12 +134081,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - workflow: *794 + workflow: *795 workflow_run: title: Deployment Workflow Run type: object @@ -134751,7 +134766,7 @@ x-webhooks: type: string enum: - answered - answer: &797 + answer: &798 type: object properties: author_association: @@ -134908,11 +134923,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135039,11 +135054,11 @@ x-webhooks: - from required: - category - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135126,11 +135141,11 @@ x-webhooks: type: string enum: - closed - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135212,7 +135227,7 @@ x-webhooks: type: string enum: - created - comment: &796 + comment: &797 type: object properties: author_association: @@ -135369,11 +135384,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135456,12 +135471,12 @@ x-webhooks: type: string enum: - deleted - comment: *796 - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + comment: *797 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135556,12 +135571,12 @@ x-webhooks: - from required: - body - comment: *796 - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + comment: *797 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135645,11 +135660,11 @@ x-webhooks: type: string enum: - created - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135731,11 +135746,11 @@ x-webhooks: type: string enum: - deleted - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135835,11 +135850,11 @@ x-webhooks: type: string required: - from - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -135921,10 +135936,10 @@ x-webhooks: type: string enum: - labeled - discussion: *795 - enterprise: *777 - installation: *778 - label: &798 + discussion: *796 + enterprise: *778 + installation: *779 + label: &799 title: Label type: object properties: @@ -135956,8 +135971,8 @@ x-webhooks: - color - default - description - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136040,11 +136055,11 @@ x-webhooks: type: string enum: - locked - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136126,11 +136141,11 @@ x-webhooks: type: string enum: - pinned - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136212,11 +136227,11 @@ x-webhooks: type: string enum: - reopened - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136301,16 +136316,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *795 - new_repository: *780 + new_discussion: *796 + new_repository: *781 required: - new_discussion - new_repository - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136393,10 +136408,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *795 - old_answer: *797 - organization: *779 - repository: *780 + discussion: *796 + old_answer: *798 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136478,12 +136493,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *795 - enterprise: *777 - installation: *778 - label: *798 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136566,11 +136581,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136652,11 +136667,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *795 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + discussion: *796 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -136729,7 +136744,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *777 + enterprise: *778 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -137389,9 +137404,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - forkee @@ -137537,9 +137552,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pages: description: The pages that were updated. type: array @@ -137576,7 +137591,7 @@ x-webhooks: - action - sha - html_url - repository: *780 + repository: *781 sender: *4 required: - pages @@ -137652,10 +137667,10 @@ x-webhooks: type: string enum: - created - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories: &800 + organization: *780 + repositories: &801 description: An array of repository objects that the installation can access. type: array @@ -137681,8 +137696,8 @@ x-webhooks: - name - full_name - private - repository: *780 - requester: *799 + repository: *781 + requester: *800 sender: *4 required: - action @@ -137757,11 +137772,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories: *800 - repository: *780 + organization: *780 + repositories: *801 + repository: *781 requester: nullable: true sender: *4 @@ -137837,11 +137852,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories: *800 - repository: *780 + organization: *780 + repositories: *801 + repository: *781 requester: nullable: true sender: *4 @@ -137917,10 +137932,10 @@ x-webhooks: type: string enum: - added - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories_added: &801 + organization: *780 + repositories_added: &802 description: An array of repository objects, which were added to the installation. type: array @@ -137966,15 +137981,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *780 - repository_selection: &802 + repository: *781 + repository_selection: &803 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *799 + requester: *800 sender: *4 required: - action @@ -138053,10 +138068,10 @@ x-webhooks: type: string enum: - removed - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories_added: *801 + organization: *780 + repositories_added: *802 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -138083,9 +138098,9 @@ x-webhooks: - name - full_name - private - repository: *780 - repository_selection: *802 - requester: *799 + repository: *781 + repository_selection: *803 + requester: *800 sender: *4 required: - action @@ -138164,11 +138179,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories: *800 - repository: *780 + organization: *780 + repositories: *801 + repository: *781 requester: nullable: true sender: *4 @@ -138346,10 +138361,10 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 target_type: type: string @@ -138428,11 +138443,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *777 + enterprise: *778 installation: *22 - organization: *779 - repositories: *800 - repository: *780 + organization: *780 + repositories: *801 + repository: *781 requester: nullable: true sender: *4 @@ -138699,8 +138714,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139489,8 +139504,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139839,8 +139854,8 @@ x-webhooks: - state - locked - assignee - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -139920,7 +139935,7 @@ x-webhooks: type: string enum: - deleted - comment: &803 + comment: &804 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -140100,8 +140115,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140886,8 +140901,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141238,8 +141253,8 @@ x-webhooks: - state - locked - assignee - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -141319,7 +141334,7 @@ x-webhooks: type: string enum: - edited - changes: &833 + changes: &834 description: The changes to the comment. type: object properties: @@ -141331,9 +141346,9 @@ x-webhooks: type: string required: - from - comment: *803 - enterprise: *777 - installation: *778 + comment: *804 + enterprise: *778 + installation: *779 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142121,8 +142136,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142471,8 +142486,8 @@ x-webhooks: - state - locked - assignee - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -142553,9 +142568,9 @@ x-webhooks: type: string enum: - pinned - comment: *803 - enterprise: *777 - installation: *778 + comment: *804 + enterprise: *778 + installation: *779 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143345,8 +143360,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143697,8 +143712,8 @@ x-webhooks: - state - locked - assignee - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -143778,9 +143793,9 @@ x-webhooks: type: string enum: - unpinned - comment: *803 - enterprise: *777 - installation: *778 + comment: *804 + enterprise: *778 + installation: *779 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144570,8 +144585,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144922,8 +144937,8 @@ x-webhooks: - state - locked - assignee - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -145012,9 +145027,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -145103,9 +145118,9 @@ x-webhooks: type: number blocking_issue: *88 blocking_issue_repo: *82 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -145193,9 +145208,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -145284,9 +145299,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *88 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -145366,10 +145381,10 @@ x-webhooks: type: string enum: - assigned - assignee: *799 - enterprise: *777 - installation: *778 - issue: &804 + assignee: *800 + enterprise: *778 + installation: *779 + issue: &805 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146161,8 +146176,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -146282,8 +146297,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -146363,8 +146378,8 @@ x-webhooks: type: string enum: - closed - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147161,8 +147176,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -147417,8 +147432,8 @@ x-webhooks: required: - state - closed_at - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -147497,8 +147512,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148286,8 +148301,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -148406,8 +148421,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -148486,8 +148501,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149297,8 +149312,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -149396,7 +149411,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &805 + milestone: &806 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149534,8 +149549,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -149634,8 +149649,8 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150427,8 +150442,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -150548,9 +150563,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *798 - organization: *779 - repository: *780 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -150630,9 +150645,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *777 - installation: *778 - issue: *804 + enterprise: *778 + installation: *779 + issue: *805 issue_field: type: object description: The issue field whose value was set or updated on the @@ -150786,8 +150801,8 @@ x-webhooks: - id required: - from - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -150867,9 +150882,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *777 - installation: *778 - issue: *804 + enterprise: *778 + installation: *779 + issue: *805 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -150950,8 +150965,8 @@ x-webhooks: nullable: true required: - id - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -151031,8 +151046,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151823,8 +151838,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -151944,9 +151959,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *798 - organization: *779 - repository: *780 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -152026,8 +152041,8 @@ x-webhooks: type: string enum: - locked - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152842,8 +152857,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -152940,8 +152955,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -153020,8 +153035,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153830,8 +153845,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -153928,9 +153943,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *805 - organization: *779 - repository: *780 + milestone: *806 + organization: *780 + repository: *781 sender: *4 required: - action @@ -154793,8 +154808,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -155378,8 +155393,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156163,8 +156178,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -156291,8 +156306,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -156372,9 +156387,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *777 - installation: *778 - issue: &806 + enterprise: *778 + installation: *779 + issue: &807 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -157160,8 +157175,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -157280,8 +157295,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -157360,8 +157375,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158174,8 +158189,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -158273,8 +158288,8 @@ x-webhooks: user_view_type: type: string type: *258 - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -159143,8 +159158,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -159742,11 +159757,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *777 - installation: *778 - issue: *806 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + issue: *807 + organization: *780 + repository: *781 sender: *4 required: - action @@ -159826,12 +159841,12 @@ x-webhooks: type: string enum: - typed - enterprise: *777 - installation: *778 - issue: *804 + enterprise: *778 + installation: *779 + issue: *805 type: *258 - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -159912,7 +159927,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &836 + assignee: &837 title: User type: object nullable: true @@ -159982,11 +159997,11 @@ x-webhooks: required: - login - id - enterprise: *777 - installation: *778 - issue: *804 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + issue: *805 + organization: *780 + repository: *781 sender: *4 required: - action @@ -160065,12 +160080,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *777 - installation: *778 - issue: *804 - label: *798 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + issue: *805 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -160150,8 +160165,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160964,8 +160979,8 @@ x-webhooks: properties: *89 required: *90 nullable: true - sub_issues_summary: *710 - issue_dependencies_summary: *711 + sub_issues_summary: *711 + issue_dependencies_summary: *712 issue_field_values: type: array items: *576 @@ -161062,8 +161077,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -161143,11 +161158,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *777 - installation: *778 - issue: *806 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + issue: *807 + organization: *780 + repository: *781 sender: *4 required: - action @@ -161226,12 +161241,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *777 - installation: *778 - issue: *804 + enterprise: *778 + installation: *779 + issue: *805 type: *258 - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -161311,11 +161326,11 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - label: *798 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -161393,11 +161408,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - label: *798 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -161507,11 +161522,11 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - label: *798 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + label: *799 + organization: *780 + repository: *781 sender: *4 required: - action @@ -161593,9 +161608,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *777 - installation: *778 - marketplace_purchase: &807 + enterprise: *778 + installation: *779 + marketplace_purchase: &808 title: Marketplace Purchase type: object required: @@ -161678,8 +161693,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *779 - previous_marketplace_purchase: &808 + organization: *780 + previous_marketplace_purchase: &809 title: Marketplace Purchase type: object properties: @@ -161759,7 +161774,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *780 + repository: *781 sender: *4 required: - action @@ -161839,10 +161854,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *777 - installation: *778 - marketplace_purchase: *807 - organization: *779 + enterprise: *778 + installation: *779 + marketplace_purchase: *808 + organization: *780 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161925,7 +161940,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *780 + repository: *781 sender: *4 required: - action @@ -162007,10 +162022,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *777 - installation: *778 - marketplace_purchase: *807 - organization: *779 + enterprise: *778 + installation: *779 + marketplace_purchase: *808 + organization: *780 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162092,7 +162107,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *780 + repository: *781 sender: *4 required: - action @@ -162173,8 +162188,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 marketplace_purchase: title: Marketplace Purchase type: object @@ -162256,9 +162271,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *779 - previous_marketplace_purchase: *808 - repository: *780 + organization: *780 + previous_marketplace_purchase: *809 + repository: *781 sender: *4 required: - action @@ -162338,12 +162353,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *777 - installation: *778 - marketplace_purchase: *807 - organization: *779 - previous_marketplace_purchase: *808 - repository: *780 + enterprise: *778 + installation: *779 + marketplace_purchase: *808 + organization: *780 + previous_marketplace_purchase: *809 + repository: *781 sender: *4 required: - action @@ -162445,11 +162460,11 @@ x-webhooks: type: string required: - to - enterprise: *777 - installation: *778 - member: *799 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + member: *800 + organization: *780 + repository: *781 sender: *4 required: - action @@ -162549,11 +162564,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *777 - installation: *778 - member: *799 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + member: *800 + organization: *780 + repository: *781 sender: *4 required: - action @@ -162632,11 +162647,11 @@ x-webhooks: type: string enum: - removed - enterprise: *777 - installation: *778 - member: *799 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + member: *800 + organization: *780 + repository: *781 sender: *4 required: - action @@ -162714,11 +162729,11 @@ x-webhooks: type: string enum: - added - enterprise: *777 - installation: *778 - member: *799 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + member: *800 + organization: *780 + repository: *781 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162794,7 +162809,7 @@ x-webhooks: required: - login - id - team: &809 + team: &810 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163017,11 +163032,11 @@ x-webhooks: type: string enum: - removed - enterprise: *777 - installation: *778 - member: *799 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + member: *800 + organization: *780 + repository: *781 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163098,7 +163113,7 @@ x-webhooks: required: - login - id - team: *809 + team: *810 required: - action - scope @@ -163180,8 +163195,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *778 - merge_group: &811 + installation: *779 + merge_group: &812 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163200,15 +163215,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *810 + head_commit: *811 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -163294,10 +163309,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *778 - merge_group: *811 - organization: *779 - repository: *780 + installation: *779 + merge_group: *812 + organization: *780 + repository: *781 sender: *4 required: - action @@ -163370,7 +163385,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 + enterprise: *778 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163479,17 +163494,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *778 - organization: *779 + installation: *779 + organization: *780 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: *812 - required: *813 - x-github-breaking-changes: *814 + properties: *813 + required: *814 + x-github-breaking-changes: *815 nullable: true sender: *4 required: @@ -163570,11 +163585,11 @@ x-webhooks: type: string enum: - closed - enterprise: *777 - installation: *778 - milestone: *805 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + milestone: *806 + organization: *780 + repository: *781 sender: *4 required: - action @@ -163653,9 +163668,9 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - milestone: &815 + enterprise: *778 + installation: *779 + milestone: &816 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163792,8 +163807,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -163872,11 +163887,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - milestone: *805 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + milestone: *806 + organization: *780 + repository: *781 sender: *4 required: - action @@ -163986,11 +164001,11 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - milestone: *805 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + milestone: *806 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164070,11 +164085,11 @@ x-webhooks: type: string enum: - opened - enterprise: *777 - installation: *778 - milestone: *815 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + milestone: *816 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164153,11 +164168,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *799 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + blocked_user: *800 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164236,11 +164251,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *799 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + blocked_user: *800 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164319,9 +164334,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - membership: &816 + enterprise: *778 + installation: *779 + membership: &817 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164428,8 +164443,8 @@ x-webhooks: - role - organization_url - user - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164507,11 +164522,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *777 - installation: *778 - membership: *816 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + membership: *817 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164590,8 +164605,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164707,10 +164722,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 - user: *799 + user: *800 required: - action - invitation @@ -164788,11 +164803,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *777 - installation: *778 - membership: *816 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + membership: *817 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164879,11 +164894,11 @@ x-webhooks: properties: from: type: string - enterprise: *777 - installation: *778 - membership: *816 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + membership: *817 + organization: *780 + repository: *781 sender: *4 required: - action @@ -164960,9 +164975,9 @@ x-webhooks: type: string enum: - published - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 package: description: Information about the package. type: object @@ -165461,7 +165476,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &817 + items: &818 title: Ruby Gems metadata type: object properties: @@ -165556,7 +165571,7 @@ x-webhooks: - owner - package_version - registry - repository: *780 + repository: *781 sender: *4 required: - action @@ -165632,9 +165647,9 @@ x-webhooks: type: string enum: - updated - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 package: description: Information about the package. type: object @@ -165987,7 +166002,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *817 + items: *818 source_url: type: string format: uri @@ -166057,7 +166072,7 @@ x-webhooks: - owner - package_version - registry - repository: *780 + repository: *781 sender: *4 required: - action @@ -166233,12 +166248,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *777 + enterprise: *778 id: type: integer - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - id @@ -166315,7 +166330,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &818 + personal_access_token_request: &819 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166461,10 +166476,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *777 - organization: *779 + enterprise: *778 + organization: *780 sender: *4 - installation: *778 + installation: *779 required: - action - personal_access_token_request @@ -166541,11 +166556,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *818 - enterprise: *777 - organization: *779 + personal_access_token_request: *819 + enterprise: *778 + organization: *780 sender: *4 - installation: *778 + installation: *779 required: - action - personal_access_token_request @@ -166621,11 +166636,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *818 - enterprise: *777 - organization: *779 + personal_access_token_request: *819 + enterprise: *778 + organization: *780 sender: *4 - installation: *778 + installation: *779 required: - action - personal_access_token_request @@ -166700,11 +166715,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *818 - organization: *779 - enterprise: *777 + personal_access_token_request: *819 + organization: *780 + enterprise: *778 sender: *4 - installation: *778 + installation: *779 required: - action - personal_access_token_request @@ -166809,7 +166824,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *819 + last_response: *820 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166841,8 +166856,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 zen: description: Random string of GitHub zen. @@ -167087,10 +167102,10 @@ x-webhooks: - from required: - note - enterprise: *777 - installation: *778 - organization: *779 - project_card: &820 + enterprise: *778 + installation: *779 + organization: *780 + project_card: &821 title: Project Card type: object properties: @@ -167209,7 +167224,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *780 + repository: *781 sender: *4 required: - action @@ -167290,11 +167305,11 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - project_card: *820 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project_card: *821 + repository: *781 sender: *4 required: - action @@ -167374,9 +167389,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 project_card: title: Project Card type: object @@ -167504,9 +167519,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: *812 - required: *813 - x-github-breaking-changes: *814 + properties: *813 + required: *814 + x-github-breaking-changes: *815 nullable: true sender: *4 required: @@ -167600,11 +167615,11 @@ x-webhooks: - from required: - note - enterprise: *777 - installation: *778 - organization: *779 - project_card: *820 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project_card: *821 + repository: *781 sender: *4 required: - action @@ -167698,9 +167713,9 @@ x-webhooks: - from required: - column_id - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 project_card: allOf: - title: Project Card @@ -167890,7 +167905,7 @@ x-webhooks: type: string required: - after_id - repository: *780 + repository: *781 sender: *4 required: - action @@ -167970,10 +167985,10 @@ x-webhooks: type: string enum: - closed - enterprise: *777 - installation: *778 - organization: *779 - project: &822 + enterprise: *778 + installation: *779 + organization: *780 + project: &823 title: Project type: object properties: @@ -168097,7 +168112,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *780 + repository: *781 sender: *4 required: - action @@ -168177,10 +168192,10 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - project_column: &821 + enterprise: *778 + installation: *779 + organization: *780 + project_column: &822 title: Project Column type: object properties: @@ -168219,7 +168234,7 @@ x-webhooks: - name - created_at - updated_at - repository: *780 + repository: *781 sender: *4 required: - action @@ -168298,19 +168313,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - project_column: *821 + enterprise: *778 + installation: *779 + organization: *780 + project_column: *822 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: *812 - required: *813 - x-github-breaking-changes: *814 + properties: *813 + required: *814 + x-github-breaking-changes: *815 nullable: true sender: *4 required: @@ -168400,11 +168415,11 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - organization: *779 - project_column: *821 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project_column: *822 + repository: *781 sender: *4 required: - action @@ -168484,11 +168499,11 @@ x-webhooks: type: string enum: - moved - enterprise: *777 - installation: *778 - organization: *779 - project_column: *821 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project_column: *822 + repository: *781 sender: *4 required: - action @@ -168568,11 +168583,11 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - project: *822 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project: *823 + repository: *781 sender: *4 required: - action @@ -168652,19 +168667,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - project: *822 + enterprise: *778 + installation: *779 + organization: *780 + project: *823 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: *812 - required: *813 - x-github-breaking-changes: *814 + properties: *813 + required: *814 + x-github-breaking-changes: *815 nullable: true sender: *4 required: @@ -168766,11 +168781,11 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - organization: *779 - project: *822 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project: *823 + repository: *781 sender: *4 required: - action @@ -168849,11 +168864,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *777 - installation: *778 - organization: *779 - project: *822 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + project: *823 + repository: *781 sender: *4 required: - action @@ -168934,8 +168949,8 @@ x-webhooks: type: string enum: - closed - installation: *778 - organization: *779 + installation: *779 + organization: *780 projects_v2: *292 sender: *4 required: @@ -169017,8 +169032,8 @@ x-webhooks: type: string enum: - created - installation: *778 - organization: *779 + installation: *779 + organization: *780 projects_v2: *292 sender: *4 required: @@ -169100,8 +169115,8 @@ x-webhooks: type: string enum: - deleted - installation: *778 - organization: *779 + installation: *779 + organization: *780 projects_v2: *292 sender: *4 required: @@ -169219,8 +169234,8 @@ x-webhooks: type: string to: type: string - installation: *778 - organization: *779 + installation: *779 + organization: *780 projects_v2: *292 sender: *4 required: @@ -169304,7 +169319,7 @@ x-webhooks: type: string enum: - archived - changes: &826 + changes: &827 type: object properties: archived_at: @@ -169318,9 +169333,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *778 - organization: *779 - projects_v2_item: &823 + installation: *779 + organization: *780 + projects_v2_item: &824 title: Projects v2 Item description: An item belonging to a project type: object @@ -169455,9 +169470,9 @@ x-webhooks: nullable: true to: type: string - installation: *778 - organization: *779 - projects_v2_item: *823 + installation: *779 + organization: *780 + projects_v2_item: *824 sender: *4 required: - action @@ -169539,9 +169554,9 @@ x-webhooks: type: string enum: - created - installation: *778 - organization: *779 - projects_v2_item: *823 + installation: *779 + organization: *780 + projects_v2_item: *824 sender: *4 required: - action @@ -169622,9 +169637,9 @@ x-webhooks: type: string enum: - deleted - installation: *778 - organization: *779 - projects_v2_item: *823 + installation: *779 + organization: *780 + projects_v2_item: *824 sender: *4 required: - action @@ -169730,7 +169745,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &824 + - &825 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169752,7 +169767,7 @@ x-webhooks: required: - id - name - - &825 + - &826 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169786,8 +169801,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *824 - *825 + - *826 required: - field_value - type: object @@ -169803,9 +169818,9 @@ x-webhooks: nullable: true required: - body - installation: *778 - organization: *779 - projects_v2_item: *823 + installation: *779 + organization: *780 + projects_v2_item: *824 sender: *4 required: - action @@ -169900,9 +169915,9 @@ x-webhooks: to: type: string nullable: true - installation: *778 - organization: *779 - projects_v2_item: *823 + installation: *779 + organization: *780 + projects_v2_item: *824 sender: *4 required: - action @@ -169985,10 +170000,10 @@ x-webhooks: type: string enum: - restored - changes: *826 - installation: *778 - organization: *779 - projects_v2_item: *823 + changes: *827 + installation: *779 + organization: *780 + projects_v2_item: *824 sender: *4 required: - action @@ -170070,8 +170085,8 @@ x-webhooks: type: string enum: - reopened - installation: *778 - organization: *779 + installation: *779 + organization: *780 projects_v2: *292 sender: *4 required: @@ -170153,14 +170168,14 @@ x-webhooks: type: string enum: - created - installation: *778 - organization: *779 - projects_v2_status_update: &829 + installation: *779 + organization: *780 + projects_v2_status_update: &830 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *827 - required: *828 + properties: *828 + required: *829 sender: *4 required: - action @@ -170241,9 +170256,9 @@ x-webhooks: type: string enum: - deleted - installation: *778 - organization: *779 - projects_v2_status_update: *829 + installation: *779 + organization: *780 + projects_v2_status_update: *830 sender: *4 required: - action @@ -170379,9 +170394,9 @@ x-webhooks: type: string format: date nullable: true - installation: *778 - organization: *779 - projects_v2_status_update: *829 + installation: *779 + organization: *780 + projects_v2_status_update: *830 sender: *4 required: - action @@ -170452,10 +170467,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - repository @@ -170532,13 +170547,13 @@ x-webhooks: type: string enum: - assigned - assignee: *799 - enterprise: *777 - installation: *778 - number: &830 + assignee: *800 + enterprise: *778 + installation: *779 + number: &831 description: The pull request number. type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -172843,7 +172858,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -172940,11 +172955,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -175244,7 +175259,7 @@ x-webhooks: - draft reason: type: string - repository: *780 + repository: *781 sender: *4 required: - action @@ -175341,11 +175356,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -177645,7 +177660,7 @@ x-webhooks: - draft reason: type: string - repository: *780 + repository: *781 sender: *4 required: - action @@ -177742,11 +177757,11 @@ x-webhooks: type: string enum: - closed - enterprise: *777 - installation: *778 - number: *830 - organization: *779 - pull_request: &831 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 + pull_request: &832 allOf: - *628 - type: object @@ -177810,7 +177825,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *780 + repository: *781 sender: *4 required: - action @@ -177891,12 +177906,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *777 - installation: *778 - number: *830 - organization: *779 - pull_request: *831 - repository: *780 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 + pull_request: *832 + repository: *781 sender: *4 required: - action @@ -177976,11 +177991,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *777 + enterprise: *778 milestone: *612 - number: *830 - organization: *779 - pull_request: &832 + number: *831 + organization: *780 + pull_request: &833 title: Pull Request type: object properties: @@ -180307,7 +180322,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *780 + repository: *781 sender: *4 required: - action @@ -180386,11 +180401,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -182694,7 +182709,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *780 + repository: *781 sender: *4 required: - action @@ -182826,12 +182841,12 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - number: *830 - organization: *779 - pull_request: *831 - repository: *780 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 + pull_request: *832 + repository: *781 sender: *4 required: - action @@ -182911,11 +182926,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -185204,7 +185219,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -185292,11 +185307,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *777 - installation: *778 - label: *798 - number: *830 - organization: *779 + enterprise: *778 + installation: *779 + label: *799 + number: *831 + organization: *780 pull_request: title: Pull Request type: object @@ -187600,7 +187615,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -187696,10 +187711,10 @@ x-webhooks: type: string enum: - locked - enterprise: *777 - installation: *778 - number: *830 - organization: *779 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 pull_request: title: Pull Request type: object @@ -190001,7 +190016,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -190096,12 +190111,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *777 + enterprise: *778 milestone: *612 - number: *830 - organization: *779 - pull_request: *832 - repository: *780 + number: *831 + organization: *780 + pull_request: *833 + repository: *781 sender: *4 required: - action @@ -190180,12 +190195,12 @@ x-webhooks: type: string enum: - opened - enterprise: *777 - installation: *778 - number: *830 - organization: *779 - pull_request: *831 - repository: *780 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 + pull_request: *832 + repository: *781 sender: *4 required: - action @@ -190266,12 +190281,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *777 - installation: *778 - number: *830 - organization: *779 - pull_request: *831 - repository: *780 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 + pull_request: *832 + repository: *781 sender: *4 required: - action @@ -190351,12 +190366,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *777 - installation: *778 - number: *830 - organization: *779 - pull_request: *831 - repository: *780 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 + pull_request: *832 + repository: *781 sender: *4 required: - action @@ -190722,9 +190737,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: type: object properties: @@ -192916,7 +192931,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *780 + repository: *781 sender: *4 required: - action @@ -193011,7 +193026,7 @@ x-webhooks: type: string enum: - deleted - comment: &834 + comment: &835 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193296,9 +193311,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: type: object properties: @@ -195478,7 +195493,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *780 + repository: *781 sender: *4 required: - action @@ -195573,11 +195588,11 @@ x-webhooks: type: string enum: - edited - changes: *833 - comment: *834 - enterprise: *777 - installation: *778 - organization: *779 + changes: *834 + comment: *835 + enterprise: *778 + installation: *779 + organization: *780 pull_request: type: object properties: @@ -197760,7 +197775,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *780 + repository: *781 sender: *4 required: - action @@ -197856,9 +197871,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: title: Simple Pull Request type: object @@ -200053,7 +200068,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *780 + repository: *781 review: description: The review that was affected. type: object @@ -200315,9 +200330,9 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: title: Simple Pull Request type: object @@ -202371,8 +202386,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *780 - review: &835 + repository: *781 + review: &836 description: The review that was affected. type: object properties: @@ -202613,12 +202628,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: description: The pull request number. type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -204923,7 +204938,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 requested_reviewer: title: User type: object @@ -205007,12 +205022,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: description: The pull request number. type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -207324,7 +207339,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207539,12 +207554,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: description: The pull request number. type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -209851,7 +209866,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 requested_reviewer: title: User type: object @@ -209936,12 +209951,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *777 - installation: *778 + enterprise: *778 + installation: *779 number: description: The pull request number. type: integer - organization: *779 + organization: *780 pull_request: title: Pull Request type: object @@ -212239,7 +212254,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212443,9 +212458,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: title: Simple Pull Request type: object @@ -214642,8 +214657,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *780 - review: *835 + repository: *781 + review: *836 sender: *4 required: - action @@ -214738,9 +214753,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: title: Simple Pull Request type: object @@ -216832,7 +216847,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *780 + repository: *781 sender: *4 thread: type: object @@ -217227,9 +217242,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 pull_request: title: Simple Pull Request type: object @@ -219307,7 +219322,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *780 + repository: *781 sender: *4 thread: type: object @@ -219705,10 +219720,10 @@ x-webhooks: type: string before: type: string - enterprise: *777 - installation: *778 - number: *830 - organization: *779 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 pull_request: title: Pull Request type: object @@ -222001,7 +222016,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -222098,11 +222113,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *836 - enterprise: *777 - installation: *778 - number: *830 - organization: *779 + assignee: *837 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 pull_request: title: Pull Request type: object @@ -224407,7 +224422,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -224501,11 +224516,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *777 - installation: *778 - label: *798 - number: *830 - organization: *779 + enterprise: *778 + installation: *779 + label: *799 + number: *831 + organization: *780 pull_request: title: Pull Request type: object @@ -226800,7 +226815,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -226896,10 +226911,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *777 - installation: *778 - number: *830 - organization: *779 + enterprise: *778 + installation: *779 + number: *831 + organization: *780 pull_request: title: Pull Request type: object @@ -229186,7 +229201,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *780 + repository: *781 sender: *4 required: - action @@ -229401,7 +229416,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *777 + enterprise: *778 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229493,8 +229508,8 @@ x-webhooks: - url - author - committer - installation: *778 - organization: *779 + installation: *779 + organization: *780 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230080,9 +230095,9 @@ x-webhooks: type: string enum: - published - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 registry_package: type: object properties: @@ -230528,7 +230543,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *817 + items: *818 summary: type: string tag_name: @@ -230582,7 +230597,7 @@ x-webhooks: - owner - package_version - registry - repository: *780 + repository: *781 sender: *4 required: - action @@ -230660,9 +230675,9 @@ x-webhooks: type: string enum: - updated - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 registry_package: type: object properties: @@ -230970,7 +230985,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *817 + items: *818 summary: type: string tag_name: @@ -231019,7 +231034,7 @@ x-webhooks: - owner - package_version - registry - repository: *780 + repository: *781 sender: *4 required: - action @@ -231096,10 +231111,10 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - release: &837 + enterprise: *778 + installation: *779 + organization: *780 + release: &838 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -231417,7 +231432,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *780 + repository: *781 sender: *4 required: - action @@ -231494,11 +231509,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - release: *837 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + release: *838 + repository: *781 sender: *4 required: - action @@ -231615,11 +231630,11 @@ x-webhooks: type: boolean required: - to - enterprise: *777 - installation: *778 - organization: *779 - release: *837 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + release: *838 + repository: *781 sender: *4 required: - action @@ -231697,9 +231712,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -232021,7 +232036,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *780 + repository: *781 sender: *4 required: - action @@ -232097,10 +232112,10 @@ x-webhooks: type: string enum: - published - enterprise: *777 - installation: *778 - organization: *779 - release: &838 + enterprise: *778 + installation: *779 + organization: *780 + release: &839 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -232419,7 +232434,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *780 + repository: *781 sender: *4 required: - action @@ -232495,11 +232510,11 @@ x-webhooks: type: string enum: - released - enterprise: *777 - installation: *778 - organization: *779 - release: *837 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + release: *838 + repository: *781 sender: *4 required: - action @@ -232575,11 +232590,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *777 - installation: *778 - organization: *779 - release: *838 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + release: *839 + repository: *781 sender: *4 required: - action @@ -232655,11 +232670,11 @@ x-webhooks: type: string enum: - published - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - repository_advisory: *697 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + repository_advisory: *698 sender: *4 required: - action @@ -232735,11 +232750,11 @@ x-webhooks: type: string enum: - reported - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - repository_advisory: *697 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + repository_advisory: *698 sender: *4 required: - action @@ -232815,10 +232830,10 @@ x-webhooks: type: string enum: - archived - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -232895,10 +232910,10 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -232976,10 +232991,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -233063,10 +233078,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -233178,10 +233193,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -233253,10 +233268,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 status: type: string @@ -233337,10 +233352,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -233417,10 +233432,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -233514,10 +233529,10 @@ x-webhooks: - name required: - repository - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -233597,10 +233612,10 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 repository_ruleset: *341 sender: *4 required: @@ -233679,10 +233694,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 repository_ruleset: *341 sender: *4 required: @@ -233761,10 +233776,10 @@ x-webhooks: type: string enum: - edited - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 repository_ruleset: *341 changes: type: object @@ -233826,16 +233841,16 @@ x-webhooks: properties: added: type: array - items: *648 + items: *649 deleted: type: array - items: *648 + items: *649 updated: type: array items: type: object properties: - rule: *648 + rule: *649 changes: type: object properties: @@ -234069,10 +234084,10 @@ x-webhooks: - from required: - owner - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -234150,10 +234165,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -234231,7 +234246,7 @@ x-webhooks: type: string enum: - create - alert: &839 + alert: &840 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234353,10 +234368,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -234562,10 +234577,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -234643,11 +234658,11 @@ x-webhooks: type: string enum: - reopen - alert: *839 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + alert: *840 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -234846,10 +234861,10 @@ x-webhooks: enum: - fixed - open - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -234927,7 +234942,7 @@ x-webhooks: type: string enum: - assigned - alert: &840 + alert: &841 type: object properties: number: *188 @@ -235070,10 +235085,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235151,11 +235166,11 @@ x-webhooks: type: string enum: - created - alert: *840 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + alert: *841 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235236,11 +235251,11 @@ x-webhooks: type: string enum: - created - alert: *840 - installation: *778 - location: *841 - organization: *779 - repository: *780 + alert: *841 + installation: *779 + location: *842 + organization: *780 + repository: *781 sender: *4 required: - location @@ -235478,11 +235493,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *840 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + alert: *841 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235560,11 +235575,11 @@ x-webhooks: type: string enum: - reopened - alert: *840 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + alert: *841 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235642,11 +235657,11 @@ x-webhooks: type: string enum: - resolved - alert: *840 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + alert: *841 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235724,12 +235739,12 @@ x-webhooks: type: string enum: - unassigned - alert: *840 + alert: *841 assignee: *4 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235807,11 +235822,11 @@ x-webhooks: type: string enum: - validated - alert: *840 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + alert: *841 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -235937,10 +235952,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *780 - enterprise: *777 - installation: *778 - organization: *779 + repository: *781 + enterprise: *778 + installation: *779 + organization: *780 sender: *4 required: - action @@ -236018,11 +236033,11 @@ x-webhooks: type: string enum: - published - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - security_advisory: &842 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + security_advisory: &843 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236223,11 +236238,11 @@ x-webhooks: type: string enum: - updated - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 - security_advisory: *842 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 + security_advisory: *843 sender: *4 required: - action @@ -236300,10 +236315,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236496,9 +236511,9 @@ x-webhooks: type: object properties: security_and_analysis: *314 - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 repository: *359 sender: *4 required: @@ -236577,12 +236592,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - sponsorship: &843 + sponsorship: &844 type: object properties: created_at: @@ -236883,12 +236898,12 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - sponsorship: *843 + sponsorship: *844 required: - action - sponsorship @@ -236976,12 +236991,12 @@ x-webhooks: type: string required: - from - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - sponsorship: *843 + sponsorship: *844 required: - action - changes @@ -237058,17 +237073,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &844 + effective_date: &845 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: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - sponsorship: *843 + sponsorship: *844 required: - action - sponsorship @@ -237142,7 +237157,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &845 + changes: &846 type: object properties: tier: @@ -237186,13 +237201,13 @@ x-webhooks: - from required: - tier - effective_date: *844 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + effective_date: *845 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - sponsorship: *843 + sponsorship: *844 required: - action - changes @@ -237269,13 +237284,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *845 - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + changes: *846 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - sponsorship: *843 + sponsorship: *844 required: - action - changes @@ -237349,10 +237364,10 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237435,10 +237450,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237858,15 +237873,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *777 + enterprise: *778 id: description: The unique identifier of the status. type: integer - installation: *778 + installation: *779 name: type: string - organization: *779 - repository: *780 + organization: *780 + repository: *781 sender: *4 sha: description: The Commit SHA. @@ -237981,9 +237996,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -238072,9 +238087,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *88 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -238163,9 +238178,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -238254,9 +238269,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *88 - installation: *778 - organization: *779 - repository: *780 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -238332,12 +238347,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - team: &846 + team: &847 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238560,9 +238575,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 repository: title: Repository description: A git repository @@ -239020,7 +239035,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *846 + team: *847 required: - action - team @@ -239096,9 +239111,9 @@ x-webhooks: type: string enum: - created - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 repository: title: Repository description: A git repository @@ -239556,7 +239571,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *846 + team: *847 required: - action - team @@ -239633,9 +239648,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 repository: title: Repository description: A git repository @@ -240093,7 +240108,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *846 + team: *847 required: - action - team @@ -240237,9 +240252,9 @@ x-webhooks: - from required: - permissions - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 repository: title: Repository description: A git repository @@ -240697,7 +240712,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *846 + team: *847 required: - action - changes @@ -240775,9 +240790,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *777 - installation: *778 - organization: *779 + enterprise: *778 + installation: *779 + organization: *780 repository: title: Repository description: A git repository @@ -241235,7 +241250,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *846 + team: *847 required: - action - team @@ -241311,10 +241326,10 @@ x-webhooks: type: string enum: - started - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 required: - action @@ -241387,16 +241402,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *777 + enterprise: *778 inputs: type: object nullable: true additionalProperties: true - installation: *778 - organization: *779 + installation: *779 + organization: *780 ref: type: string - repository: *780 + repository: *781 sender: *4 workflow: type: string @@ -241478,10 +241493,10 @@ x-webhooks: type: string enum: - completed - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 workflow_job: allOf: @@ -241797,10 +241812,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 workflow_job: allOf: @@ -242139,10 +242154,10 @@ x-webhooks: type: string enum: - queued - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 workflow_job: type: object @@ -242356,10 +242371,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 workflow_job: type: object @@ -242575,12 +242590,12 @@ x-webhooks: type: string enum: - completed - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - workflow: *794 + workflow: *795 workflow_run: title: Workflow Run type: object @@ -243579,12 +243594,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - workflow: *794 + workflow: *795 workflow_run: title: Workflow Run type: object @@ -244568,12 +244583,12 @@ x-webhooks: type: string enum: - requested - enterprise: *777 - installation: *778 - organization: *779 - repository: *780 + enterprise: *778 + installation: *779 + organization: *780 + repository: *781 sender: *4 - workflow: *794 + workflow: *795 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 5887218c8..ded33e62b 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -63413,6 +63413,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -64872,6 +64888,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -68054,6 +68086,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -267036,6 +267084,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -269687,6 +269751,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -271780,6 +271860,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -274452,6 +274548,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -621651,6 +621763,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -623184,6 +623338,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -624334,6 +624504,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -625692,6 +625878,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -627804,6 +628006,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -628969,6 +629187,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -630323,6 +630557,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1470176,6 +1470426,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1473118,6 +1473384,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1476060,6 +1476342,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1477134,6 +1477432,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1478036,6 +1478350,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1478941,6 +1479271,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 8cb3b9045..f020a20f8 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: - - &807 + - &808 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: &816 + schema: &817 title: Scim Error description: Scim Error type: object @@ -11645,7 +11645,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &817 + '401': &818 description: Authorization failure '404': *6 x-github: @@ -24872,7 +24872,7 @@ paths: - *172 rules: type: array - items: &772 + items: &773 title: Repository Rule type: object description: A repository rule. @@ -24972,6 +24972,18 @@ paths: - *191 - *192 - *193 + - &771 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - *194 - *195 - *196 @@ -25488,14 +25500,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &785 + state: &786 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: &786 + resolution: &787 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25612,8 +25624,8 @@ paths: pull request. ' - oneOf: &787 - - &789 + oneOf: &788 + - &790 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25671,7 +25683,7 @@ paths: - blob_url - commit_sha - commit_url - - &790 + - &791 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. @@ -25726,7 +25738,7 @@ paths: - page_url - commit_sha - commit_url - - &791 + - &792 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25746,7 +25758,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &792 + - &793 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25766,7 +25778,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &793 + - &794 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25786,7 +25798,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &794 + - &795 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25800,7 +25812,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &795 + - &796 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25814,7 +25826,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &796 + - &797 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25828,7 +25840,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &797 + - &798 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. @@ -25848,7 +25860,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &798 + - &799 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. @@ -25868,7 +25880,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &799 + - &800 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. @@ -25888,7 +25900,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &800 + - &801 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. @@ -25908,7 +25920,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &801 + - &802 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. @@ -30082,7 +30094,7 @@ paths: properties: action: type: string - discussion: &928 + discussion: &929 title: Discussion description: A Discussion in a repository. type: object @@ -30827,7 +30839,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &844 + sub_issues_summary: &845 title: Sub-issues Summary type: object properties: @@ -30954,7 +30966,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &845 + issue_dependencies_summary: &846 title: Issue Dependencies Summary type: object properties: @@ -32417,7 +32429,7 @@ paths: url: type: string format: uri - user: &853 + user: &854 title: Public User description: Public User type: object @@ -43915,12 +43927,12 @@ paths: required: - subject_digests examples: - default: &886 + default: &887 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &887 + withPredicateType: &888 value: subject_digests: - sha256:abc123 @@ -43978,7 +43990,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &888 + default: &889 value: attestations_subject_digests: - sha256:abc: @@ -56828,7 +56840,7 @@ paths: parameters: - *89 - *411 - - &869 + - &870 name: repo_name description: repo_name parameter in: path @@ -58156,7 +58168,7 @@ paths: - nuget - container - *89 - - &870 + - &871 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -58197,7 +58209,7 @@ paths: default: *417 '403': *29 '401': *25 - '400': &872 + '400': &873 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -60294,7 +60306,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &964 + properties: &965 id: type: number description: The unique identifier of the status update. @@ -60342,7 +60354,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &965 + required: &966 - id - node_id - created_at @@ -61160,7 +61172,7 @@ paths: - updated_at - project_url examples: - default: &892 + default: &893 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61337,7 +61349,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &893 + items: &894 type: object properties: name: @@ -61374,7 +61386,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &894 + iteration_configuration: &895 type: object description: The configuration for iteration fields. properties: @@ -61424,7 +61436,7 @@ paths: value: name: Due date data_type: date - single_select_field: &895 + single_select_field: &896 summary: Create a single select field value: name: Priority @@ -61451,7 +61463,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &896 + iteration_field: &897 summary: Create an iteration field value: name: Sprint @@ -61477,7 +61489,7 @@ paths: application/json: schema: *438 examples: - text_field: &897 + text_field: &898 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -61486,7 +61498,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: &898 + number_field: &899 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -61495,7 +61507,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: &899 + date_field: &900 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -61504,7 +61516,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: &900 + single_select_field: &901 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61538,7 +61550,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &901 + iteration_field: &902 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -61584,7 +61596,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *434 - - &902 + - &903 name: field_id description: The unique identifier of the field. in: path @@ -61599,7 +61611,7 @@ paths: application/json: schema: *438 examples: - default: &903 + default: &904 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62796,7 +62808,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &883 + schema: &884 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -62973,7 +62985,7 @@ paths: parameters: - *434 - *89 - - &904 + - &905 name: view_number description: The number that identifies the project view. in: path @@ -64801,7 +64813,7 @@ paths: - *89 - *17 - *19 - - &771 + - &772 name: targets description: | A comma-separated list of rule targets to filter by. @@ -65017,7 +65029,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &773 + - &774 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 @@ -65029,14 +65041,14 @@ paths: x-multi-segment: true - *322 - *107 - - &774 + - &775 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 - - &775 + - &776 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -65049,7 +65061,7 @@ paths: - bypass - all default: all - - &776 + - &777 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. @@ -65072,7 +65084,7 @@ paths: description: Response content: application/json: - schema: &777 + schema: &778 title: Rule Suites description: Response type: array @@ -65127,7 +65139,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &778 + default: &779 value: - id: 21 actor_id: 12 @@ -65171,7 +65183,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &779 + - &780 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -65187,7 +65199,7 @@ paths: description: Response content: application/json: - schema: &780 + schema: &781 title: Rule Suite description: Response type: object @@ -65286,7 +65298,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &781 + default: &782 value: id: 21 actor_id: 12 @@ -65622,7 +65634,7 @@ paths: - *112 - *19 - *17 - - &783 + - &784 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 @@ -65632,7 +65644,7 @@ paths: required: false schema: type: string - - &784 + - &785 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 @@ -65846,7 +65858,7 @@ paths: application/json: schema: type: array - items: &805 + items: &806 description: A repository security advisory. type: object properties: @@ -66137,7 +66149,7 @@ paths: - private_fork additionalProperties: false examples: - default: &806 + default: &807 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -68098,7 +68110,7 @@ paths: application/json: schema: type: array - items: &847 + items: &848 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -68217,7 +68229,7 @@ paths: - type - url examples: - default: &848 + default: &849 value: - login: octocat id: 1 @@ -68303,7 +68315,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &849 + response-if-user-is-a-team-maintainer: &850 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -68368,7 +68380,7 @@ paths: application/json: schema: *490 examples: - response-if-users-membership-with-team-is-now-pending: &850 + response-if-users-membership-with-team-is-now-pending: &851 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -68482,7 +68494,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &851 + schema: &852 title: Team Repository description: A team's access to a repository. type: object @@ -69250,7 +69262,7 @@ paths: type: array items: *325 examples: - response-if-child-teams-exist: &852 + response-if-child-teams-exist: &853 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -74926,7 +74938,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &922 + properties: &923 url: type: string format: uri @@ -75011,7 +75023,7 @@ paths: nullable: true properties: *226 required: *227 - required: &923 + required: &924 - id - node_id - sha @@ -81435,7 +81447,7 @@ paths: check. type: array items: *236 - deployment: &915 + deployment: &916 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -82347,7 +82359,7 @@ paths: type: string format: date-time nullable: true - head_commit: &948 + head_commit: &949 title: Simple Commit description: A commit. type: object @@ -86618,14 +86630,14 @@ paths: type: integer machines: type: array - items: &858 + items: &859 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *595 required: *596 examples: - default: &859 + default: &860 value: total_count: 2 machines: @@ -89771,7 +89783,7 @@ paths: application/json: schema: type: array - items: &810 + items: &811 title: Status description: The status of a commit. type: object @@ -91354,7 +91366,7 @@ paths: items: type: object properties: - placeholder_id: &802 + placeholder_id: &803 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -98070,7 +98082,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &956 + last_response: &957 title: Hook Response type: object properties: @@ -99122,7 +99134,7 @@ paths: parameters: - *491 - *492 - - &881 + - &882 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -99707,7 +99719,7 @@ paths: type: array items: *681 examples: - default: &874 + default: &875 value: - id: 1 repository: @@ -114203,6 +114215,9 @@ paths: - allOf: - *193 - *769 + - allOf: + - *771 + - *769 - allOf: - *194 - *769 @@ -114265,7 +114280,7 @@ paths: schema: type: boolean default: true - - *771 + - *772 responses: '200': description: Response @@ -114350,7 +114365,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *772 + items: *773 required: - name - enforcement @@ -114383,7 +114398,7 @@ paths: application/json: schema: *198 examples: - default: &782 + default: &783 value: id: 42 name: super cool ruleset @@ -114433,11 +114448,11 @@ paths: parameters: - *491 - *492 - - *773 - - *107 - *774 + - *107 - *775 - *776 + - *777 - *17 - *19 responses: @@ -114445,9 +114460,9 @@ paths: description: Response content: application/json: - schema: *777 + schema: *778 examples: - default: *778 + default: *779 '404': *6 '500': *40 x-github: @@ -114470,15 +114485,15 @@ paths: parameters: - *491 - *492 - - *779 + - *780 responses: '200': description: Response content: application/json: - schema: *780 + schema: *781 examples: - default: *781 + default: *782 '404': *6 '500': *40 x-github: @@ -114529,7 +114544,7 @@ paths: application/json: schema: *198 examples: - default: *782 + default: *783 '404': *6 '500': *40 put: @@ -114582,7 +114597,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *772 + items: *773 examples: default: value: @@ -114612,7 +114627,7 @@ paths: application/json: schema: *198 examples: - default: *782 + default: *783 '404': *6 '422': *15 '500': *40 @@ -114780,8 +114795,8 @@ paths: - *112 - *19 - *17 - - *783 - *784 + - *785 - *465 - *466 - *467 @@ -114794,7 +114809,7 @@ paths: application/json: schema: type: array - items: &788 + items: &789 type: object properties: number: *134 @@ -114813,8 +114828,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *785 - resolution: *786 + state: *786 + resolution: *787 resolved_at: type: string format: date-time @@ -114920,7 +114935,7 @@ paths: pull request. ' - oneOf: *787 + oneOf: *788 nullable: true has_more_locations: type: boolean @@ -115093,7 +115108,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -115157,8 +115172,8 @@ paths: schema: type: object properties: - state: *785 - resolution: *786 + state: *786 + resolution: *787 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -115202,7 +115217,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -115314,7 +115329,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &978 + items: &979 type: object properties: type: @@ -115340,7 +115355,6 @@ paths: example: commit details: oneOf: - - *789 - *790 - *791 - *792 @@ -115353,6 +115367,7 @@ paths: - *799 - *800 - *801 + - *802 examples: default: value: @@ -115447,14 +115462,14 @@ paths: schema: type: object properties: - reason: &803 + reason: &804 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *802 + placeholder_id: *803 required: - reason - placeholder_id @@ -115471,7 +115486,7 @@ paths: schema: type: object properties: - reason: *803 + reason: *804 expire_at: type: string format: date-time @@ -115533,7 +115548,7 @@ paths: properties: incremental_scans: type: array - items: &804 + items: &805 description: Information on a single scan performed by secret scanning on the repository type: object @@ -115564,15 +115579,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *804 + items: *805 backfill_scans: type: array - items: *804 + items: *805 custom_pattern_backfill_scans: type: array items: allOf: - - *804 + - *805 - type: object properties: pattern_name: @@ -115585,7 +115600,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *804 + items: *805 examples: default: value: @@ -115695,9 +115710,9 @@ paths: application/json: schema: type: array - items: *805 + items: *806 examples: - default: *806 + default: *807 '400': *14 '404': *6 x-github: @@ -115881,9 +115896,9 @@ paths: description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: &808 + default: &809 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -116221,7 +116236,7 @@ paths: description: Response content: application/json: - schema: *805 + schema: *806 examples: default: value: @@ -116370,15 +116385,15 @@ paths: parameters: - *491 - *492 - - *807 + - *808 responses: '200': description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: *808 + default: *809 '403': *29 '404': *6 x-github: @@ -116404,7 +116419,7 @@ paths: parameters: - *491 - *492 - - *807 + - *808 requestBody: required: true content: @@ -116563,10 +116578,10 @@ paths: description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: *808 - add_credit: *808 + default: *809 + add_credit: *809 '403': *29 '404': *6 '422': @@ -116606,7 +116621,7 @@ paths: parameters: - *491 - *492 - - *807 + - *808 responses: '202': *39 '400': *14 @@ -116635,7 +116650,7 @@ paths: parameters: - *491 - *492 - - *807 + - *808 responses: '202': description: Response @@ -116779,7 +116794,7 @@ paths: application/json: schema: type: array - items: &809 + items: &810 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -117152,7 +117167,7 @@ paths: application/json: schema: type: array - items: *809 + items: *810 examples: default: value: @@ -117240,7 +117255,7 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: default: value: @@ -117334,7 +117349,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &811 + schema: &812 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -117429,7 +117444,7 @@ paths: description: Response content: application/json: - schema: *811 + schema: *812 examples: default: value: @@ -117636,7 +117651,7 @@ paths: description: Response content: application/json: - schema: &812 + schema: &813 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -117648,7 +117663,7 @@ paths: required: - names examples: - default: &813 + default: &814 value: names: - octocat @@ -117703,9 +117718,9 @@ paths: description: Response content: application/json: - schema: *812 + schema: *813 examples: - default: *813 + default: *814 '404': *6 '422': *7 x-github: @@ -117728,7 +117743,7 @@ paths: parameters: - *491 - *492 - - &814 + - &815 name: per description: The time frame to display results for. in: query @@ -117757,7 +117772,7 @@ paths: example: 128 clones: type: array - items: &815 + items: &816 title: Traffic type: object properties: @@ -117998,7 +118013,7 @@ paths: parameters: - *491 - *492 - - *814 + - *815 responses: '200': description: Response @@ -118017,7 +118032,7 @@ paths: example: 3782 views: type: array - items: *815 + items: *816 required: - uniques - count @@ -118689,7 +118704,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &823 + - &824 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -118698,7 +118713,7 @@ paths: schema: type: string example: members - - &828 + - &829 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -118709,7 +118724,7 @@ paths: default: 1 format: int32 example: 1 - - &829 + - &830 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -118751,7 +118766,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &818 + items: &819 allOf: - type: object required: @@ -118826,7 +118841,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: &830 + meta: &831 type: object description: The metadata associated with the creation/updates to the user. @@ -118886,30 +118901,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &819 + '400': &820 description: Bad request content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '401': *817 - '403': &820 + schema: *817 + '401': *818 + '403': &821 description: Permission denied - '429': &821 + '429': &822 description: Too many requests content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '500': &822 + schema: *817 + '500': &823 description: Internal server error content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 + schema: *817 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118933,7 +118948,7 @@ paths: required: true content: application/json: - schema: &826 + schema: &827 type: object required: - schemas @@ -118993,9 +119008,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *818 + schema: *819 examples: - group: &824 + group: &825 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -119014,13 +119029,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': *819 - '401': *817 - '403': *820 - '409': &827 + '400': *820 + '401': *818 + '403': *821 + '409': &828 description: Duplicate record detected - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119037,7 +119052,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: - - &825 + - &826 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -119045,22 +119060,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *823 + - *824 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *818 + schema: *819 examples: - default: *824 - '400': *819 - '401': *817 - '403': *820 + default: *825 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119079,13 +119094,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: - - *825 + - *826 - *41 requestBody: required: true content: application/json: - schema: *826 + schema: *827 examples: group: summary: Group @@ -119111,17 +119126,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *818 + schema: *819 examples: - group: *824 - groupWithMembers: *824 - '400': *819 - '401': *817 - '403': *820 + group: *825 + groupWithMembers: *825 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119145,13 +119160,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: - - *825 + - *826 - *41 requestBody: required: true content: application/json: - schema: &837 + schema: &838 type: object required: - Operations @@ -119211,17 +119226,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *818 + schema: *819 examples: - updateGroup: *824 - addMembers: *824 - '400': *819 - '401': *817 - '403': *820 + updateGroup: *825 + addMembers: *825 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119237,17 +119252,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: - - *825 + - *826 - *41 responses: '204': description: Group was deleted, no content - '400': *819 - '401': *817 - '403': *820 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119281,8 +119296,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *828 - *829 + - *830 - *41 responses: '200': @@ -119315,7 +119330,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &832 + items: &833 allOf: - type: object required: @@ -119394,7 +119409,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &831 + roles: &832 type: array description: The roles assigned to the user. items: @@ -119450,7 +119465,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *830 + meta: *831 startIndex: type: integer description: A starting index for the returned page @@ -119487,11 +119502,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *819 - '401': *817 - '403': *820 - '429': *821 - '500': *822 + '400': *820 + '401': *818 + '403': *821 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119515,7 +119530,7 @@ paths: required: true content: application/json: - schema: &835 + schema: &836 type: object required: - schemas @@ -119597,9 +119612,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *831 + roles: *832 examples: - user: &836 + user: &837 summary: User value: schemas: @@ -119646,9 +119661,9 @@ paths: description: User has been created content: application/scim+json: - schema: *832 + schema: *833 examples: - user: &833 + user: &834 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -119674,13 +119689,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: *833 - '400': *819 - '401': *817 - '403': *820 - '409': *827 - '429': *821 - '500': *822 + enterpriseOwner: *834 + '400': *820 + '401': *818 + '403': *821 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119697,7 +119712,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: - - &834 + - &835 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -119710,15 +119725,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *832 + schema: *833 examples: - default: *833 - '400': *819 - '401': *817 - '403': *820 + default: *834 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119769,30 +119784,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: - - *834 + - *835 - *41 requestBody: required: true content: application/json: - schema: *835 + schema: *836 examples: - user: *836 + user: *837 responses: '200': description: User was updated content: application/scim+json: - schema: *832 + schema: *833 examples: - user: *833 - '400': *819 - '401': *817 - '403': *820 + user: *834 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119833,13 +119848,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: - - *834 + - *835 - *41 requestBody: required: true content: application/json: - schema: *837 + schema: *838 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -119879,18 +119894,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *832 + schema: *833 examples: - userMultiValuedProperties: *833 - userSingleValuedProperties: *833 - disableUser: *833 - '400': *819 - '401': *817 - '403': *820 + userMultiValuedProperties: *834 + userSingleValuedProperties: *834 + disableUser: *834 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119910,17 +119925,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: - - *834 + - *835 - *41 responses: '204': description: User was deleted, no content - '400': *819 - '401': *817 - '403': *820 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120007,7 +120022,7 @@ paths: example: 1 Resources: type: array - items: &838 + items: &839 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -120238,22 +120253,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': &839 + '404': &840 description: Resource not found content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '403': &840 + schema: *817 + '403': &841 description: Forbidden content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '400': *819 - '429': *821 + schema: *817 + '400': *820 + '429': *822 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -120279,9 +120294,9 @@ paths: description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: &841 + default: &842 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -120304,17 +120319,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': *839 - '403': *840 - '500': *822 + '404': *840 + '403': *841 + '500': *823 '409': description: Conflict content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '400': *819 + schema: *817 + '400': *820 requestBody: required: true content: @@ -120412,17 +120427,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *834 + - *835 responses: '200': description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: *841 - '404': *839 - '403': *840 + default: *842 + '404': *840 + '403': *841 '304': *37 x-github: githubCloudOnly: true @@ -120446,18 +120461,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *834 + - *835 responses: '200': description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: *841 + default: *842 '304': *37 - '404': *839 - '403': *840 + '404': *840 + '403': *841 requestBody: required: true content: @@ -120570,19 +120585,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *834 + - *835 responses: '200': description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: *841 + default: *842 '304': *37 - '404': *839 - '403': *840 - '400': *819 + '404': *840 + '403': *841 + '400': *820 '429': description: Response content: @@ -120673,12 +120688,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *834 + - *835 responses: '204': description: Response - '404': *839 - '403': *840 + '404': *840 + '403': *841 '304': *37 x-github: githubCloudOnly: true @@ -120814,7 +120829,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &842 + text_matches: &843 title: Search Result Text Matches type: array items: @@ -120977,7 +120992,7 @@ paths: enum: - author-date - committer-date - - &843 + - &844 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 @@ -121105,7 +121120,7 @@ paths: type: number node_id: type: string - text_matches: *842 + text_matches: *843 required: - sha - node_id @@ -121298,7 +121313,7 @@ paths: - interactions - created - updated - - *843 + - *844 - *17 - *19 - name: advanced_search @@ -121412,8 +121427,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -121448,7 +121463,7 @@ paths: type: string format: date-time nullable: true - text_matches: *842 + text_matches: *843 pull_request: type: object properties: @@ -121730,7 +121745,7 @@ paths: enum: - created - updated - - *843 + - *844 - *17 - *19 responses: @@ -121774,7 +121789,7 @@ paths: nullable: true score: type: number - text_matches: *842 + text_matches: *843 required: - id - node_id @@ -121860,7 +121875,7 @@ paths: - forks - help-wanted-issues - updated - - *843 + - *844 - *17 - *19 responses: @@ -122108,7 +122123,7 @@ paths: - admin - pull - push - text_matches: *842 + text_matches: *843 temp_clone_token: type: string allow_merge_commit: @@ -122409,7 +122424,7 @@ paths: type: string format: uri nullable: true - text_matches: *842 + text_matches: *843 related: type: array nullable: true @@ -122602,7 +122617,7 @@ paths: - followers - repositories - joined - - *843 + - *844 - *17 - *19 responses: @@ -122706,7 +122721,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *842 + text_matches: *843 blog: type: string nullable: true @@ -122785,7 +122800,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &846 + - &847 name: team_id description: The unique identifier of the team. in: path @@ -122826,7 +122841,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *846 + - *847 requestBody: required: true content: @@ -122926,7 +122941,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *846 + - *847 responses: '204': description: Response @@ -122955,7 +122970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *846 + - *847 - *17 - *19 responses: @@ -122995,7 +123010,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *846 + - *847 - name: role description: Filters members returned by their role in the team. in: query @@ -123016,9 +123031,9 @@ paths: application/json: schema: type: array - items: *847 + items: *848 examples: - default: *848 + default: *849 headers: Link: *47 '404': *6 @@ -123046,7 +123061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *846 + - *847 - *151 responses: '204': @@ -123083,7 +123098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *846 + - *847 - *151 responses: '204': @@ -123123,7 +123138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *846 + - *847 - *151 responses: '204': @@ -123160,7 +123175,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: - - *846 + - *847 - *151 responses: '200': @@ -123169,7 +123184,7 @@ paths: application/json: schema: *490 examples: - response-if-user-is-a-team-maintainer: *849 + response-if-user-is-a-team-maintainer: *850 '404': *6 x-github: githubCloudOnly: false @@ -123202,7 +123217,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: - - *846 + - *847 - *151 requestBody: required: false @@ -123230,7 +123245,7 @@ paths: application/json: schema: *490 examples: - response-if-users-membership-with-team-is-now-pending: *850 + response-if-users-membership-with-team-is-now-pending: *851 '403': description: Forbidden if team synchronization is set up '422': @@ -123264,7 +123279,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: - - *846 + - *847 - *151 responses: '204': @@ -123292,7 +123307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *846 + - *847 - *17 - *19 responses: @@ -123334,7 +123349,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: - - *846 + - *847 - *491 - *492 responses: @@ -123342,7 +123357,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *851 + schema: *852 examples: alternative-response-with-extra-repository-information: value: @@ -123493,7 +123508,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: - - *846 + - *847 - *491 - *492 requestBody: @@ -123545,7 +123560,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: - - *846 + - *847 - *491 - *492 responses: @@ -123576,7 +123591,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: - - *846 + - *847 responses: '200': description: Response @@ -123611,7 +123626,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: - - *846 + - *847 requestBody: required: true content: @@ -123699,7 +123714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *846 + - *847 - *17 - *19 responses: @@ -123711,7 +123726,7 @@ paths: type: array items: *325 examples: - response-if-child-teams-exist: *852 + response-if-child-teams-exist: *853 headers: Link: *47 '404': *6 @@ -123744,7 +123759,7 @@ paths: application/json: schema: oneOf: - - &854 + - &855 title: Private User description: Private User type: object @@ -123947,7 +123962,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *853 + - *854 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -124100,7 +124115,7 @@ paths: description: Response content: application/json: - schema: *854 + schema: *855 examples: default: value: @@ -124498,7 +124513,7 @@ paths: type: integer secrets: type: array - items: &855 + items: &856 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -124614,7 +124629,7 @@ paths: description: Response content: application/json: - schema: *855 + schema: *856 examples: default: value: @@ -125027,7 +125042,7 @@ paths: description: Response content: application/json: - schema: &856 + schema: &857 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -125068,7 +125083,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &857 + default: &858 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -125113,9 +125128,9 @@ paths: description: Response content: application/json: - schema: *856 + schema: *857 examples: - default: *857 + default: *858 '404': *6 x-github: githubCloudOnly: false @@ -125152,9 +125167,9 @@ paths: type: integer machines: type: array - items: *858 + items: *859 examples: - default: *859 + default: *860 '304': *37 '500': *40 '401': *25 @@ -126093,7 +126108,7 @@ paths: type: array items: *416 examples: - default: &871 + default: &872 value: - id: 197 name: hello_docker @@ -126194,7 +126209,7 @@ paths: application/json: schema: type: array - items: &860 + items: &861 title: Email description: Email type: object @@ -126259,9 +126274,9 @@ paths: application/json: schema: type: array - items: *860 + items: *861 examples: - default: &873 + default: &874 value: - email: octocat@github.com verified: true @@ -126336,7 +126351,7 @@ paths: application/json: schema: type: array - items: *860 + items: *861 examples: default: value: @@ -126592,7 +126607,7 @@ paths: application/json: schema: type: array - items: &861 + items: &862 title: GPG Key description: A unique encryption key type: object @@ -126723,7 +126738,7 @@ paths: - subkeys - revoked examples: - default: &890 + default: &891 value: - id: 3 name: Octocat's GPG Key @@ -126808,9 +126823,9 @@ paths: description: Response content: application/json: - schema: *861 + schema: *862 examples: - default: &862 + default: &863 value: id: 3 name: Octocat's GPG Key @@ -126867,7 +126882,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: - - &863 + - &864 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -126879,9 +126894,9 @@ paths: description: Response content: application/json: - schema: *861 + schema: *862 examples: - default: *862 + default: *863 '404': *6 '304': *37 '403': *29 @@ -126904,7 +126919,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: - - *863 + - *864 responses: '204': description: Response @@ -127371,7 +127386,7 @@ paths: application/json: schema: type: array - items: &864 + items: &865 title: Key description: Key type: object @@ -127472,9 +127487,9 @@ paths: description: Response content: application/json: - schema: *864 + schema: *865 examples: - default: &865 + default: &866 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -127513,9 +127528,9 @@ paths: description: Response content: application/json: - schema: *864 + schema: *865 examples: - default: *865 + default: *866 '404': *6 '304': *37 '403': *29 @@ -127571,7 +127586,7 @@ paths: application/json: schema: type: array - items: &866 + items: &867 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -127639,7 +127654,7 @@ paths: - account - plan examples: - default: &867 + default: &868 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -127701,9 +127716,9 @@ paths: application/json: schema: type: array - items: *866 + items: *867 examples: - default: *867 + default: *868 headers: Link: *47 '304': *37 @@ -127946,7 +127961,7 @@ paths: application/json: schema: *408 examples: - default: &868 + default: &869 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -127995,7 +128010,7 @@ paths: application/json: schema: *408 examples: - default: *868 + default: *869 '403': *29 '404': *6 '422': *15 @@ -128720,7 +128735,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *411 - - *869 + - *870 responses: '204': description: Response @@ -128835,7 +128850,7 @@ paths: - docker - nuget - container - - *870 + - *871 - *19 - *17 responses: @@ -128847,8 +128862,8 @@ paths: type: array items: *416 examples: - default: *871 - '400': *872 + default: *872 + '400': *873 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128877,7 +128892,7 @@ paths: application/json: schema: *416 examples: - default: &891 + default: &892 value: id: 40201 name: octo-name @@ -129239,9 +129254,9 @@ paths: application/json: schema: type: array - items: *860 + items: *861 examples: - default: *873 + default: *874 headers: Link: *47 '304': *37 @@ -129354,7 +129369,7 @@ paths: type: array items: *80 examples: - default: &880 + default: &881 summary: Default response value: - id: 1296269 @@ -129700,7 +129715,7 @@ paths: type: array items: *681 examples: - default: *874 + default: *875 headers: Link: *47 '304': *37 @@ -129779,7 +129794,7 @@ paths: application/json: schema: type: array - items: &875 + items: &876 title: Social account description: Social media account type: object @@ -129794,7 +129809,7 @@ paths: - provider - url examples: - default: &876 + default: &877 value: - provider: twitter url: https://twitter.com/github @@ -129856,9 +129871,9 @@ paths: application/json: schema: type: array - items: *875 + items: *876 examples: - default: *876 + default: *877 '422': *15 '304': *37 '404': *6 @@ -129945,7 +129960,7 @@ paths: application/json: schema: type: array - items: &877 + items: &878 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -129965,7 +129980,7 @@ paths: - title - created_at examples: - default: &905 + default: &906 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -130029,9 +130044,9 @@ paths: description: Response content: application/json: - schema: *877 + schema: *878 examples: - default: &878 + default: &879 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -130061,7 +130076,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: - - &879 + - &880 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -130073,9 +130088,9 @@ paths: description: Response content: application/json: - schema: *877 + schema: *878 examples: - default: *878 + default: *879 '404': *6 '304': *37 '403': *29 @@ -130098,7 +130113,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: - - *879 + - *880 responses: '204': description: Response @@ -130127,7 +130142,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: - - &906 + - &907 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 @@ -130152,11 +130167,11 @@ paths: type: array items: *80 examples: - default-response: *880 + default-response: *881 application/vnd.github.v3.star+json: schema: type: array - items: &907 + items: &908 title: Starred Repository description: Starred Repository type: object @@ -130525,10 +130540,10 @@ paths: application/json: schema: oneOf: + - *855 - *854 - - *853 examples: - default-response: &884 + default-response: &885 summary: Default response value: login: octocat @@ -130563,7 +130578,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &885 + response-with-git-hub-plan-information: &886 summary: Response with GitHub plan information value: login: octocat @@ -130620,7 +130635,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: - - &882 + - &883 name: user_id description: The unique identifier of the user. in: path @@ -130686,7 +130701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *881 + - *882 - *17 responses: '200': @@ -130721,7 +130736,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: - - *882 + - *883 - *434 requestBody: required: true @@ -130793,7 +130808,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *883 + schema: *884 examples: table_view: summary: Response for creating a table view @@ -130845,11 +130860,11 @@ paths: application/json: schema: oneOf: + - *855 - *854 - - *853 examples: - default-response: *884 - response-with-git-hub-plan-information: *885 + default-response: *885 + response-with-git-hub-plan-information: *886 '404': *6 x-github: githubCloudOnly: false @@ -130899,8 +130914,8 @@ paths: required: - subject_digests examples: - default: *886 - withPredicateType: *887 + default: *887 + withPredicateType: *888 responses: '200': description: Response @@ -130953,7 +130968,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *888 + default: *889 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -131439,7 +131454,7 @@ paths: application/json: schema: *340 examples: - default: &889 + default: &890 summary: Example response for a user copilot space value: id: 42 @@ -131540,7 +131555,7 @@ paths: application/json: schema: *340 examples: - default: *889 + default: *890 '403': *29 '404': *6 x-github: @@ -131663,7 +131678,7 @@ paths: application/json: schema: *340 examples: - default: *889 + default: *890 '403': *29 '404': *6 '422': *15 @@ -132431,7 +132446,7 @@ paths: type: array items: *416 examples: - default: *871 + default: *872 '403': *29 '401': *25 x-github: @@ -132815,9 +132830,9 @@ paths: application/json: schema: type: array - items: *861 + items: *862 examples: - default: *890 + default: *891 headers: Link: *47 x-github: @@ -133045,7 +133060,7 @@ paths: - docker - nuget - container - - *870 + - *871 - *151 - *19 - *17 @@ -133058,10 +133073,10 @@ paths: type: array items: *416 examples: - default: *871 + default: *872 '403': *29 '401': *25 - '400': *872 + '400': *873 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -133091,7 +133106,7 @@ paths: application/json: schema: *416 examples: - default: *891 + default: *892 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -133440,7 +133455,7 @@ paths: type: array items: *438 examples: - default: *892 + default: *893 headers: Link: *47 '304': *37 @@ -133500,7 +133515,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *893 + items: *894 required: - name - data_type @@ -133516,7 +133531,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *894 + iteration_configuration: *895 required: - name - data_type @@ -133538,8 +133553,8 @@ paths: value: name: Due date data_type: date - single_select_field: *895 - iteration_field: *896 + single_select_field: *896 + iteration_field: *897 responses: '201': description: Response @@ -133547,11 +133562,11 @@ paths: application/json: schema: *438 examples: - text_field: *897 - number_field: *898 - date_field: *899 - single_select_field: *900 - iteration_field: *901 + text_field: *898 + number_field: *899 + date_field: *900 + single_select_field: *901 + iteration_field: *902 '304': *37 '403': *29 '401': *25 @@ -133573,7 +133588,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *434 - - *902 + - *903 - *151 responses: '200': @@ -133582,7 +133597,7 @@ paths: application/json: schema: *438 examples: - default: *903 + default: *904 headers: Link: *47 '304': *37 @@ -133936,7 +133951,7 @@ paths: parameters: - *434 - *151 - - *904 + - *905 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -134215,9 +134230,9 @@ paths: application/json: schema: type: array - items: *875 + items: *876 examples: - default: *876 + default: *877 headers: Link: *47 x-github: @@ -134247,9 +134262,9 @@ paths: application/json: schema: type: array - items: *877 + items: *878 examples: - default: *905 + default: *906 headers: Link: *47 x-github: @@ -134274,7 +134289,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *151 - - *906 + - *907 - *112 - *17 - *19 @@ -134286,11 +134301,11 @@ paths: schema: anyOf: - type: array - items: *907 + items: *908 - type: array items: *80 examples: - default-response: *880 + default-response: *881 headers: Link: *47 x-github: @@ -134449,7 +134464,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &908 + enterprise: &909 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -134507,7 +134522,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &909 + installation: &910 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -134526,7 +134541,7 @@ x-webhooks: required: - id - node_id - organization: &910 + organization: &911 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -134586,13 +134601,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &911 + repository: &912 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: &950 + properties: &951 id: description: Unique identifier of the repository example: 42 @@ -135287,7 +135302,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &951 + required: &952 - archive_url - assignees_url - blobs_url @@ -135438,10 +135453,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -135517,11 +135532,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - rule: &912 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + rule: &913 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) @@ -135744,11 +135759,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - rule: *912 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + rule: *913 sender: *4 required: - action @@ -135931,11 +135946,11 @@ x-webhooks: - everyone required: - from - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - rule: *912 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + rule: *913 sender: *4 required: - action @@ -136008,7 +136023,7 @@ x-webhooks: required: true content: application/json: - schema: &934 + schema: &935 title: Exemption request cancellation event type: object properties: @@ -136016,11 +136031,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: &913 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: &914 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -136324,7 +136339,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &914 + items: &915 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -136434,7 +136449,7 @@ x-webhooks: required: true content: application/json: - schema: &935 + schema: &936 title: Exemption request completed event type: object properties: @@ -136442,11 +136457,11 @@ x-webhooks: type: string enum: - completed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 sender: *4 required: - action @@ -136518,7 +136533,7 @@ x-webhooks: required: true content: application/json: - schema: &932 + schema: &933 title: Exemption request created event type: object properties: @@ -136526,11 +136541,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 sender: *4 required: - action @@ -136602,7 +136617,7 @@ x-webhooks: required: true content: application/json: - schema: &936 + schema: &937 title: Exemption response dismissed event type: object properties: @@ -136610,12 +136625,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 - exemption_response: *914 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 + exemption_response: *915 sender: *4 required: - action @@ -136689,7 +136704,7 @@ x-webhooks: required: true content: application/json: - schema: &933 + schema: &934 title: Exemption response submitted event type: object properties: @@ -136697,12 +136712,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 - exemption_response: *914 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 + exemption_response: *915 sender: *4 required: - action @@ -136786,7 +136801,7 @@ x-webhooks: type: string enum: - completed - check_run: &916 + check_run: &917 title: CheckRun description: A check performed on the code of a given code change type: object @@ -136877,7 +136892,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *915 + deployment: *916 details_url: example: https://example.com type: string @@ -136962,10 +136977,10 @@ x-webhooks: - output - app - pull_requests - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 sender: *4 required: - check_run @@ -137356,11 +137371,11 @@ x-webhooks: type: string enum: - created - check_run: *916 - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + check_run: *917 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 sender: *4 required: - check_run @@ -137754,11 +137769,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *916 - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + check_run: *917 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 requested_action: description: The action requested by the user. type: object @@ -138161,11 +138176,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *916 - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + check_run: *917 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 sender: *4 required: - check_run @@ -139135,10 +139150,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -139837,10 +139852,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -140533,10 +140548,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -140847,20 +140862,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &917 + commit_oid: &918 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: *908 - installation: *909 - organization: *910 - ref: &918 + enterprise: *909 + installation: *910 + organization: *911 + ref: &919 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: *911 + repository: *912 sender: *4 required: - action @@ -141255,12 +141270,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -141526,12 +141541,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -141863,12 +141878,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -142142,16 +142157,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 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: *911 + repository: *912 sender: *4 required: - action @@ -142388,12 +142403,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -142704,10 +142719,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -142962,10 +142977,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -143045,18 +143060,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *910 - pusher_type: &919 + organization: *911 + pusher_type: &920 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &920 + ref: &921 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -143066,7 +143081,7 @@ x-webhooks: enum: - tag - branch - repository: *911 + repository: *912 sender: *4 required: - ref @@ -143149,9 +143164,9 @@ x-webhooks: enum: - created definition: *164 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -143236,9 +143251,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -143316,9 +143331,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *164 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -143396,9 +143411,9 @@ x-webhooks: enum: - updated definition: *164 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -143475,10 +143490,10 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - repository: *911 - organization: *910 + enterprise: *909 + installation: *910 + repository: *912 + organization: *911 sender: *4 new_property_values: type: array @@ -143563,18 +143578,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - pusher_type: *919 - ref: *920 + enterprise: *909 + installation: *910 + organization: *911 + pusher_type: *920 + ref: *921 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *911 + repository: *912 sender: *4 required: - ref @@ -143655,10 +143670,10 @@ x-webhooks: enum: - assignees_changed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143739,10 +143754,10 @@ x-webhooks: enum: - auto_dismissed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143824,10 +143839,10 @@ x-webhooks: enum: - auto_reopened alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143909,10 +143924,10 @@ x-webhooks: enum: - created alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143992,10 +144007,10 @@ x-webhooks: enum: - dismissed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -144075,10 +144090,10 @@ x-webhooks: enum: - fixed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -144159,10 +144174,10 @@ x-webhooks: enum: - reintroduced alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -144242,10 +144257,10 @@ x-webhooks: enum: - reopened alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -144322,9 +144337,9 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - key: &921 + enterprise: *909 + installation: *910 + key: &922 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -144360,8 +144375,8 @@ x-webhooks: - verified - created_at - read_only - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -144438,11 +144453,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - key: *921 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + key: *922 + organization: *911 + repository: *912 sender: *4 required: - action @@ -144998,12 +145013,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: &927 + workflow: &928 title: Workflow type: object nullable: true @@ -145744,15 +145759,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *922 - required: *923 + properties: *923 + required: *924 nullable: true pull_requests: type: array items: *752 - repository: *911 - organization: *910 - installation: *909 + repository: *912 + organization: *911 + installation: *910 sender: *4 responses: '200': @@ -145823,7 +145838,7 @@ x-webhooks: type: string enum: - approved - approver: &924 + approver: &925 type: object properties: avatar_url: @@ -145866,11 +145881,11 @@ x-webhooks: type: string comment: type: string - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - reviewers: &925 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + reviewers: &926 type: array items: type: object @@ -145949,7 +145964,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &926 + workflow_job_run: &927 type: object properties: conclusion: @@ -146680,18 +146695,18 @@ x-webhooks: type: string enum: - rejected - approver: *924 + approver: *925 comment: type: string - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - reviewers: *925 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + reviewers: *926 sender: *4 since: type: string - workflow_job_run: *926 + workflow_job_run: *927 workflow_job_runs: type: array items: @@ -147395,13 +147410,13 @@ x-webhooks: type: string enum: - requested - enterprise: *908 + enterprise: *909 environment: type: string - installation: *909 - organization: *910 - repository: *911 - requestor: &937 + installation: *910 + organization: *911 + repository: *912 + requestor: &938 title: User type: object nullable: true @@ -149290,12 +149305,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 workflow_run: title: Deployment Workflow Run type: object @@ -149975,7 +149990,7 @@ x-webhooks: type: string enum: - answered - answer: &930 + answer: &931 type: object properties: author_association: @@ -150132,11 +150147,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150263,11 +150278,11 @@ x-webhooks: - from required: - category - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150350,11 +150365,11 @@ x-webhooks: type: string enum: - closed - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150436,7 +150451,7 @@ x-webhooks: type: string enum: - created - comment: &929 + comment: &930 type: object properties: author_association: @@ -150593,11 +150608,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150680,12 +150695,12 @@ x-webhooks: type: string enum: - deleted - comment: *929 - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + comment: *930 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150780,12 +150795,12 @@ x-webhooks: - from required: - body - comment: *929 - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + comment: *930 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150869,11 +150884,11 @@ x-webhooks: type: string enum: - created - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150955,11 +150970,11 @@ x-webhooks: type: string enum: - deleted - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151059,11 +151074,11 @@ x-webhooks: type: string required: - from - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151145,10 +151160,10 @@ x-webhooks: type: string enum: - labeled - discussion: *928 - enterprise: *908 - installation: *909 - label: &931 + discussion: *929 + enterprise: *909 + installation: *910 + label: &932 title: Label type: object properties: @@ -151180,8 +151195,8 @@ x-webhooks: - color - default - description - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151264,11 +151279,11 @@ x-webhooks: type: string enum: - locked - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151350,11 +151365,11 @@ x-webhooks: type: string enum: - pinned - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151436,11 +151451,11 @@ x-webhooks: type: string enum: - reopened - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151525,16 +151540,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *928 - new_repository: *911 + new_discussion: *929 + new_repository: *912 required: - new_discussion - new_repository - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151617,10 +151632,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *928 - old_answer: *930 - organization: *910 - repository: *911 + discussion: *929 + old_answer: *931 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151702,12 +151717,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *928 - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151790,11 +151805,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151876,11 +151891,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151949,7 +151964,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152012,7 +152027,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152075,7 +152090,7 @@ x-webhooks: required: true content: application/json: - schema: *934 + schema: *935 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152138,7 +152153,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152201,7 +152216,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152267,7 +152282,7 @@ x-webhooks: required: true content: application/json: - schema: *934 + schema: *935 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152333,7 +152348,7 @@ x-webhooks: required: true content: application/json: - schema: *935 + schema: *936 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152399,7 +152414,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152465,7 +152480,7 @@ x-webhooks: required: true content: application/json: - schema: *936 + schema: *937 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152531,7 +152546,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152596,7 +152611,7 @@ x-webhooks: required: true content: application/json: - schema: *934 + schema: *935 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152661,7 +152676,7 @@ x-webhooks: required: true content: application/json: - schema: *935 + schema: *936 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152726,7 +152741,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152791,7 +152806,7 @@ x-webhooks: required: true content: application/json: - schema: *936 + schema: *937 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152857,7 +152872,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152924,7 +152939,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *908 + enterprise: *909 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -153584,9 +153599,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - forkee @@ -153732,9 +153747,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pages: description: The pages that were updated. type: array @@ -153771,7 +153786,7 @@ x-webhooks: - action - sha - html_url - repository: *911 + repository: *912 sender: *4 required: - pages @@ -153847,10 +153862,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: &938 + organization: *911 + repositories: &939 description: An array of repository objects that the installation can access. type: array @@ -153876,8 +153891,8 @@ x-webhooks: - name - full_name - private - repository: *911 - requester: *937 + repository: *912 + requester: *938 sender: *4 required: - action @@ -153952,11 +153967,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -154032,11 +154047,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -154112,10 +154127,10 @@ x-webhooks: type: string enum: - added - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories_added: &939 + organization: *911 + repositories_added: &940 description: An array of repository objects, which were added to the installation. type: array @@ -154161,15 +154176,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *911 - repository_selection: &940 + repository: *912 + repository_selection: &941 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *937 + requester: *938 sender: *4 required: - action @@ -154248,10 +154263,10 @@ x-webhooks: type: string enum: - removed - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories_added: *939 + organization: *911 + repositories_added: *940 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -154278,9 +154293,9 @@ x-webhooks: - name - full_name - private - repository: *911 - repository_selection: *940 - requester: *937 + repository: *912 + repository_selection: *941 + requester: *938 sender: *4 required: - action @@ -154359,11 +154374,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -154542,10 +154557,10 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 target_type: type: string @@ -154624,11 +154639,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -154895,8 +154910,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -155685,8 +155700,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156035,8 +156050,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -156116,7 +156131,7 @@ x-webhooks: type: string enum: - deleted - comment: &941 + comment: &942 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -156296,8 +156311,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157082,8 +157097,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157434,8 +157449,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -157515,7 +157530,7 @@ x-webhooks: type: string enum: - edited - changes: &970 + changes: &971 description: The changes to the comment. type: object properties: @@ -157527,9 +157542,9 @@ x-webhooks: type: string required: - from - comment: *941 - enterprise: *908 - installation: *909 + comment: *942 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158317,8 +158332,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158667,8 +158682,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -158749,9 +158764,9 @@ x-webhooks: type: string enum: - pinned - comment: *941 - enterprise: *908 - installation: *909 + comment: *942 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159541,8 +159556,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159893,8 +159908,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -159974,9 +159989,9 @@ x-webhooks: type: string enum: - unpinned - comment: *941 - enterprise: *908 - installation: *909 + comment: *942 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160766,8 +160781,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161118,8 +161133,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161208,9 +161223,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161299,9 +161314,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161389,9 +161404,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161480,9 +161495,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161562,10 +161577,10 @@ x-webhooks: type: string enum: - assigned - assignee: *937 - enterprise: *908 - installation: *909 - issue: &942 + assignee: *938 + enterprise: *909 + installation: *910 + issue: &943 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -162357,8 +162372,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -162478,8 +162493,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -162559,8 +162574,8 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -163357,8 +163372,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -163613,8 +163628,8 @@ x-webhooks: required: - state - closed_at - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -163693,8 +163708,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -164482,8 +164497,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -164602,8 +164617,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -164682,8 +164697,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -165493,8 +165508,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -165592,7 +165607,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &943 + milestone: &944 title: Milestone description: A collection of related issues and pull requests. type: object @@ -165730,8 +165745,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -165830,8 +165845,8 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166623,8 +166638,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -166744,9 +166759,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *931 - organization: *910 - repository: *911 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -166826,9 +166841,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 issue_field: type: object description: The issue field whose value was set or updated on the @@ -166982,8 +166997,8 @@ x-webhooks: - id required: - from - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -167063,9 +167078,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -167146,8 +167161,8 @@ x-webhooks: nullable: true required: - id - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -167227,8 +167242,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168019,8 +168034,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -168140,9 +168155,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *931 - organization: *910 - repository: *911 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -168222,8 +168237,8 @@ x-webhooks: type: string enum: - locked - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169038,8 +169053,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -169136,8 +169151,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -169216,8 +169231,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170026,8 +170041,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -170124,9 +170139,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *943 - organization: *910 - repository: *911 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -170989,8 +171004,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -171574,8 +171589,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172359,8 +172374,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -172487,8 +172502,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -172568,9 +172583,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *908 - installation: *909 - issue: &944 + enterprise: *909 + installation: *910 + issue: &945 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -173356,8 +173371,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -173476,8 +173491,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -173556,8 +173571,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174370,8 +174385,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -174469,8 +174484,8 @@ x-webhooks: user_view_type: type: string type: *400 - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -175339,8 +175354,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -175938,11 +175953,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *908 - installation: *909 - issue: *944 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *945 + organization: *911 + repository: *912 sender: *4 required: - action @@ -176022,12 +176037,12 @@ x-webhooks: type: string enum: - typed - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 type: *400 - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -176108,7 +176123,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &973 + assignee: &974 title: User type: object nullable: true @@ -176178,11 +176193,11 @@ x-webhooks: required: - login - id - enterprise: *908 - installation: *909 - issue: *942 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *943 + organization: *911 + repository: *912 sender: *4 required: - action @@ -176261,12 +176276,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *908 - installation: *909 - issue: *942 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *943 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -176346,8 +176361,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -177160,8 +177175,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -177258,8 +177273,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177339,11 +177354,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *908 - installation: *909 - issue: *944 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *945 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177422,12 +177437,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 type: *400 - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177507,11 +177522,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177589,11 +177604,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177703,11 +177718,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177789,9 +177804,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: &945 + enterprise: *909 + installation: *910 + marketplace_purchase: &946 title: Marketplace Purchase type: object required: @@ -177874,8 +177889,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *910 - previous_marketplace_purchase: &946 + organization: *911 + previous_marketplace_purchase: &947 title: Marketplace Purchase type: object properties: @@ -177955,7 +177970,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *911 + repository: *912 sender: *4 required: - action @@ -178035,10 +178050,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: *945 - organization: *910 + enterprise: *909 + installation: *910 + marketplace_purchase: *946 + organization: *911 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -178121,7 +178136,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *911 + repository: *912 sender: *4 required: - action @@ -178203,10 +178218,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: *945 - organization: *910 + enterprise: *909 + installation: *910 + marketplace_purchase: *946 + organization: *911 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -178288,7 +178303,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *911 + repository: *912 sender: *4 required: - action @@ -178369,8 +178384,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 marketplace_purchase: title: Marketplace Purchase type: object @@ -178452,9 +178467,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *910 - previous_marketplace_purchase: *946 - repository: *911 + organization: *911 + previous_marketplace_purchase: *947 + repository: *912 sender: *4 required: - action @@ -178534,12 +178549,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: *945 - organization: *910 - previous_marketplace_purchase: *946 - repository: *911 + enterprise: *909 + installation: *910 + marketplace_purchase: *946 + organization: *911 + previous_marketplace_purchase: *947 + repository: *912 sender: *4 required: - action @@ -178641,11 +178656,11 @@ x-webhooks: type: string required: - to - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 sender: *4 required: - action @@ -178745,11 +178760,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 sender: *4 required: - action @@ -178828,11 +178843,11 @@ x-webhooks: type: string enum: - removed - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 sender: *4 required: - action @@ -178910,11 +178925,11 @@ x-webhooks: type: string enum: - added - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 scope: description: The scope of the membership. Currently, can only be `team`. @@ -178990,7 +179005,7 @@ x-webhooks: required: - login - id - team: &947 + team: &948 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -179213,11 +179228,11 @@ x-webhooks: type: string enum: - removed - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 scope: description: The scope of the membership. Currently, can only be `team`. @@ -179294,7 +179309,7 @@ x-webhooks: required: - login - id - team: *947 + team: *948 required: - action - scope @@ -179376,8 +179391,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *909 - merge_group: &949 + installation: *910 + merge_group: &950 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -179396,15 +179411,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *948 + head_commit: *949 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179490,10 +179505,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *909 - merge_group: *949 - organization: *910 - repository: *911 + installation: *910 + merge_group: *950 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179566,7 +179581,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 + enterprise: *909 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -179675,16 +179690,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *909 - organization: *910 + installation: *910 + organization: *911 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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -179765,11 +179780,11 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 - milestone: *943 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179848,9 +179863,9 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - milestone: &952 + enterprise: *909 + installation: *910 + milestone: &953 title: Milestone description: A collection of related issues and pull requests. type: object @@ -179987,8 +180002,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180067,11 +180082,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - milestone: *943 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180181,11 +180196,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - milestone: *943 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180265,11 +180280,11 @@ x-webhooks: type: string enum: - opened - enterprise: *908 - installation: *909 - milestone: *952 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *953 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180348,11 +180363,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *937 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + blocked_user: *938 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180431,11 +180446,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *937 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + blocked_user: *938 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180511,7 +180526,7 @@ x-webhooks: enum: - created definition: *159 - enterprise: *908 + enterprise: *909 sender: *4 required: - action @@ -180591,8 +180606,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 sender: *4 required: - action @@ -180665,8 +180680,8 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 sender: *4 required: - action @@ -180738,9 +180753,9 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 new_property_values: type: array @@ -180828,9 +180843,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - membership: &953 + enterprise: *909 + installation: *910 + membership: &954 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -180937,8 +180952,8 @@ x-webhooks: - role - organization_url - user - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -181016,11 +181031,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *908 - installation: *909 - membership: *953 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + membership: *954 + organization: *911 + repository: *912 sender: *4 required: - action @@ -181099,8 +181114,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -181216,10 +181231,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 - user: *937 + user: *938 required: - action - invitation @@ -181297,11 +181312,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *908 - installation: *909 - membership: *953 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + membership: *954 + organization: *911 + repository: *912 sender: *4 required: - action @@ -181388,11 +181403,11 @@ x-webhooks: properties: from: type: string - enterprise: *908 - installation: *909 - membership: *953 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + membership: *954 + organization: *911 + repository: *912 sender: *4 required: - action @@ -181470,9 +181485,9 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 package: description: Information about the package. type: object @@ -181971,7 +181986,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &954 + items: &955 title: Ruby Gems metadata type: object properties: @@ -182066,7 +182081,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -182143,9 +182158,9 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 package: description: Information about the package. type: object @@ -182498,7 +182513,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *954 + items: *955 source_url: type: string format: uri @@ -182568,7 +182583,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -182744,12 +182759,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *908 + enterprise: *909 id: type: integer - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - id @@ -182826,7 +182841,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &955 + personal_access_token_request: &956 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -182972,10 +182987,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *908 - organization: *910 + enterprise: *909 + organization: *911 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -183052,11 +183067,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *955 - enterprise: *908 - organization: *910 + personal_access_token_request: *956 + enterprise: *909 + organization: *911 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -183132,11 +183147,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *955 - enterprise: *908 - organization: *910 + personal_access_token_request: *956 + enterprise: *909 + organization: *911 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -183211,11 +183226,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *955 - organization: *910 - enterprise: *908 + personal_access_token_request: *956 + organization: *911 + enterprise: *909 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -183320,7 +183335,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *956 + last_response: *957 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -183352,8 +183367,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 zen: description: Random string of GitHub zen. @@ -183598,10 +183613,10 @@ x-webhooks: - from required: - note - enterprise: *908 - installation: *909 - organization: *910 - project_card: &957 + enterprise: *909 + installation: *910 + organization: *911 + project_card: &958 title: Project Card type: object properties: @@ -183720,7 +183735,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *911 + repository: *912 sender: *4 required: - action @@ -183801,11 +183816,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - project_card: *957 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_card: *958 + repository: *912 sender: *4 required: - action @@ -183885,9 +183900,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 project_card: title: Project Card type: object @@ -184015,8 +184030,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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -184110,11 +184125,11 @@ x-webhooks: - from required: - note - enterprise: *908 - installation: *909 - organization: *910 - project_card: *957 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_card: *958 + repository: *912 sender: *4 required: - action @@ -184208,9 +184223,9 @@ x-webhooks: - from required: - column_id - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 project_card: allOf: - title: Project Card @@ -184400,7 +184415,7 @@ x-webhooks: type: string required: - after_id - repository: *911 + repository: *912 sender: *4 required: - action @@ -184480,10 +184495,10 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 - organization: *910 - project: &959 + enterprise: *909 + installation: *910 + organization: *911 + project: &960 title: Project type: object properties: @@ -184607,7 +184622,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *911 + repository: *912 sender: *4 required: - action @@ -184687,10 +184702,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - project_column: &958 + enterprise: *909 + installation: *910 + organization: *911 + project_column: &959 title: Project Column type: object properties: @@ -184729,7 +184744,7 @@ x-webhooks: - name - created_at - updated_at - repository: *911 + repository: *912 sender: *4 required: - action @@ -184808,18 +184823,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - project_column: *958 + enterprise: *909 + installation: *910 + organization: *911 + project_column: *959 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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -184909,11 +184924,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - project_column: *958 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_column: *959 + repository: *912 sender: *4 required: - action @@ -184993,11 +185008,11 @@ x-webhooks: type: string enum: - moved - enterprise: *908 - installation: *909 - organization: *910 - project_column: *958 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_column: *959 + repository: *912 sender: *4 required: - action @@ -185077,11 +185092,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - project: *959 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 + repository: *912 sender: *4 required: - action @@ -185161,18 +185176,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - project: *959 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -185274,11 +185289,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - project: *959 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 + repository: *912 sender: *4 required: - action @@ -185357,11 +185372,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *908 - installation: *909 - organization: *910 - project: *959 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 + repository: *912 sender: *4 required: - action @@ -185442,8 +185457,8 @@ x-webhooks: type: string enum: - closed - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185525,8 +185540,8 @@ x-webhooks: type: string enum: - created - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185608,8 +185623,8 @@ x-webhooks: type: string enum: - deleted - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185727,8 +185742,8 @@ x-webhooks: type: string to: type: string - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185812,7 +185827,7 @@ x-webhooks: type: string enum: - archived - changes: &963 + changes: &964 type: object properties: archived_at: @@ -185826,9 +185841,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *909 - organization: *910 - projects_v2_item: &960 + installation: *910 + organization: *911 + projects_v2_item: &961 title: Projects v2 Item description: An item belonging to a project type: object @@ -185963,9 +185978,9 @@ x-webhooks: nullable: true to: type: string - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186047,9 +186062,9 @@ x-webhooks: type: string enum: - created - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186130,9 +186145,9 @@ x-webhooks: type: string enum: - deleted - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186238,7 +186253,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &961 + - &962 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -186260,7 +186275,7 @@ x-webhooks: required: - id - name - - &962 + - &963 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -186294,8 +186309,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *961 - *962 + - *963 required: - field_value - type: object @@ -186311,9 +186326,9 @@ x-webhooks: nullable: true required: - body - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186408,9 +186423,9 @@ x-webhooks: to: type: string nullable: true - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186493,10 +186508,10 @@ x-webhooks: type: string enum: - restored - changes: *963 - installation: *909 - organization: *910 - projects_v2_item: *960 + changes: *964 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186578,8 +186593,8 @@ x-webhooks: type: string enum: - reopened - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -186661,14 +186676,14 @@ x-webhooks: type: string enum: - created - installation: *909 - organization: *910 - projects_v2_status_update: &966 + installation: *910 + organization: *911 + projects_v2_status_update: &967 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *964 - required: *965 + properties: *965 + required: *966 sender: *4 required: - action @@ -186749,9 +186764,9 @@ x-webhooks: type: string enum: - deleted - installation: *909 - organization: *910 - projects_v2_status_update: *966 + installation: *910 + organization: *911 + projects_v2_status_update: *967 sender: *4 required: - action @@ -186887,9 +186902,9 @@ x-webhooks: type: string format: date nullable: true - installation: *909 - organization: *910 - projects_v2_status_update: *966 + installation: *910 + organization: *911 + projects_v2_status_update: *967 sender: *4 required: - action @@ -186960,10 +186975,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - repository @@ -187040,13 +187055,13 @@ x-webhooks: type: string enum: - assigned - assignee: *937 - enterprise: *908 - installation: *909 - number: &967 + assignee: *938 + enterprise: *909 + installation: *910 + number: &968 description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -189351,7 +189366,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -189433,11 +189448,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -191737,7 +191752,7 @@ x-webhooks: - draft reason: type: string - repository: *911 + repository: *912 sender: *4 required: - action @@ -191819,11 +191834,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -194123,7 +194138,7 @@ x-webhooks: - draft reason: type: string - repository: *911 + repository: *912 sender: *4 required: - action @@ -194205,11 +194220,11 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: &968 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: &969 allOf: - *752 - type: object @@ -194273,7 +194288,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *911 + repository: *912 sender: *4 required: - action @@ -194354,12 +194369,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -194439,11 +194454,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *908 + enterprise: *909 milestone: *734 - number: *967 - organization: *910 - pull_request: &969 + number: *968 + organization: *911 + pull_request: &970 title: Pull Request type: object properties: @@ -196728,7 +196743,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -196807,11 +196822,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -199115,7 +199130,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *911 + repository: *912 sender: *4 required: - action @@ -199239,12 +199254,12 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -199324,11 +199339,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -201617,7 +201632,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -201697,11 +201712,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *908 - installation: *909 - label: *931 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + label: *932 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -204005,7 +204020,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -204086,10 +204101,10 @@ x-webhooks: type: string enum: - locked - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -206391,7 +206406,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -206471,12 +206486,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *908 + enterprise: *909 milestone: *734 - number: *967 - organization: *910 - pull_request: *969 - repository: *911 + number: *968 + organization: *911 + pull_request: *970 + repository: *912 sender: *4 required: - action @@ -206555,12 +206570,12 @@ x-webhooks: type: string enum: - opened - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -206641,12 +206656,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -206726,12 +206741,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -207097,9 +207112,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: type: object properties: @@ -209291,7 +209306,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *911 + repository: *912 sender: *4 required: - action @@ -209371,7 +209386,7 @@ x-webhooks: type: string enum: - deleted - comment: &971 + comment: &972 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. @@ -209656,9 +209671,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: type: object properties: @@ -211838,7 +211853,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *911 + repository: *912 sender: *4 required: - action @@ -211918,11 +211933,11 @@ x-webhooks: type: string enum: - edited - changes: *970 - comment: *971 - enterprise: *908 - installation: *909 - organization: *910 + changes: *971 + comment: *972 + enterprise: *909 + installation: *910 + organization: *911 pull_request: type: object properties: @@ -214105,7 +214120,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *911 + repository: *912 sender: *4 required: - action @@ -214186,9 +214201,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -216383,7 +216398,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 + repository: *912 review: description: The review that was affected. type: object @@ -216630,9 +216645,9 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -218686,8 +218701,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 - review: &972 + repository: *912 + review: &973 description: The review that was affected. type: object properties: @@ -218920,12 +218935,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -221230,7 +221245,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_reviewer: title: User type: object @@ -221314,12 +221329,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -223631,7 +223646,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_team: title: Team description: Groups of organization members that gives permissions @@ -223823,12 +223838,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -226135,7 +226150,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_reviewer: title: User type: object @@ -226220,12 +226235,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -228523,7 +228538,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_team: title: Team description: Groups of organization members that gives permissions @@ -228704,9 +228719,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -230903,8 +230918,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 - review: *972 + repository: *912 + review: *973 sender: *4 required: - action @@ -230984,9 +230999,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -233078,7 +233093,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 + repository: *912 sender: *4 thread: type: object @@ -233465,9 +233480,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -235545,7 +235560,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 + repository: *912 sender: *4 thread: type: object @@ -235935,10 +235950,10 @@ x-webhooks: type: string before: type: string - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -238231,7 +238246,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -238313,11 +238328,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *973 - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + assignee: *974 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -240622,7 +240637,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -240701,11 +240716,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *908 - installation: *909 - label: *931 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + label: *932 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -243000,7 +243015,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -243081,10 +243096,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -245371,7 +245386,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -245571,7 +245586,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *908 + enterprise: *909 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -245663,8 +245678,8 @@ x-webhooks: - url - author - committer - installation: *909 - organization: *910 + installation: *910 + organization: *911 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -246250,9 +246265,9 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 registry_package: type: object properties: @@ -246698,7 +246713,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *954 + items: *955 summary: type: string tag_name: @@ -246752,7 +246767,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -246830,9 +246845,9 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 registry_package: type: object properties: @@ -247140,7 +247155,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *954 + items: *955 summary: type: string tag_name: @@ -247189,7 +247204,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -247266,10 +247281,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - release: &974 + enterprise: *909 + installation: *910 + organization: *911 + release: &975 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -247587,7 +247602,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *911 + repository: *912 sender: *4 required: - action @@ -247664,11 +247679,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - release: *974 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *975 + repository: *912 sender: *4 required: - action @@ -247785,11 +247800,11 @@ x-webhooks: type: boolean required: - to - enterprise: *908 - installation: *909 - organization: *910 - release: *974 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *975 + repository: *912 sender: *4 required: - action @@ -247867,9 +247882,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -248191,7 +248206,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *911 + repository: *912 sender: *4 required: - action @@ -248267,10 +248282,10 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 - release: &975 + enterprise: *909 + installation: *910 + organization: *911 + release: &976 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -248589,7 +248604,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *911 + repository: *912 sender: *4 required: - action @@ -248665,11 +248680,11 @@ x-webhooks: type: string enum: - released - enterprise: *908 - installation: *909 - organization: *910 - release: *974 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *975 + repository: *912 sender: *4 required: - action @@ -248745,11 +248760,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *908 - installation: *909 - organization: *910 - release: *975 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *976 + repository: *912 sender: *4 required: - action @@ -248825,11 +248840,11 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - repository_advisory: *805 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + repository_advisory: *806 sender: *4 required: - action @@ -248905,11 +248920,11 @@ x-webhooks: type: string enum: - reported - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - repository_advisory: *805 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + repository_advisory: *806 sender: *4 required: - action @@ -248985,10 +249000,10 @@ x-webhooks: type: string enum: - archived - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249065,10 +249080,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249146,10 +249161,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249233,10 +249248,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249348,10 +249363,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249423,10 +249438,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 status: type: string @@ -249507,10 +249522,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249587,10 +249602,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249684,10 +249699,10 @@ x-webhooks: - name required: - repository - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249767,10 +249782,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 repository_ruleset: *198 sender: *4 required: @@ -249849,10 +249864,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 repository_ruleset: *198 sender: *4 required: @@ -249931,10 +249946,10 @@ x-webhooks: type: string enum: - edited - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 repository_ruleset: *198 changes: type: object @@ -249996,16 +250011,16 @@ x-webhooks: properties: added: type: array - items: *772 + items: *773 deleted: type: array - items: *772 + items: *773 updated: type: array items: type: object properties: - rule: *772 + rule: *773 changes: type: object properties: @@ -250239,10 +250254,10 @@ x-webhooks: - from required: - owner - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250320,10 +250335,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250401,7 +250416,7 @@ x-webhooks: type: string enum: - create - alert: &976 + alert: &977 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -250523,10 +250538,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250732,10 +250747,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250813,11 +250828,11 @@ x-webhooks: type: string enum: - reopen - alert: *976 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *977 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251016,10 +251031,10 @@ x-webhooks: enum: - fixed - open - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251097,7 +251112,7 @@ x-webhooks: type: string enum: - assigned - alert: &977 + alert: &978 type: object properties: number: *134 @@ -251240,10 +251255,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251321,11 +251336,11 @@ x-webhooks: type: string enum: - created - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251406,11 +251421,11 @@ x-webhooks: type: string enum: - created - alert: *977 - installation: *909 - location: *978 - organization: *910 - repository: *911 + alert: *978 + installation: *910 + location: *979 + organization: *911 + repository: *912 sender: *4 required: - location @@ -251648,11 +251663,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251730,11 +251745,11 @@ x-webhooks: type: string enum: - reopened - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251812,11 +251827,11 @@ x-webhooks: type: string enum: - resolved - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251894,12 +251909,12 @@ x-webhooks: type: string enum: - unassigned - alert: *977 + alert: *978 assignee: *4 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251977,11 +251992,11 @@ x-webhooks: type: string enum: - validated - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -252107,10 +252122,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *911 - enterprise: *908 - installation: *909 - organization: *910 + repository: *912 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -252188,11 +252203,11 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - security_advisory: &979 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + security_advisory: &980 description: The details of the security advisory, including summary, description, and severity. type: object @@ -252375,11 +252390,11 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - security_advisory: *979 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + security_advisory: *980 sender: *4 required: - action @@ -252452,10 +252467,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -252640,9 +252655,9 @@ x-webhooks: type: object properties: security_and_analysis: *449 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: *496 sender: *4 required: @@ -252721,12 +252736,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: &980 + sponsorship: &981 type: object properties: created_at: @@ -253027,12 +253042,12 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - sponsorship @@ -253120,12 +253135,12 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - changes @@ -253202,17 +253217,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &981 + effective_date: &982 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: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - sponsorship @@ -253286,7 +253301,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &982 + changes: &983 type: object properties: tier: @@ -253330,13 +253345,13 @@ x-webhooks: - from required: - tier - effective_date: *981 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + effective_date: *982 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - changes @@ -253413,13 +253428,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *982 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + changes: *983 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - changes @@ -253493,10 +253508,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -253579,10 +253594,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -254002,15 +254017,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *908 + enterprise: *909 id: description: The unique identifier of the status. type: integer - installation: *909 + installation: *910 name: type: string - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 sha: description: The Commit SHA. @@ -254125,9 +254140,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -254216,9 +254231,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -254307,9 +254322,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -254398,9 +254413,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -254476,12 +254491,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - team: &983 + team: &984 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -254704,9 +254719,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -255164,7 +255179,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -255240,9 +255255,9 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -255700,7 +255715,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -255777,9 +255792,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -256237,7 +256252,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -256381,9 +256396,9 @@ x-webhooks: - from required: - permissions - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -256841,7 +256856,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - changes @@ -256919,9 +256934,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -257379,7 +257394,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -257455,10 +257470,10 @@ x-webhooks: type: string enum: - started - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -257531,16 +257546,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *908 + enterprise: *909 inputs: type: object nullable: true additionalProperties: true - installation: *909 - organization: *910 + installation: *910 + organization: *911 ref: type: string - repository: *911 + repository: *912 sender: *4 workflow: type: string @@ -257622,10 +257637,10 @@ x-webhooks: type: string enum: - completed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: allOf: @@ -257941,10 +257956,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: allOf: @@ -258283,10 +258298,10 @@ x-webhooks: type: string enum: - queued - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: type: object @@ -258500,10 +258515,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: type: object @@ -258719,12 +258734,12 @@ x-webhooks: type: string enum: - completed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 workflow_run: title: Workflow Run type: object @@ -259723,12 +259738,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 workflow_run: title: Workflow Run type: object @@ -260712,12 +260727,12 @@ x-webhooks: type: string enum: - requested - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 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 c058a34f0..8e28fe8c7 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -63272,6 +63272,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -64731,6 +64747,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -67913,6 +67945,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -260951,6 +260999,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -263602,6 +263666,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -265695,6 +265775,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -268367,6 +268463,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -610740,6 +610852,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -612273,6 +612427,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -613423,6 +613593,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -614781,6 +614967,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -616893,6 +617095,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -618058,6 +618276,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -619412,6 +619646,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1449351,6 +1449601,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1452281,6 +1452547,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1455211,6 +1455493,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1456285,6 +1456583,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1457187,6 +1457501,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1458092,6 +1458422,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index f43e69d31..66b14aa82 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: - - &807 + - &808 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: &816 + schema: &817 title: Scim Error description: Scim Error type: object @@ -11597,7 +11597,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &817 + '401': &818 description: Authorization failure '404': *6 x-github: @@ -24802,7 +24802,7 @@ paths: - *172 rules: type: array - items: &772 + items: &773 title: Repository Rule type: object description: A repository rule. @@ -24902,6 +24902,18 @@ paths: - *191 - *192 - *193 + - &771 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - *194 - *195 - *196 @@ -25418,14 +25430,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &785 + state: &786 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: &786 + resolution: &787 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25542,8 +25554,8 @@ paths: pull request. ' - oneOf: &787 - - &789 + oneOf: &788 + - &790 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25601,7 +25613,7 @@ paths: - blob_url - commit_sha - commit_url - - &790 + - &791 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. @@ -25656,7 +25668,7 @@ paths: - page_url - commit_sha - commit_url - - &791 + - &792 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25676,7 +25688,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &792 + - &793 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25696,7 +25708,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &793 + - &794 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25716,7 +25728,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &794 + - &795 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25730,7 +25742,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &795 + - &796 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25744,7 +25756,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &796 + - &797 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25758,7 +25770,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &797 + - &798 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. @@ -25778,7 +25790,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &798 + - &799 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. @@ -25798,7 +25810,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &799 + - &800 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. @@ -25818,7 +25830,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &800 + - &801 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. @@ -25838,7 +25850,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &801 + - &802 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. @@ -30012,7 +30024,7 @@ paths: properties: action: type: string - discussion: &928 + discussion: &929 title: Discussion description: A Discussion in a repository. type: object @@ -30750,7 +30762,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &844 + sub_issues_summary: &845 title: Sub-issues Summary type: object properties: @@ -30877,7 +30889,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &845 + issue_dependencies_summary: &846 title: Issue Dependencies Summary type: object properties: @@ -43520,12 +43532,12 @@ paths: required: - subject_digests examples: - default: &886 + default: &887 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &887 + withPredicateType: &888 value: subject_digests: - sha256:abc123 @@ -43569,7 +43581,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &888 + default: &889 value: attestations_subject_digests: - sha256:abc: @@ -56471,7 +56483,7 @@ paths: parameters: - *89 - *411 - - &868 + - &869 name: repo_name description: repo_name parameter in: path @@ -57686,7 +57698,7 @@ paths: - nuget - container - *89 - - &869 + - &870 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -57727,7 +57739,7 @@ paths: default: *417 '403': *29 '401': *25 - '400': &871 + '400': &872 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -59935,7 +59947,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &964 + properties: &965 id: type: number description: The unique identifier of the status update. @@ -59983,7 +59995,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &965 + required: &966 - id - node_id - created_at @@ -60788,7 +60800,7 @@ paths: - updated_at - project_url examples: - default: &892 + default: &893 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -60965,7 +60977,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &893 + items: &894 type: object properties: name: @@ -61002,7 +61014,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &894 + iteration_configuration: &895 type: object description: The configuration for iteration fields. properties: @@ -61052,7 +61064,7 @@ paths: value: name: Due date data_type: date - single_select_field: &895 + single_select_field: &896 summary: Create a single select field value: name: Priority @@ -61079,7 +61091,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &896 + iteration_field: &897 summary: Create an iteration field value: name: Sprint @@ -61105,7 +61117,7 @@ paths: application/json: schema: *438 examples: - text_field: &897 + text_field: &898 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -61114,7 +61126,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: &898 + number_field: &899 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -61123,7 +61135,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: &899 + date_field: &900 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -61132,7 +61144,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: &900 + single_select_field: &901 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61166,7 +61178,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &901 + iteration_field: &902 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -61212,7 +61224,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *434 - - &902 + - &903 name: field_id description: The unique identifier of the field. in: path @@ -61227,7 +61239,7 @@ paths: application/json: schema: *438 examples: - default: &903 + default: &904 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62424,7 +62436,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &883 + schema: &884 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -62601,7 +62613,7 @@ paths: parameters: - *434 - *89 - - &904 + - &905 name: view_number description: The number that identifies the project view. in: path @@ -64423,7 +64435,7 @@ paths: - *89 - *17 - *19 - - &771 + - &772 name: targets description: | A comma-separated list of rule targets to filter by. @@ -64639,7 +64651,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &773 + - &774 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 @@ -64651,14 +64663,14 @@ paths: x-multi-segment: true - *322 - *107 - - &774 + - &775 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 - - &775 + - &776 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -64671,7 +64683,7 @@ paths: - bypass - all default: all - - &776 + - &777 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. @@ -64694,7 +64706,7 @@ paths: description: Response content: application/json: - schema: &777 + schema: &778 title: Rule Suites description: Response type: array @@ -64749,7 +64761,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &778 + default: &779 value: - id: 21 actor_id: 12 @@ -64793,7 +64805,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &779 + - &780 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -64809,7 +64821,7 @@ paths: description: Response content: application/json: - schema: &780 + schema: &781 title: Rule Suite description: Response type: object @@ -64908,7 +64920,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &781 + default: &782 value: id: 21 actor_id: 12 @@ -65244,7 +65256,7 @@ paths: - *112 - *19 - *17 - - &783 + - &784 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 @@ -65254,7 +65266,7 @@ paths: required: false schema: type: string - - &784 + - &785 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 @@ -65468,7 +65480,7 @@ paths: application/json: schema: type: array - items: &805 + items: &806 description: A repository security advisory. type: object properties: @@ -65740,7 +65752,7 @@ paths: - private_fork additionalProperties: false examples: - default: &806 + default: &807 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -67693,7 +67705,7 @@ paths: application/json: schema: type: array - items: &847 + items: &848 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -67812,7 +67824,7 @@ paths: - type - url examples: - default: &848 + default: &849 value: - login: octocat id: 1 @@ -67898,7 +67910,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &849 + response-if-user-is-a-team-maintainer: &850 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -67963,7 +67975,7 @@ paths: application/json: schema: *490 examples: - response-if-users-membership-with-team-is-now-pending: &850 + response-if-users-membership-with-team-is-now-pending: &851 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -68077,7 +68089,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &851 + schema: &852 title: Team Repository description: A team's access to a repository. type: object @@ -68838,7 +68850,7 @@ paths: type: array items: *325 examples: - response-if-child-teams-exist: &852 + response-if-child-teams-exist: &853 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -74506,7 +74518,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &922 + properties: &923 url: type: string format: uri @@ -74591,7 +74603,7 @@ paths: nullable: true properties: *226 required: *227 - required: &923 + required: &924 - id - node_id - sha @@ -80992,7 +81004,7 @@ paths: check. type: array items: *236 - deployment: &915 + deployment: &916 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -81904,7 +81916,7 @@ paths: type: string format: date-time nullable: true - head_commit: &948 + head_commit: &949 title: Simple Commit description: A commit. type: object @@ -86173,14 +86185,14 @@ paths: type: integer machines: type: array - items: &857 + items: &858 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *595 required: *596 examples: - default: &858 + default: &859 value: total_count: 2 machines: @@ -89326,7 +89338,7 @@ paths: application/json: schema: type: array - items: &810 + items: &811 title: Status description: The status of a commit. type: object @@ -90909,7 +90921,7 @@ paths: items: type: object properties: - placeholder_id: &802 + placeholder_id: &803 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -97625,7 +97637,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &956 + last_response: &957 title: Hook Response type: object properties: @@ -98677,7 +98689,7 @@ paths: parameters: - *491 - *492 - - &881 + - &882 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -99262,7 +99274,7 @@ paths: type: array items: *681 examples: - default: &873 + default: &874 value: - id: 1 repository: @@ -113655,6 +113667,9 @@ paths: - allOf: - *193 - *769 + - allOf: + - *771 + - *769 - allOf: - *194 - *769 @@ -113717,7 +113732,7 @@ paths: schema: type: boolean default: true - - *771 + - *772 responses: '200': description: Response @@ -113802,7 +113817,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *772 + items: *773 required: - name - enforcement @@ -113835,7 +113850,7 @@ paths: application/json: schema: *198 examples: - default: &782 + default: &783 value: id: 42 name: super cool ruleset @@ -113885,11 +113900,11 @@ paths: parameters: - *491 - *492 - - *773 - - *107 - *774 + - *107 - *775 - *776 + - *777 - *17 - *19 responses: @@ -113897,9 +113912,9 @@ paths: description: Response content: application/json: - schema: *777 + schema: *778 examples: - default: *778 + default: *779 '404': *6 '500': *40 x-github: @@ -113922,15 +113937,15 @@ paths: parameters: - *491 - *492 - - *779 + - *780 responses: '200': description: Response content: application/json: - schema: *780 + schema: *781 examples: - default: *781 + default: *782 '404': *6 '500': *40 x-github: @@ -113981,7 +113996,7 @@ paths: application/json: schema: *198 examples: - default: *782 + default: *783 '404': *6 '500': *40 put: @@ -114034,7 +114049,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *772 + items: *773 examples: default: value: @@ -114064,7 +114079,7 @@ paths: application/json: schema: *198 examples: - default: *782 + default: *783 '404': *6 '422': *15 '500': *40 @@ -114232,8 +114247,8 @@ paths: - *112 - *19 - *17 - - *783 - *784 + - *785 - *465 - *466 - *467 @@ -114246,7 +114261,7 @@ paths: application/json: schema: type: array - items: &788 + items: &789 type: object properties: number: *134 @@ -114265,8 +114280,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *785 - resolution: *786 + state: *786 + resolution: *787 resolved_at: type: string format: date-time @@ -114372,7 +114387,7 @@ paths: pull request. ' - oneOf: *787 + oneOf: *788 nullable: true has_more_locations: type: boolean @@ -114545,7 +114560,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -114609,8 +114624,8 @@ paths: schema: type: object properties: - state: *785 - resolution: *786 + state: *786 + resolution: *787 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -114654,7 +114669,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -114766,7 +114781,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &978 + items: &979 type: object properties: type: @@ -114792,7 +114807,6 @@ paths: example: commit details: oneOf: - - *789 - *790 - *791 - *792 @@ -114805,6 +114819,7 @@ paths: - *799 - *800 - *801 + - *802 examples: default: value: @@ -114899,14 +114914,14 @@ paths: schema: type: object properties: - reason: &803 + reason: &804 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *802 + placeholder_id: *803 required: - reason - placeholder_id @@ -114923,7 +114938,7 @@ paths: schema: type: object properties: - reason: *803 + reason: *804 expire_at: type: string format: date-time @@ -114985,7 +115000,7 @@ paths: properties: incremental_scans: type: array - items: &804 + items: &805 description: Information on a single scan performed by secret scanning on the repository type: object @@ -115016,15 +115031,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *804 + items: *805 backfill_scans: type: array - items: *804 + items: *805 custom_pattern_backfill_scans: type: array items: allOf: - - *804 + - *805 - type: object properties: pattern_name: @@ -115037,7 +115052,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *804 + items: *805 examples: default: value: @@ -115147,9 +115162,9 @@ paths: application/json: schema: type: array - items: *805 + items: *806 examples: - default: *806 + default: *807 '400': *14 '404': *6 x-github: @@ -115333,9 +115348,9 @@ paths: description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: &808 + default: &809 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -115670,7 +115685,7 @@ paths: description: Response content: application/json: - schema: *805 + schema: *806 examples: default: value: @@ -115818,15 +115833,15 @@ paths: parameters: - *491 - *492 - - *807 + - *808 responses: '200': description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: *808 + default: *809 '403': *29 '404': *6 x-github: @@ -115852,7 +115867,7 @@ paths: parameters: - *491 - *492 - - *807 + - *808 requestBody: required: true content: @@ -116011,10 +116026,10 @@ paths: description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: *808 - add_credit: *808 + default: *809 + add_credit: *809 '403': *29 '404': *6 '422': @@ -116054,7 +116069,7 @@ paths: parameters: - *491 - *492 - - *807 + - *808 responses: '202': *39 '400': *14 @@ -116083,7 +116098,7 @@ paths: parameters: - *491 - *492 - - *807 + - *808 responses: '202': description: Response @@ -116227,7 +116242,7 @@ paths: application/json: schema: type: array - items: &809 + items: &810 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -116600,7 +116615,7 @@ paths: application/json: schema: type: array - items: *809 + items: *810 examples: default: value: @@ -116688,7 +116703,7 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: default: value: @@ -116782,7 +116797,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &811 + schema: &812 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -116877,7 +116892,7 @@ paths: description: Response content: application/json: - schema: *811 + schema: *812 examples: default: value: @@ -117084,7 +117099,7 @@ paths: description: Response content: application/json: - schema: &812 + schema: &813 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -117096,7 +117111,7 @@ paths: required: - names examples: - default: &813 + default: &814 value: names: - octocat @@ -117151,9 +117166,9 @@ paths: description: Response content: application/json: - schema: *812 + schema: *813 examples: - default: *813 + default: *814 '404': *6 '422': *7 x-github: @@ -117176,7 +117191,7 @@ paths: parameters: - *491 - *492 - - &814 + - &815 name: per description: The time frame to display results for. in: query @@ -117205,7 +117220,7 @@ paths: example: 128 clones: type: array - items: &815 + items: &816 title: Traffic type: object properties: @@ -117446,7 +117461,7 @@ paths: parameters: - *491 - *492 - - *814 + - *815 responses: '200': description: Response @@ -117465,7 +117480,7 @@ paths: example: 3782 views: type: array - items: *815 + items: *816 required: - uniques - count @@ -118136,7 +118151,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &823 + - &824 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -118145,7 +118160,7 @@ paths: schema: type: string example: members - - &828 + - &829 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -118156,7 +118171,7 @@ paths: default: 1 format: int32 example: 1 - - &829 + - &830 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -118198,7 +118213,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &818 + items: &819 allOf: - type: object required: @@ -118273,7 +118288,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: &830 + meta: &831 type: object description: The metadata associated with the creation/updates to the user. @@ -118333,30 +118348,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &819 + '400': &820 description: Bad request content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '401': *817 - '403': &820 + schema: *817 + '401': *818 + '403': &821 description: Permission denied - '429': &821 + '429': &822 description: Too many requests content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '500': &822 + schema: *817 + '500': &823 description: Internal server error content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 + schema: *817 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118380,7 +118395,7 @@ paths: required: true content: application/json: - schema: &826 + schema: &827 type: object required: - schemas @@ -118440,9 +118455,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *818 + schema: *819 examples: - group: &824 + group: &825 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -118461,13 +118476,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': *819 - '401': *817 - '403': *820 - '409': &827 + '400': *820 + '401': *818 + '403': *821 + '409': &828 description: Duplicate record detected - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118484,7 +118499,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: - - &825 + - &826 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -118492,22 +118507,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *823 + - *824 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *818 + schema: *819 examples: - default: *824 - '400': *819 - '401': *817 - '403': *820 + default: *825 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118526,13 +118541,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: - - *825 + - *826 - *41 requestBody: required: true content: application/json: - schema: *826 + schema: *827 examples: group: summary: Group @@ -118558,17 +118573,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *818 + schema: *819 examples: - group: *824 - groupWithMembers: *824 - '400': *819 - '401': *817 - '403': *820 + group: *825 + groupWithMembers: *825 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118592,13 +118607,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: - - *825 + - *826 - *41 requestBody: required: true content: application/json: - schema: &837 + schema: &838 type: object required: - Operations @@ -118658,17 +118673,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *818 + schema: *819 examples: - updateGroup: *824 - addMembers: *824 - '400': *819 - '401': *817 - '403': *820 + updateGroup: *825 + addMembers: *825 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118684,17 +118699,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: - - *825 + - *826 - *41 responses: '204': description: Group was deleted, no content - '400': *819 - '401': *817 - '403': *820 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118728,8 +118743,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *828 - *829 + - *830 - *41 responses: '200': @@ -118762,7 +118777,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &832 + items: &833 allOf: - type: object required: @@ -118841,7 +118856,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &831 + roles: &832 type: array description: The roles assigned to the user. items: @@ -118897,7 +118912,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *830 + meta: *831 startIndex: type: integer description: A starting index for the returned page @@ -118934,11 +118949,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *819 - '401': *817 - '403': *820 - '429': *821 - '500': *822 + '400': *820 + '401': *818 + '403': *821 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -118962,7 +118977,7 @@ paths: required: true content: application/json: - schema: &835 + schema: &836 type: object required: - schemas @@ -119044,9 +119059,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *831 + roles: *832 examples: - user: &836 + user: &837 summary: User value: schemas: @@ -119093,9 +119108,9 @@ paths: description: User has been created content: application/scim+json: - schema: *832 + schema: *833 examples: - user: &833 + user: &834 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -119121,13 +119136,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: *833 - '400': *819 - '401': *817 - '403': *820 - '409': *827 - '429': *821 - '500': *822 + enterpriseOwner: *834 + '400': *820 + '401': *818 + '403': *821 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119144,7 +119159,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: - - &834 + - &835 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -119157,15 +119172,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *832 + schema: *833 examples: - default: *833 - '400': *819 - '401': *817 - '403': *820 + default: *834 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119216,30 +119231,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: - - *834 + - *835 - *41 requestBody: required: true content: application/json: - schema: *835 + schema: *836 examples: - user: *836 + user: *837 responses: '200': description: User was updated content: application/scim+json: - schema: *832 + schema: *833 examples: - user: *833 - '400': *819 - '401': *817 - '403': *820 + user: *834 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119280,13 +119295,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: - - *834 + - *835 - *41 requestBody: required: true content: application/json: - schema: *837 + schema: *838 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -119326,18 +119341,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *832 + schema: *833 examples: - userMultiValuedProperties: *833 - userSingleValuedProperties: *833 - disableUser: *833 - '400': *819 - '401': *817 - '403': *820 + userMultiValuedProperties: *834 + userSingleValuedProperties: *834 + disableUser: *834 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '409': *827 - '429': *821 - '500': *822 + '409': *828 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119357,17 +119372,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: - - *834 + - *835 - *41 responses: '204': description: User was deleted, no content - '400': *819 - '401': *817 - '403': *820 + '400': *820 + '401': *818 + '403': *821 '404': *6 - '429': *821 - '500': *822 + '429': *822 + '500': *823 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119454,7 +119469,7 @@ paths: example: 1 Resources: type: array - items: &838 + items: &839 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -119685,22 +119700,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': &839 + '404': &840 description: Resource not found content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '403': &840 + schema: *817 + '403': &841 description: Forbidden content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '400': *819 - '429': *821 + schema: *817 + '400': *820 + '429': *822 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -119726,9 +119741,9 @@ paths: description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: &841 + default: &842 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -119751,17 +119766,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': *839 - '403': *840 - '500': *822 + '404': *840 + '403': *841 + '500': *823 '409': description: Conflict content: application/json: - schema: *816 + schema: *817 application/scim+json: - schema: *816 - '400': *819 + schema: *817 + '400': *820 requestBody: required: true content: @@ -119859,17 +119874,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *834 + - *835 responses: '200': description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: *841 - '404': *839 - '403': *840 + default: *842 + '404': *840 + '403': *841 '304': *37 x-github: githubCloudOnly: true @@ -119893,18 +119908,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *834 + - *835 responses: '200': description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: *841 + default: *842 '304': *37 - '404': *839 - '403': *840 + '404': *840 + '403': *841 requestBody: required: true content: @@ -120017,19 +120032,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *834 + - *835 responses: '200': description: Response content: application/scim+json: - schema: *838 + schema: *839 examples: - default: *841 + default: *842 '304': *37 - '404': *839 - '403': *840 - '400': *819 + '404': *840 + '403': *841 + '400': *820 '429': description: Response content: @@ -120120,12 +120135,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *834 + - *835 responses: '204': description: Response - '404': *839 - '403': *840 + '404': *840 + '403': *841 '304': *37 x-github: githubCloudOnly: true @@ -120261,7 +120276,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &842 + text_matches: &843 title: Search Result Text Matches type: array items: @@ -120424,7 +120439,7 @@ paths: enum: - author-date - committer-date - - &843 + - &844 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 @@ -120552,7 +120567,7 @@ paths: type: number node_id: type: string - text_matches: *842 + text_matches: *843 required: - sha - node_id @@ -120745,7 +120760,7 @@ paths: - interactions - created - updated - - *843 + - *844 - *17 - *19 - name: advanced_search @@ -120859,8 +120874,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -120888,7 +120903,7 @@ paths: type: string format: date-time nullable: true - text_matches: *842 + text_matches: *843 pull_request: type: object properties: @@ -121168,7 +121183,7 @@ paths: enum: - created - updated - - *843 + - *844 - *17 - *19 responses: @@ -121212,7 +121227,7 @@ paths: nullable: true score: type: number - text_matches: *842 + text_matches: *843 required: - id - node_id @@ -121298,7 +121313,7 @@ paths: - forks - help-wanted-issues - updated - - *843 + - *844 - *17 - *19 responses: @@ -121546,7 +121561,7 @@ paths: - admin - pull - push - text_matches: *842 + text_matches: *843 temp_clone_token: type: string allow_merge_commit: @@ -121847,7 +121862,7 @@ paths: type: string format: uri nullable: true - text_matches: *842 + text_matches: *843 related: type: array nullable: true @@ -122040,7 +122055,7 @@ paths: - followers - repositories - joined - - *843 + - *844 - *17 - *19 responses: @@ -122144,7 +122159,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *842 + text_matches: *843 blog: type: string nullable: true @@ -122223,7 +122238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &846 + - &847 name: team_id description: The unique identifier of the team. in: path @@ -122264,7 +122279,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *846 + - *847 requestBody: required: true content: @@ -122364,7 +122379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *846 + - *847 responses: '204': description: Response @@ -122393,7 +122408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *846 + - *847 - *17 - *19 responses: @@ -122433,7 +122448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *846 + - *847 - name: role description: Filters members returned by their role in the team. in: query @@ -122454,9 +122469,9 @@ paths: application/json: schema: type: array - items: *847 + items: *848 examples: - default: *848 + default: *849 headers: Link: *47 '404': *6 @@ -122484,7 +122499,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *846 + - *847 - *151 responses: '204': @@ -122521,7 +122536,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *846 + - *847 - *151 responses: '204': @@ -122561,7 +122576,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *846 + - *847 - *151 responses: '204': @@ -122598,7 +122613,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: - - *846 + - *847 - *151 responses: '200': @@ -122607,7 +122622,7 @@ paths: application/json: schema: *490 examples: - response-if-user-is-a-team-maintainer: *849 + response-if-user-is-a-team-maintainer: *850 '404': *6 x-github: githubCloudOnly: false @@ -122640,7 +122655,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: - - *846 + - *847 - *151 requestBody: required: false @@ -122668,7 +122683,7 @@ paths: application/json: schema: *490 examples: - response-if-users-membership-with-team-is-now-pending: *850 + response-if-users-membership-with-team-is-now-pending: *851 '403': description: Forbidden if team synchronization is set up '422': @@ -122702,7 +122717,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: - - *846 + - *847 - *151 responses: '204': @@ -122730,7 +122745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *846 + - *847 - *17 - *19 responses: @@ -122772,7 +122787,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: - - *846 + - *847 - *491 - *492 responses: @@ -122780,7 +122795,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *851 + schema: *852 examples: alternative-response-with-extra-repository-information: value: @@ -122930,7 +122945,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: - - *846 + - *847 - *491 - *492 requestBody: @@ -122982,7 +122997,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: - - *846 + - *847 - *491 - *492 responses: @@ -123013,7 +123028,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: - - *846 + - *847 responses: '200': description: Response @@ -123048,7 +123063,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: - - *846 + - *847 requestBody: required: true content: @@ -123136,7 +123151,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *846 + - *847 - *17 - *19 responses: @@ -123148,7 +123163,7 @@ paths: type: array items: *325 examples: - response-if-child-teams-exist: *852 + response-if-child-teams-exist: *853 headers: Link: *47 '404': *6 @@ -123181,7 +123196,7 @@ paths: application/json: schema: oneOf: - - &853 + - &854 title: Private User description: Private User type: object @@ -123384,7 +123399,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &880 + - &881 title: Public User description: Public User type: object @@ -123696,7 +123711,7 @@ paths: description: Response content: application/json: - schema: *853 + schema: *854 examples: default: value: @@ -124094,7 +124109,7 @@ paths: type: integer secrets: type: array - items: &854 + items: &855 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -124210,7 +124225,7 @@ paths: description: Response content: application/json: - schema: *854 + schema: *855 examples: default: value: @@ -124623,7 +124638,7 @@ paths: description: Response content: application/json: - schema: &855 + schema: &856 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -124664,7 +124679,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &856 + default: &857 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -124709,9 +124724,9 @@ paths: description: Response content: application/json: - schema: *855 + schema: *856 examples: - default: *856 + default: *857 '404': *6 x-github: githubCloudOnly: false @@ -124748,9 +124763,9 @@ paths: type: integer machines: type: array - items: *857 + items: *858 examples: - default: *858 + default: *859 '304': *37 '500': *40 '401': *25 @@ -125689,7 +125704,7 @@ paths: type: array items: *416 examples: - default: &870 + default: &871 value: - id: 197 name: hello_docker @@ -125790,7 +125805,7 @@ paths: application/json: schema: type: array - items: &859 + items: &860 title: Email description: Email type: object @@ -125855,9 +125870,9 @@ paths: application/json: schema: type: array - items: *859 + items: *860 examples: - default: &872 + default: &873 value: - email: octocat@github.com verified: true @@ -125932,7 +125947,7 @@ paths: application/json: schema: type: array - items: *859 + items: *860 examples: default: value: @@ -126188,7 +126203,7 @@ paths: application/json: schema: type: array - items: &860 + items: &861 title: GPG Key description: A unique encryption key type: object @@ -126319,7 +126334,7 @@ paths: - subkeys - revoked examples: - default: &890 + default: &891 value: - id: 3 name: Octocat's GPG Key @@ -126404,9 +126419,9 @@ paths: description: Response content: application/json: - schema: *860 + schema: *861 examples: - default: &861 + default: &862 value: id: 3 name: Octocat's GPG Key @@ -126463,7 +126478,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: - - &862 + - &863 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -126475,9 +126490,9 @@ paths: description: Response content: application/json: - schema: *860 + schema: *861 examples: - default: *861 + default: *862 '404': *6 '304': *37 '403': *29 @@ -126500,7 +126515,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: - - *862 + - *863 responses: '204': description: Response @@ -126967,7 +126982,7 @@ paths: application/json: schema: type: array - items: &863 + items: &864 title: Key description: Key type: object @@ -127068,9 +127083,9 @@ paths: description: Response content: application/json: - schema: *863 + schema: *864 examples: - default: &864 + default: &865 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -127109,9 +127124,9 @@ paths: description: Response content: application/json: - schema: *863 + schema: *864 examples: - default: *864 + default: *865 '404': *6 '304': *37 '403': *29 @@ -127167,7 +127182,7 @@ paths: application/json: schema: type: array - items: &865 + items: &866 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -127235,7 +127250,7 @@ paths: - account - plan examples: - default: &866 + default: &867 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -127297,9 +127312,9 @@ paths: application/json: schema: type: array - items: *865 + items: *866 examples: - default: *866 + default: *867 headers: Link: *47 '304': *37 @@ -127542,7 +127557,7 @@ paths: application/json: schema: *408 examples: - default: &867 + default: &868 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -127591,7 +127606,7 @@ paths: application/json: schema: *408 examples: - default: *867 + default: *868 '403': *29 '404': *6 '422': *15 @@ -128316,7 +128331,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *411 - - *868 + - *869 responses: '204': description: Response @@ -128429,7 +128444,7 @@ paths: - docker - nuget - container - - *869 + - *870 - *19 - *17 responses: @@ -128441,8 +128456,8 @@ paths: type: array items: *416 examples: - default: *870 - '400': *871 + default: *871 + '400': *872 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128471,7 +128486,7 @@ paths: application/json: schema: *416 examples: - default: &891 + default: &892 value: id: 40201 name: octo-name @@ -128833,9 +128848,9 @@ paths: application/json: schema: type: array - items: *859 + items: *860 examples: - default: *872 + default: *873 headers: Link: *47 '304': *37 @@ -128948,7 +128963,7 @@ paths: type: array items: *80 examples: - default: &879 + default: &880 summary: Default response value: - id: 1296269 @@ -129295,7 +129310,7 @@ paths: type: array items: *681 examples: - default: *873 + default: *874 headers: Link: *47 '304': *37 @@ -129375,7 +129390,7 @@ paths: application/json: schema: type: array - items: &874 + items: &875 title: Social account description: Social media account type: object @@ -129390,7 +129405,7 @@ paths: - provider - url examples: - default: &875 + default: &876 value: - provider: twitter url: https://twitter.com/github @@ -129452,9 +129467,9 @@ paths: application/json: schema: type: array - items: *874 + items: *875 examples: - default: *875 + default: *876 '422': *15 '304': *37 '404': *6 @@ -129541,7 +129556,7 @@ paths: application/json: schema: type: array - items: &876 + items: &877 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -129561,7 +129576,7 @@ paths: - title - created_at examples: - default: &905 + default: &906 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -129625,9 +129640,9 @@ paths: description: Response content: application/json: - schema: *876 + schema: *877 examples: - default: &877 + default: &878 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -129657,7 +129672,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: - - &878 + - &879 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -129669,9 +129684,9 @@ paths: description: Response content: application/json: - schema: *876 + schema: *877 examples: - default: *877 + default: *878 '404': *6 '304': *37 '403': *29 @@ -129694,7 +129709,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: - - *878 + - *879 responses: '204': description: Response @@ -129723,7 +129738,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: - - &906 + - &907 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 @@ -129748,11 +129763,11 @@ paths: type: array items: *80 examples: - default-response: *879 + default-response: *880 application/vnd.github.v3.star+json: schema: type: array - items: &907 + items: &908 title: Starred Repository description: Starred Repository type: object @@ -130121,10 +130136,10 @@ paths: application/json: schema: oneOf: - - *853 - - *880 + - *854 + - *881 examples: - default-response: &884 + default-response: &885 summary: Default response value: login: octocat @@ -130159,7 +130174,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &885 + response-with-git-hub-plan-information: &886 summary: Response with GitHub plan information value: login: octocat @@ -130216,7 +130231,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: - - &882 + - &883 name: user_id description: The unique identifier of the user. in: path @@ -130282,7 +130297,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *881 + - *882 - *17 responses: '200': @@ -130317,7 +130332,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: - - *882 + - *883 - *434 requestBody: required: true @@ -130389,7 +130404,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *883 + schema: *884 examples: table_view: summary: Response for creating a table view @@ -130441,11 +130456,11 @@ paths: application/json: schema: oneOf: - - *853 - - *880 + - *854 + - *881 examples: - default-response: *884 - response-with-git-hub-plan-information: *885 + default-response: *885 + response-with-git-hub-plan-information: *886 '404': *6 x-github: githubCloudOnly: false @@ -130495,8 +130510,8 @@ paths: required: - subject_digests examples: - default: *886 - withPredicateType: *887 + default: *887 + withPredicateType: *888 responses: '200': description: Response @@ -130535,7 +130550,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *888 + default: *889 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -131005,7 +131020,7 @@ paths: application/json: schema: *340 examples: - default: &889 + default: &890 summary: Example response for a user copilot space value: id: 42 @@ -131106,7 +131121,7 @@ paths: application/json: schema: *340 examples: - default: *889 + default: *890 '403': *29 '404': *6 x-github: @@ -131229,7 +131244,7 @@ paths: application/json: schema: *340 examples: - default: *889 + default: *890 '403': *29 '404': *6 '422': *15 @@ -131997,7 +132012,7 @@ paths: type: array items: *416 examples: - default: *870 + default: *871 '403': *29 '401': *25 x-github: @@ -132381,9 +132396,9 @@ paths: application/json: schema: type: array - items: *860 + items: *861 examples: - default: *890 + default: *891 headers: Link: *47 x-github: @@ -132611,7 +132626,7 @@ paths: - docker - nuget - container - - *869 + - *870 - *151 - *19 - *17 @@ -132624,10 +132639,10 @@ paths: type: array items: *416 examples: - default: *870 + default: *871 '403': *29 '401': *25 - '400': *871 + '400': *872 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132657,7 +132672,7 @@ paths: application/json: schema: *416 examples: - default: *891 + default: *892 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -133006,7 +133021,7 @@ paths: type: array items: *438 examples: - default: *892 + default: *893 headers: Link: *47 '304': *37 @@ -133066,7 +133081,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *893 + items: *894 required: - name - data_type @@ -133082,7 +133097,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *894 + iteration_configuration: *895 required: - name - data_type @@ -133104,8 +133119,8 @@ paths: value: name: Due date data_type: date - single_select_field: *895 - iteration_field: *896 + single_select_field: *896 + iteration_field: *897 responses: '201': description: Response @@ -133113,11 +133128,11 @@ paths: application/json: schema: *438 examples: - text_field: *897 - number_field: *898 - date_field: *899 - single_select_field: *900 - iteration_field: *901 + text_field: *898 + number_field: *899 + date_field: *900 + single_select_field: *901 + iteration_field: *902 '304': *37 '403': *29 '401': *25 @@ -133139,7 +133154,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *434 - - *902 + - *903 - *151 responses: '200': @@ -133148,7 +133163,7 @@ paths: application/json: schema: *438 examples: - default: *903 + default: *904 headers: Link: *47 '304': *37 @@ -133502,7 +133517,7 @@ paths: parameters: - *434 - *151 - - *904 + - *905 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -133781,9 +133796,9 @@ paths: application/json: schema: type: array - items: *874 + items: *875 examples: - default: *875 + default: *876 headers: Link: *47 x-github: @@ -133813,9 +133828,9 @@ paths: application/json: schema: type: array - items: *876 + items: *877 examples: - default: *905 + default: *906 headers: Link: *47 x-github: @@ -133840,7 +133855,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *151 - - *906 + - *907 - *112 - *17 - *19 @@ -133852,11 +133867,11 @@ paths: schema: anyOf: - type: array - items: *907 + items: *908 - type: array items: *80 examples: - default-response: *879 + default-response: *880 headers: Link: *47 x-github: @@ -134015,7 +134030,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &908 + enterprise: &909 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -134073,7 +134088,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &909 + installation: &910 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -134092,7 +134107,7 @@ x-webhooks: required: - id - node_id - organization: &910 + organization: &911 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -134152,13 +134167,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &911 + repository: &912 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: &950 + properties: &951 id: description: Unique identifier of the repository example: 42 @@ -134842,7 +134857,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &951 + required: &952 - archive_url - assignees_url - blobs_url @@ -134993,10 +135008,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -135072,11 +135087,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - rule: &912 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + rule: &913 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) @@ -135299,11 +135314,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - rule: *912 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + rule: *913 sender: *4 required: - action @@ -135486,11 +135501,11 @@ x-webhooks: - everyone required: - from - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - rule: *912 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + rule: *913 sender: *4 required: - action @@ -135563,7 +135578,7 @@ x-webhooks: required: true content: application/json: - schema: &934 + schema: &935 title: Exemption request cancellation event type: object properties: @@ -135571,11 +135586,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: &913 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: &914 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -135879,7 +135894,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &914 + items: &915 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -135989,7 +136004,7 @@ x-webhooks: required: true content: application/json: - schema: &935 + schema: &936 title: Exemption request completed event type: object properties: @@ -135997,11 +136012,11 @@ x-webhooks: type: string enum: - completed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 sender: *4 required: - action @@ -136073,7 +136088,7 @@ x-webhooks: required: true content: application/json: - schema: &932 + schema: &933 title: Exemption request created event type: object properties: @@ -136081,11 +136096,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 sender: *4 required: - action @@ -136157,7 +136172,7 @@ x-webhooks: required: true content: application/json: - schema: &936 + schema: &937 title: Exemption response dismissed event type: object properties: @@ -136165,12 +136180,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 - exemption_response: *914 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 + exemption_response: *915 sender: *4 required: - action @@ -136244,7 +136259,7 @@ x-webhooks: required: true content: application/json: - schema: &933 + schema: &934 title: Exemption response submitted event type: object properties: @@ -136252,12 +136267,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - exemption_request: *913 - exemption_response: *914 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + exemption_request: *914 + exemption_response: *915 sender: *4 required: - action @@ -136341,7 +136356,7 @@ x-webhooks: type: string enum: - completed - check_run: &916 + check_run: &917 title: CheckRun description: A check performed on the code of a given code change type: object @@ -136432,7 +136447,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *915 + deployment: *916 details_url: example: https://example.com type: string @@ -136517,10 +136532,10 @@ x-webhooks: - output - app - pull_requests - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 sender: *4 required: - check_run @@ -136911,11 +136926,11 @@ x-webhooks: type: string enum: - created - check_run: *916 - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + check_run: *917 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 sender: *4 required: - check_run @@ -137309,11 +137324,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *916 - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + check_run: *917 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 requested_action: description: The action requested by the user. type: object @@ -137716,11 +137731,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *916 - installation: *909 - enterprise: *908 - organization: *910 - repository: *911 + check_run: *917 + installation: *910 + enterprise: *909 + organization: *911 + repository: *912 sender: *4 required: - check_run @@ -138690,10 +138705,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -139392,10 +139407,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -140088,10 +140103,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -140402,20 +140417,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &917 + commit_oid: &918 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: *908 - installation: *909 - organization: *910 - ref: &918 + enterprise: *909 + installation: *910 + organization: *911 + ref: &919 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: *911 + repository: *912 sender: *4 required: - action @@ -140810,12 +140825,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -141081,12 +141096,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -141418,12 +141433,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -141697,16 +141712,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 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: *911 + repository: *912 sender: *4 required: - action @@ -141943,12 +141958,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *917 - enterprise: *908 - installation: *909 - organization: *910 - ref: *918 - repository: *911 + commit_oid: *918 + enterprise: *909 + installation: *910 + organization: *911 + ref: *919 + repository: *912 sender: *4 required: - action @@ -142259,10 +142274,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -142517,10 +142532,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -142600,18 +142615,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *910 - pusher_type: &919 + organization: *911 + pusher_type: &920 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &920 + ref: &921 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -142621,7 +142636,7 @@ x-webhooks: enum: - tag - branch - repository: *911 + repository: *912 sender: *4 required: - ref @@ -142704,9 +142719,9 @@ x-webhooks: enum: - created definition: *164 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -142791,9 +142806,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -142871,9 +142886,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *164 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -142951,9 +142966,9 @@ x-webhooks: enum: - updated definition: *164 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -143030,10 +143045,10 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - repository: *911 - organization: *910 + enterprise: *909 + installation: *910 + repository: *912 + organization: *911 sender: *4 new_property_values: type: array @@ -143118,18 +143133,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - pusher_type: *919 - ref: *920 + enterprise: *909 + installation: *910 + organization: *911 + pusher_type: *920 + ref: *921 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *911 + repository: *912 sender: *4 required: - ref @@ -143210,10 +143225,10 @@ x-webhooks: enum: - assignees_changed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143294,10 +143309,10 @@ x-webhooks: enum: - auto_dismissed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143379,10 +143394,10 @@ x-webhooks: enum: - auto_reopened alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143464,10 +143479,10 @@ x-webhooks: enum: - created alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143547,10 +143562,10 @@ x-webhooks: enum: - dismissed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143630,10 +143645,10 @@ x-webhooks: enum: - fixed alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143714,10 +143729,10 @@ x-webhooks: enum: - reintroduced alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143797,10 +143812,10 @@ x-webhooks: enum: - reopened alert: *630 - installation: *909 - organization: *910 - enterprise: *908 - repository: *911 + installation: *910 + organization: *911 + enterprise: *909 + repository: *912 sender: *4 required: - action @@ -143877,9 +143892,9 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - key: &921 + enterprise: *909 + installation: *910 + key: &922 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -143915,8 +143930,8 @@ x-webhooks: - verified - created_at - read_only - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -143993,11 +144008,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - key: *921 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + key: *922 + organization: *911 + repository: *912 sender: *4 required: - action @@ -144553,12 +144568,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: &927 + workflow: &928 title: Workflow type: object nullable: true @@ -145299,15 +145314,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *922 - required: *923 + properties: *923 + required: *924 nullable: true pull_requests: type: array items: *752 - repository: *911 - organization: *910 - installation: *909 + repository: *912 + organization: *911 + installation: *910 sender: *4 responses: '200': @@ -145378,7 +145393,7 @@ x-webhooks: type: string enum: - approved - approver: &924 + approver: &925 type: object properties: avatar_url: @@ -145421,11 +145436,11 @@ x-webhooks: type: string comment: type: string - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - reviewers: &925 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + reviewers: &926 type: array items: type: object @@ -145504,7 +145519,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &926 + workflow_job_run: &927 type: object properties: conclusion: @@ -146235,18 +146250,18 @@ x-webhooks: type: string enum: - rejected - approver: *924 + approver: *925 comment: type: string - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - reviewers: *925 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + reviewers: *926 sender: *4 since: type: string - workflow_job_run: *926 + workflow_job_run: *927 workflow_job_runs: type: array items: @@ -146950,13 +146965,13 @@ x-webhooks: type: string enum: - requested - enterprise: *908 + enterprise: *909 environment: type: string - installation: *909 - organization: *910 - repository: *911 - requestor: &937 + installation: *910 + organization: *911 + repository: *912 + requestor: &938 title: User type: object nullable: true @@ -148845,12 +148860,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 workflow_run: title: Deployment Workflow Run type: object @@ -149530,7 +149545,7 @@ x-webhooks: type: string enum: - answered - answer: &930 + answer: &931 type: object properties: author_association: @@ -149687,11 +149702,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -149818,11 +149833,11 @@ x-webhooks: - from required: - category - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -149905,11 +149920,11 @@ x-webhooks: type: string enum: - closed - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -149991,7 +150006,7 @@ x-webhooks: type: string enum: - created - comment: &929 + comment: &930 type: object properties: author_association: @@ -150148,11 +150163,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150235,12 +150250,12 @@ x-webhooks: type: string enum: - deleted - comment: *929 - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + comment: *930 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150335,12 +150350,12 @@ x-webhooks: - from required: - body - comment: *929 - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + comment: *930 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150424,11 +150439,11 @@ x-webhooks: type: string enum: - created - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150510,11 +150525,11 @@ x-webhooks: type: string enum: - deleted - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150614,11 +150629,11 @@ x-webhooks: type: string required: - from - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150700,10 +150715,10 @@ x-webhooks: type: string enum: - labeled - discussion: *928 - enterprise: *908 - installation: *909 - label: &931 + discussion: *929 + enterprise: *909 + installation: *910 + label: &932 title: Label type: object properties: @@ -150735,8 +150750,8 @@ x-webhooks: - color - default - description - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150819,11 +150834,11 @@ x-webhooks: type: string enum: - locked - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150905,11 +150920,11 @@ x-webhooks: type: string enum: - pinned - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -150991,11 +151006,11 @@ x-webhooks: type: string enum: - reopened - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151080,16 +151095,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *928 - new_repository: *911 + new_discussion: *929 + new_repository: *912 required: - new_discussion - new_repository - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151172,10 +151187,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *928 - old_answer: *930 - organization: *910 - repository: *911 + discussion: *929 + old_answer: *931 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151257,12 +151272,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *928 - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151345,11 +151360,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151431,11 +151446,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *928 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + discussion: *929 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -151504,7 +151519,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151567,7 +151582,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151630,7 +151645,7 @@ x-webhooks: required: true content: application/json: - schema: *934 + schema: *935 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151693,7 +151708,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151756,7 +151771,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151822,7 +151837,7 @@ x-webhooks: required: true content: application/json: - schema: *934 + schema: *935 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151888,7 +151903,7 @@ x-webhooks: required: true content: application/json: - schema: *935 + schema: *936 responses: '200': description: Return a 200 status to indicate that the data was received @@ -151954,7 +151969,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152020,7 +152035,7 @@ x-webhooks: required: true content: application/json: - schema: *936 + schema: *937 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152086,7 +152101,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152151,7 +152166,7 @@ x-webhooks: required: true content: application/json: - schema: *934 + schema: *935 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152216,7 +152231,7 @@ x-webhooks: required: true content: application/json: - schema: *935 + schema: *936 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152281,7 +152296,7 @@ x-webhooks: required: true content: application/json: - schema: *932 + schema: *933 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152346,7 +152361,7 @@ x-webhooks: required: true content: application/json: - schema: *936 + schema: *937 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152412,7 +152427,7 @@ x-webhooks: required: true content: application/json: - schema: *933 + schema: *934 responses: '200': description: Return a 200 status to indicate that the data was received @@ -152479,7 +152494,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *908 + enterprise: *909 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -153139,9 +153154,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - forkee @@ -153287,9 +153302,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pages: description: The pages that were updated. type: array @@ -153326,7 +153341,7 @@ x-webhooks: - action - sha - html_url - repository: *911 + repository: *912 sender: *4 required: - pages @@ -153402,10 +153417,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: &938 + organization: *911 + repositories: &939 description: An array of repository objects that the installation can access. type: array @@ -153431,8 +153446,8 @@ x-webhooks: - name - full_name - private - repository: *911 - requester: *937 + repository: *912 + requester: *938 sender: *4 required: - action @@ -153507,11 +153522,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -153587,11 +153602,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -153667,10 +153682,10 @@ x-webhooks: type: string enum: - added - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories_added: &939 + organization: *911 + repositories_added: &940 description: An array of repository objects, which were added to the installation. type: array @@ -153716,15 +153731,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *911 - repository_selection: &940 + repository: *912 + repository_selection: &941 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *937 + requester: *938 sender: *4 required: - action @@ -153803,10 +153818,10 @@ x-webhooks: type: string enum: - removed - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories_added: *939 + organization: *911 + repositories_added: *940 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -153833,9 +153848,9 @@ x-webhooks: - name - full_name - private - repository: *911 - repository_selection: *940 - requester: *937 + repository: *912 + repository_selection: *941 + requester: *938 sender: *4 required: - action @@ -153914,11 +153929,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -154097,10 +154112,10 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 target_type: type: string @@ -154179,11 +154194,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *908 + enterprise: *909 installation: *22 - organization: *910 - repositories: *938 - repository: *911 + organization: *911 + repositories: *939 + repository: *912 requester: nullable: true sender: *4 @@ -154450,8 +154465,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -155240,8 +155255,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155590,8 +155605,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -155671,7 +155686,7 @@ x-webhooks: type: string enum: - deleted - comment: &941 + comment: &942 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -155851,8 +155866,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -156637,8 +156652,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156989,8 +157004,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -157070,7 +157085,7 @@ x-webhooks: type: string enum: - edited - changes: &970 + changes: &971 description: The changes to the comment. type: object properties: @@ -157082,9 +157097,9 @@ x-webhooks: type: string required: - from - comment: *941 - enterprise: *908 - installation: *909 + comment: *942 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157872,8 +157887,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158222,8 +158237,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -158304,9 +158319,9 @@ x-webhooks: type: string enum: - pinned - comment: *941 - enterprise: *908 - installation: *909 + comment: *942 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159096,8 +159111,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159448,8 +159463,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -159529,9 +159544,9 @@ x-webhooks: type: string enum: - unpinned - comment: *941 - enterprise: *908 - installation: *909 + comment: *942 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160321,8 +160336,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160673,8 +160688,8 @@ x-webhooks: - state - locked - assignee - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -160763,9 +160778,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -160854,9 +160869,9 @@ x-webhooks: type: number blocking_issue: *231 blocking_issue_repo: *80 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -160944,9 +160959,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161035,9 +161050,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -161117,10 +161132,10 @@ x-webhooks: type: string enum: - assigned - assignee: *937 - enterprise: *908 - installation: *909 - issue: &942 + assignee: *938 + enterprise: *909 + installation: *910 + issue: &943 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -161912,8 +161927,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -162033,8 +162048,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -162114,8 +162129,8 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -162912,8 +162927,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -163168,8 +163183,8 @@ x-webhooks: required: - state - closed_at - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -163248,8 +163263,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -164037,8 +164052,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -164157,8 +164172,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -164237,8 +164252,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -165048,8 +165063,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -165147,7 +165162,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &943 + milestone: &944 title: Milestone description: A collection of related issues and pull requests. type: object @@ -165285,8 +165300,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -165385,8 +165400,8 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166178,8 +166193,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -166299,9 +166314,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *931 - organization: *910 - repository: *911 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -166381,9 +166396,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 issue_field: type: object description: The issue field whose value was set or updated on the @@ -166537,8 +166552,8 @@ x-webhooks: - id required: - from - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -166618,9 +166633,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -166701,8 +166716,8 @@ x-webhooks: nullable: true required: - id - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -166782,8 +166797,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167574,8 +167589,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -167695,9 +167710,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *931 - organization: *910 - repository: *911 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -167777,8 +167792,8 @@ x-webhooks: type: string enum: - locked - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168593,8 +168608,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -168691,8 +168706,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -168771,8 +168786,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169581,8 +169596,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -169679,9 +169694,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *943 - organization: *910 - repository: *911 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -170544,8 +170559,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -171129,8 +171144,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171914,8 +171929,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -172042,8 +172057,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -172123,9 +172138,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *908 - installation: *909 - issue: &944 + enterprise: *909 + installation: *910 + issue: &945 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -172911,8 +172926,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -173031,8 +173046,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -173111,8 +173126,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173925,8 +173940,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -174024,8 +174039,8 @@ x-webhooks: user_view_type: type: string type: *400 - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -174894,8 +174909,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -175493,11 +175508,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *908 - installation: *909 - issue: *944 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *945 + organization: *911 + repository: *912 sender: *4 required: - action @@ -175577,12 +175592,12 @@ x-webhooks: type: string enum: - typed - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 type: *400 - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -175663,7 +175678,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &973 + assignee: &974 title: User type: object nullable: true @@ -175733,11 +175748,11 @@ x-webhooks: required: - login - id - enterprise: *908 - installation: *909 - issue: *942 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *943 + organization: *911 + repository: *912 sender: *4 required: - action @@ -175816,12 +175831,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *908 - installation: *909 - issue: *942 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *943 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -175901,8 +175916,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176715,8 +176730,8 @@ x-webhooks: properties: *232 required: *233 nullable: true - sub_issues_summary: *844 - issue_dependencies_summary: *845 + sub_issues_summary: *845 + issue_dependencies_summary: *846 issue_field_values: type: array items: *698 @@ -176813,8 +176828,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -176894,11 +176909,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *908 - installation: *909 - issue: *944 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + issue: *945 + organization: *911 + repository: *912 sender: *4 required: - action @@ -176977,12 +176992,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *908 - installation: *909 - issue: *942 + enterprise: *909 + installation: *910 + issue: *943 type: *400 - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177062,11 +177077,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177144,11 +177159,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177258,11 +177273,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - label: *931 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + label: *932 + organization: *911 + repository: *912 sender: *4 required: - action @@ -177344,9 +177359,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: &945 + enterprise: *909 + installation: *910 + marketplace_purchase: &946 title: Marketplace Purchase type: object required: @@ -177429,8 +177444,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *910 - previous_marketplace_purchase: &946 + organization: *911 + previous_marketplace_purchase: &947 title: Marketplace Purchase type: object properties: @@ -177510,7 +177525,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *911 + repository: *912 sender: *4 required: - action @@ -177590,10 +177605,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: *945 - organization: *910 + enterprise: *909 + installation: *910 + marketplace_purchase: *946 + organization: *911 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -177676,7 +177691,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *911 + repository: *912 sender: *4 required: - action @@ -177758,10 +177773,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: *945 - organization: *910 + enterprise: *909 + installation: *910 + marketplace_purchase: *946 + organization: *911 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -177843,7 +177858,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *911 + repository: *912 sender: *4 required: - action @@ -177924,8 +177939,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 marketplace_purchase: title: Marketplace Purchase type: object @@ -178007,9 +178022,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *910 - previous_marketplace_purchase: *946 - repository: *911 + organization: *911 + previous_marketplace_purchase: *947 + repository: *912 sender: *4 required: - action @@ -178089,12 +178104,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *908 - installation: *909 - marketplace_purchase: *945 - organization: *910 - previous_marketplace_purchase: *946 - repository: *911 + enterprise: *909 + installation: *910 + marketplace_purchase: *946 + organization: *911 + previous_marketplace_purchase: *947 + repository: *912 sender: *4 required: - action @@ -178196,11 +178211,11 @@ x-webhooks: type: string required: - to - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 sender: *4 required: - action @@ -178300,11 +178315,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 sender: *4 required: - action @@ -178383,11 +178398,11 @@ x-webhooks: type: string enum: - removed - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 sender: *4 required: - action @@ -178465,11 +178480,11 @@ x-webhooks: type: string enum: - added - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 scope: description: The scope of the membership. Currently, can only be `team`. @@ -178545,7 +178560,7 @@ x-webhooks: required: - login - id - team: &947 + team: &948 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -178768,11 +178783,11 @@ x-webhooks: type: string enum: - removed - enterprise: *908 - installation: *909 - member: *937 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + member: *938 + organization: *911 + repository: *912 scope: description: The scope of the membership. Currently, can only be `team`. @@ -178849,7 +178864,7 @@ x-webhooks: required: - login - id - team: *947 + team: *948 required: - action - scope @@ -178931,8 +178946,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *909 - merge_group: &949 + installation: *910 + merge_group: &950 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -178951,15 +178966,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *948 + head_commit: *949 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179045,10 +179060,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *909 - merge_group: *949 - organization: *910 - repository: *911 + installation: *910 + merge_group: *950 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179121,7 +179136,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 + enterprise: *909 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -179230,16 +179245,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *909 - organization: *910 + installation: *910 + organization: *911 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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -179320,11 +179335,11 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 - milestone: *943 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179403,9 +179418,9 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - milestone: &952 + enterprise: *909 + installation: *910 + milestone: &953 title: Milestone description: A collection of related issues and pull requests. type: object @@ -179542,8 +179557,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179622,11 +179637,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - milestone: *943 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179736,11 +179751,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - milestone: *943 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *944 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179820,11 +179835,11 @@ x-webhooks: type: string enum: - opened - enterprise: *908 - installation: *909 - milestone: *952 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + milestone: *953 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179903,11 +179918,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *937 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + blocked_user: *938 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -179986,11 +180001,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *937 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + blocked_user: *938 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180066,7 +180081,7 @@ x-webhooks: enum: - created definition: *159 - enterprise: *908 + enterprise: *909 sender: *4 required: - action @@ -180146,8 +180161,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 sender: *4 required: - action @@ -180220,8 +180235,8 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 sender: *4 required: - action @@ -180293,9 +180308,9 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 new_property_values: type: array @@ -180383,9 +180398,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - membership: &953 + enterprise: *909 + installation: *910 + membership: &954 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -180492,8 +180507,8 @@ x-webhooks: - role - organization_url - user - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180571,11 +180586,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *908 - installation: *909 - membership: *953 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + membership: *954 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180654,8 +180669,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -180771,10 +180786,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 - user: *937 + user: *938 required: - action - invitation @@ -180852,11 +180867,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *908 - installation: *909 - membership: *953 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + membership: *954 + organization: *911 + repository: *912 sender: *4 required: - action @@ -180943,11 +180958,11 @@ x-webhooks: properties: from: type: string - enterprise: *908 - installation: *909 - membership: *953 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + membership: *954 + organization: *911 + repository: *912 sender: *4 required: - action @@ -181025,9 +181040,9 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 package: description: Information about the package. type: object @@ -181526,7 +181541,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &954 + items: &955 title: Ruby Gems metadata type: object properties: @@ -181621,7 +181636,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -181698,9 +181713,9 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 package: description: Information about the package. type: object @@ -182053,7 +182068,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *954 + items: *955 source_url: type: string format: uri @@ -182123,7 +182138,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -182299,12 +182314,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *908 + enterprise: *909 id: type: integer - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - id @@ -182381,7 +182396,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &955 + personal_access_token_request: &956 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -182527,10 +182542,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *908 - organization: *910 + enterprise: *909 + organization: *911 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -182607,11 +182622,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *955 - enterprise: *908 - organization: *910 + personal_access_token_request: *956 + enterprise: *909 + organization: *911 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -182687,11 +182702,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *955 - enterprise: *908 - organization: *910 + personal_access_token_request: *956 + enterprise: *909 + organization: *911 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -182766,11 +182781,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *955 - organization: *910 - enterprise: *908 + personal_access_token_request: *956 + organization: *911 + enterprise: *909 sender: *4 - installation: *909 + installation: *910 required: - action - personal_access_token_request @@ -182875,7 +182890,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *956 + last_response: *957 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -182907,8 +182922,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 zen: description: Random string of GitHub zen. @@ -183153,10 +183168,10 @@ x-webhooks: - from required: - note - enterprise: *908 - installation: *909 - organization: *910 - project_card: &957 + enterprise: *909 + installation: *910 + organization: *911 + project_card: &958 title: Project Card type: object properties: @@ -183275,7 +183290,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *911 + repository: *912 sender: *4 required: - action @@ -183356,11 +183371,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - project_card: *957 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_card: *958 + repository: *912 sender: *4 required: - action @@ -183440,9 +183455,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 project_card: title: Project Card type: object @@ -183570,8 +183585,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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -183665,11 +183680,11 @@ x-webhooks: - from required: - note - enterprise: *908 - installation: *909 - organization: *910 - project_card: *957 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_card: *958 + repository: *912 sender: *4 required: - action @@ -183763,9 +183778,9 @@ x-webhooks: - from required: - column_id - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 project_card: allOf: - title: Project Card @@ -183955,7 +183970,7 @@ x-webhooks: type: string required: - after_id - repository: *911 + repository: *912 sender: *4 required: - action @@ -184035,10 +184050,10 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 - organization: *910 - project: &959 + enterprise: *909 + installation: *910 + organization: *911 + project: &960 title: Project type: object properties: @@ -184162,7 +184177,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *911 + repository: *912 sender: *4 required: - action @@ -184242,10 +184257,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - project_column: &958 + enterprise: *909 + installation: *910 + organization: *911 + project_column: &959 title: Project Column type: object properties: @@ -184284,7 +184299,7 @@ x-webhooks: - name - created_at - updated_at - repository: *911 + repository: *912 sender: *4 required: - action @@ -184363,18 +184378,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - project_column: *958 + enterprise: *909 + installation: *910 + organization: *911 + project_column: *959 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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -184464,11 +184479,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - project_column: *958 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_column: *959 + repository: *912 sender: *4 required: - action @@ -184548,11 +184563,11 @@ x-webhooks: type: string enum: - moved - enterprise: *908 - installation: *909 - organization: *910 - project_column: *958 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project_column: *959 + repository: *912 sender: *4 required: - action @@ -184632,11 +184647,11 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - project: *959 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 + repository: *912 sender: *4 required: - action @@ -184716,18 +184731,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - project: *959 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 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: *950 - required: *951 + properties: *951 + required: *952 nullable: true sender: *4 required: @@ -184829,11 +184844,11 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - project: *959 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 + repository: *912 sender: *4 required: - action @@ -184912,11 +184927,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *908 - installation: *909 - organization: *910 - project: *959 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + project: *960 + repository: *912 sender: *4 required: - action @@ -184997,8 +185012,8 @@ x-webhooks: type: string enum: - closed - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185080,8 +185095,8 @@ x-webhooks: type: string enum: - created - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185163,8 +185178,8 @@ x-webhooks: type: string enum: - deleted - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185282,8 +185297,8 @@ x-webhooks: type: string to: type: string - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -185367,7 +185382,7 @@ x-webhooks: type: string enum: - archived - changes: &963 + changes: &964 type: object properties: archived_at: @@ -185381,9 +185396,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *909 - organization: *910 - projects_v2_item: &960 + installation: *910 + organization: *911 + projects_v2_item: &961 title: Projects v2 Item description: An item belonging to a project type: object @@ -185518,9 +185533,9 @@ x-webhooks: nullable: true to: type: string - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -185602,9 +185617,9 @@ x-webhooks: type: string enum: - created - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -185685,9 +185700,9 @@ x-webhooks: type: string enum: - deleted - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -185793,7 +185808,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &961 + - &962 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -185815,7 +185830,7 @@ x-webhooks: required: - id - name - - &962 + - &963 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -185849,8 +185864,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *961 - *962 + - *963 required: - field_value - type: object @@ -185866,9 +185881,9 @@ x-webhooks: nullable: true required: - body - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -185963,9 +185978,9 @@ x-webhooks: to: type: string nullable: true - installation: *909 - organization: *910 - projects_v2_item: *960 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186048,10 +186063,10 @@ x-webhooks: type: string enum: - restored - changes: *963 - installation: *909 - organization: *910 - projects_v2_item: *960 + changes: *964 + installation: *910 + organization: *911 + projects_v2_item: *961 sender: *4 required: - action @@ -186133,8 +186148,8 @@ x-webhooks: type: string enum: - reopened - installation: *909 - organization: *910 + installation: *910 + organization: *911 projects_v2: *432 sender: *4 required: @@ -186216,14 +186231,14 @@ x-webhooks: type: string enum: - created - installation: *909 - organization: *910 - projects_v2_status_update: &966 + installation: *910 + organization: *911 + projects_v2_status_update: &967 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *964 - required: *965 + properties: *965 + required: *966 sender: *4 required: - action @@ -186304,9 +186319,9 @@ x-webhooks: type: string enum: - deleted - installation: *909 - organization: *910 - projects_v2_status_update: *966 + installation: *910 + organization: *911 + projects_v2_status_update: *967 sender: *4 required: - action @@ -186442,9 +186457,9 @@ x-webhooks: type: string format: date nullable: true - installation: *909 - organization: *910 - projects_v2_status_update: *966 + installation: *910 + organization: *911 + projects_v2_status_update: *967 sender: *4 required: - action @@ -186515,10 +186530,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - repository @@ -186595,13 +186610,13 @@ x-webhooks: type: string enum: - assigned - assignee: *937 - enterprise: *908 - installation: *909 - number: &967 + assignee: *938 + enterprise: *909 + installation: *910 + number: &968 description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -188888,7 +188903,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -188970,11 +188985,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -191256,7 +191271,7 @@ x-webhooks: - draft reason: type: string - repository: *911 + repository: *912 sender: *4 required: - action @@ -191338,11 +191353,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -193624,7 +193639,7 @@ x-webhooks: - draft reason: type: string - repository: *911 + repository: *912 sender: *4 required: - action @@ -193706,11 +193721,11 @@ x-webhooks: type: string enum: - closed - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: &968 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: &969 allOf: - *752 - type: object @@ -193774,7 +193789,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *911 + repository: *912 sender: *4 required: - action @@ -193855,12 +193870,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -193940,11 +193955,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *908 + enterprise: *909 milestone: *734 - number: *967 - organization: *910 - pull_request: &969 + number: *968 + organization: *911 + pull_request: &970 title: Pull Request type: object properties: @@ -196225,7 +196240,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -196304,11 +196319,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -198608,7 +198623,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *911 + repository: *912 sender: *4 required: - action @@ -198732,12 +198747,12 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -198817,11 +198832,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -201106,7 +201121,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -201186,11 +201201,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *908 - installation: *909 - label: *931 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + label: *932 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -203476,7 +203491,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -203557,10 +203572,10 @@ x-webhooks: type: string enum: - locked - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -205844,7 +205859,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -205924,12 +205939,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *908 + enterprise: *909 milestone: *734 - number: *967 - organization: *910 - pull_request: *969 - repository: *911 + number: *968 + organization: *911 + pull_request: *970 + repository: *912 sender: *4 required: - action @@ -206008,12 +206023,12 @@ x-webhooks: type: string enum: - opened - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -206094,12 +206109,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -206179,12 +206194,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *908 - installation: *909 - number: *967 - organization: *910 - pull_request: *968 - repository: *911 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 + pull_request: *969 + repository: *912 sender: *4 required: - action @@ -206550,9 +206565,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: type: object properties: @@ -208726,7 +208741,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *911 + repository: *912 sender: *4 required: - action @@ -208806,7 +208821,7 @@ x-webhooks: type: string enum: - deleted - comment: &971 + comment: &972 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. @@ -209091,9 +209106,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: type: object properties: @@ -211255,7 +211270,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *911 + repository: *912 sender: *4 required: - action @@ -211335,11 +211350,11 @@ x-webhooks: type: string enum: - edited - changes: *970 - comment: *971 - enterprise: *908 - installation: *909 - organization: *910 + changes: *971 + comment: *972 + enterprise: *909 + installation: *910 + organization: *911 pull_request: type: object properties: @@ -213504,7 +213519,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *911 + repository: *912 sender: *4 required: - action @@ -213585,9 +213600,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -215764,7 +215779,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 + repository: *912 review: description: The review that was affected. type: object @@ -216011,9 +216026,9 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -218063,8 +218078,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 - review: &972 + repository: *912 + review: &973 description: The review that was affected. type: object properties: @@ -218297,12 +218312,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -220589,7 +220604,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_reviewer: title: User type: object @@ -220673,12 +220688,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -222972,7 +222987,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_team: title: Team description: Groups of organization members that gives permissions @@ -223164,12 +223179,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -225458,7 +225473,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_reviewer: title: User type: object @@ -225543,12 +225558,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *908 - installation: *909 + enterprise: *909 + installation: *910 number: description: The pull request number. type: integer - organization: *910 + organization: *911 pull_request: title: Pull Request type: object @@ -227828,7 +227843,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 requested_team: title: Team description: Groups of organization members that gives permissions @@ -228009,9 +228024,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -230190,8 +230205,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 - review: *972 + repository: *912 + review: *973 sender: *4 required: - action @@ -230271,9 +230286,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -232361,7 +232376,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 + repository: *912 sender: *4 thread: type: object @@ -232748,9 +232763,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 pull_request: title: Simple Pull Request type: object @@ -234824,7 +234839,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *911 + repository: *912 sender: *4 thread: type: object @@ -235214,10 +235229,10 @@ x-webhooks: type: string before: type: string - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -237492,7 +237507,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -237574,11 +237589,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *973 - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + assignee: *974 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -239865,7 +239880,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -239944,11 +239959,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *908 - installation: *909 - label: *931 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + label: *932 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -242225,7 +242240,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -242306,10 +242321,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *908 - installation: *909 - number: *967 - organization: *910 + enterprise: *909 + installation: *910 + number: *968 + organization: *911 pull_request: title: Pull Request type: object @@ -244578,7 +244593,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *911 + repository: *912 sender: *4 required: - action @@ -244778,7 +244793,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *908 + enterprise: *909 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -244870,8 +244885,8 @@ x-webhooks: - url - author - committer - installation: *909 - organization: *910 + installation: *910 + organization: *911 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -245457,9 +245472,9 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 registry_package: type: object properties: @@ -245905,7 +245920,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *954 + items: *955 summary: type: string tag_name: @@ -245959,7 +245974,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -246037,9 +246052,9 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 registry_package: type: object properties: @@ -246347,7 +246362,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *954 + items: *955 summary: type: string tag_name: @@ -246396,7 +246411,7 @@ x-webhooks: - owner - package_version - registry - repository: *911 + repository: *912 sender: *4 required: - action @@ -246473,10 +246488,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - release: &974 + enterprise: *909 + installation: *910 + organization: *911 + release: &975 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -246794,7 +246809,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *911 + repository: *912 sender: *4 required: - action @@ -246871,11 +246886,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - release: *974 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *975 + repository: *912 sender: *4 required: - action @@ -246992,11 +247007,11 @@ x-webhooks: type: boolean required: - to - enterprise: *908 - installation: *909 - organization: *910 - release: *974 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *975 + repository: *912 sender: *4 required: - action @@ -247074,9 +247089,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -247398,7 +247413,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *911 + repository: *912 sender: *4 required: - action @@ -247474,10 +247489,10 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 - release: &975 + enterprise: *909 + installation: *910 + organization: *911 + release: &976 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -247796,7 +247811,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *911 + repository: *912 sender: *4 required: - action @@ -247872,11 +247887,11 @@ x-webhooks: type: string enum: - released - enterprise: *908 - installation: *909 - organization: *910 - release: *974 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *975 + repository: *912 sender: *4 required: - action @@ -247952,11 +247967,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *908 - installation: *909 - organization: *910 - release: *975 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + release: *976 + repository: *912 sender: *4 required: - action @@ -248032,11 +248047,11 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - repository_advisory: *805 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + repository_advisory: *806 sender: *4 required: - action @@ -248112,11 +248127,11 @@ x-webhooks: type: string enum: - reported - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - repository_advisory: *805 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + repository_advisory: *806 sender: *4 required: - action @@ -248192,10 +248207,10 @@ x-webhooks: type: string enum: - archived - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248272,10 +248287,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248353,10 +248368,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248440,10 +248455,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248555,10 +248570,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248630,10 +248645,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 status: type: string @@ -248714,10 +248729,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248794,10 +248809,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248891,10 +248906,10 @@ x-webhooks: - name required: - repository - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -248974,10 +248989,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 repository_ruleset: *198 sender: *4 required: @@ -249056,10 +249071,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 repository_ruleset: *198 sender: *4 required: @@ -249138,10 +249153,10 @@ x-webhooks: type: string enum: - edited - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 repository_ruleset: *198 changes: type: object @@ -249203,16 +249218,16 @@ x-webhooks: properties: added: type: array - items: *772 + items: *773 deleted: type: array - items: *772 + items: *773 updated: type: array items: type: object properties: - rule: *772 + rule: *773 changes: type: object properties: @@ -249446,10 +249461,10 @@ x-webhooks: - from required: - owner - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249527,10 +249542,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249608,7 +249623,7 @@ x-webhooks: type: string enum: - create - alert: &976 + alert: &977 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -249730,10 +249745,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -249939,10 +249954,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250020,11 +250035,11 @@ x-webhooks: type: string enum: - reopen - alert: *976 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *977 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250223,10 +250238,10 @@ x-webhooks: enum: - fixed - open - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250304,7 +250319,7 @@ x-webhooks: type: string enum: - assigned - alert: &977 + alert: &978 type: object properties: number: *134 @@ -250447,10 +250462,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250528,11 +250543,11 @@ x-webhooks: type: string enum: - created - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250613,11 +250628,11 @@ x-webhooks: type: string enum: - created - alert: *977 - installation: *909 - location: *978 - organization: *910 - repository: *911 + alert: *978 + installation: *910 + location: *979 + organization: *911 + repository: *912 sender: *4 required: - location @@ -250855,11 +250870,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -250937,11 +250952,11 @@ x-webhooks: type: string enum: - reopened - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251019,11 +251034,11 @@ x-webhooks: type: string enum: - resolved - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251101,12 +251116,12 @@ x-webhooks: type: string enum: - unassigned - alert: *977 + alert: *978 assignee: *4 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251184,11 +251199,11 @@ x-webhooks: type: string enum: - validated - alert: *977 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + alert: *978 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -251314,10 +251329,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *911 - enterprise: *908 - installation: *909 - organization: *910 + repository: *912 + enterprise: *909 + installation: *910 + organization: *911 sender: *4 required: - action @@ -251395,11 +251410,11 @@ x-webhooks: type: string enum: - published - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - security_advisory: &979 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + security_advisory: &980 description: The details of the security advisory, including summary, description, and severity. type: object @@ -251570,11 +251585,11 @@ x-webhooks: type: string enum: - updated - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 - security_advisory: *979 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 + security_advisory: *980 sender: *4 required: - action @@ -251647,10 +251662,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -251823,9 +251838,9 @@ x-webhooks: type: object properties: security_and_analysis: *449 - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: *496 sender: *4 required: @@ -251904,12 +251919,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: &980 + sponsorship: &981 type: object properties: created_at: @@ -252210,12 +252225,12 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - sponsorship @@ -252303,12 +252318,12 @@ x-webhooks: type: string required: - from - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - changes @@ -252385,17 +252400,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &981 + effective_date: &982 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: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - sponsorship @@ -252469,7 +252484,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &982 + changes: &983 type: object properties: tier: @@ -252513,13 +252528,13 @@ x-webhooks: - from required: - tier - effective_date: *981 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + effective_date: *982 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - changes @@ -252596,13 +252611,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *982 - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + changes: *983 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - sponsorship: *980 + sponsorship: *981 required: - action - changes @@ -252676,10 +252691,10 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -252762,10 +252777,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -253185,15 +253200,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *908 + enterprise: *909 id: description: The unique identifier of the status. type: integer - installation: *909 + installation: *910 name: type: string - organization: *910 - repository: *911 + organization: *911 + repository: *912 sender: *4 sha: description: The Commit SHA. @@ -253308,9 +253323,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -253399,9 +253414,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -253490,9 +253505,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -253581,9 +253596,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *231 - installation: *909 - organization: *910 - repository: *911 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -253659,12 +253674,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - team: &983 + team: &984 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -253887,9 +253902,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -254347,7 +254362,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -254423,9 +254438,9 @@ x-webhooks: type: string enum: - created - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -254883,7 +254898,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -254960,9 +254975,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -255420,7 +255435,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -255564,9 +255579,9 @@ x-webhooks: - from required: - permissions - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -256024,7 +256039,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - changes @@ -256102,9 +256117,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *908 - installation: *909 - organization: *910 + enterprise: *909 + installation: *910 + organization: *911 repository: title: Repository description: A git repository @@ -256562,7 +256577,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *983 + team: *984 required: - action - team @@ -256638,10 +256653,10 @@ x-webhooks: type: string enum: - started - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 required: - action @@ -256714,16 +256729,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *908 + enterprise: *909 inputs: type: object nullable: true additionalProperties: true - installation: *909 - organization: *910 + installation: *910 + organization: *911 ref: type: string - repository: *911 + repository: *912 sender: *4 workflow: type: string @@ -256805,10 +256820,10 @@ x-webhooks: type: string enum: - completed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: allOf: @@ -257124,10 +257139,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: allOf: @@ -257466,10 +257481,10 @@ x-webhooks: type: string enum: - queued - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: type: object @@ -257683,10 +257698,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 workflow_job: type: object @@ -257902,12 +257917,12 @@ x-webhooks: type: string enum: - completed - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 workflow_run: title: Workflow Run type: object @@ -258906,12 +258921,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *908 - installation: *909 - organization: *910 - repository: *911 + enterprise: *909 + installation: *910 + organization: *911 + repository: *912 sender: *4 - workflow: *927 + workflow: *928 workflow_run: title: Workflow Run type: object @@ {"code":"deadline_exceeded","msg":"operation timed out"}