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 02fe4b510..3e1066123 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 @@ -40983,7 +40983,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -125421,6 +125421,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", 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 884334822..f1b64fee7 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 @@ -29659,7 +29659,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -92221,6 +92221,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 02fe4b510..3e1066123 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -40983,7 +40983,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -125421,6 +125421,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 884334822..f1b64fee7 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -29659,7 +29659,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -92221,6 +92221,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. 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 5033f8585..811e0a2c9 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 @@ -277486,11 +277486,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, 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 5a69879e3..b04e95d21 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 @@ -1021,7 +1021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &642 + - &645 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8786,7 +8786,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &480 + - &483 name: has in: query description: |- @@ -8902,7 +8902,7 @@ paths: - unknown - direct - transitive - security_advisory: &481 + security_advisory: &484 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9164,14 +9164,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &482 + auto_dismissed_at: &485 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &483 + dismissal_request: &486 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -10533,7 +10533,7 @@ paths: properties: action: type: string - discussion: &737 + discussion: &740 title: Discussion description: A Discussion in a repository. type: object @@ -10900,7 +10900,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &532 + properties: &535 id: type: integer format: int64 @@ -11277,7 +11277,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &654 + sub_issues_summary: &657 title: Sub-issues Summary type: object properties: @@ -11297,7 +11297,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &655 + issue_dependencies_summary: &658 title: Issue Dependencies Summary type: object properties: @@ -11316,7 +11316,7 @@ paths: - total_blocking issue_field_values: type: array - items: &656 + items: &659 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11377,7 +11377,7 @@ paths: - node_id - data_type - value - required: &533 + required: &536 - assignee - closed_at - comments @@ -11415,7 +11415,7 @@ paths: action: type: string issue: *74 - comment: &530 + comment: &533 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12134,7 +12134,7 @@ paths: type: string release: allOf: - - &587 + - &590 title: Release description: A release. type: object @@ -12205,7 +12205,7 @@ paths: author: *4 assets: type: array - items: &588 + items: &591 title: Release Asset description: Data related to a release. type: object @@ -12796,7 +12796,7 @@ paths: url: type: string format: uri - user: &666 + user: &669 title: Public User description: Public User type: object @@ -16192,7 +16192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &561 + - &564 name: all description: If `true`, show notifications marked as read. in: query @@ -16200,7 +16200,7 @@ paths: schema: type: boolean default: false - - &562 + - &565 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16210,7 +16210,7 @@ paths: type: boolean default: false - *81 - - &563 + - &566 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -16684,7 +16684,7 @@ paths: - url - subscription_url examples: - default: &564 + default: &567 value: - id: '1' repository: @@ -17698,7 +17698,7 @@ paths: - property_name - value examples: - default: &570 + default: &573 value: - property_name: environment value: production @@ -17748,7 +17748,7 @@ paths: required: - properties examples: - default: &571 + default: &574 value: properties: - property_name: environment @@ -18309,7 +18309,7 @@ paths: required: false schema: type: string - - &714 + - &717 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -18455,7 +18455,7 @@ paths: parameters: - *67 - *114 - - &715 + - &718 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 @@ -18567,7 +18567,7 @@ paths: - *114 - *116 - *115 - - &716 + - &719 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -18575,7 +18575,7 @@ paths: schema: type: string - *117 - - &717 + - &720 name: sku description: The SKU to query for usage. in: query @@ -22139,7 +22139,7 @@ paths: type: array items: *151 examples: - default: &669 + default: &672 value: total_count: 1 repositories: @@ -25051,12 +25051,12 @@ paths: required: - subject_digests examples: - default: &697 + default: &700 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &698 + withPredicateType: &701 value: subject_digests: - sha256:abc123 @@ -25114,7 +25114,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &699 + default: &702 value: attestations_subject_digests: - sha256:abc: @@ -26588,13 +26588,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &441 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &441 + category: &442 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -26608,7 +26608,7 @@ paths: properties: text: type: string - location: + location: &443 type: object description: Describe a region within a file for the alert. properties: @@ -26629,7 +26629,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &444 type: string description: A classification of the file. For example to identify it as generated. @@ -27918,7 +27918,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &453 + properties: &456 name: type: string description: The name of the machine. @@ -27960,7 +27960,7 @@ paths: - ready - in_progress nullable: true - required: &454 + required: &457 - name - display_name - operating_system @@ -28828,7 +28828,7 @@ paths: - updated_at - visibility examples: - default: &455 + default: &458 value: total_count: 2 secrets: @@ -28866,7 +28866,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &459 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -28895,7 +28895,7 @@ paths: - key_id - key examples: - default: &457 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28927,7 +28927,7 @@ paths: application/json: schema: *186 examples: - default: &459 + default: &462 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -30540,7 +30540,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &489 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -30557,7 +30557,7 @@ paths: - key_id - key examples: - default: &487 + default: &490 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32357,7 +32357,7 @@ paths: application/json: schema: *22 examples: - default: &525 + default: &528 value: id: 1 account: @@ -32582,7 +32582,7 @@ paths: required: true content: application/json: - schema: &526 + schema: &529 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -33435,7 +33435,7 @@ paths: application/json: schema: *232 examples: - default: &452 + default: &455 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -34680,7 +34680,7 @@ paths: parameters: - *67 - *239 - - &682 + - &685 name: repo_name description: repo_name parameter in: path @@ -35719,7 +35719,7 @@ paths: - nuget - container - *67 - - &683 + - &686 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -35760,7 +35760,7 @@ paths: default: *246 '403': *29 '401': *25 - '400': &685 + '400': &688 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37552,7 +37552,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &768 + properties: &771 id: type: number description: The unique identifier of the status update. @@ -37600,7 +37600,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &769 + required: &772 - id - node_id - created_at @@ -37814,7 +37814,7 @@ paths: content: oneOf: - *74 - - &467 + - &470 title: Pull Request Simple description: Pull Request Simple type: object @@ -38043,7 +38043,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: &573 + auto_merge: &576 title: Auto merge description: The status of auto merging a pull request. type: object @@ -38418,7 +38418,7 @@ paths: - updated_at - project_url examples: - default: &702 + default: &705 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38595,7 +38595,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &703 + items: &706 type: object properties: name: @@ -38631,7 +38631,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &704 + iteration_configuration: &707 type: object description: The configuration for iteration fields. properties: @@ -38680,7 +38680,7 @@ paths: value: name: Due date data_type: date - single_select_field: &705 + single_select_field: &708 summary: Create a single select field value: name: Priority @@ -38707,7 +38707,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &706 + iteration_field: &709 summary: Create an iteration field value: name: Sprint @@ -38733,7 +38733,7 @@ paths: application/json: schema: *267 examples: - text_field: &707 + text_field: &710 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -38742,7 +38742,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: &708 + number_field: &711 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -38751,7 +38751,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: &709 + date_field: &712 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -38760,7 +38760,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: &710 + single_select_field: &713 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38794,7 +38794,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &711 + iteration_field: &714 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -38840,7 +38840,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *263 - - &712 + - &715 name: field_id description: The unique identifier of the field. in: path @@ -38855,7 +38855,7 @@ paths: application/json: schema: *267 examples: - default: &713 + default: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41179,7 +41179,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &472 + properties: &475 url: type: string format: uri @@ -41195,7 +41195,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &473 + required: &476 - url - key - name @@ -41805,7 +41805,7 @@ paths: - *67 - *17 - *19 - - &595 + - &598 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42086,7 +42086,7 @@ paths: - repository_property rules: type: array - items: &596 + items: &599 title: Repository Rule type: object description: A repository rule. @@ -42148,7 +42148,7 @@ paths: type: string enum: - required_linear_history - - &594 + - &597 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -43044,7 +43044,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *67 - - &597 + - &600 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 @@ -43059,7 +43059,7 @@ paths: in: query schema: type: string - - &598 + - &601 name: time_period description: |- The time period to filter by. @@ -43075,14 +43075,14 @@ paths: - week - month default: day - - &599 + - &602 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 - - &600 + - &603 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -43102,7 +43102,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: Rule Suites description: Response type: array @@ -43157,7 +43157,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &602 + default: &605 value: - id: 21 actor_id: 12 @@ -43201,7 +43201,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *67 - - &603 + - &606 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43217,7 +43217,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &607 title: Rule Suite description: Response type: object @@ -43316,7 +43316,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &605 + default: &608 value: id: 21 actor_id: 12 @@ -43562,7 +43562,7 @@ paths: type: string format: date-time examples: - default: &607 + default: &610 value: - version_id: 3 actor: @@ -43615,7 +43615,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &611 allOf: - *310 - type: object @@ -43687,7 +43687,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *67 - - &609 + - &612 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -43698,7 +43698,7 @@ paths: enum: - open - resolved - - &610 + - &613 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -43708,7 +43708,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -43717,7 +43717,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -43736,7 +43736,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &613 + - &616 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. @@ -43751,7 +43751,7 @@ paths: - *52 - *19 - *17 - - &614 + - &617 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 @@ -43761,7 +43761,7 @@ paths: required: false schema: type: string - - &615 + - &618 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 @@ -43771,7 +43771,7 @@ paths: required: false schema: type: string - - &616 + - &619 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -43780,7 +43780,7 @@ paths: required: false schema: type: string - - &617 + - &620 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -43789,7 +43789,7 @@ paths: schema: type: boolean default: false - - &618 + - &621 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -43798,7 +43798,7 @@ paths: schema: type: boolean default: false - - &619 + - &622 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -43833,14 +43833,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &620 + state: &623 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: &621 + resolution: &624 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -43947,8 +43947,8 @@ paths: pull request. ' - oneOf: &622 - - &624 + oneOf: &625 + - &627 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -44000,7 +44000,7 @@ paths: - blob_url - commit_sha - commit_url - - &625 + - &628 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. @@ -44055,7 +44055,7 @@ paths: - page_url - commit_sha - commit_url - - &626 + - &629 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -44069,7 +44069,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &627 + - &630 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -44083,7 +44083,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &628 + - &631 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -44097,7 +44097,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &629 + - &632 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -44111,7 +44111,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &630 + - &633 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -44125,7 +44125,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &631 + - &634 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -44139,7 +44139,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &632 + - &635 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. @@ -44153,7 +44153,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &633 + - &636 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. @@ -44167,7 +44167,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &634 + - &637 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. @@ -44181,7 +44181,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &635 + - &638 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. @@ -44195,7 +44195,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &636 + - &639 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. @@ -44693,7 +44693,7 @@ paths: application/json: schema: type: array - items: &640 + items: &643 description: A repository security advisory. type: object properties: @@ -44984,7 +44984,7 @@ paths: - private_fork additionalProperties: false examples: - default: &641 + default: &644 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -46895,7 +46895,7 @@ paths: - updated_at - url examples: - default: &658 + default: &661 value: - author: login: octocat @@ -47143,7 +47143,7 @@ paths: application/json: schema: *323 examples: - default: &659 + default: &662 value: author: login: octocat @@ -47326,7 +47326,7 @@ paths: - updated_at - url examples: - default: &660 + default: &663 value: - author: login: octocat @@ -47552,7 +47552,7 @@ paths: application/json: schema: *326 examples: - default: &661 + default: &664 value: author: login: octocat @@ -48168,7 +48168,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &662 + response-if-user-is-a-team-maintainer: &665 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48233,7 +48233,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: &663 + response-if-users-membership-with-team-is-now-pending: &666 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48347,7 +48347,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &664 + schema: &667 title: Team Repository description: A team's access to a repository. type: object @@ -49004,7 +49004,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: &665 + response-if-child-teams-exist: &668 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50407,7 +50407,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &529 + '410': &532 description: Gone content: application/json: @@ -54017,7 +54017,7 @@ paths: items: type: object properties: - type: &495 + type: &498 type: string description: The type of reviewer. enum: @@ -54151,7 +54151,7 @@ paths: application/json: schema: type: array - items: &490 + items: &493 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54257,7 +54257,7 @@ paths: - created_at - updated_at examples: - default: &491 + default: &494 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54640,7 +54640,7 @@ paths: application/json: schema: *379 examples: - default: &508 + default: &511 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54859,7 +54859,7 @@ paths: application/json: schema: *383 examples: - default: &509 + default: &512 value: name: USERNAME value: octocat @@ -56559,7 +56559,7 @@ paths: properties: name: type: string - commit: &463 + commit: &466 title: Commit description: Commit type: object @@ -56630,7 +56630,7 @@ paths: required: - sha - url - verification: &515 + verification: &518 title: Verification type: object properties: @@ -56700,7 +56700,7 @@ paths: type: integer files: type: array - items: &476 + items: &479 title: Diff Entry description: Diff Entry type: object @@ -59816,7 +59816,7 @@ paths: check. type: array items: *79 - deployment: &726 + deployment: &729 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60728,7 +60728,7 @@ paths: type: string format: date-time nullable: true - head_commit: &752 + head_commit: &755 title: Simple Commit description: A commit. type: object @@ -61425,14 +61425,14 @@ paths: - *334 - *335 - *419 - - &469 + - &472 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &470 + - &473 name: status description: Returns check runs with the specified `status`. in: query @@ -61473,7 +61473,7 @@ paths: type: array items: *412 examples: - default: &471 + default: &474 value: total_count: 1 check_runs: @@ -62406,7 +62406,36 @@ paths: application/json: schema: type: array - items: *430 + items: + type: object + properties: + ref: *422 + analysis_key: *440 + environment: *441 + category: *442 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *443 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *444 examples: default: value: @@ -62497,7 +62526,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &442 + schema: &445 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62518,11 +62547,11 @@ paths: application/json: schema: type: array - items: &443 + items: &446 type: object properties: ref: *422 - commit_sha: &451 + commit_sha: &454 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -62534,7 +62563,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *441 + category: *442 error: type: string example: error reading field xyz @@ -62558,7 +62587,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *442 + sarif_id: *445 tool: *429 deletable: type: boolean @@ -62670,7 +62699,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: response: summary: application/json response @@ -62896,7 +62925,7 @@ paths: application/json: schema: type: array - items: &444 + items: &447 title: CodeQL Database description: A CodeQL database. type: object @@ -63049,7 +63078,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *447 examples: default: value: @@ -63081,7 +63110,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &478 + '302': &481 description: Found '403': *431 '404': *6 @@ -63154,7 +63183,7 @@ paths: type: object additionalProperties: false properties: - language: &445 + language: &448 type: string description: The language targeted by the CodeQL query enum: @@ -63234,7 +63263,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &449 + schema: &452 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63244,7 +63273,7 @@ paths: description: The ID of the variant analysis. controller_repo: *57 actor: *4 - query_language: *445 + query_language: *448 query_pack_url: type: string description: The download url for the query pack. @@ -63291,7 +63320,7 @@ paths: items: type: object properties: - repository: &446 + repository: &449 title: Repository Identifier description: Repository Identifier type: object @@ -63327,7 +63356,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &450 + analysis_status: &453 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63359,7 +63388,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &447 + access_mismatch_repos: &450 type: object properties: repository_count: @@ -63373,7 +63402,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *446 + items: *449 required: - repository_count - repositories @@ -63395,8 +63424,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *447 - over_limit_repos: *447 + no_codeql_db_repos: *450 + over_limit_repos: *450 required: - access_mismatch_repos - not_found_repos @@ -63412,7 +63441,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &448 + value: &451 summary: Default response value: id: 1 @@ -63564,10 +63593,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *448 + value: *451 repository_lists: summary: Response for a successful variant analysis submission - value: *448 + value: *451 '404': *6 '422': description: Unable to process variant analysis submission @@ -63608,9 +63637,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: - default: *448 + default: *451 '404': *6 '503': *112 x-github: @@ -63668,7 +63697,7 @@ paths: type: object properties: repository: *57 - analysis_status: *450 + analysis_status: *453 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64073,7 +64102,7 @@ paths: schema: type: object properties: - commit_sha: *451 + commit_sha: *454 ref: type: string description: |- @@ -64131,7 +64160,7 @@ paths: schema: type: object properties: - id: *442 + id: *445 url: type: string description: The REST API URL for checking the status of the upload. @@ -64824,7 +64853,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -64832,7 +64861,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '400': *14 '401': *25 '403': *29 @@ -64962,14 +64991,14 @@ paths: type: integer machines: type: array - items: &672 + items: &675 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 examples: - default: &673 + default: &676 value: total_count: 2 machines: @@ -65180,7 +65209,7 @@ paths: type: integer secrets: type: array - items: &458 + items: &461 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65200,7 +65229,7 @@ paths: - created_at - updated_at examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -65230,9 +65259,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: *457 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65260,9 +65289,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: - default: *459 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65409,7 +65438,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &460 + properties: &463 login: type: string example: octocat @@ -65502,7 +65531,7 @@ paths: user_view_type: type: string example: public - required: &461 + required: &464 - avatar_url - events_url - followers_url @@ -65652,7 +65681,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &528 + schema: &531 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65936,8 +65965,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *460 - required: *461 + properties: *463 + required: *464 nullable: true required: - permission @@ -66003,7 +66032,7 @@ paths: application/json: schema: type: array - items: &462 + items: &465 title: Commit Comment description: Commit Comment type: object @@ -66061,7 +66090,7 @@ paths: - created_at - updated_at examples: - default: &465 + default: &468 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66128,9 +66157,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: &466 + default: &469 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66211,7 +66240,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: default: value: @@ -66510,9 +66539,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: &580 + default: &583 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66608,7 +66637,7 @@ paths: parameters: - *334 - *335 - - &464 + - &467 name: commit_sha description: The SHA of the commit. in: path @@ -66682,7 +66711,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66692,9 +66721,9 @@ paths: application/json: schema: type: array - items: *462 + items: *465 examples: - default: *465 + default: *468 headers: Link: *58 x-github: @@ -66724,7 +66753,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 requestBody: required: true content: @@ -66759,9 +66788,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: *466 + default: *469 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66791,7 +66820,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66801,9 +66830,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: &572 + default: &575 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67344,7 +67373,7 @@ paths: - *335 - *19 - *17 - - &468 + - &471 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -67359,9 +67388,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: - default: &557 + default: &560 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67476,9 +67505,9 @@ paths: parameters: - *334 - *335 - - *468 - - *469 - - *470 + - *471 + - *472 + - *473 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67514,7 +67543,7 @@ paths: type: array items: *412 examples: - default: *471 + default: *474 headers: Link: *58 x-github: @@ -67541,7 +67570,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67549,7 +67578,7 @@ paths: schema: type: integer example: 1 - - *469 + - *472 - *17 - *19 responses: @@ -67769,7 +67798,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67969,7 +67998,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67979,7 +68008,7 @@ paths: application/json: schema: type: array - items: &645 + items: &648 title: Status description: The status of a commit. type: object @@ -68118,20 +68147,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *472 - required: *473 + properties: *475 + required: *476 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &474 + properties: &477 url: type: string format: uri html_url: type: string format: uri - required: &475 + required: &478 - url - html_url nullable: true @@ -68145,26 +68174,26 @@ paths: contributing: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true readme: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true issue_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true pull_request_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true required: - code_of_conduct @@ -68335,8 +68364,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *463 - merge_base_commit: *463 + base_commit: *466 + merge_base_commit: *466 status: type: string enum: @@ -68356,10 +68385,10 @@ paths: example: 6 commits: type: array - items: *463 + items: *466 files: type: array - items: *476 + items: *479 required: - url - html_url @@ -68789,7 +68818,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &477 + response-if-content-is-a-file: &480 summary: Response if content is a file value: type: file @@ -68921,7 +68950,7 @@ paths: - size - type - url - - &585 + - &588 title: Content File description: Content File type: object @@ -69122,7 +69151,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *477 + response-if-content-is-a-file: *480 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69191,7 +69220,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *478 + '302': *481 '304': *37 x-github: githubCloudOnly: false @@ -69308,7 +69337,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &482 title: File Commit description: File Commit type: object @@ -69460,7 +69489,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: example-for-creating-a-file: value: @@ -69514,7 +69543,7 @@ paths: schema: oneOf: - *3 - - &510 + - &513 description: Repository rule violation was detected type: object properties: @@ -69535,7 +69564,7 @@ paths: items: type: object properties: - placeholder_id: &637 + placeholder_id: &640 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69629,7 +69658,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: default: value: @@ -69821,7 +69850,7 @@ paths: schema: type: string - *194 - - *480 + - *483 - *195 - *196 - *52 @@ -69842,7 +69871,7 @@ paths: application/json: schema: type: array - items: &484 + items: &487 type: object description: A Dependabot alert. properties: @@ -69888,7 +69917,7 @@ paths: - unknown - direct - transitive - security_advisory: *481 + security_advisory: *484 security_vulnerability: *56 url: *172 html_url: *173 @@ -69919,8 +69948,8 @@ paths: nullable: true maxLength: 280 fixed_at: *174 - auto_dismissed_at: *482 - dismissal_request: *483 + auto_dismissed_at: *485 + dismissal_request: *486 required: - number - state @@ -70152,7 +70181,7 @@ paths: parameters: - *334 - *335 - - &485 + - &488 name: alert_number in: path description: |- @@ -70167,7 +70196,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70282,7 +70311,7 @@ paths: parameters: - *334 - *335 - - *485 + - *488 requestBody: required: true content: @@ -70327,7 +70356,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70475,7 +70504,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &491 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70535,9 +70564,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: *487 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70565,7 +70594,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: default: value: @@ -71146,7 +71175,7 @@ paths: - version - url additionalProperties: false - metadata: &489 + metadata: &492 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71179,7 +71208,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *489 + metadata: *492 resolved: type: object description: A collection of resolved package dependencies. @@ -71192,7 +71221,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *489 + metadata: *492 relationship: type: string description: A notation of whether a dependency is requested @@ -71362,9 +71391,9 @@ paths: application/json: schema: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *58 x-github: @@ -71512,7 +71541,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: simple-example: summary: Simple example @@ -71587,7 +71616,7 @@ paths: parameters: - *334 - *335 - - &492 + - &495 name: deployment_id description: deployment_id parameter in: path @@ -71599,7 +71628,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: default: value: @@ -71666,7 +71695,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 responses: '204': description: Response @@ -71690,7 +71719,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - *17 - *19 responses: @@ -71700,7 +71729,7 @@ paths: application/json: schema: type: array - items: &493 + items: &496 title: Deployment Status description: The status of a deployment. type: object @@ -71863,7 +71892,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 requestBody: required: true content: @@ -71938,9 +71967,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: &494 + default: &497 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -71998,7 +72027,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - name: status_id in: path required: true @@ -72009,9 +72038,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: *494 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -72112,7 +72141,7 @@ paths: type: integer environments: type: array - items: &496 + items: &499 title: Environment description: Details of a deployment environment type: object @@ -72164,7 +72193,7 @@ paths: type: type: string example: wait_timer - wait_timer: &498 + wait_timer: &501 type: integer example: 30 description: The amount of time to delay a job after @@ -72201,7 +72230,7 @@ paths: items: type: object properties: - type: *495 + type: *498 reviewer: anyOf: - *4 @@ -72225,7 +72254,7 @@ paths: - id - node_id - type - deployment_branch_policy: &499 + deployment_branch_policy: &502 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72343,7 +72372,7 @@ paths: parameters: - *334 - *335 - - &497 + - &500 name: environment_name in: path required: true @@ -72356,9 +72385,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: &500 + default: &503 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72444,7 +72473,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: false content: @@ -72453,7 +72482,7 @@ paths: type: object nullable: true properties: - wait_timer: *498 + wait_timer: *501 prevent_self_review: type: boolean example: false @@ -72470,13 +72499,13 @@ paths: items: type: object properties: - type: *495 + type: *498 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *499 + deployment_branch_policy: *502 additionalProperties: false examples: default: @@ -72496,9 +72525,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: *500 + default: *503 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72524,7 +72553,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '204': description: Default response @@ -72551,7 +72580,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -72569,7 +72598,7 @@ paths: example: 2 branch_policies: type: array - items: &501 + items: &504 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -72628,7 +72657,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -72674,9 +72703,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - example-wildcard: &502 + example-wildcard: &505 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -72720,8 +72749,8 @@ paths: parameters: - *334 - *335 - - *497 - - &503 + - *500 + - &506 name: branch_policy_id in: path required: true @@ -72733,9 +72762,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72756,8 +72785,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 requestBody: required: true content: @@ -72785,9 +72814,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72808,8 +72837,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 responses: '204': description: Response @@ -72834,7 +72863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *497 + - *500 - *335 - *334 responses: @@ -72852,7 +72881,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &504 + items: &507 title: Deployment protection rule description: Deployment protection rule type: object @@ -72871,7 +72900,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &505 + app: &508 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -72970,7 +72999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *497 + - *500 - *335 - *334 requestBody: @@ -72993,9 +73022,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *504 + schema: *507 examples: - default: &506 + default: &509 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73030,7 +73059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - *19 @@ -73051,7 +73080,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *505 + items: *508 examples: default: value: @@ -73088,8 +73117,8 @@ paths: parameters: - *334 - *335 - - *497 - - &507 + - *500 + - &510 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73101,9 +73130,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: - default: *506 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73124,10 +73153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - - *507 + - *510 responses: '204': description: Response @@ -73155,7 +73184,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -73202,7 +73231,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '200': description: Response @@ -73234,7 +73263,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '200': @@ -73243,7 +73272,7 @@ paths: application/json: schema: *379 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73267,7 +73296,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 requestBody: required: true @@ -73327,7 +73356,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '204': @@ -73355,7 +73384,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *350 - *19 responses: @@ -73400,7 +73429,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -73454,7 +73483,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *162 responses: '200': @@ -73463,7 +73492,7 @@ paths: application/json: schema: *383 examples: - default: *509 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73487,7 +73516,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 requestBody: required: true content: @@ -73532,7 +73561,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 responses: '204': description: Response @@ -73900,7 +73929,7 @@ paths: schema: oneOf: - *120 - - *510 + - *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74135,7 +74164,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &514 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74351,13 +74380,13 @@ paths: parameters: - *334 - *335 - - *464 + - *467 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -74415,7 +74444,7 @@ paths: parameters: - *334 - *335 - - &512 + - &515 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -74432,7 +74461,7 @@ paths: application/json: schema: type: array - items: &513 + items: &516 title: Git Reference description: Git references within a repository type: object @@ -74509,15 +74538,15 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '200': description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: &514 + default: &517 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74576,9 +74605,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74606,7 +74635,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 requestBody: required: true content: @@ -74635,9 +74664,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 '422': *15 '409': *51 x-github: @@ -74657,7 +74686,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '204': description: Response @@ -74780,7 +74809,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &519 title: Git Tag description: Metadata for a Git tag type: object @@ -74831,7 +74860,7 @@ paths: - sha - type - url - verification: *515 + verification: *518 required: - sha - url @@ -74841,7 +74870,7 @@ paths: - tag - message examples: - default: &517 + default: &520 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -74926,9 +74955,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *519 examples: - default: *517 + default: *520 '404': *6 '409': *51 x-github: @@ -75026,7 +75055,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &521 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75146,7 +75175,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: default-response: summary: Default response @@ -75216,7 +75245,7 @@ paths: application/json: schema: type: array - items: &519 + items: &522 title: Webhook description: Webhooks for repositories. type: object @@ -75270,7 +75299,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &760 + last_response: &763 title: Hook Response type: object properties: @@ -75397,9 +75426,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: &520 + default: &523 value: type: Repository id: 12345678 @@ -75455,9 +75484,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '404': *6 x-github: githubCloudOnly: false @@ -75524,9 +75553,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '422': *15 '404': *6 x-github: @@ -75921,7 +75950,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &524 title: Import description: A repository import from an external source. type: object @@ -76020,7 +76049,7 @@ paths: - html_url - authors_url examples: - default: &524 + default: &527 value: vcs: subversion use_lfs: true @@ -76036,7 +76065,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &522 + '503': &525 description: Unavailable due to service under maintenance. content: application/json: @@ -76114,7 +76143,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: default: value: @@ -76139,7 +76168,7 @@ paths: type: string '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76217,7 +76246,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: example-1: summary: Example 1 @@ -76265,7 +76294,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76293,7 +76322,7 @@ paths: responses: '204': description: Response - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76321,7 +76350,7 @@ paths: parameters: - *334 - *335 - - &694 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76335,7 +76364,7 @@ paths: application/json: schema: type: array - items: &523 + items: &526 title: Porter Author description: Porter Author type: object @@ -76389,7 +76418,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76445,7 +76474,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *526 examples: default: value: @@ -76458,7 +76487,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76524,7 +76553,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76580,11 +76609,11 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: - default: *524 + default: *527 '422': *15 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76616,7 +76645,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 '301': *338 '404': *6 x-github: @@ -76651,7 +76680,7 @@ paths: properties: {} additionalProperties: false examples: - default: &527 + default: &530 value: limit: collaborators_only origin: repository @@ -76682,7 +76711,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: summary: Example request body @@ -76696,7 +76725,7 @@ paths: application/json: schema: *222 examples: - default: *527 + default: *530 '409': description: Response x-github: @@ -76753,9 +76782,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: &687 + default: &690 value: - id: 1 repository: @@ -76917,7 +76946,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -77155,7 +77184,7 @@ paths: type: array items: *74 examples: - default: &538 + default: &541 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77417,7 +77446,7 @@ paths: application/json: schema: *74 examples: - default: &535 + default: &538 value: id: 1 node_id: MDU6SXNzdWUx @@ -77573,7 +77602,7 @@ paths: '422': *15 '503': *112 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -77623,9 +77652,9 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: &537 + default: &540 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77691,9 +77720,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: &531 + default: &534 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77771,9 +77800,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 '422': *15 x-github: githubCloudOnly: false @@ -77963,7 +77992,7 @@ paths: application/json: schema: type: array - items: &534 + items: &537 title: Issue Event description: Issue Event type: object @@ -78006,8 +78035,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *532 - required: *533 + properties: *535 + required: *536 nullable: true label: title: Issue Event Label @@ -78326,7 +78355,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *537 examples: default: value: @@ -78518,7 +78547,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *529 + '410': *532 '403': *29 x-github: githubCloudOnly: false @@ -78554,7 +78583,7 @@ paths: parameters: - *334 - *335 - - &536 + - &539 name: issue_number description: The number that identifies the issue. in: path @@ -78568,10 +78597,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 '304': *37 x-github: githubCloudOnly: false @@ -78598,7 +78627,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78704,13 +78733,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '422': *15 '503': *112 '403': *29 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78730,7 +78759,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78758,7 +78787,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78776,7 +78805,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: content: application/json: @@ -78803,7 +78832,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78827,7 +78856,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: assignee in: path required: true @@ -78869,7 +78898,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *81 - *17 - *19 @@ -78880,13 +78909,13 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: *537 + default: *540 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78917,7 +78946,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -78939,16 +78968,16 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -78978,7 +79007,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -78990,12 +79019,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79025,7 +79054,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -79049,7 +79078,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -79057,7 +79086,7 @@ paths: type: string '301': *338 '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -79090,7 +79119,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -79104,13 +79133,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -79138,7 +79167,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79150,12 +79179,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79174,7 +79203,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79188,7 +79217,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &540 + - &543 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79242,7 +79271,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &544 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79378,7 +79407,7 @@ paths: - performed_via_github_app - assignee - assigner - - &542 + - &545 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79429,7 +79458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &546 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79480,7 +79509,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &544 + - &547 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79534,7 +79563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &545 + - &548 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79581,7 +79610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &546 + - &549 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79628,7 +79657,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &547 + - &550 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79688,7 +79717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &551 title: Locked Issue Event description: Locked Issue Event type: object @@ -79736,7 +79765,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &549 + - &552 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -79802,7 +79831,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &553 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -79868,7 +79897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &554 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -79934,7 +79963,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &555 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80025,7 +80054,7 @@ paths: color: red headers: Link: *58 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80044,7 +80073,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80056,7 +80085,7 @@ paths: type: array items: *73 examples: - default: &539 + default: &542 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80076,7 +80105,7 @@ paths: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80095,7 +80124,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80156,10 +80185,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80178,7 +80207,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80240,10 +80269,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80262,13 +80291,13 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80289,7 +80318,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: name in: path required: true @@ -80315,7 +80344,7 @@ paths: default: true '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80337,7 +80366,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80365,7 +80394,7 @@ paths: '204': description: Response '403': *29 - '410': *529 + '410': *532 '404': *6 '422': *15 x-github: @@ -80385,7 +80414,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response @@ -80417,7 +80446,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '200': description: Response @@ -80425,10 +80454,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80447,7 +80476,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -80479,7 +80508,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80499,7 +80528,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80564,7 +80593,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *332 responses: '204': @@ -80596,7 +80625,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80620,7 +80649,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80655,7 +80684,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80667,11 +80696,11 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80701,7 +80730,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80730,14 +80759,14 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -80759,7 +80788,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80792,7 +80821,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '403': *29 '404': *6 '422': *7 @@ -80816,7 +80845,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80831,9 +80860,6 @@ paths: description: Timeline Event type: object anyOf: - - *540 - - *541 - - *542 - *543 - *544 - *545 @@ -80844,6 +80870,9 @@ paths: - *550 - *551 - *552 + - *553 + - *554 + - *555 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81152,7 +81181,7 @@ paths: type: string comments: type: array - items: &574 + items: &577 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81361,7 +81390,7 @@ paths: type: string comments: type: array - items: *462 + items: *465 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81650,7 +81679,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81678,7 +81707,7 @@ paths: application/json: schema: type: array - items: &553 + items: &556 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -81781,9 +81810,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: &554 + default: &557 value: id: 1 key: ssh-rsa AAA... @@ -81819,7 +81848,7 @@ paths: parameters: - *334 - *335 - - &555 + - &558 name: key_id description: The unique identifier of the key. in: path @@ -81831,9 +81860,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: *554 + default: *557 '404': *6 x-github: githubCloudOnly: false @@ -81853,7 +81882,7 @@ paths: parameters: - *334 - *335 - - *555 + - *558 responses: '204': description: Response @@ -81886,7 +81915,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 '404': *6 @@ -81946,7 +81975,7 @@ paths: application/json: schema: *73 examples: - default: &556 + default: &559 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81992,7 +82021,7 @@ paths: application/json: schema: *73 examples: - default: *556 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -82390,9 +82419,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *463 + schema: *466 examples: - default: *557 + default: *560 '204': description: Response when already merged '404': @@ -82459,7 +82488,7 @@ paths: application/json: schema: type: array - items: &558 + items: &561 title: Milestone description: A collection of related issues and pull requests. type: object @@ -82561,9 +82590,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: &559 + default: &562 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82624,7 +82653,7 @@ paths: parameters: - *334 - *335 - - &560 + - &563 name: milestone_number description: The number that identifies the milestone. in: path @@ -82636,9 +82665,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 '404': *6 x-github: githubCloudOnly: false @@ -82657,7 +82686,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 requestBody: required: false content: @@ -82695,9 +82724,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82715,7 +82744,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 responses: '204': description: Response @@ -82738,7 +82767,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 - *17 - *19 responses: @@ -82750,7 +82779,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 x-github: @@ -82771,10 +82800,10 @@ paths: parameters: - *334 - *335 - - *561 - - *562 + - *564 + - *565 - *81 - - *563 + - *566 - *17 - *19 responses: @@ -82786,7 +82815,7 @@ paths: type: array items: *101 examples: - default: *564 + default: *567 headers: Link: *58 x-github: @@ -82876,7 +82905,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &568 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83001,7 +83030,7 @@ paths: - custom_404 - public examples: - default: &566 + default: &569 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83097,9 +83126,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *568 examples: - default: *566 + default: *569 '422': *15 '409': *51 x-github: @@ -83260,7 +83289,7 @@ paths: application/json: schema: type: array - items: &567 + items: &570 title: Page Build description: Page Build type: object @@ -83407,9 +83436,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: &568 + default: &571 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83469,9 +83498,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83599,7 +83628,7 @@ paths: parameters: - *334 - *335 - - &569 + - &572 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -83659,7 +83688,7 @@ paths: parameters: - *334 - *335 - - *569 + - *572 responses: '204': *183 '404': *6 @@ -84039,7 +84068,7 @@ paths: type: array items: *110 examples: - default: *570 + default: *573 '403': *29 '404': *6 x-github: @@ -84078,7 +84107,7 @@ paths: required: - properties examples: - default: *571 + default: *574 responses: '204': description: No Content when custom property values are successfully created @@ -84177,9 +84206,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: *572 + default: *575 headers: Link: *58 '304': *37 @@ -84277,7 +84306,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &579 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84491,7 +84520,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: *573 + auto_merge: *576 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -84583,7 +84612,7 @@ paths: - merged_by - review_comments examples: - default: &577 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85140,9 +85169,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: &579 + default: &582 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85227,9 +85256,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: &575 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85328,9 +85357,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: *575 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85533,7 +85562,7 @@ paths: parameters: - *334 - *335 - - &578 + - &581 name: pull_number description: The number that identifies the pull request. in: path @@ -85546,9 +85575,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '304': *37 '404': *6 '406': @@ -85585,7 +85614,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -85627,9 +85656,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '422': *15 '403': *29 x-github: @@ -85653,7 +85682,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85715,7 +85744,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -85723,7 +85752,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -85755,7 +85784,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *98 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -85776,9 +85805,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: *579 + default: *582 headers: Link: *58 x-github: @@ -85813,7 +85842,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85918,7 +85947,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: example-for-a-multi-line-comment: value: @@ -86008,7 +86037,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *90 requestBody: required: true @@ -86031,7 +86060,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: default: value: @@ -86119,7 +86148,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86129,9 +86158,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: *580 + default: *583 headers: Link: *58 x-github: @@ -86163,7 +86192,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86173,7 +86202,7 @@ paths: application/json: schema: type: array - items: *476 + items: *479 examples: default: value: @@ -86213,7 +86242,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '204': description: Response if pull request has been merged @@ -86238,7 +86267,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86351,7 +86380,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '200': description: Response @@ -86428,7 +86457,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86465,7 +86494,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87003,7 +87032,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -87037,7 +87066,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87544,7 +87573,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -87554,7 +87583,7 @@ paths: application/json: schema: type: array - items: &581 + items: &584 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -87707,7 +87736,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -87793,9 +87822,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &583 + default: &586 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87860,8 +87889,8 @@ paths: parameters: - *334 - *335 - - *578 - - &582 + - *581 + - &585 name: review_id description: The unique identifier of the review. in: path @@ -87873,9 +87902,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &584 + default: &587 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87936,8 +87965,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -87960,7 +87989,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88024,16 +88053,16 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 responses: '200': description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *583 + default: *586 '422': *7 '404': *6 x-github: @@ -88062,8 +88091,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 - *17 - *19 responses: @@ -88300,8 +88329,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88329,7 +88358,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88394,8 +88423,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88430,9 +88459,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *584 + default: *587 '404': *6 '422': *7 '403': *29 @@ -88456,7 +88485,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -88533,9 +88562,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: &586 + default: &589 value: type: file encoding: base64 @@ -88598,9 +88627,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: *586 + default: *589 '404': *6 '422': *15 x-github: @@ -88633,7 +88662,7 @@ paths: application/json: schema: type: array - items: *587 + items: *590 examples: default: value: @@ -88804,9 +88833,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: &591 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -88913,7 +88942,7 @@ paths: parameters: - *334 - *335 - - &589 + - &592 name: asset_id description: The unique identifier of the asset. in: path @@ -88925,9 +88954,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: &590 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -88962,7 +88991,7 @@ paths: type: User site_admin: false '404': *6 - '302': *478 + '302': *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88980,7 +89009,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 requestBody: required: false content: @@ -89008,9 +89037,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: *590 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89028,7 +89057,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 responses: '204': description: Response @@ -89145,9 +89174,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89178,9 +89207,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -89204,7 +89233,7 @@ paths: parameters: - *334 - *335 - - &592 + - &595 name: release_id description: The unique identifier of the release. in: path @@ -89218,9 +89247,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '401': description: Unauthorized x-github: @@ -89240,7 +89269,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: false content: @@ -89304,9 +89333,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': description: Not Found if the discussion category name is invalid content: @@ -89329,7 +89358,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 responses: '204': description: Response @@ -89351,7 +89380,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *17 - *19 responses: @@ -89361,7 +89390,7 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: default: value: @@ -89444,7 +89473,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: name in: query required: true @@ -89470,7 +89499,7 @@ paths: description: Response for successful upload content: application/json: - schema: *588 + schema: *591 examples: response-for-successful-upload: value: @@ -89527,7 +89556,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -89576,7 +89605,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: true content: @@ -89639,7 +89668,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *332 responses: '204': @@ -89683,7 +89712,7 @@ paths: oneOf: - allOf: - *286 - - &593 + - &596 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89704,67 +89733,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *287 - - *593 + - *596 - allOf: - *288 - - *593 + - *596 - allOf: - *289 - - *593 + - *596 - allOf: - - *594 - - *593 + - *597 + - *596 - allOf: - *290 - - *593 + - *596 - allOf: - *291 - - *593 + - *596 - allOf: - *292 - - *593 + - *596 - allOf: - *293 - - *593 + - *596 - allOf: - *294 - - *593 + - *596 - allOf: - *295 - - *593 + - *596 - allOf: - *296 - - *593 + - *596 - allOf: - *297 - - *593 + - *596 - allOf: - *298 - - *593 + - *596 - allOf: - *299 - - *593 + - *596 - allOf: - *300 - - *593 + - *596 - allOf: - *301 - - *593 + - *596 - allOf: - *302 - - *593 + - *596 - allOf: - *303 - - *593 + - *596 - allOf: - *304 - - *593 + - *596 - allOf: - *305 - - *593 + - *596 - allOf: - *306 - - *593 + - *596 examples: default: value: @@ -89815,7 +89844,7 @@ paths: schema: type: boolean default: true - - *595 + - *598 responses: '200': description: Response @@ -89900,7 +89929,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *596 + items: *599 required: - name - enforcement @@ -89933,7 +89962,7 @@ paths: application/json: schema: *307 examples: - default: &606 + default: &609 value: id: 42 name: super cool ruleset @@ -89982,10 +90011,10 @@ paths: parameters: - *334 - *335 - - *597 - - *598 - - *599 - *600 + - *601 + - *602 + - *603 - *17 - *19 responses: @@ -89993,9 +90022,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 '404': *6 '500': *111 x-github: @@ -90018,15 +90047,15 @@ paths: parameters: - *334 - *335 - - *603 + - *606 responses: '200': description: Response content: application/json: - schema: *604 + schema: *607 examples: - default: *605 + default: *608 '404': *6 '500': *111 x-github: @@ -90077,7 +90106,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 put: @@ -90130,7 +90159,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *596 + items: *599 examples: default: value: @@ -90160,7 +90189,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 delete: @@ -90221,7 +90250,7 @@ paths: type: array items: *310 examples: - default: *607 + default: *610 '404': *6 '500': *111 x-github: @@ -90259,7 +90288,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: default: value: @@ -90316,20 +90345,20 @@ paths: parameters: - *334 - *335 - - *609 - - *610 - - *611 - *612 - *613 - - *52 - - *19 - - *17 - *614 - *615 - *616 + - *52 + - *19 + - *17 - *617 - *618 - *619 + - *620 + - *621 + - *622 responses: '200': description: Response @@ -90337,7 +90366,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 type: object properties: number: *169 @@ -90356,8 +90385,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolved_at: type: string format: date-time @@ -90453,7 +90482,7 @@ paths: pull request. ' - oneOf: *622 + oneOf: *625 nullable: true has_more_locations: type: boolean @@ -90605,13 +90634,13 @@ paths: - *334 - *335 - *432 - - *619 + - *622 responses: '200': description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90675,8 +90704,8 @@ paths: schema: type: object properties: - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -90710,7 +90739,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90818,7 +90847,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &785 type: object properties: type: @@ -90844,9 +90873,6 @@ paths: example: commit details: oneOf: - - *624 - - *625 - - *626 - *627 - *628 - *629 @@ -90857,6 +90883,9 @@ paths: - *634 - *635 - *636 + - *637 + - *638 + - *639 examples: default: value: @@ -90951,14 +90980,14 @@ paths: schema: type: object properties: - reason: &638 + reason: &641 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *637 + placeholder_id: *640 required: - reason - placeholder_id @@ -90975,7 +91004,7 @@ paths: schema: type: object properties: - reason: *638 + reason: *641 expire_at: type: string format: date-time @@ -91037,7 +91066,7 @@ paths: properties: incremental_scans: type: array - items: &639 + items: &642 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91063,15 +91092,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *639 + items: *642 backfill_scans: type: array - items: *639 + items: *642 custom_pattern_backfill_scans: type: array items: allOf: - - *639 + - *642 - type: object properties: pattern_name: @@ -91186,9 +91215,9 @@ paths: application/json: schema: type: array - items: *640 + items: *643 examples: - default: *641 + default: *644 '400': *14 '404': *6 x-github: @@ -91372,9 +91401,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: &643 + default: &646 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -91712,7 +91741,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: default: value: @@ -91861,15 +91890,15 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '200': description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 + default: *646 '403': *29 '404': *6 x-github: @@ -91895,7 +91924,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 requestBody: required: true content: @@ -92054,10 +92083,10 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 - add_credit: *643 + default: *646 + add_credit: *646 '403': *29 '404': *6 '422': @@ -92097,7 +92126,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': *39 '400': *14 @@ -92126,7 +92155,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': description: Response @@ -92270,7 +92299,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -92643,7 +92672,7 @@ paths: application/json: schema: type: array - items: *644 + items: *647 examples: default: value: @@ -92731,7 +92760,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *648 examples: default: value: @@ -92825,7 +92854,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &646 + schema: &649 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -92920,7 +92949,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -93057,7 +93086,7 @@ paths: application/json: schema: type: array - items: &647 + items: &650 title: Tag protection description: Tag protection type: object @@ -93133,7 +93162,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *650 examples: default: value: @@ -93281,7 +93310,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &651 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93293,7 +93322,7 @@ paths: required: - names examples: - default: &649 + default: &652 value: names: - octocat @@ -93348,9 +93377,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: - default: *649 + default: *652 '404': *6 '422': *7 x-github: @@ -93373,7 +93402,7 @@ paths: parameters: - *334 - *335 - - &650 + - &653 name: per description: The time frame to display results for. in: query @@ -93402,7 +93431,7 @@ paths: example: 128 clones: type: array - items: &651 + items: &654 title: Traffic type: object properties: @@ -93643,7 +93672,7 @@ paths: parameters: - *334 - *335 - - *650 + - *653 responses: '200': description: Response @@ -93662,7 +93691,7 @@ paths: example: 3782 views: type: array - items: *651 + items: *654 required: - uniques - count @@ -94431,7 +94460,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &652 + text_matches: &655 title: Search Result Text Matches type: array items: @@ -94593,7 +94622,7 @@ paths: enum: - author-date - committer-date - - &653 + - &656 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 @@ -94684,7 +94713,7 @@ paths: url: type: string format: uri - verification: *515 + verification: *518 required: - author - committer @@ -94721,7 +94750,7 @@ paths: type: number node_id: type: string - text_matches: *652 + text_matches: *655 required: - sha - node_id @@ -94913,7 +94942,7 @@ paths: - interactions - created - updated - - *653 + - *656 - *17 - *19 - name: advanced_search @@ -95010,11 +95039,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: type: string state_reason: @@ -95046,7 +95075,7 @@ paths: type: string format: date-time nullable: true - text_matches: *652 + text_matches: *655 pull_request: type: object properties: @@ -95271,7 +95300,7 @@ paths: enum: - created - updated - - *653 + - *656 - *17 - *19 responses: @@ -95315,7 +95344,7 @@ paths: nullable: true score: type: number - text_matches: *652 + text_matches: *655 required: - id - node_id @@ -95400,7 +95429,7 @@ paths: - forks - help-wanted-issues - updated - - *653 + - *656 - *17 - *19 responses: @@ -95639,7 +95668,7 @@ paths: - admin - pull - push - text_matches: *652 + text_matches: *655 temp_clone_token: type: string allow_merge_commit: @@ -95939,7 +95968,7 @@ paths: type: string format: uri nullable: true - text_matches: *652 + text_matches: *655 related: type: array nullable: true @@ -96130,7 +96159,7 @@ paths: - followers - repositories - joined - - *653 + - *656 - *17 - *19 responses: @@ -96234,7 +96263,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *652 + text_matches: *655 blog: type: string nullable: true @@ -96313,7 +96342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &657 + - &660 name: team_id description: The unique identifier of the team. in: path @@ -96354,7 +96383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96454,7 +96483,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *657 + - *660 responses: '204': description: Response @@ -96485,7 +96514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *657 + - *660 - *52 - *17 - *19 @@ -96498,7 +96527,7 @@ paths: type: array items: *323 examples: - default: *658 + default: *661 headers: Link: *58 x-github: @@ -96527,7 +96556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96590,7 +96619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '200': @@ -96624,7 +96653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: false @@ -96650,7 +96679,7 @@ paths: application/json: schema: *323 examples: - default: *659 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96675,7 +96704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '204': @@ -96705,7 +96734,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *657 + - *660 - *325 - *52 - *17 @@ -96719,7 +96748,7 @@ paths: type: array items: *326 examples: - default: *660 + default: *663 headers: Link: *58 x-github: @@ -96748,7 +96777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -96800,7 +96829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96835,7 +96864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -96861,7 +96890,7 @@ paths: application/json: schema: *326 examples: - default: *661 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96886,7 +96915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96917,7 +96946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 - name: content @@ -96976,7 +97005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -97038,7 +97067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -97096,7 +97125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -97155,7 +97184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97193,7 +97222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *657 + - *660 - name: role description: Filters members returned by their role in the team. in: query @@ -97244,7 +97273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97281,7 +97310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97321,7 +97350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97358,7 +97387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '200': @@ -97367,7 +97396,7 @@ paths: application/json: schema: *333 examples: - response-if-user-is-a-team-maintainer: *662 + response-if-user-is-a-team-maintainer: *665 '404': *6 x-github: githubCloudOnly: false @@ -97400,7 +97429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 requestBody: required: false @@ -97428,7 +97457,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: *663 + response-if-users-membership-with-team-is-now-pending: *666 '403': description: Forbidden if team synchronization is set up '422': @@ -97462,7 +97491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97490,7 +97519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97532,7 +97561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97540,7 +97569,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *664 + schema: *667 examples: alternative-response-with-extra-repository-information: value: @@ -97691,7 +97720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *657 + - *660 - *334 - *335 requestBody: @@ -97743,7 +97772,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97770,7 +97799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97782,7 +97811,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: *665 + response-if-child-teams-exist: *668 headers: Link: *58 '404': *6 @@ -97815,7 +97844,7 @@ paths: application/json: schema: oneOf: - - &667 + - &670 title: Private User description: Private User type: object @@ -98018,7 +98047,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *666 + - *669 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -98171,7 +98200,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *670 examples: default: value: @@ -98517,7 +98546,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98525,7 +98554,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -98569,7 +98598,7 @@ paths: type: integer secrets: type: array - items: &668 + items: &671 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -98609,7 +98638,7 @@ paths: - visibility - selected_repositories_url examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -98685,7 +98714,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *671 examples: default: value: @@ -98831,7 +98860,7 @@ paths: type: array items: *151 examples: - default: *669 + default: *672 '401': *25 '403': *29 '404': *6 @@ -98983,7 +99012,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '401': *25 @@ -99041,7 +99070,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -99098,7 +99127,7 @@ paths: description: Response content: application/json: - schema: &670 + schema: &673 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -99139,7 +99168,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &671 + default: &674 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -99184,9 +99213,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *673 examples: - default: *671 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -99223,9 +99252,9 @@ paths: type: integer machines: type: array - items: *672 + items: *675 examples: - default: *673 + default: *676 '304': *37 '500': *111 '401': *25 @@ -99309,8 +99338,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -100092,7 +100121,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '400': *14 @@ -100132,7 +100161,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '500': *111 '401': *25 '403': *29 @@ -100164,7 +100193,7 @@ paths: type: array items: *245 examples: - default: &684 + default: &687 value: - id: 197 name: hello_docker @@ -100265,7 +100294,7 @@ paths: application/json: schema: type: array - items: &674 + items: &677 title: Email description: Email type: object @@ -100330,9 +100359,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: &686 + default: &689 value: - email: octocat@github.com verified: true @@ -100407,7 +100436,7 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: default: value: @@ -100663,7 +100692,7 @@ paths: application/json: schema: type: array - items: &675 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -100794,7 +100823,7 @@ paths: - subkeys - revoked examples: - default: &700 + default: &703 value: - id: 3 name: Octocat's GPG Key @@ -100879,9 +100908,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: &676 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -100938,7 +100967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &677 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -100950,9 +100979,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '404': *6 '304': *37 '403': *29 @@ -100975,7 +101004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *677 + - *680 responses: '204': description: Response @@ -101280,7 +101309,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -101430,7 +101459,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Key description: Key type: object @@ -101531,9 +101560,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101566,15 +101595,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '200': description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 '304': *37 '403': *29 @@ -101597,7 +101626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '204': description: Response @@ -101630,7 +101659,7 @@ paths: application/json: schema: type: array - items: &680 + items: &683 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -101698,7 +101727,7 @@ paths: - account - plan examples: - default: &681 + default: &684 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -101760,9 +101789,9 @@ paths: application/json: schema: type: array - items: *680 + items: *683 examples: - default: *681 + default: *684 headers: Link: *58 '304': *37 @@ -102757,7 +102786,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *239 - - *682 + - *685 responses: '204': description: Response @@ -102872,7 +102901,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *19 - *17 responses: @@ -102884,8 +102913,8 @@ paths: type: array items: *245 examples: - default: *684 - '400': *685 + default: *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102914,7 +102943,7 @@ paths: application/json: schema: *245 examples: - default: &701 + default: &704 value: id: 40201 name: octo-name @@ -103276,9 +103305,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: *686 + default: *689 headers: Link: *58 '304': *37 @@ -103391,7 +103420,7 @@ paths: type: array items: *70 examples: - default: &693 + default: &696 summary: Default response value: - id: 1296269 @@ -103735,9 +103764,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: *687 + default: *690 headers: Link: *58 '304': *37 @@ -103816,7 +103845,7 @@ paths: application/json: schema: type: array - items: &688 + items: &691 title: Social account description: Social media account type: object @@ -103831,7 +103860,7 @@ paths: - provider - url examples: - default: &689 + default: &692 value: - provider: twitter url: https://twitter.com/github @@ -103893,9 +103922,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 '422': *15 '304': *37 '404': *6 @@ -103982,7 +104011,7 @@ paths: application/json: schema: type: array - items: &690 + items: &693 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -104002,7 +104031,7 @@ paths: - title - created_at examples: - default: &718 + default: &721 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104066,9 +104095,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: &691 + default: &694 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104098,7 +104127,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: - - &692 + - &695 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -104110,9 +104139,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '404': *6 '304': *37 '403': *29 @@ -104135,7 +104164,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: - - *692 + - *695 responses: '204': description: Response @@ -104164,7 +104193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &719 + - &722 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 @@ -104189,11 +104218,11 @@ paths: type: array items: *70 examples: - default-response: *693 + default-response: *696 application/vnd.github.v3.star+json: schema: type: array - items: &720 + items: &723 title: Starred Repository description: Starred Repository type: object @@ -104562,10 +104591,10 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: &695 + default-response: &698 summary: Default response value: login: octocat @@ -104600,7 +104629,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &696 + response-with-git-hub-plan-information: &699 summary: Response with GitHub plan information value: login: octocat @@ -104722,7 +104751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *694 + - *697 - *17 responses: '200': @@ -104771,11 +104800,11 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: *695 - response-with-git-hub-plan-information: *696 + default-response: *698 + response-with-git-hub-plan-information: *699 '404': *6 x-github: githubCloudOnly: false @@ -104825,8 +104854,8 @@ paths: required: - subject_digests examples: - default: *697 - withPredicateType: *698 + default: *700 + withPredicateType: *701 responses: '200': description: Response @@ -104879,7 +104908,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *699 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105125,7 +105154,7 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 x-github: @@ -105509,9 +105538,9 @@ paths: application/json: schema: type: array - items: *675 + items: *678 examples: - default: *700 + default: *703 headers: Link: *58 x-github: @@ -105615,7 +105644,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105739,7 +105768,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *63 - *19 - *17 @@ -105752,10 +105781,10 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 - '400': *685 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105785,7 +105814,7 @@ paths: application/json: schema: *245 examples: - default: *701 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106134,7 +106163,7 @@ paths: type: array items: *267 examples: - default: *702 + default: *705 headers: Link: *58 '304': *37 @@ -106194,7 +106223,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *703 + items: *706 required: - name - data_type @@ -106210,7 +106239,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *704 + iteration_configuration: *707 required: - name - data_type @@ -106232,8 +106261,8 @@ paths: value: name: Due date data_type: date - single_select_field: *705 - iteration_field: *706 + single_select_field: *708 + iteration_field: *709 responses: '201': description: Response @@ -106241,11 +106270,11 @@ paths: application/json: schema: *267 examples: - text_field: *707 - number_field: *708 - date_field: *709 - single_select_field: *710 - iteration_field: *711 + text_field: *710 + number_field: *711 + date_field: *712 + single_select_field: *713 + iteration_field: *714 '304': *37 '403': *29 '401': *25 @@ -106267,7 +106296,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *263 - - *712 + - *715 - *63 responses: '200': @@ -106276,7 +106305,7 @@ paths: application/json: schema: *267 examples: - default: *713 + default: *716 headers: Link: *58 '304': *37 @@ -106807,7 +106836,7 @@ paths: - *114 - *116 - *115 - - *714 + - *717 - *117 responses: '200': @@ -106938,7 +106967,7 @@ paths: parameters: - *63 - *114 - - *715 + - *718 - *115 responses: '200': @@ -107037,9 +107066,9 @@ paths: - *114 - *116 - *115 - - *716 + - *719 - *117 - - *717 + - *720 responses: '200': description: Response when getting a billing usage summary @@ -107173,9 +107202,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 headers: Link: *58 x-github: @@ -107205,9 +107234,9 @@ paths: application/json: schema: type: array - items: *690 + items: *693 examples: - default: *718 + default: *721 headers: Link: *58 x-github: @@ -107232,7 +107261,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *63 - - *719 + - *722 - *52 - *17 - *19 @@ -107244,11 +107273,11 @@ paths: schema: anyOf: - type: array - items: *720 + items: *723 - type: array items: *70 examples: - default-response: *693 + default-response: *696 headers: Link: *58 x-github: @@ -107407,7 +107436,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &721 + enterprise: &724 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -107465,7 +107494,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &722 + installation: &725 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -107484,7 +107513,7 @@ x-webhooks: required: - id - node_id - organization: &723 + organization: &726 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -107544,13 +107573,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &724 + repository: &727 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: &754 + properties: &757 id: description: Unique identifier of the repository example: 42 @@ -108233,7 +108262,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &755 + required: &758 - archive_url - assignees_url - blobs_url @@ -108384,10 +108413,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -108463,11 +108492,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: &725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: &728 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) @@ -108690,11 +108719,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108877,11 +108906,11 @@ x-webhooks: - everyone required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108965,7 +108994,7 @@ x-webhooks: type: string enum: - completed - check_run: &727 + check_run: &730 title: CheckRun description: A check performed on the code of a given code change type: object @@ -109056,7 +109085,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *726 + deployment: *729 details_url: example: https://example.com type: string @@ -109141,10 +109170,10 @@ x-webhooks: - output - app - pull_requests - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109537,11 +109566,11 @@ x-webhooks: type: string enum: - created - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109937,11 +109966,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 requested_action: description: The action requested by the user. type: object @@ -110346,11 +110375,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -111327,10 +111356,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112024,10 +112053,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112715,10 +112744,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -113029,20 +113058,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &728 + commit_oid: &731 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: *721 - installation: *722 - organization: *723 - ref: &729 + enterprise: *724 + installation: *725 + organization: *726 + ref: &732 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: *724 + repository: *727 sender: *4 required: - action @@ -113437,12 +113466,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -113708,12 +113737,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114045,12 +114074,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114324,16 +114353,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 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: *724 + repository: *727 sender: *4 required: - action @@ -114570,12 +114599,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114832,10 +114861,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -114915,18 +114944,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *723 - pusher_type: &730 + organization: *726 + pusher_type: &733 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &731 + ref: &734 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -114936,7 +114965,7 @@ x-webhooks: enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115019,9 +115048,9 @@ x-webhooks: enum: - created definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115106,9 +115135,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115186,9 +115215,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115266,9 +115295,9 @@ x-webhooks: enum: - updated definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115345,10 +115374,10 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - repository: *724 - organization: *723 + enterprise: *724 + installation: *725 + repository: *727 + organization: *726 sender: *4 new_property_values: type: array @@ -115433,18 +115462,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - pusher_type: *730 - ref: *731 + enterprise: *724 + installation: *725 + organization: *726 + pusher_type: *733 + ref: *734 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115528,11 +115557,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115616,11 +115645,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115704,11 +115733,11 @@ x-webhooks: type: string enum: - created - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115790,11 +115819,11 @@ x-webhooks: type: string enum: - dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115876,11 +115905,11 @@ x-webhooks: type: string enum: - fixed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115963,11 +115992,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116049,11 +116078,11 @@ x-webhooks: type: string enum: - reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116130,9 +116159,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - key: &732 + enterprise: *724 + installation: *725 + key: &735 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -116168,8 +116197,8 @@ x-webhooks: - verified - created_at - read_only - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116246,11 +116275,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - key: *732 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + key: *735 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116811,12 +116840,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: &736 + workflow: &739 title: Workflow type: object nullable: true @@ -117542,13 +117571,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *490 + deployment: *493 pull_requests: type: array - items: *576 - repository: *724 - organization: *723 - installation: *722 + items: *579 + repository: *727 + organization: *726 + installation: *725 sender: *4 responses: '200': @@ -117619,7 +117648,7 @@ x-webhooks: type: string enum: - approved - approver: &733 + approver: &736 type: object properties: avatar_url: @@ -117662,11 +117691,11 @@ x-webhooks: type: string comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: &734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: &737 type: array items: type: object @@ -117745,7 +117774,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &735 + workflow_job_run: &738 type: object properties: conclusion: @@ -118476,18 +118505,18 @@ x-webhooks: type: string enum: - rejected - approver: *733 + approver: *736 comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: *734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: *737 sender: *4 since: type: string - workflow_job_run: *735 + workflow_job_run: *738 workflow_job_runs: type: array items: @@ -119191,13 +119220,13 @@ x-webhooks: type: string enum: - requested - enterprise: *721 + enterprise: *724 environment: type: string - installation: *722 - organization: *723 - repository: *724 - requestor: &741 + installation: *725 + organization: *726 + repository: *727 + requestor: &744 title: User type: object nullable: true @@ -121096,12 +121125,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Deployment Workflow Run type: object @@ -121781,7 +121810,7 @@ x-webhooks: type: string enum: - answered - answer: &739 + answer: &742 type: object properties: author_association: @@ -121938,11 +121967,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122069,11 +122098,11 @@ x-webhooks: - from required: - category - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122156,11 +122185,11 @@ x-webhooks: type: string enum: - closed - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122242,7 +122271,7 @@ x-webhooks: type: string enum: - created - comment: &738 + comment: &741 type: object properties: author_association: @@ -122399,11 +122428,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122486,12 +122515,12 @@ x-webhooks: type: string enum: - deleted - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122586,12 +122615,12 @@ x-webhooks: - from required: - body - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122675,11 +122704,11 @@ x-webhooks: type: string enum: - created - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122761,11 +122790,11 @@ x-webhooks: type: string enum: - deleted - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122865,11 +122894,11 @@ x-webhooks: type: string required: - from - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122951,10 +122980,10 @@ x-webhooks: type: string enum: - labeled - discussion: *737 - enterprise: *721 - installation: *722 - label: &740 + discussion: *740 + enterprise: *724 + installation: *725 + label: &743 title: Label type: object properties: @@ -122986,8 +123015,8 @@ x-webhooks: - color - default - description - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123070,11 +123099,11 @@ x-webhooks: type: string enum: - locked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123156,11 +123185,11 @@ x-webhooks: type: string enum: - pinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123242,11 +123271,11 @@ x-webhooks: type: string enum: - reopened - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123331,16 +123360,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *737 - new_repository: *724 + new_discussion: *740 + new_repository: *727 required: - new_discussion - new_repository - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123423,10 +123452,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *737 - old_answer: *739 - organization: *723 - repository: *724 + discussion: *740 + old_answer: *742 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123508,12 +123537,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *737 - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123596,11 +123625,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123682,11 +123711,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123759,7 +123788,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *721 + enterprise: *724 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -124419,9 +124448,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - forkee @@ -124567,9 +124596,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pages: description: The pages that were updated. type: array @@ -124606,7 +124635,7 @@ x-webhooks: - action - sha - html_url - repository: *724 + repository: *727 sender: *4 required: - pages @@ -124682,10 +124711,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: &742 + organization: *726 + repositories: &745 description: An array of repository objects that the installation can access. type: array @@ -124711,8 +124740,8 @@ x-webhooks: - name - full_name - private - repository: *724 - requester: *741 + repository: *727 + requester: *744 sender: *4 required: - action @@ -124787,11 +124816,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124867,11 +124896,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124947,10 +124976,10 @@ x-webhooks: type: string enum: - added - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: &743 + organization: *726 + repositories_added: &746 description: An array of repository objects, which were added to the installation. type: array @@ -124996,15 +125025,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *724 - repository_selection: &744 + repository: *727 + repository_selection: &747 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *741 + requester: *744 sender: *4 required: - action @@ -125083,10 +125112,10 @@ x-webhooks: type: string enum: - removed - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: *743 + organization: *726 + repositories_added: *746 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -125113,9 +125142,9 @@ x-webhooks: - name - full_name - private - repository: *724 - repository_selection: *744 - requester: *741 + repository: *727 + repository_selection: *747 + requester: *744 sender: *4 required: - action @@ -125194,11 +125223,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125376,10 +125405,10 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 target_type: type: string @@ -125458,11 +125487,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125714,8 +125743,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -126509,8 +126538,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126859,8 +126888,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -126940,7 +126969,7 @@ x-webhooks: type: string enum: - deleted - comment: &745 + comment: &748 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -127105,8 +127134,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127896,8 +127925,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128248,8 +128277,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -128329,7 +128358,7 @@ x-webhooks: type: string enum: - edited - changes: &774 + changes: &777 description: The changes to the comment. type: object properties: @@ -128341,9 +128370,9 @@ x-webhooks: type: string required: - from - comment: *745 - enterprise: *721 - installation: *722 + comment: *748 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129136,8 +129165,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129486,8 +129515,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129577,9 +129606,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129668,9 +129697,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129758,9 +129787,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129849,9 +129878,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129931,10 +129960,10 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - issue: &748 + assignee: *744 + enterprise: *724 + installation: *725 + issue: &751 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130723,11 +130752,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130844,8 +130873,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -130925,8 +130954,8 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -131720,11 +131749,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131976,8 +132005,8 @@ x-webhooks: required: - state - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -132056,8 +132085,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132842,11 +132871,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132962,8 +132991,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -133042,8 +133071,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133850,11 +133879,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133949,7 +133978,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &746 + milestone: &749 title: Milestone description: A collection of related issues and pull requests. type: object @@ -134087,8 +134116,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -134187,8 +134216,8 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134977,11 +135006,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135098,9 +135127,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -135180,8 +135209,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135969,11 +135998,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136090,9 +136119,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -136172,8 +136201,8 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136985,11 +137014,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137083,8 +137112,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -137163,8 +137192,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137970,11 +137999,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138068,9 +138097,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *746 - organization: *723 - repository: *724 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -138938,11 +138967,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139504,8 +139533,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140294,11 +140323,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140414,8 +140443,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -140495,9 +140524,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *721 - installation: *722 - issue: &747 + enterprise: *724 + installation: *725 + issue: &750 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141280,11 +141309,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141400,8 +141429,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -141480,8 +141509,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142291,11 +142320,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142390,8 +142419,8 @@ x-webhooks: user_view_type: type: string type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143257,11 +143286,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143845,11 +143874,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143929,12 +143958,12 @@ x-webhooks: type: string enum: - typed - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144015,7 +144044,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &780 title: User type: object nullable: true @@ -144085,11 +144114,11 @@ x-webhooks: required: - login - id - enterprise: *721 - installation: *722 - issue: *748 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144168,12 +144197,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - issue: *748 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144253,8 +144282,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145064,11 +145093,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145162,8 +145191,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145243,11 +145272,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145326,12 +145355,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145411,11 +145440,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145493,11 +145522,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145607,11 +145636,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145693,9 +145722,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: &749 + enterprise: *724 + installation: *725 + marketplace_purchase: &752 title: Marketplace Purchase type: object required: @@ -145778,8 +145807,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: &750 + organization: *726 + previous_marketplace_purchase: &753 title: Marketplace Purchase type: object properties: @@ -145859,7 +145888,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -145939,10 +145968,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146025,7 +146054,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146107,10 +146136,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146192,7 +146221,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146273,8 +146302,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 marketplace_purchase: title: Marketplace Purchase type: object @@ -146356,9 +146385,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146438,12 +146467,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146545,11 +146574,11 @@ x-webhooks: type: string required: - to - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146649,11 +146678,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146732,11 +146761,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146814,11 +146843,11 @@ x-webhooks: type: string enum: - added - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -146894,7 +146923,7 @@ x-webhooks: required: - login - id - team: &751 + team: &754 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -147117,11 +147146,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147198,7 +147227,7 @@ x-webhooks: required: - login - id - team: *751 + team: *754 required: - action - scope @@ -147280,8 +147309,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *722 - merge_group: &753 + installation: *725 + merge_group: &756 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -147300,15 +147329,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *752 + head_commit: *755 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147394,10 +147423,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *722 - merge_group: *753 - organization: *723 - repository: *724 + installation: *725 + merge_group: *756 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147470,7 +147499,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -147579,16 +147608,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *722 - organization: *723 + installation: *725 + organization: *726 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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -147669,11 +147698,11 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147752,9 +147781,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - milestone: &756 + enterprise: *724 + installation: *725 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -147891,8 +147920,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147971,11 +148000,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148085,11 +148114,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148169,11 +148198,11 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - milestone: *756 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *759 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148252,11 +148281,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148335,11 +148364,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148418,9 +148447,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - membership: &757 + enterprise: *724 + installation: *725 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -148527,8 +148556,8 @@ x-webhooks: - role - organization_url - user - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148606,11 +148635,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148689,8 +148718,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -148806,10 +148835,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 - user: *741 + user: *744 required: - action - invitation @@ -148887,11 +148916,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148978,11 +149007,11 @@ x-webhooks: properties: from: type: string - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -149058,9 +149087,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -149559,7 +149588,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &758 + items: &761 title: Ruby Gems metadata type: object properties: @@ -149654,7 +149683,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -149730,9 +149759,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -150085,7 +150114,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 source_url: type: string format: uri @@ -150155,7 +150184,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -150332,12 +150361,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *721 + enterprise: *724 id: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - id @@ -150414,7 +150443,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &759 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -150560,10 +150589,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *721 - organization: *723 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150640,11 +150669,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150720,11 +150749,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150799,11 +150828,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *759 - organization: *723 - enterprise: *721 + personal_access_token_request: *762 + organization: *726 + enterprise: *724 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150908,7 +150937,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *760 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -150940,8 +150969,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 zen: description: Random string of GitHub zen. @@ -151186,10 +151215,10 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: &761 + enterprise: *724 + installation: *725 + organization: *726 + project_card: &764 title: Project Card type: object properties: @@ -151308,7 +151337,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -151389,11 +151418,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151473,9 +151502,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: title: Project Card type: object @@ -151603,8 +151632,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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -151698,11 +151727,11 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151796,9 +151825,9 @@ x-webhooks: - from required: - column_id - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: allOf: - title: Project Card @@ -151988,7 +152017,7 @@ x-webhooks: type: string required: - after_id - repository: *724 + repository: *727 sender: *4 required: - action @@ -152068,10 +152097,10 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - organization: *723 - project: &763 + enterprise: *724 + installation: *725 + organization: *726 + project: &766 title: Project type: object properties: @@ -152195,7 +152224,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152275,10 +152304,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_column: &762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: &765 title: Project Column type: object properties: @@ -152317,7 +152346,7 @@ x-webhooks: - name - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152396,18 +152425,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152497,11 +152526,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152581,11 +152610,11 @@ x-webhooks: type: string enum: - moved - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152665,11 +152694,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152749,18 +152778,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project: *763 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152862,11 +152891,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152945,11 +152974,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -153030,8 +153059,8 @@ x-webhooks: type: string enum: - closed - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153113,8 +153142,8 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153196,8 +153225,8 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153315,8 +153344,8 @@ x-webhooks: type: string to: type: string - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153400,7 +153429,7 @@ x-webhooks: type: string enum: - archived - changes: &767 + changes: &770 type: object properties: archived_at: @@ -153414,9 +153443,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *722 - organization: *723 - projects_v2_item: &764 + installation: *725 + organization: *726 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -153551,9 +153580,9 @@ x-webhooks: nullable: true to: type: string - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153635,9 +153664,9 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153718,9 +153747,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153826,7 +153855,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &765 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -153848,7 +153877,7 @@ x-webhooks: required: - id - name - - &766 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -153882,8 +153911,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *765 - - *766 + - *768 + - *769 required: - field_value - type: object @@ -153899,9 +153928,9 @@ x-webhooks: nullable: true required: - body - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153996,9 +154025,9 @@ x-webhooks: to: type: string nullable: true - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154081,10 +154110,10 @@ x-webhooks: type: string enum: - restored - changes: *767 - installation: *722 - organization: *723 - projects_v2_item: *764 + changes: *770 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154166,8 +154195,8 @@ x-webhooks: type: string enum: - reopened - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -154249,14 +154278,14 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_status_update: &770 + installation: *725 + organization: *726 + projects_v2_status_update: &773 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *768 - required: *769 + properties: *771 + required: *772 sender: *4 required: - action @@ -154337,9 +154366,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154475,9 +154504,9 @@ x-webhooks: type: string format: date nullable: true - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154548,10 +154577,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - repository @@ -154628,13 +154657,13 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - number: &771 + assignee: *744 + enterprise: *724 + installation: *725 + number: &774 description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -156917,7 +156946,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -156999,11 +157028,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -159281,7 +159310,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -159363,11 +159392,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -161645,7 +161674,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -161727,13 +161756,13 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: &772 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: &775 allOf: - - *576 + - *579 - type: object properties: allow_auto_merge: @@ -161795,7 +161824,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *724 + repository: *727 sender: *4 required: - action @@ -161876,12 +161905,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -161961,11 +161990,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: &773 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: &776 title: Pull Request type: object properties: @@ -164228,7 +164257,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -164307,11 +164336,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -166593,7 +166622,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *724 + repository: *727 sender: *4 required: - action @@ -166717,12 +166746,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -166802,11 +166831,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -169073,7 +169102,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -169153,11 +169182,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -171439,7 +171468,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -171520,10 +171549,10 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -173803,7 +173832,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -173883,12 +173912,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: *773 - repository: *724 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: *776 + repository: *727 sender: *4 required: - action @@ -173967,12 +173996,12 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174053,12 +174082,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174138,12 +174167,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174509,9 +174538,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -176681,7 +176710,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -176761,7 +176790,7 @@ x-webhooks: type: string enum: - deleted - comment: &775 + comment: &778 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -177046,9 +177075,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -179206,7 +179235,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -179286,11 +179315,11 @@ x-webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *721 - installation: *722 - organization: *723 + changes: *777 + comment: *778 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -181451,7 +181480,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -181532,9 +181561,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -183707,7 +183736,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 review: description: The review that was affected. type: object @@ -183954,9 +183983,9 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -186010,8 +186039,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: &776 + repository: *727 + review: &779 description: The review that was affected. type: object properties: @@ -186244,12 +186273,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -188532,7 +188561,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -188616,12 +188645,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -190911,7 +190940,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191103,12 +191132,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -193393,7 +193422,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -193478,12 +193507,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -195759,7 +195788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195940,9 +195969,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -198117,8 +198146,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: *776 + repository: *727 + review: *779 sender: *4 required: - action @@ -198198,9 +198227,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -200270,7 +200299,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -200657,9 +200686,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -202715,7 +202744,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -203105,10 +203134,10 @@ x-webhooks: type: string before: type: string - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -205379,7 +205408,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -205461,11 +205490,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + assignee: *780 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -207748,7 +207777,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -207827,11 +207856,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -210104,7 +210133,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -210185,10 +210214,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -212453,7 +212482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -212653,7 +212682,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *721 + enterprise: *724 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212745,8 +212774,8 @@ x-webhooks: - url - author - committer - installation: *722 - organization: *723 + installation: *725 + organization: *726 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213321,9 +213350,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -213769,7 +213798,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -213823,7 +213852,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -213901,9 +213930,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -214211,7 +214240,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -214260,7 +214289,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -214337,10 +214366,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - release: &778 + enterprise: *724 + installation: *725 + organization: *726 + release: &781 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214658,7 +214687,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *724 + repository: *727 sender: *4 required: - action @@ -214735,11 +214764,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214856,11 +214885,11 @@ x-webhooks: type: boolean required: - to - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214938,9 +214967,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215262,7 +215291,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215338,10 +215367,10 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - release: &779 + enterprise: *724 + installation: *725 + organization: *726 + release: &782 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215660,7 +215689,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215736,11 +215765,11 @@ x-webhooks: type: string enum: - released - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -215816,11 +215845,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *721 - installation: *722 - organization: *723 - release: *779 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *782 + repository: *727 sender: *4 required: - action @@ -215896,11 +215925,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -215976,11 +216005,11 @@ x-webhooks: type: string enum: - reported - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -216056,10 +216085,10 @@ x-webhooks: type: string enum: - archived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216136,10 +216165,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216217,10 +216246,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216304,10 +216333,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216419,10 +216448,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216494,10 +216523,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 status: type: string @@ -216578,10 +216607,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216658,10 +216687,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216755,10 +216784,10 @@ x-webhooks: - name required: - repository - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216838,10 +216867,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -216920,10 +216949,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -217002,10 +217031,10 @@ x-webhooks: type: string enum: - edited - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 changes: type: object @@ -217067,16 +217096,16 @@ x-webhooks: properties: added: type: array - items: *596 + items: *599 deleted: type: array - items: *596 + items: *599 updated: type: array items: type: object properties: - rule: *596 + rule: *599 changes: type: object properties: @@ -217310,10 +217339,10 @@ x-webhooks: - from required: - owner - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217391,10 +217420,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217472,7 +217501,7 @@ x-webhooks: type: string enum: - create - alert: &780 + alert: &783 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217593,10 +217622,10 @@ x-webhooks: type: string enum: - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217802,10 +217831,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217883,11 +217912,11 @@ x-webhooks: type: string enum: - reopen - alert: *780 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218086,10 +218115,10 @@ x-webhooks: enum: - fixed - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218167,7 +218196,7 @@ x-webhooks: type: string enum: - assigned - alert: &781 + alert: &784 type: object properties: number: *169 @@ -218286,10 +218315,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218367,11 +218396,11 @@ x-webhooks: type: string enum: - created - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218452,11 +218481,11 @@ x-webhooks: type: string enum: - created - alert: *781 - installation: *722 - location: *782 - organization: *723 - repository: *724 + alert: *784 + installation: *725 + location: *785 + organization: *726 + repository: *727 sender: *4 required: - location @@ -218694,11 +218723,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218776,11 +218805,11 @@ x-webhooks: type: string enum: - reopened - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218858,11 +218887,11 @@ x-webhooks: type: string enum: - resolved - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218940,12 +218969,12 @@ x-webhooks: type: string enum: - unassigned - alert: *781 + alert: *784 assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219023,11 +219052,11 @@ x-webhooks: type: string enum: - validated - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219153,10 +219182,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *724 - enterprise: *721 - installation: *722 - organization: *723 + repository: *727 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -219234,11 +219263,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: &783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: &786 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219421,11 +219450,11 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: *786 sender: *4 required: - action @@ -219498,10 +219527,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219686,9 +219715,9 @@ x-webhooks: type: object properties: security_and_analysis: *280 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: *337 sender: *4 required: @@ -219767,12 +219796,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: &784 + sponsorship: &787 type: object properties: created_at: @@ -220073,12 +220102,12 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220166,12 +220195,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220248,17 +220277,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &788 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: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220332,7 +220361,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &789 type: object properties: tier: @@ -220376,13 +220405,13 @@ x-webhooks: - from required: - tier - effective_date: *785 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + effective_date: *788 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220459,13 +220488,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + changes: *789 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220539,10 +220568,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220625,10 +220654,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221048,15 +221077,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *721 + enterprise: *724 id: description: The unique identifier of the status. type: integer - installation: *722 + installation: *725 name: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 sha: description: The Commit SHA. @@ -221171,9 +221200,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221263,9 +221292,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221355,9 +221384,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221447,9 +221476,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221526,12 +221555,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - team: &787 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221754,9 +221783,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222214,7 +222243,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222290,9 +222319,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222750,7 +222779,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222827,9 +222856,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223287,7 +223316,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -223431,9 +223460,9 @@ x-webhooks: - from required: - permissions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223891,7 +223920,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - changes @@ -223969,9 +223998,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -224429,7 +224458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -224505,10 +224534,10 @@ x-webhooks: type: string enum: - started - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -224581,16 +224610,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *721 + enterprise: *724 inputs: type: object nullable: true additionalProperties: true - installation: *722 - organization: *723 + installation: *725 + organization: *726 ref: type: string - repository: *724 + repository: *727 sender: *4 workflow: type: string @@ -224672,10 +224701,10 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -224912,7 +224941,7 @@ x-webhooks: type: string required: - conclusion - deployment: *490 + deployment: *493 required: - action - repository @@ -224991,10 +225020,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -225254,7 +225283,7 @@ x-webhooks: required: - status - steps - deployment: *490 + deployment: *493 required: - action - repository @@ -225333,10 +225362,10 @@ x-webhooks: type: string enum: - queued - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225471,7 +225500,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225550,10 +225579,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225689,7 +225718,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225769,12 +225798,12 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -226773,12 +226802,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -227762,12 +227791,12 @@ x-webhooks: type: string enum: - requested - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 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 5033f8585..811e0a2c9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -277486,11 +277486,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, 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 5a69879e3..b04e95d21 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1021,7 +1021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &642 + - &645 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8786,7 +8786,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &480 + - &483 name: has in: query description: |- @@ -8902,7 +8902,7 @@ paths: - unknown - direct - transitive - security_advisory: &481 + security_advisory: &484 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9164,14 +9164,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &482 + auto_dismissed_at: &485 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &483 + dismissal_request: &486 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -10533,7 +10533,7 @@ paths: properties: action: type: string - discussion: &737 + discussion: &740 title: Discussion description: A Discussion in a repository. type: object @@ -10900,7 +10900,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &532 + properties: &535 id: type: integer format: int64 @@ -11277,7 +11277,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &654 + sub_issues_summary: &657 title: Sub-issues Summary type: object properties: @@ -11297,7 +11297,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &655 + issue_dependencies_summary: &658 title: Issue Dependencies Summary type: object properties: @@ -11316,7 +11316,7 @@ paths: - total_blocking issue_field_values: type: array - items: &656 + items: &659 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11377,7 +11377,7 @@ paths: - node_id - data_type - value - required: &533 + required: &536 - assignee - closed_at - comments @@ -11415,7 +11415,7 @@ paths: action: type: string issue: *74 - comment: &530 + comment: &533 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12134,7 +12134,7 @@ paths: type: string release: allOf: - - &587 + - &590 title: Release description: A release. type: object @@ -12205,7 +12205,7 @@ paths: author: *4 assets: type: array - items: &588 + items: &591 title: Release Asset description: Data related to a release. type: object @@ -12796,7 +12796,7 @@ paths: url: type: string format: uri - user: &666 + user: &669 title: Public User description: Public User type: object @@ -16192,7 +16192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &561 + - &564 name: all description: If `true`, show notifications marked as read. in: query @@ -16200,7 +16200,7 @@ paths: schema: type: boolean default: false - - &562 + - &565 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16210,7 +16210,7 @@ paths: type: boolean default: false - *81 - - &563 + - &566 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -16684,7 +16684,7 @@ paths: - url - subscription_url examples: - default: &564 + default: &567 value: - id: '1' repository: @@ -17698,7 +17698,7 @@ paths: - property_name - value examples: - default: &570 + default: &573 value: - property_name: environment value: production @@ -17748,7 +17748,7 @@ paths: required: - properties examples: - default: &571 + default: &574 value: properties: - property_name: environment @@ -18309,7 +18309,7 @@ paths: required: false schema: type: string - - &714 + - &717 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -18455,7 +18455,7 @@ paths: parameters: - *67 - *114 - - &715 + - &718 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 @@ -18567,7 +18567,7 @@ paths: - *114 - *116 - *115 - - &716 + - &719 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -18575,7 +18575,7 @@ paths: schema: type: string - *117 - - &717 + - &720 name: sku description: The SKU to query for usage. in: query @@ -22139,7 +22139,7 @@ paths: type: array items: *151 examples: - default: &669 + default: &672 value: total_count: 1 repositories: @@ -25051,12 +25051,12 @@ paths: required: - subject_digests examples: - default: &697 + default: &700 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &698 + withPredicateType: &701 value: subject_digests: - sha256:abc123 @@ -25114,7 +25114,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &699 + default: &702 value: attestations_subject_digests: - sha256:abc: @@ -26588,13 +26588,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &441 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &441 + category: &442 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -26608,7 +26608,7 @@ paths: properties: text: type: string - location: + location: &443 type: object description: Describe a region within a file for the alert. properties: @@ -26629,7 +26629,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &444 type: string description: A classification of the file. For example to identify it as generated. @@ -27918,7 +27918,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &453 + properties: &456 name: type: string description: The name of the machine. @@ -27960,7 +27960,7 @@ paths: - ready - in_progress nullable: true - required: &454 + required: &457 - name - display_name - operating_system @@ -28828,7 +28828,7 @@ paths: - updated_at - visibility examples: - default: &455 + default: &458 value: total_count: 2 secrets: @@ -28866,7 +28866,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &459 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -28895,7 +28895,7 @@ paths: - key_id - key examples: - default: &457 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28927,7 +28927,7 @@ paths: application/json: schema: *186 examples: - default: &459 + default: &462 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -30540,7 +30540,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &489 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -30557,7 +30557,7 @@ paths: - key_id - key examples: - default: &487 + default: &490 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32357,7 +32357,7 @@ paths: application/json: schema: *22 examples: - default: &525 + default: &528 value: id: 1 account: @@ -32582,7 +32582,7 @@ paths: required: true content: application/json: - schema: &526 + schema: &529 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -33435,7 +33435,7 @@ paths: application/json: schema: *232 examples: - default: &452 + default: &455 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -34680,7 +34680,7 @@ paths: parameters: - *67 - *239 - - &682 + - &685 name: repo_name description: repo_name parameter in: path @@ -35719,7 +35719,7 @@ paths: - nuget - container - *67 - - &683 + - &686 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -35760,7 +35760,7 @@ paths: default: *246 '403': *29 '401': *25 - '400': &685 + '400': &688 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37552,7 +37552,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &768 + properties: &771 id: type: number description: The unique identifier of the status update. @@ -37600,7 +37600,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &769 + required: &772 - id - node_id - created_at @@ -37814,7 +37814,7 @@ paths: content: oneOf: - *74 - - &467 + - &470 title: Pull Request Simple description: Pull Request Simple type: object @@ -38043,7 +38043,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: &573 + auto_merge: &576 title: Auto merge description: The status of auto merging a pull request. type: object @@ -38418,7 +38418,7 @@ paths: - updated_at - project_url examples: - default: &702 + default: &705 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38595,7 +38595,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &703 + items: &706 type: object properties: name: @@ -38631,7 +38631,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &704 + iteration_configuration: &707 type: object description: The configuration for iteration fields. properties: @@ -38680,7 +38680,7 @@ paths: value: name: Due date data_type: date - single_select_field: &705 + single_select_field: &708 summary: Create a single select field value: name: Priority @@ -38707,7 +38707,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &706 + iteration_field: &709 summary: Create an iteration field value: name: Sprint @@ -38733,7 +38733,7 @@ paths: application/json: schema: *267 examples: - text_field: &707 + text_field: &710 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -38742,7 +38742,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: &708 + number_field: &711 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -38751,7 +38751,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: &709 + date_field: &712 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -38760,7 +38760,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: &710 + single_select_field: &713 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38794,7 +38794,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &711 + iteration_field: &714 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -38840,7 +38840,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *263 - - &712 + - &715 name: field_id description: The unique identifier of the field. in: path @@ -38855,7 +38855,7 @@ paths: application/json: schema: *267 examples: - default: &713 + default: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41179,7 +41179,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &472 + properties: &475 url: type: string format: uri @@ -41195,7 +41195,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &473 + required: &476 - url - key - name @@ -41805,7 +41805,7 @@ paths: - *67 - *17 - *19 - - &595 + - &598 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42086,7 +42086,7 @@ paths: - repository_property rules: type: array - items: &596 + items: &599 title: Repository Rule type: object description: A repository rule. @@ -42148,7 +42148,7 @@ paths: type: string enum: - required_linear_history - - &594 + - &597 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -43044,7 +43044,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *67 - - &597 + - &600 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 @@ -43059,7 +43059,7 @@ paths: in: query schema: type: string - - &598 + - &601 name: time_period description: |- The time period to filter by. @@ -43075,14 +43075,14 @@ paths: - week - month default: day - - &599 + - &602 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 - - &600 + - &603 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -43102,7 +43102,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: Rule Suites description: Response type: array @@ -43157,7 +43157,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &602 + default: &605 value: - id: 21 actor_id: 12 @@ -43201,7 +43201,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *67 - - &603 + - &606 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43217,7 +43217,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &607 title: Rule Suite description: Response type: object @@ -43316,7 +43316,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &605 + default: &608 value: id: 21 actor_id: 12 @@ -43562,7 +43562,7 @@ paths: type: string format: date-time examples: - default: &607 + default: &610 value: - version_id: 3 actor: @@ -43615,7 +43615,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &611 allOf: - *310 - type: object @@ -43687,7 +43687,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *67 - - &609 + - &612 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -43698,7 +43698,7 @@ paths: enum: - open - resolved - - &610 + - &613 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -43708,7 +43708,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -43717,7 +43717,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -43736,7 +43736,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &613 + - &616 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. @@ -43751,7 +43751,7 @@ paths: - *52 - *19 - *17 - - &614 + - &617 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 @@ -43761,7 +43761,7 @@ paths: required: false schema: type: string - - &615 + - &618 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 @@ -43771,7 +43771,7 @@ paths: required: false schema: type: string - - &616 + - &619 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -43780,7 +43780,7 @@ paths: required: false schema: type: string - - &617 + - &620 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -43789,7 +43789,7 @@ paths: schema: type: boolean default: false - - &618 + - &621 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -43798,7 +43798,7 @@ paths: schema: type: boolean default: false - - &619 + - &622 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -43833,14 +43833,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &620 + state: &623 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: &621 + resolution: &624 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -43947,8 +43947,8 @@ paths: pull request. ' - oneOf: &622 - - &624 + oneOf: &625 + - &627 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -44000,7 +44000,7 @@ paths: - blob_url - commit_sha - commit_url - - &625 + - &628 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. @@ -44055,7 +44055,7 @@ paths: - page_url - commit_sha - commit_url - - &626 + - &629 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -44069,7 +44069,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &627 + - &630 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -44083,7 +44083,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &628 + - &631 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -44097,7 +44097,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &629 + - &632 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -44111,7 +44111,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &630 + - &633 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -44125,7 +44125,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &631 + - &634 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -44139,7 +44139,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &632 + - &635 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. @@ -44153,7 +44153,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &633 + - &636 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. @@ -44167,7 +44167,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &634 + - &637 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. @@ -44181,7 +44181,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &635 + - &638 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. @@ -44195,7 +44195,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &636 + - &639 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. @@ -44693,7 +44693,7 @@ paths: application/json: schema: type: array - items: &640 + items: &643 description: A repository security advisory. type: object properties: @@ -44984,7 +44984,7 @@ paths: - private_fork additionalProperties: false examples: - default: &641 + default: &644 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -46895,7 +46895,7 @@ paths: - updated_at - url examples: - default: &658 + default: &661 value: - author: login: octocat @@ -47143,7 +47143,7 @@ paths: application/json: schema: *323 examples: - default: &659 + default: &662 value: author: login: octocat @@ -47326,7 +47326,7 @@ paths: - updated_at - url examples: - default: &660 + default: &663 value: - author: login: octocat @@ -47552,7 +47552,7 @@ paths: application/json: schema: *326 examples: - default: &661 + default: &664 value: author: login: octocat @@ -48168,7 +48168,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &662 + response-if-user-is-a-team-maintainer: &665 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48233,7 +48233,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: &663 + response-if-users-membership-with-team-is-now-pending: &666 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48347,7 +48347,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &664 + schema: &667 title: Team Repository description: A team's access to a repository. type: object @@ -49004,7 +49004,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: &665 + response-if-child-teams-exist: &668 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50407,7 +50407,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &529 + '410': &532 description: Gone content: application/json: @@ -54017,7 +54017,7 @@ paths: items: type: object properties: - type: &495 + type: &498 type: string description: The type of reviewer. enum: @@ -54151,7 +54151,7 @@ paths: application/json: schema: type: array - items: &490 + items: &493 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54257,7 +54257,7 @@ paths: - created_at - updated_at examples: - default: &491 + default: &494 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54640,7 +54640,7 @@ paths: application/json: schema: *379 examples: - default: &508 + default: &511 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54859,7 +54859,7 @@ paths: application/json: schema: *383 examples: - default: &509 + default: &512 value: name: USERNAME value: octocat @@ -56559,7 +56559,7 @@ paths: properties: name: type: string - commit: &463 + commit: &466 title: Commit description: Commit type: object @@ -56630,7 +56630,7 @@ paths: required: - sha - url - verification: &515 + verification: &518 title: Verification type: object properties: @@ -56700,7 +56700,7 @@ paths: type: integer files: type: array - items: &476 + items: &479 title: Diff Entry description: Diff Entry type: object @@ -59816,7 +59816,7 @@ paths: check. type: array items: *79 - deployment: &726 + deployment: &729 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60728,7 +60728,7 @@ paths: type: string format: date-time nullable: true - head_commit: &752 + head_commit: &755 title: Simple Commit description: A commit. type: object @@ -61425,14 +61425,14 @@ paths: - *334 - *335 - *419 - - &469 + - &472 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &470 + - &473 name: status description: Returns check runs with the specified `status`. in: query @@ -61473,7 +61473,7 @@ paths: type: array items: *412 examples: - default: &471 + default: &474 value: total_count: 1 check_runs: @@ -62406,7 +62406,36 @@ paths: application/json: schema: type: array - items: *430 + items: + type: object + properties: + ref: *422 + analysis_key: *440 + environment: *441 + category: *442 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *443 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *444 examples: default: value: @@ -62497,7 +62526,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &442 + schema: &445 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62518,11 +62547,11 @@ paths: application/json: schema: type: array - items: &443 + items: &446 type: object properties: ref: *422 - commit_sha: &451 + commit_sha: &454 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -62534,7 +62563,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *441 + category: *442 error: type: string example: error reading field xyz @@ -62558,7 +62587,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *442 + sarif_id: *445 tool: *429 deletable: type: boolean @@ -62670,7 +62699,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: response: summary: application/json response @@ -62896,7 +62925,7 @@ paths: application/json: schema: type: array - items: &444 + items: &447 title: CodeQL Database description: A CodeQL database. type: object @@ -63049,7 +63078,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *447 examples: default: value: @@ -63081,7 +63110,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &478 + '302': &481 description: Found '403': *431 '404': *6 @@ -63154,7 +63183,7 @@ paths: type: object additionalProperties: false properties: - language: &445 + language: &448 type: string description: The language targeted by the CodeQL query enum: @@ -63234,7 +63263,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &449 + schema: &452 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63244,7 +63273,7 @@ paths: description: The ID of the variant analysis. controller_repo: *57 actor: *4 - query_language: *445 + query_language: *448 query_pack_url: type: string description: The download url for the query pack. @@ -63291,7 +63320,7 @@ paths: items: type: object properties: - repository: &446 + repository: &449 title: Repository Identifier description: Repository Identifier type: object @@ -63327,7 +63356,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &450 + analysis_status: &453 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63359,7 +63388,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &447 + access_mismatch_repos: &450 type: object properties: repository_count: @@ -63373,7 +63402,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *446 + items: *449 required: - repository_count - repositories @@ -63395,8 +63424,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *447 - over_limit_repos: *447 + no_codeql_db_repos: *450 + over_limit_repos: *450 required: - access_mismatch_repos - not_found_repos @@ -63412,7 +63441,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &448 + value: &451 summary: Default response value: id: 1 @@ -63564,10 +63593,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *448 + value: *451 repository_lists: summary: Response for a successful variant analysis submission - value: *448 + value: *451 '404': *6 '422': description: Unable to process variant analysis submission @@ -63608,9 +63637,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: - default: *448 + default: *451 '404': *6 '503': *112 x-github: @@ -63668,7 +63697,7 @@ paths: type: object properties: repository: *57 - analysis_status: *450 + analysis_status: *453 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64073,7 +64102,7 @@ paths: schema: type: object properties: - commit_sha: *451 + commit_sha: *454 ref: type: string description: |- @@ -64131,7 +64160,7 @@ paths: schema: type: object properties: - id: *442 + id: *445 url: type: string description: The REST API URL for checking the status of the upload. @@ -64824,7 +64853,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -64832,7 +64861,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '400': *14 '401': *25 '403': *29 @@ -64962,14 +64991,14 @@ paths: type: integer machines: type: array - items: &672 + items: &675 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 examples: - default: &673 + default: &676 value: total_count: 2 machines: @@ -65180,7 +65209,7 @@ paths: type: integer secrets: type: array - items: &458 + items: &461 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65200,7 +65229,7 @@ paths: - created_at - updated_at examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -65230,9 +65259,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: *457 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65260,9 +65289,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: - default: *459 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65409,7 +65438,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &460 + properties: &463 login: type: string example: octocat @@ -65502,7 +65531,7 @@ paths: user_view_type: type: string example: public - required: &461 + required: &464 - avatar_url - events_url - followers_url @@ -65652,7 +65681,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &528 + schema: &531 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65936,8 +65965,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *460 - required: *461 + properties: *463 + required: *464 nullable: true required: - permission @@ -66003,7 +66032,7 @@ paths: application/json: schema: type: array - items: &462 + items: &465 title: Commit Comment description: Commit Comment type: object @@ -66061,7 +66090,7 @@ paths: - created_at - updated_at examples: - default: &465 + default: &468 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66128,9 +66157,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: &466 + default: &469 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66211,7 +66240,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: default: value: @@ -66510,9 +66539,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: &580 + default: &583 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66608,7 +66637,7 @@ paths: parameters: - *334 - *335 - - &464 + - &467 name: commit_sha description: The SHA of the commit. in: path @@ -66682,7 +66711,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66692,9 +66721,9 @@ paths: application/json: schema: type: array - items: *462 + items: *465 examples: - default: *465 + default: *468 headers: Link: *58 x-github: @@ -66724,7 +66753,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 requestBody: required: true content: @@ -66759,9 +66788,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: *466 + default: *469 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66791,7 +66820,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66801,9 +66830,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: &572 + default: &575 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67344,7 +67373,7 @@ paths: - *335 - *19 - *17 - - &468 + - &471 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -67359,9 +67388,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: - default: &557 + default: &560 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67476,9 +67505,9 @@ paths: parameters: - *334 - *335 - - *468 - - *469 - - *470 + - *471 + - *472 + - *473 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67514,7 +67543,7 @@ paths: type: array items: *412 examples: - default: *471 + default: *474 headers: Link: *58 x-github: @@ -67541,7 +67570,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67549,7 +67578,7 @@ paths: schema: type: integer example: 1 - - *469 + - *472 - *17 - *19 responses: @@ -67769,7 +67798,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67969,7 +67998,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67979,7 +68008,7 @@ paths: application/json: schema: type: array - items: &645 + items: &648 title: Status description: The status of a commit. type: object @@ -68118,20 +68147,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *472 - required: *473 + properties: *475 + required: *476 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &474 + properties: &477 url: type: string format: uri html_url: type: string format: uri - required: &475 + required: &478 - url - html_url nullable: true @@ -68145,26 +68174,26 @@ paths: contributing: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true readme: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true issue_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true pull_request_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true required: - code_of_conduct @@ -68335,8 +68364,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *463 - merge_base_commit: *463 + base_commit: *466 + merge_base_commit: *466 status: type: string enum: @@ -68356,10 +68385,10 @@ paths: example: 6 commits: type: array - items: *463 + items: *466 files: type: array - items: *476 + items: *479 required: - url - html_url @@ -68789,7 +68818,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &477 + response-if-content-is-a-file: &480 summary: Response if content is a file value: type: file @@ -68921,7 +68950,7 @@ paths: - size - type - url - - &585 + - &588 title: Content File description: Content File type: object @@ -69122,7 +69151,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *477 + response-if-content-is-a-file: *480 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69191,7 +69220,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *478 + '302': *481 '304': *37 x-github: githubCloudOnly: false @@ -69308,7 +69337,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &482 title: File Commit description: File Commit type: object @@ -69460,7 +69489,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: example-for-creating-a-file: value: @@ -69514,7 +69543,7 @@ paths: schema: oneOf: - *3 - - &510 + - &513 description: Repository rule violation was detected type: object properties: @@ -69535,7 +69564,7 @@ paths: items: type: object properties: - placeholder_id: &637 + placeholder_id: &640 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69629,7 +69658,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: default: value: @@ -69821,7 +69850,7 @@ paths: schema: type: string - *194 - - *480 + - *483 - *195 - *196 - *52 @@ -69842,7 +69871,7 @@ paths: application/json: schema: type: array - items: &484 + items: &487 type: object description: A Dependabot alert. properties: @@ -69888,7 +69917,7 @@ paths: - unknown - direct - transitive - security_advisory: *481 + security_advisory: *484 security_vulnerability: *56 url: *172 html_url: *173 @@ -69919,8 +69948,8 @@ paths: nullable: true maxLength: 280 fixed_at: *174 - auto_dismissed_at: *482 - dismissal_request: *483 + auto_dismissed_at: *485 + dismissal_request: *486 required: - number - state @@ -70152,7 +70181,7 @@ paths: parameters: - *334 - *335 - - &485 + - &488 name: alert_number in: path description: |- @@ -70167,7 +70196,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70282,7 +70311,7 @@ paths: parameters: - *334 - *335 - - *485 + - *488 requestBody: required: true content: @@ -70327,7 +70356,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70475,7 +70504,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &491 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70535,9 +70564,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: *487 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70565,7 +70594,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: default: value: @@ -71146,7 +71175,7 @@ paths: - version - url additionalProperties: false - metadata: &489 + metadata: &492 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71179,7 +71208,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *489 + metadata: *492 resolved: type: object description: A collection of resolved package dependencies. @@ -71192,7 +71221,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *489 + metadata: *492 relationship: type: string description: A notation of whether a dependency is requested @@ -71362,9 +71391,9 @@ paths: application/json: schema: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *58 x-github: @@ -71512,7 +71541,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: simple-example: summary: Simple example @@ -71587,7 +71616,7 @@ paths: parameters: - *334 - *335 - - &492 + - &495 name: deployment_id description: deployment_id parameter in: path @@ -71599,7 +71628,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: default: value: @@ -71666,7 +71695,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 responses: '204': description: Response @@ -71690,7 +71719,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - *17 - *19 responses: @@ -71700,7 +71729,7 @@ paths: application/json: schema: type: array - items: &493 + items: &496 title: Deployment Status description: The status of a deployment. type: object @@ -71863,7 +71892,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 requestBody: required: true content: @@ -71938,9 +71967,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: &494 + default: &497 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -71998,7 +72027,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - name: status_id in: path required: true @@ -72009,9 +72038,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: *494 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -72112,7 +72141,7 @@ paths: type: integer environments: type: array - items: &496 + items: &499 title: Environment description: Details of a deployment environment type: object @@ -72164,7 +72193,7 @@ paths: type: type: string example: wait_timer - wait_timer: &498 + wait_timer: &501 type: integer example: 30 description: The amount of time to delay a job after @@ -72201,7 +72230,7 @@ paths: items: type: object properties: - type: *495 + type: *498 reviewer: anyOf: - *4 @@ -72225,7 +72254,7 @@ paths: - id - node_id - type - deployment_branch_policy: &499 + deployment_branch_policy: &502 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72343,7 +72372,7 @@ paths: parameters: - *334 - *335 - - &497 + - &500 name: environment_name in: path required: true @@ -72356,9 +72385,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: &500 + default: &503 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72444,7 +72473,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: false content: @@ -72453,7 +72482,7 @@ paths: type: object nullable: true properties: - wait_timer: *498 + wait_timer: *501 prevent_self_review: type: boolean example: false @@ -72470,13 +72499,13 @@ paths: items: type: object properties: - type: *495 + type: *498 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *499 + deployment_branch_policy: *502 additionalProperties: false examples: default: @@ -72496,9 +72525,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: *500 + default: *503 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72524,7 +72553,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '204': description: Default response @@ -72551,7 +72580,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -72569,7 +72598,7 @@ paths: example: 2 branch_policies: type: array - items: &501 + items: &504 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -72628,7 +72657,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -72674,9 +72703,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - example-wildcard: &502 + example-wildcard: &505 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -72720,8 +72749,8 @@ paths: parameters: - *334 - *335 - - *497 - - &503 + - *500 + - &506 name: branch_policy_id in: path required: true @@ -72733,9 +72762,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72756,8 +72785,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 requestBody: required: true content: @@ -72785,9 +72814,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72808,8 +72837,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 responses: '204': description: Response @@ -72834,7 +72863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *497 + - *500 - *335 - *334 responses: @@ -72852,7 +72881,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &504 + items: &507 title: Deployment protection rule description: Deployment protection rule type: object @@ -72871,7 +72900,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &505 + app: &508 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -72970,7 +72999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *497 + - *500 - *335 - *334 requestBody: @@ -72993,9 +73022,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *504 + schema: *507 examples: - default: &506 + default: &509 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73030,7 +73059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - *19 @@ -73051,7 +73080,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *505 + items: *508 examples: default: value: @@ -73088,8 +73117,8 @@ paths: parameters: - *334 - *335 - - *497 - - &507 + - *500 + - &510 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73101,9 +73130,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: - default: *506 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73124,10 +73153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - - *507 + - *510 responses: '204': description: Response @@ -73155,7 +73184,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -73202,7 +73231,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '200': description: Response @@ -73234,7 +73263,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '200': @@ -73243,7 +73272,7 @@ paths: application/json: schema: *379 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73267,7 +73296,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 requestBody: required: true @@ -73327,7 +73356,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '204': @@ -73355,7 +73384,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *350 - *19 responses: @@ -73400,7 +73429,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -73454,7 +73483,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *162 responses: '200': @@ -73463,7 +73492,7 @@ paths: application/json: schema: *383 examples: - default: *509 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73487,7 +73516,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 requestBody: required: true content: @@ -73532,7 +73561,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 responses: '204': description: Response @@ -73900,7 +73929,7 @@ paths: schema: oneOf: - *120 - - *510 + - *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74135,7 +74164,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &514 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74351,13 +74380,13 @@ paths: parameters: - *334 - *335 - - *464 + - *467 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -74415,7 +74444,7 @@ paths: parameters: - *334 - *335 - - &512 + - &515 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -74432,7 +74461,7 @@ paths: application/json: schema: type: array - items: &513 + items: &516 title: Git Reference description: Git references within a repository type: object @@ -74509,15 +74538,15 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '200': description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: &514 + default: &517 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74576,9 +74605,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74606,7 +74635,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 requestBody: required: true content: @@ -74635,9 +74664,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 '422': *15 '409': *51 x-github: @@ -74657,7 +74686,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '204': description: Response @@ -74780,7 +74809,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &519 title: Git Tag description: Metadata for a Git tag type: object @@ -74831,7 +74860,7 @@ paths: - sha - type - url - verification: *515 + verification: *518 required: - sha - url @@ -74841,7 +74870,7 @@ paths: - tag - message examples: - default: &517 + default: &520 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -74926,9 +74955,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *519 examples: - default: *517 + default: *520 '404': *6 '409': *51 x-github: @@ -75026,7 +75055,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &521 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75146,7 +75175,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: default-response: summary: Default response @@ -75216,7 +75245,7 @@ paths: application/json: schema: type: array - items: &519 + items: &522 title: Webhook description: Webhooks for repositories. type: object @@ -75270,7 +75299,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &760 + last_response: &763 title: Hook Response type: object properties: @@ -75397,9 +75426,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: &520 + default: &523 value: type: Repository id: 12345678 @@ -75455,9 +75484,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '404': *6 x-github: githubCloudOnly: false @@ -75524,9 +75553,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '422': *15 '404': *6 x-github: @@ -75921,7 +75950,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &524 title: Import description: A repository import from an external source. type: object @@ -76020,7 +76049,7 @@ paths: - html_url - authors_url examples: - default: &524 + default: &527 value: vcs: subversion use_lfs: true @@ -76036,7 +76065,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &522 + '503': &525 description: Unavailable due to service under maintenance. content: application/json: @@ -76114,7 +76143,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: default: value: @@ -76139,7 +76168,7 @@ paths: type: string '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76217,7 +76246,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: example-1: summary: Example 1 @@ -76265,7 +76294,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76293,7 +76322,7 @@ paths: responses: '204': description: Response - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76321,7 +76350,7 @@ paths: parameters: - *334 - *335 - - &694 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76335,7 +76364,7 @@ paths: application/json: schema: type: array - items: &523 + items: &526 title: Porter Author description: Porter Author type: object @@ -76389,7 +76418,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76445,7 +76474,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *526 examples: default: value: @@ -76458,7 +76487,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76524,7 +76553,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76580,11 +76609,11 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: - default: *524 + default: *527 '422': *15 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76616,7 +76645,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 '301': *338 '404': *6 x-github: @@ -76651,7 +76680,7 @@ paths: properties: {} additionalProperties: false examples: - default: &527 + default: &530 value: limit: collaborators_only origin: repository @@ -76682,7 +76711,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: summary: Example request body @@ -76696,7 +76725,7 @@ paths: application/json: schema: *222 examples: - default: *527 + default: *530 '409': description: Response x-github: @@ -76753,9 +76782,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: &687 + default: &690 value: - id: 1 repository: @@ -76917,7 +76946,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -77155,7 +77184,7 @@ paths: type: array items: *74 examples: - default: &538 + default: &541 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77417,7 +77446,7 @@ paths: application/json: schema: *74 examples: - default: &535 + default: &538 value: id: 1 node_id: MDU6SXNzdWUx @@ -77573,7 +77602,7 @@ paths: '422': *15 '503': *112 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -77623,9 +77652,9 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: &537 + default: &540 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77691,9 +77720,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: &531 + default: &534 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77771,9 +77800,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 '422': *15 x-github: githubCloudOnly: false @@ -77963,7 +77992,7 @@ paths: application/json: schema: type: array - items: &534 + items: &537 title: Issue Event description: Issue Event type: object @@ -78006,8 +78035,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *532 - required: *533 + properties: *535 + required: *536 nullable: true label: title: Issue Event Label @@ -78326,7 +78355,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *537 examples: default: value: @@ -78518,7 +78547,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *529 + '410': *532 '403': *29 x-github: githubCloudOnly: false @@ -78554,7 +78583,7 @@ paths: parameters: - *334 - *335 - - &536 + - &539 name: issue_number description: The number that identifies the issue. in: path @@ -78568,10 +78597,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 '304': *37 x-github: githubCloudOnly: false @@ -78598,7 +78627,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78704,13 +78733,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '422': *15 '503': *112 '403': *29 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78730,7 +78759,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78758,7 +78787,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78776,7 +78805,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: content: application/json: @@ -78803,7 +78832,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78827,7 +78856,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: assignee in: path required: true @@ -78869,7 +78898,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *81 - *17 - *19 @@ -78880,13 +78909,13 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: *537 + default: *540 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78917,7 +78946,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -78939,16 +78968,16 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -78978,7 +79007,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -78990,12 +79019,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79025,7 +79054,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -79049,7 +79078,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -79057,7 +79086,7 @@ paths: type: string '301': *338 '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -79090,7 +79119,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -79104,13 +79133,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -79138,7 +79167,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79150,12 +79179,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79174,7 +79203,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79188,7 +79217,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &540 + - &543 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79242,7 +79271,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &544 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79378,7 +79407,7 @@ paths: - performed_via_github_app - assignee - assigner - - &542 + - &545 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79429,7 +79458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &546 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79480,7 +79509,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &544 + - &547 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79534,7 +79563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &545 + - &548 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79581,7 +79610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &546 + - &549 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79628,7 +79657,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &547 + - &550 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79688,7 +79717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &551 title: Locked Issue Event description: Locked Issue Event type: object @@ -79736,7 +79765,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &549 + - &552 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -79802,7 +79831,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &553 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -79868,7 +79897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &554 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -79934,7 +79963,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &555 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80025,7 +80054,7 @@ paths: color: red headers: Link: *58 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80044,7 +80073,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80056,7 +80085,7 @@ paths: type: array items: *73 examples: - default: &539 + default: &542 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80076,7 +80105,7 @@ paths: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80095,7 +80124,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80156,10 +80185,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80178,7 +80207,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80240,10 +80269,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80262,13 +80291,13 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80289,7 +80318,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: name in: path required: true @@ -80315,7 +80344,7 @@ paths: default: true '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80337,7 +80366,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80365,7 +80394,7 @@ paths: '204': description: Response '403': *29 - '410': *529 + '410': *532 '404': *6 '422': *15 x-github: @@ -80385,7 +80414,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response @@ -80417,7 +80446,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '200': description: Response @@ -80425,10 +80454,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80447,7 +80476,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -80479,7 +80508,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80499,7 +80528,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80564,7 +80593,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *332 responses: '204': @@ -80596,7 +80625,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80620,7 +80649,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80655,7 +80684,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80667,11 +80696,11 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80701,7 +80730,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80730,14 +80759,14 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -80759,7 +80788,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80792,7 +80821,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '403': *29 '404': *6 '422': *7 @@ -80816,7 +80845,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80831,9 +80860,6 @@ paths: description: Timeline Event type: object anyOf: - - *540 - - *541 - - *542 - *543 - *544 - *545 @@ -80844,6 +80870,9 @@ paths: - *550 - *551 - *552 + - *553 + - *554 + - *555 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81152,7 +81181,7 @@ paths: type: string comments: type: array - items: &574 + items: &577 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81361,7 +81390,7 @@ paths: type: string comments: type: array - items: *462 + items: *465 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81650,7 +81679,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81678,7 +81707,7 @@ paths: application/json: schema: type: array - items: &553 + items: &556 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -81781,9 +81810,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: &554 + default: &557 value: id: 1 key: ssh-rsa AAA... @@ -81819,7 +81848,7 @@ paths: parameters: - *334 - *335 - - &555 + - &558 name: key_id description: The unique identifier of the key. in: path @@ -81831,9 +81860,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: *554 + default: *557 '404': *6 x-github: githubCloudOnly: false @@ -81853,7 +81882,7 @@ paths: parameters: - *334 - *335 - - *555 + - *558 responses: '204': description: Response @@ -81886,7 +81915,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 '404': *6 @@ -81946,7 +81975,7 @@ paths: application/json: schema: *73 examples: - default: &556 + default: &559 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81992,7 +82021,7 @@ paths: application/json: schema: *73 examples: - default: *556 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -82390,9 +82419,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *463 + schema: *466 examples: - default: *557 + default: *560 '204': description: Response when already merged '404': @@ -82459,7 +82488,7 @@ paths: application/json: schema: type: array - items: &558 + items: &561 title: Milestone description: A collection of related issues and pull requests. type: object @@ -82561,9 +82590,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: &559 + default: &562 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82624,7 +82653,7 @@ paths: parameters: - *334 - *335 - - &560 + - &563 name: milestone_number description: The number that identifies the milestone. in: path @@ -82636,9 +82665,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 '404': *6 x-github: githubCloudOnly: false @@ -82657,7 +82686,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 requestBody: required: false content: @@ -82695,9 +82724,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82715,7 +82744,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 responses: '204': description: Response @@ -82738,7 +82767,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 - *17 - *19 responses: @@ -82750,7 +82779,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 x-github: @@ -82771,10 +82800,10 @@ paths: parameters: - *334 - *335 - - *561 - - *562 + - *564 + - *565 - *81 - - *563 + - *566 - *17 - *19 responses: @@ -82786,7 +82815,7 @@ paths: type: array items: *101 examples: - default: *564 + default: *567 headers: Link: *58 x-github: @@ -82876,7 +82905,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &568 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83001,7 +83030,7 @@ paths: - custom_404 - public examples: - default: &566 + default: &569 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83097,9 +83126,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *568 examples: - default: *566 + default: *569 '422': *15 '409': *51 x-github: @@ -83260,7 +83289,7 @@ paths: application/json: schema: type: array - items: &567 + items: &570 title: Page Build description: Page Build type: object @@ -83407,9 +83436,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: &568 + default: &571 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83469,9 +83498,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83599,7 +83628,7 @@ paths: parameters: - *334 - *335 - - &569 + - &572 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -83659,7 +83688,7 @@ paths: parameters: - *334 - *335 - - *569 + - *572 responses: '204': *183 '404': *6 @@ -84039,7 +84068,7 @@ paths: type: array items: *110 examples: - default: *570 + default: *573 '403': *29 '404': *6 x-github: @@ -84078,7 +84107,7 @@ paths: required: - properties examples: - default: *571 + default: *574 responses: '204': description: No Content when custom property values are successfully created @@ -84177,9 +84206,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: *572 + default: *575 headers: Link: *58 '304': *37 @@ -84277,7 +84306,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &579 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84491,7 +84520,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: *573 + auto_merge: *576 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -84583,7 +84612,7 @@ paths: - merged_by - review_comments examples: - default: &577 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85140,9 +85169,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: &579 + default: &582 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85227,9 +85256,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: &575 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85328,9 +85357,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: *575 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85533,7 +85562,7 @@ paths: parameters: - *334 - *335 - - &578 + - &581 name: pull_number description: The number that identifies the pull request. in: path @@ -85546,9 +85575,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '304': *37 '404': *6 '406': @@ -85585,7 +85614,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -85627,9 +85656,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '422': *15 '403': *29 x-github: @@ -85653,7 +85682,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85715,7 +85744,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -85723,7 +85752,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -85755,7 +85784,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *98 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -85776,9 +85805,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: *579 + default: *582 headers: Link: *58 x-github: @@ -85813,7 +85842,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85918,7 +85947,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: example-for-a-multi-line-comment: value: @@ -86008,7 +86037,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *90 requestBody: required: true @@ -86031,7 +86060,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: default: value: @@ -86119,7 +86148,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86129,9 +86158,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: *580 + default: *583 headers: Link: *58 x-github: @@ -86163,7 +86192,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86173,7 +86202,7 @@ paths: application/json: schema: type: array - items: *476 + items: *479 examples: default: value: @@ -86213,7 +86242,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '204': description: Response if pull request has been merged @@ -86238,7 +86267,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86351,7 +86380,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '200': description: Response @@ -86428,7 +86457,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86465,7 +86494,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87003,7 +87032,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -87037,7 +87066,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87544,7 +87573,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -87554,7 +87583,7 @@ paths: application/json: schema: type: array - items: &581 + items: &584 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -87707,7 +87736,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -87793,9 +87822,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &583 + default: &586 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87860,8 +87889,8 @@ paths: parameters: - *334 - *335 - - *578 - - &582 + - *581 + - &585 name: review_id description: The unique identifier of the review. in: path @@ -87873,9 +87902,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &584 + default: &587 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87936,8 +87965,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -87960,7 +87989,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88024,16 +88053,16 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 responses: '200': description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *583 + default: *586 '422': *7 '404': *6 x-github: @@ -88062,8 +88091,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 - *17 - *19 responses: @@ -88300,8 +88329,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88329,7 +88358,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88394,8 +88423,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88430,9 +88459,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *584 + default: *587 '404': *6 '422': *7 '403': *29 @@ -88456,7 +88485,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -88533,9 +88562,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: &586 + default: &589 value: type: file encoding: base64 @@ -88598,9 +88627,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: *586 + default: *589 '404': *6 '422': *15 x-github: @@ -88633,7 +88662,7 @@ paths: application/json: schema: type: array - items: *587 + items: *590 examples: default: value: @@ -88804,9 +88833,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: &591 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -88913,7 +88942,7 @@ paths: parameters: - *334 - *335 - - &589 + - &592 name: asset_id description: The unique identifier of the asset. in: path @@ -88925,9 +88954,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: &590 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -88962,7 +88991,7 @@ paths: type: User site_admin: false '404': *6 - '302': *478 + '302': *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88980,7 +89009,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 requestBody: required: false content: @@ -89008,9 +89037,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: *590 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89028,7 +89057,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 responses: '204': description: Response @@ -89145,9 +89174,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89178,9 +89207,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -89204,7 +89233,7 @@ paths: parameters: - *334 - *335 - - &592 + - &595 name: release_id description: The unique identifier of the release. in: path @@ -89218,9 +89247,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '401': description: Unauthorized x-github: @@ -89240,7 +89269,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: false content: @@ -89304,9 +89333,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': description: Not Found if the discussion category name is invalid content: @@ -89329,7 +89358,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 responses: '204': description: Response @@ -89351,7 +89380,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *17 - *19 responses: @@ -89361,7 +89390,7 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: default: value: @@ -89444,7 +89473,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: name in: query required: true @@ -89470,7 +89499,7 @@ paths: description: Response for successful upload content: application/json: - schema: *588 + schema: *591 examples: response-for-successful-upload: value: @@ -89527,7 +89556,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -89576,7 +89605,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: true content: @@ -89639,7 +89668,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *332 responses: '204': @@ -89683,7 +89712,7 @@ paths: oneOf: - allOf: - *286 - - &593 + - &596 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89704,67 +89733,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *287 - - *593 + - *596 - allOf: - *288 - - *593 + - *596 - allOf: - *289 - - *593 + - *596 - allOf: - - *594 - - *593 + - *597 + - *596 - allOf: - *290 - - *593 + - *596 - allOf: - *291 - - *593 + - *596 - allOf: - *292 - - *593 + - *596 - allOf: - *293 - - *593 + - *596 - allOf: - *294 - - *593 + - *596 - allOf: - *295 - - *593 + - *596 - allOf: - *296 - - *593 + - *596 - allOf: - *297 - - *593 + - *596 - allOf: - *298 - - *593 + - *596 - allOf: - *299 - - *593 + - *596 - allOf: - *300 - - *593 + - *596 - allOf: - *301 - - *593 + - *596 - allOf: - *302 - - *593 + - *596 - allOf: - *303 - - *593 + - *596 - allOf: - *304 - - *593 + - *596 - allOf: - *305 - - *593 + - *596 - allOf: - *306 - - *593 + - *596 examples: default: value: @@ -89815,7 +89844,7 @@ paths: schema: type: boolean default: true - - *595 + - *598 responses: '200': description: Response @@ -89900,7 +89929,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *596 + items: *599 required: - name - enforcement @@ -89933,7 +89962,7 @@ paths: application/json: schema: *307 examples: - default: &606 + default: &609 value: id: 42 name: super cool ruleset @@ -89982,10 +90011,10 @@ paths: parameters: - *334 - *335 - - *597 - - *598 - - *599 - *600 + - *601 + - *602 + - *603 - *17 - *19 responses: @@ -89993,9 +90022,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 '404': *6 '500': *111 x-github: @@ -90018,15 +90047,15 @@ paths: parameters: - *334 - *335 - - *603 + - *606 responses: '200': description: Response content: application/json: - schema: *604 + schema: *607 examples: - default: *605 + default: *608 '404': *6 '500': *111 x-github: @@ -90077,7 +90106,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 put: @@ -90130,7 +90159,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *596 + items: *599 examples: default: value: @@ -90160,7 +90189,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 delete: @@ -90221,7 +90250,7 @@ paths: type: array items: *310 examples: - default: *607 + default: *610 '404': *6 '500': *111 x-github: @@ -90259,7 +90288,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: default: value: @@ -90316,20 +90345,20 @@ paths: parameters: - *334 - *335 - - *609 - - *610 - - *611 - *612 - *613 - - *52 - - *19 - - *17 - *614 - *615 - *616 + - *52 + - *19 + - *17 - *617 - *618 - *619 + - *620 + - *621 + - *622 responses: '200': description: Response @@ -90337,7 +90366,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 type: object properties: number: *169 @@ -90356,8 +90385,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolved_at: type: string format: date-time @@ -90453,7 +90482,7 @@ paths: pull request. ' - oneOf: *622 + oneOf: *625 nullable: true has_more_locations: type: boolean @@ -90605,13 +90634,13 @@ paths: - *334 - *335 - *432 - - *619 + - *622 responses: '200': description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90675,8 +90704,8 @@ paths: schema: type: object properties: - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -90710,7 +90739,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90818,7 +90847,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &785 type: object properties: type: @@ -90844,9 +90873,6 @@ paths: example: commit details: oneOf: - - *624 - - *625 - - *626 - *627 - *628 - *629 @@ -90857,6 +90883,9 @@ paths: - *634 - *635 - *636 + - *637 + - *638 + - *639 examples: default: value: @@ -90951,14 +90980,14 @@ paths: schema: type: object properties: - reason: &638 + reason: &641 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *637 + placeholder_id: *640 required: - reason - placeholder_id @@ -90975,7 +91004,7 @@ paths: schema: type: object properties: - reason: *638 + reason: *641 expire_at: type: string format: date-time @@ -91037,7 +91066,7 @@ paths: properties: incremental_scans: type: array - items: &639 + items: &642 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91063,15 +91092,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *639 + items: *642 backfill_scans: type: array - items: *639 + items: *642 custom_pattern_backfill_scans: type: array items: allOf: - - *639 + - *642 - type: object properties: pattern_name: @@ -91186,9 +91215,9 @@ paths: application/json: schema: type: array - items: *640 + items: *643 examples: - default: *641 + default: *644 '400': *14 '404': *6 x-github: @@ -91372,9 +91401,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: &643 + default: &646 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -91712,7 +91741,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: default: value: @@ -91861,15 +91890,15 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '200': description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 + default: *646 '403': *29 '404': *6 x-github: @@ -91895,7 +91924,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 requestBody: required: true content: @@ -92054,10 +92083,10 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 - add_credit: *643 + default: *646 + add_credit: *646 '403': *29 '404': *6 '422': @@ -92097,7 +92126,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': *39 '400': *14 @@ -92126,7 +92155,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': description: Response @@ -92270,7 +92299,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -92643,7 +92672,7 @@ paths: application/json: schema: type: array - items: *644 + items: *647 examples: default: value: @@ -92731,7 +92760,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *648 examples: default: value: @@ -92825,7 +92854,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &646 + schema: &649 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -92920,7 +92949,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -93057,7 +93086,7 @@ paths: application/json: schema: type: array - items: &647 + items: &650 title: Tag protection description: Tag protection type: object @@ -93133,7 +93162,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *650 examples: default: value: @@ -93281,7 +93310,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &651 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93293,7 +93322,7 @@ paths: required: - names examples: - default: &649 + default: &652 value: names: - octocat @@ -93348,9 +93377,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: - default: *649 + default: *652 '404': *6 '422': *7 x-github: @@ -93373,7 +93402,7 @@ paths: parameters: - *334 - *335 - - &650 + - &653 name: per description: The time frame to display results for. in: query @@ -93402,7 +93431,7 @@ paths: example: 128 clones: type: array - items: &651 + items: &654 title: Traffic type: object properties: @@ -93643,7 +93672,7 @@ paths: parameters: - *334 - *335 - - *650 + - *653 responses: '200': description: Response @@ -93662,7 +93691,7 @@ paths: example: 3782 views: type: array - items: *651 + items: *654 required: - uniques - count @@ -94431,7 +94460,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &652 + text_matches: &655 title: Search Result Text Matches type: array items: @@ -94593,7 +94622,7 @@ paths: enum: - author-date - committer-date - - &653 + - &656 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 @@ -94684,7 +94713,7 @@ paths: url: type: string format: uri - verification: *515 + verification: *518 required: - author - committer @@ -94721,7 +94750,7 @@ paths: type: number node_id: type: string - text_matches: *652 + text_matches: *655 required: - sha - node_id @@ -94913,7 +94942,7 @@ paths: - interactions - created - updated - - *653 + - *656 - *17 - *19 - name: advanced_search @@ -95010,11 +95039,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: type: string state_reason: @@ -95046,7 +95075,7 @@ paths: type: string format: date-time nullable: true - text_matches: *652 + text_matches: *655 pull_request: type: object properties: @@ -95271,7 +95300,7 @@ paths: enum: - created - updated - - *653 + - *656 - *17 - *19 responses: @@ -95315,7 +95344,7 @@ paths: nullable: true score: type: number - text_matches: *652 + text_matches: *655 required: - id - node_id @@ -95400,7 +95429,7 @@ paths: - forks - help-wanted-issues - updated - - *653 + - *656 - *17 - *19 responses: @@ -95639,7 +95668,7 @@ paths: - admin - pull - push - text_matches: *652 + text_matches: *655 temp_clone_token: type: string allow_merge_commit: @@ -95939,7 +95968,7 @@ paths: type: string format: uri nullable: true - text_matches: *652 + text_matches: *655 related: type: array nullable: true @@ -96130,7 +96159,7 @@ paths: - followers - repositories - joined - - *653 + - *656 - *17 - *19 responses: @@ -96234,7 +96263,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *652 + text_matches: *655 blog: type: string nullable: true @@ -96313,7 +96342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &657 + - &660 name: team_id description: The unique identifier of the team. in: path @@ -96354,7 +96383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96454,7 +96483,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *657 + - *660 responses: '204': description: Response @@ -96485,7 +96514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *657 + - *660 - *52 - *17 - *19 @@ -96498,7 +96527,7 @@ paths: type: array items: *323 examples: - default: *658 + default: *661 headers: Link: *58 x-github: @@ -96527,7 +96556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96590,7 +96619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '200': @@ -96624,7 +96653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: false @@ -96650,7 +96679,7 @@ paths: application/json: schema: *323 examples: - default: *659 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96675,7 +96704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '204': @@ -96705,7 +96734,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *657 + - *660 - *325 - *52 - *17 @@ -96719,7 +96748,7 @@ paths: type: array items: *326 examples: - default: *660 + default: *663 headers: Link: *58 x-github: @@ -96748,7 +96777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -96800,7 +96829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96835,7 +96864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -96861,7 +96890,7 @@ paths: application/json: schema: *326 examples: - default: *661 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96886,7 +96915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96917,7 +96946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 - name: content @@ -96976,7 +97005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -97038,7 +97067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -97096,7 +97125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -97155,7 +97184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97193,7 +97222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *657 + - *660 - name: role description: Filters members returned by their role in the team. in: query @@ -97244,7 +97273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97281,7 +97310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97321,7 +97350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97358,7 +97387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '200': @@ -97367,7 +97396,7 @@ paths: application/json: schema: *333 examples: - response-if-user-is-a-team-maintainer: *662 + response-if-user-is-a-team-maintainer: *665 '404': *6 x-github: githubCloudOnly: false @@ -97400,7 +97429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 requestBody: required: false @@ -97428,7 +97457,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: *663 + response-if-users-membership-with-team-is-now-pending: *666 '403': description: Forbidden if team synchronization is set up '422': @@ -97462,7 +97491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97490,7 +97519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97532,7 +97561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97540,7 +97569,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *664 + schema: *667 examples: alternative-response-with-extra-repository-information: value: @@ -97691,7 +97720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *657 + - *660 - *334 - *335 requestBody: @@ -97743,7 +97772,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97770,7 +97799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97782,7 +97811,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: *665 + response-if-child-teams-exist: *668 headers: Link: *58 '404': *6 @@ -97815,7 +97844,7 @@ paths: application/json: schema: oneOf: - - &667 + - &670 title: Private User description: Private User type: object @@ -98018,7 +98047,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *666 + - *669 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -98171,7 +98200,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *670 examples: default: value: @@ -98517,7 +98546,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98525,7 +98554,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -98569,7 +98598,7 @@ paths: type: integer secrets: type: array - items: &668 + items: &671 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -98609,7 +98638,7 @@ paths: - visibility - selected_repositories_url examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -98685,7 +98714,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *671 examples: default: value: @@ -98831,7 +98860,7 @@ paths: type: array items: *151 examples: - default: *669 + default: *672 '401': *25 '403': *29 '404': *6 @@ -98983,7 +99012,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '401': *25 @@ -99041,7 +99070,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -99098,7 +99127,7 @@ paths: description: Response content: application/json: - schema: &670 + schema: &673 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -99139,7 +99168,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &671 + default: &674 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -99184,9 +99213,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *673 examples: - default: *671 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -99223,9 +99252,9 @@ paths: type: integer machines: type: array - items: *672 + items: *675 examples: - default: *673 + default: *676 '304': *37 '500': *111 '401': *25 @@ -99309,8 +99338,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -100092,7 +100121,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '400': *14 @@ -100132,7 +100161,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '500': *111 '401': *25 '403': *29 @@ -100164,7 +100193,7 @@ paths: type: array items: *245 examples: - default: &684 + default: &687 value: - id: 197 name: hello_docker @@ -100265,7 +100294,7 @@ paths: application/json: schema: type: array - items: &674 + items: &677 title: Email description: Email type: object @@ -100330,9 +100359,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: &686 + default: &689 value: - email: octocat@github.com verified: true @@ -100407,7 +100436,7 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: default: value: @@ -100663,7 +100692,7 @@ paths: application/json: schema: type: array - items: &675 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -100794,7 +100823,7 @@ paths: - subkeys - revoked examples: - default: &700 + default: &703 value: - id: 3 name: Octocat's GPG Key @@ -100879,9 +100908,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: &676 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -100938,7 +100967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &677 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -100950,9 +100979,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '404': *6 '304': *37 '403': *29 @@ -100975,7 +101004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *677 + - *680 responses: '204': description: Response @@ -101280,7 +101309,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -101430,7 +101459,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Key description: Key type: object @@ -101531,9 +101560,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101566,15 +101595,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '200': description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 '304': *37 '403': *29 @@ -101597,7 +101626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '204': description: Response @@ -101630,7 +101659,7 @@ paths: application/json: schema: type: array - items: &680 + items: &683 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -101698,7 +101727,7 @@ paths: - account - plan examples: - default: &681 + default: &684 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -101760,9 +101789,9 @@ paths: application/json: schema: type: array - items: *680 + items: *683 examples: - default: *681 + default: *684 headers: Link: *58 '304': *37 @@ -102757,7 +102786,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *239 - - *682 + - *685 responses: '204': description: Response @@ -102872,7 +102901,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *19 - *17 responses: @@ -102884,8 +102913,8 @@ paths: type: array items: *245 examples: - default: *684 - '400': *685 + default: *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102914,7 +102943,7 @@ paths: application/json: schema: *245 examples: - default: &701 + default: &704 value: id: 40201 name: octo-name @@ -103276,9 +103305,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: *686 + default: *689 headers: Link: *58 '304': *37 @@ -103391,7 +103420,7 @@ paths: type: array items: *70 examples: - default: &693 + default: &696 summary: Default response value: - id: 1296269 @@ -103735,9 +103764,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: *687 + default: *690 headers: Link: *58 '304': *37 @@ -103816,7 +103845,7 @@ paths: application/json: schema: type: array - items: &688 + items: &691 title: Social account description: Social media account type: object @@ -103831,7 +103860,7 @@ paths: - provider - url examples: - default: &689 + default: &692 value: - provider: twitter url: https://twitter.com/github @@ -103893,9 +103922,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 '422': *15 '304': *37 '404': *6 @@ -103982,7 +104011,7 @@ paths: application/json: schema: type: array - items: &690 + items: &693 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -104002,7 +104031,7 @@ paths: - title - created_at examples: - default: &718 + default: &721 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104066,9 +104095,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: &691 + default: &694 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104098,7 +104127,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: - - &692 + - &695 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -104110,9 +104139,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '404': *6 '304': *37 '403': *29 @@ -104135,7 +104164,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: - - *692 + - *695 responses: '204': description: Response @@ -104164,7 +104193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &719 + - &722 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 @@ -104189,11 +104218,11 @@ paths: type: array items: *70 examples: - default-response: *693 + default-response: *696 application/vnd.github.v3.star+json: schema: type: array - items: &720 + items: &723 title: Starred Repository description: Starred Repository type: object @@ -104562,10 +104591,10 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: &695 + default-response: &698 summary: Default response value: login: octocat @@ -104600,7 +104629,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &696 + response-with-git-hub-plan-information: &699 summary: Response with GitHub plan information value: login: octocat @@ -104722,7 +104751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *694 + - *697 - *17 responses: '200': @@ -104771,11 +104800,11 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: *695 - response-with-git-hub-plan-information: *696 + default-response: *698 + response-with-git-hub-plan-information: *699 '404': *6 x-github: githubCloudOnly: false @@ -104825,8 +104854,8 @@ paths: required: - subject_digests examples: - default: *697 - withPredicateType: *698 + default: *700 + withPredicateType: *701 responses: '200': description: Response @@ -104879,7 +104908,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *699 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105125,7 +105154,7 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 x-github: @@ -105509,9 +105538,9 @@ paths: application/json: schema: type: array - items: *675 + items: *678 examples: - default: *700 + default: *703 headers: Link: *58 x-github: @@ -105615,7 +105644,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105739,7 +105768,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *63 - *19 - *17 @@ -105752,10 +105781,10 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 - '400': *685 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105785,7 +105814,7 @@ paths: application/json: schema: *245 examples: - default: *701 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106134,7 +106163,7 @@ paths: type: array items: *267 examples: - default: *702 + default: *705 headers: Link: *58 '304': *37 @@ -106194,7 +106223,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *703 + items: *706 required: - name - data_type @@ -106210,7 +106239,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *704 + iteration_configuration: *707 required: - name - data_type @@ -106232,8 +106261,8 @@ paths: value: name: Due date data_type: date - single_select_field: *705 - iteration_field: *706 + single_select_field: *708 + iteration_field: *709 responses: '201': description: Response @@ -106241,11 +106270,11 @@ paths: application/json: schema: *267 examples: - text_field: *707 - number_field: *708 - date_field: *709 - single_select_field: *710 - iteration_field: *711 + text_field: *710 + number_field: *711 + date_field: *712 + single_select_field: *713 + iteration_field: *714 '304': *37 '403': *29 '401': *25 @@ -106267,7 +106296,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *263 - - *712 + - *715 - *63 responses: '200': @@ -106276,7 +106305,7 @@ paths: application/json: schema: *267 examples: - default: *713 + default: *716 headers: Link: *58 '304': *37 @@ -106807,7 +106836,7 @@ paths: - *114 - *116 - *115 - - *714 + - *717 - *117 responses: '200': @@ -106938,7 +106967,7 @@ paths: parameters: - *63 - *114 - - *715 + - *718 - *115 responses: '200': @@ -107037,9 +107066,9 @@ paths: - *114 - *116 - *115 - - *716 + - *719 - *117 - - *717 + - *720 responses: '200': description: Response when getting a billing usage summary @@ -107173,9 +107202,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 headers: Link: *58 x-github: @@ -107205,9 +107234,9 @@ paths: application/json: schema: type: array - items: *690 + items: *693 examples: - default: *718 + default: *721 headers: Link: *58 x-github: @@ -107232,7 +107261,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *63 - - *719 + - *722 - *52 - *17 - *19 @@ -107244,11 +107273,11 @@ paths: schema: anyOf: - type: array - items: *720 + items: *723 - type: array items: *70 examples: - default-response: *693 + default-response: *696 headers: Link: *58 x-github: @@ -107407,7 +107436,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &721 + enterprise: &724 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -107465,7 +107494,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &722 + installation: &725 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -107484,7 +107513,7 @@ x-webhooks: required: - id - node_id - organization: &723 + organization: &726 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -107544,13 +107573,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &724 + repository: &727 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: &754 + properties: &757 id: description: Unique identifier of the repository example: 42 @@ -108233,7 +108262,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &755 + required: &758 - archive_url - assignees_url - blobs_url @@ -108384,10 +108413,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -108463,11 +108492,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: &725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: &728 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) @@ -108690,11 +108719,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108877,11 +108906,11 @@ x-webhooks: - everyone required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108965,7 +108994,7 @@ x-webhooks: type: string enum: - completed - check_run: &727 + check_run: &730 title: CheckRun description: A check performed on the code of a given code change type: object @@ -109056,7 +109085,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *726 + deployment: *729 details_url: example: https://example.com type: string @@ -109141,10 +109170,10 @@ x-webhooks: - output - app - pull_requests - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109537,11 +109566,11 @@ x-webhooks: type: string enum: - created - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109937,11 +109966,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 requested_action: description: The action requested by the user. type: object @@ -110346,11 +110375,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -111327,10 +111356,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112024,10 +112053,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112715,10 +112744,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -113029,20 +113058,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &728 + commit_oid: &731 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: *721 - installation: *722 - organization: *723 - ref: &729 + enterprise: *724 + installation: *725 + organization: *726 + ref: &732 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: *724 + repository: *727 sender: *4 required: - action @@ -113437,12 +113466,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -113708,12 +113737,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114045,12 +114074,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114324,16 +114353,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 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: *724 + repository: *727 sender: *4 required: - action @@ -114570,12 +114599,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114832,10 +114861,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -114915,18 +114944,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *723 - pusher_type: &730 + organization: *726 + pusher_type: &733 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &731 + ref: &734 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -114936,7 +114965,7 @@ x-webhooks: enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115019,9 +115048,9 @@ x-webhooks: enum: - created definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115106,9 +115135,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115186,9 +115215,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115266,9 +115295,9 @@ x-webhooks: enum: - updated definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115345,10 +115374,10 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - repository: *724 - organization: *723 + enterprise: *724 + installation: *725 + repository: *727 + organization: *726 sender: *4 new_property_values: type: array @@ -115433,18 +115462,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - pusher_type: *730 - ref: *731 + enterprise: *724 + installation: *725 + organization: *726 + pusher_type: *733 + ref: *734 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115528,11 +115557,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115616,11 +115645,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115704,11 +115733,11 @@ x-webhooks: type: string enum: - created - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115790,11 +115819,11 @@ x-webhooks: type: string enum: - dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115876,11 +115905,11 @@ x-webhooks: type: string enum: - fixed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115963,11 +115992,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116049,11 +116078,11 @@ x-webhooks: type: string enum: - reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116130,9 +116159,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - key: &732 + enterprise: *724 + installation: *725 + key: &735 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -116168,8 +116197,8 @@ x-webhooks: - verified - created_at - read_only - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116246,11 +116275,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - key: *732 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + key: *735 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116811,12 +116840,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: &736 + workflow: &739 title: Workflow type: object nullable: true @@ -117542,13 +117571,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *490 + deployment: *493 pull_requests: type: array - items: *576 - repository: *724 - organization: *723 - installation: *722 + items: *579 + repository: *727 + organization: *726 + installation: *725 sender: *4 responses: '200': @@ -117619,7 +117648,7 @@ x-webhooks: type: string enum: - approved - approver: &733 + approver: &736 type: object properties: avatar_url: @@ -117662,11 +117691,11 @@ x-webhooks: type: string comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: &734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: &737 type: array items: type: object @@ -117745,7 +117774,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &735 + workflow_job_run: &738 type: object properties: conclusion: @@ -118476,18 +118505,18 @@ x-webhooks: type: string enum: - rejected - approver: *733 + approver: *736 comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: *734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: *737 sender: *4 since: type: string - workflow_job_run: *735 + workflow_job_run: *738 workflow_job_runs: type: array items: @@ -119191,13 +119220,13 @@ x-webhooks: type: string enum: - requested - enterprise: *721 + enterprise: *724 environment: type: string - installation: *722 - organization: *723 - repository: *724 - requestor: &741 + installation: *725 + organization: *726 + repository: *727 + requestor: &744 title: User type: object nullable: true @@ -121096,12 +121125,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Deployment Workflow Run type: object @@ -121781,7 +121810,7 @@ x-webhooks: type: string enum: - answered - answer: &739 + answer: &742 type: object properties: author_association: @@ -121938,11 +121967,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122069,11 +122098,11 @@ x-webhooks: - from required: - category - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122156,11 +122185,11 @@ x-webhooks: type: string enum: - closed - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122242,7 +122271,7 @@ x-webhooks: type: string enum: - created - comment: &738 + comment: &741 type: object properties: author_association: @@ -122399,11 +122428,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122486,12 +122515,12 @@ x-webhooks: type: string enum: - deleted - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122586,12 +122615,12 @@ x-webhooks: - from required: - body - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122675,11 +122704,11 @@ x-webhooks: type: string enum: - created - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122761,11 +122790,11 @@ x-webhooks: type: string enum: - deleted - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122865,11 +122894,11 @@ x-webhooks: type: string required: - from - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122951,10 +122980,10 @@ x-webhooks: type: string enum: - labeled - discussion: *737 - enterprise: *721 - installation: *722 - label: &740 + discussion: *740 + enterprise: *724 + installation: *725 + label: &743 title: Label type: object properties: @@ -122986,8 +123015,8 @@ x-webhooks: - color - default - description - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123070,11 +123099,11 @@ x-webhooks: type: string enum: - locked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123156,11 +123185,11 @@ x-webhooks: type: string enum: - pinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123242,11 +123271,11 @@ x-webhooks: type: string enum: - reopened - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123331,16 +123360,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *737 - new_repository: *724 + new_discussion: *740 + new_repository: *727 required: - new_discussion - new_repository - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123423,10 +123452,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *737 - old_answer: *739 - organization: *723 - repository: *724 + discussion: *740 + old_answer: *742 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123508,12 +123537,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *737 - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123596,11 +123625,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123682,11 +123711,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123759,7 +123788,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *721 + enterprise: *724 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -124419,9 +124448,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - forkee @@ -124567,9 +124596,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pages: description: The pages that were updated. type: array @@ -124606,7 +124635,7 @@ x-webhooks: - action - sha - html_url - repository: *724 + repository: *727 sender: *4 required: - pages @@ -124682,10 +124711,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: &742 + organization: *726 + repositories: &745 description: An array of repository objects that the installation can access. type: array @@ -124711,8 +124740,8 @@ x-webhooks: - name - full_name - private - repository: *724 - requester: *741 + repository: *727 + requester: *744 sender: *4 required: - action @@ -124787,11 +124816,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124867,11 +124896,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124947,10 +124976,10 @@ x-webhooks: type: string enum: - added - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: &743 + organization: *726 + repositories_added: &746 description: An array of repository objects, which were added to the installation. type: array @@ -124996,15 +125025,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *724 - repository_selection: &744 + repository: *727 + repository_selection: &747 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *741 + requester: *744 sender: *4 required: - action @@ -125083,10 +125112,10 @@ x-webhooks: type: string enum: - removed - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: *743 + organization: *726 + repositories_added: *746 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -125113,9 +125142,9 @@ x-webhooks: - name - full_name - private - repository: *724 - repository_selection: *744 - requester: *741 + repository: *727 + repository_selection: *747 + requester: *744 sender: *4 required: - action @@ -125194,11 +125223,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125376,10 +125405,10 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 target_type: type: string @@ -125458,11 +125487,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125714,8 +125743,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -126509,8 +126538,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126859,8 +126888,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -126940,7 +126969,7 @@ x-webhooks: type: string enum: - deleted - comment: &745 + comment: &748 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -127105,8 +127134,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127896,8 +127925,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128248,8 +128277,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -128329,7 +128358,7 @@ x-webhooks: type: string enum: - edited - changes: &774 + changes: &777 description: The changes to the comment. type: object properties: @@ -128341,9 +128370,9 @@ x-webhooks: type: string required: - from - comment: *745 - enterprise: *721 - installation: *722 + comment: *748 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129136,8 +129165,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129486,8 +129515,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129577,9 +129606,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129668,9 +129697,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129758,9 +129787,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129849,9 +129878,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129931,10 +129960,10 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - issue: &748 + assignee: *744 + enterprise: *724 + installation: *725 + issue: &751 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130723,11 +130752,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130844,8 +130873,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -130925,8 +130954,8 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -131720,11 +131749,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131976,8 +132005,8 @@ x-webhooks: required: - state - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -132056,8 +132085,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132842,11 +132871,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132962,8 +132991,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -133042,8 +133071,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133850,11 +133879,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133949,7 +133978,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &746 + milestone: &749 title: Milestone description: A collection of related issues and pull requests. type: object @@ -134087,8 +134116,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -134187,8 +134216,8 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134977,11 +135006,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135098,9 +135127,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -135180,8 +135209,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135969,11 +135998,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136090,9 +136119,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -136172,8 +136201,8 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136985,11 +137014,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137083,8 +137112,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -137163,8 +137192,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137970,11 +137999,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138068,9 +138097,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *746 - organization: *723 - repository: *724 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -138938,11 +138967,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139504,8 +139533,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140294,11 +140323,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140414,8 +140443,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -140495,9 +140524,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *721 - installation: *722 - issue: &747 + enterprise: *724 + installation: *725 + issue: &750 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141280,11 +141309,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141400,8 +141429,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -141480,8 +141509,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142291,11 +142320,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142390,8 +142419,8 @@ x-webhooks: user_view_type: type: string type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143257,11 +143286,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143845,11 +143874,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143929,12 +143958,12 @@ x-webhooks: type: string enum: - typed - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144015,7 +144044,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &780 title: User type: object nullable: true @@ -144085,11 +144114,11 @@ x-webhooks: required: - login - id - enterprise: *721 - installation: *722 - issue: *748 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144168,12 +144197,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - issue: *748 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144253,8 +144282,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145064,11 +145093,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145162,8 +145191,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145243,11 +145272,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145326,12 +145355,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145411,11 +145440,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145493,11 +145522,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145607,11 +145636,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145693,9 +145722,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: &749 + enterprise: *724 + installation: *725 + marketplace_purchase: &752 title: Marketplace Purchase type: object required: @@ -145778,8 +145807,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: &750 + organization: *726 + previous_marketplace_purchase: &753 title: Marketplace Purchase type: object properties: @@ -145859,7 +145888,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -145939,10 +145968,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146025,7 +146054,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146107,10 +146136,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146192,7 +146221,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146273,8 +146302,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 marketplace_purchase: title: Marketplace Purchase type: object @@ -146356,9 +146385,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146438,12 +146467,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146545,11 +146574,11 @@ x-webhooks: type: string required: - to - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146649,11 +146678,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146732,11 +146761,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146814,11 +146843,11 @@ x-webhooks: type: string enum: - added - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -146894,7 +146923,7 @@ x-webhooks: required: - login - id - team: &751 + team: &754 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -147117,11 +147146,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147198,7 +147227,7 @@ x-webhooks: required: - login - id - team: *751 + team: *754 required: - action - scope @@ -147280,8 +147309,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *722 - merge_group: &753 + installation: *725 + merge_group: &756 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -147300,15 +147329,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *752 + head_commit: *755 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147394,10 +147423,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *722 - merge_group: *753 - organization: *723 - repository: *724 + installation: *725 + merge_group: *756 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147470,7 +147499,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -147579,16 +147608,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *722 - organization: *723 + installation: *725 + organization: *726 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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -147669,11 +147698,11 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147752,9 +147781,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - milestone: &756 + enterprise: *724 + installation: *725 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -147891,8 +147920,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147971,11 +148000,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148085,11 +148114,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148169,11 +148198,11 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - milestone: *756 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *759 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148252,11 +148281,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148335,11 +148364,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148418,9 +148447,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - membership: &757 + enterprise: *724 + installation: *725 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -148527,8 +148556,8 @@ x-webhooks: - role - organization_url - user - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148606,11 +148635,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148689,8 +148718,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -148806,10 +148835,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 - user: *741 + user: *744 required: - action - invitation @@ -148887,11 +148916,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148978,11 +149007,11 @@ x-webhooks: properties: from: type: string - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -149058,9 +149087,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -149559,7 +149588,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &758 + items: &761 title: Ruby Gems metadata type: object properties: @@ -149654,7 +149683,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -149730,9 +149759,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -150085,7 +150114,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 source_url: type: string format: uri @@ -150155,7 +150184,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -150332,12 +150361,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *721 + enterprise: *724 id: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - id @@ -150414,7 +150443,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &759 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -150560,10 +150589,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *721 - organization: *723 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150640,11 +150669,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150720,11 +150749,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150799,11 +150828,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *759 - organization: *723 - enterprise: *721 + personal_access_token_request: *762 + organization: *726 + enterprise: *724 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150908,7 +150937,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *760 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -150940,8 +150969,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 zen: description: Random string of GitHub zen. @@ -151186,10 +151215,10 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: &761 + enterprise: *724 + installation: *725 + organization: *726 + project_card: &764 title: Project Card type: object properties: @@ -151308,7 +151337,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -151389,11 +151418,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151473,9 +151502,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: title: Project Card type: object @@ -151603,8 +151632,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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -151698,11 +151727,11 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151796,9 +151825,9 @@ x-webhooks: - from required: - column_id - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: allOf: - title: Project Card @@ -151988,7 +152017,7 @@ x-webhooks: type: string required: - after_id - repository: *724 + repository: *727 sender: *4 required: - action @@ -152068,10 +152097,10 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - organization: *723 - project: &763 + enterprise: *724 + installation: *725 + organization: *726 + project: &766 title: Project type: object properties: @@ -152195,7 +152224,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152275,10 +152304,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_column: &762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: &765 title: Project Column type: object properties: @@ -152317,7 +152346,7 @@ x-webhooks: - name - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152396,18 +152425,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152497,11 +152526,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152581,11 +152610,11 @@ x-webhooks: type: string enum: - moved - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152665,11 +152694,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152749,18 +152778,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project: *763 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 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: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152862,11 +152891,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152945,11 +152974,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -153030,8 +153059,8 @@ x-webhooks: type: string enum: - closed - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153113,8 +153142,8 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153196,8 +153225,8 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153315,8 +153344,8 @@ x-webhooks: type: string to: type: string - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153400,7 +153429,7 @@ x-webhooks: type: string enum: - archived - changes: &767 + changes: &770 type: object properties: archived_at: @@ -153414,9 +153443,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *722 - organization: *723 - projects_v2_item: &764 + installation: *725 + organization: *726 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -153551,9 +153580,9 @@ x-webhooks: nullable: true to: type: string - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153635,9 +153664,9 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153718,9 +153747,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153826,7 +153855,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &765 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -153848,7 +153877,7 @@ x-webhooks: required: - id - name - - &766 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -153882,8 +153911,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *765 - - *766 + - *768 + - *769 required: - field_value - type: object @@ -153899,9 +153928,9 @@ x-webhooks: nullable: true required: - body - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153996,9 +154025,9 @@ x-webhooks: to: type: string nullable: true - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154081,10 +154110,10 @@ x-webhooks: type: string enum: - restored - changes: *767 - installation: *722 - organization: *723 - projects_v2_item: *764 + changes: *770 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154166,8 +154195,8 @@ x-webhooks: type: string enum: - reopened - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -154249,14 +154278,14 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_status_update: &770 + installation: *725 + organization: *726 + projects_v2_status_update: &773 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *768 - required: *769 + properties: *771 + required: *772 sender: *4 required: - action @@ -154337,9 +154366,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154475,9 +154504,9 @@ x-webhooks: type: string format: date nullable: true - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154548,10 +154577,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - repository @@ -154628,13 +154657,13 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - number: &771 + assignee: *744 + enterprise: *724 + installation: *725 + number: &774 description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -156917,7 +156946,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -156999,11 +157028,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -159281,7 +159310,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -159363,11 +159392,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -161645,7 +161674,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -161727,13 +161756,13 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: &772 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: &775 allOf: - - *576 + - *579 - type: object properties: allow_auto_merge: @@ -161795,7 +161824,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *724 + repository: *727 sender: *4 required: - action @@ -161876,12 +161905,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -161961,11 +161990,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: &773 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: &776 title: Pull Request type: object properties: @@ -164228,7 +164257,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -164307,11 +164336,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -166593,7 +166622,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *724 + repository: *727 sender: *4 required: - action @@ -166717,12 +166746,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -166802,11 +166831,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -169073,7 +169102,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -169153,11 +169182,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -171439,7 +171468,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -171520,10 +171549,10 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -173803,7 +173832,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -173883,12 +173912,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: *773 - repository: *724 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: *776 + repository: *727 sender: *4 required: - action @@ -173967,12 +173996,12 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174053,12 +174082,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174138,12 +174167,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174509,9 +174538,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -176681,7 +176710,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -176761,7 +176790,7 @@ x-webhooks: type: string enum: - deleted - comment: &775 + comment: &778 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -177046,9 +177075,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -179206,7 +179235,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -179286,11 +179315,11 @@ x-webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *721 - installation: *722 - organization: *723 + changes: *777 + comment: *778 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -181451,7 +181480,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -181532,9 +181561,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -183707,7 +183736,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 review: description: The review that was affected. type: object @@ -183954,9 +183983,9 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -186010,8 +186039,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: &776 + repository: *727 + review: &779 description: The review that was affected. type: object properties: @@ -186244,12 +186273,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -188532,7 +188561,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -188616,12 +188645,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -190911,7 +190940,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191103,12 +191132,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -193393,7 +193422,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -193478,12 +193507,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -195759,7 +195788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195940,9 +195969,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -198117,8 +198146,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: *776 + repository: *727 + review: *779 sender: *4 required: - action @@ -198198,9 +198227,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -200270,7 +200299,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -200657,9 +200686,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -202715,7 +202744,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -203105,10 +203134,10 @@ x-webhooks: type: string before: type: string - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -205379,7 +205408,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -205461,11 +205490,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + assignee: *780 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -207748,7 +207777,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -207827,11 +207856,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -210104,7 +210133,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -210185,10 +210214,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -212453,7 +212482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -212653,7 +212682,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *721 + enterprise: *724 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212745,8 +212774,8 @@ x-webhooks: - url - author - committer - installation: *722 - organization: *723 + installation: *725 + organization: *726 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213321,9 +213350,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -213769,7 +213798,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -213823,7 +213852,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -213901,9 +213930,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -214211,7 +214240,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -214260,7 +214289,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -214337,10 +214366,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - release: &778 + enterprise: *724 + installation: *725 + organization: *726 + release: &781 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214658,7 +214687,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *724 + repository: *727 sender: *4 required: - action @@ -214735,11 +214764,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214856,11 +214885,11 @@ x-webhooks: type: boolean required: - to - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214938,9 +214967,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215262,7 +215291,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215338,10 +215367,10 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - release: &779 + enterprise: *724 + installation: *725 + organization: *726 + release: &782 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215660,7 +215689,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215736,11 +215765,11 @@ x-webhooks: type: string enum: - released - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -215816,11 +215845,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *721 - installation: *722 - organization: *723 - release: *779 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *782 + repository: *727 sender: *4 required: - action @@ -215896,11 +215925,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -215976,11 +216005,11 @@ x-webhooks: type: string enum: - reported - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -216056,10 +216085,10 @@ x-webhooks: type: string enum: - archived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216136,10 +216165,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216217,10 +216246,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216304,10 +216333,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216419,10 +216448,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216494,10 +216523,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 status: type: string @@ -216578,10 +216607,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216658,10 +216687,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216755,10 +216784,10 @@ x-webhooks: - name required: - repository - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216838,10 +216867,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -216920,10 +216949,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -217002,10 +217031,10 @@ x-webhooks: type: string enum: - edited - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 changes: type: object @@ -217067,16 +217096,16 @@ x-webhooks: properties: added: type: array - items: *596 + items: *599 deleted: type: array - items: *596 + items: *599 updated: type: array items: type: object properties: - rule: *596 + rule: *599 changes: type: object properties: @@ -217310,10 +217339,10 @@ x-webhooks: - from required: - owner - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217391,10 +217420,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217472,7 +217501,7 @@ x-webhooks: type: string enum: - create - alert: &780 + alert: &783 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217593,10 +217622,10 @@ x-webhooks: type: string enum: - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217802,10 +217831,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217883,11 +217912,11 @@ x-webhooks: type: string enum: - reopen - alert: *780 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218086,10 +218115,10 @@ x-webhooks: enum: - fixed - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218167,7 +218196,7 @@ x-webhooks: type: string enum: - assigned - alert: &781 + alert: &784 type: object properties: number: *169 @@ -218286,10 +218315,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218367,11 +218396,11 @@ x-webhooks: type: string enum: - created - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218452,11 +218481,11 @@ x-webhooks: type: string enum: - created - alert: *781 - installation: *722 - location: *782 - organization: *723 - repository: *724 + alert: *784 + installation: *725 + location: *785 + organization: *726 + repository: *727 sender: *4 required: - location @@ -218694,11 +218723,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218776,11 +218805,11 @@ x-webhooks: type: string enum: - reopened - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218858,11 +218887,11 @@ x-webhooks: type: string enum: - resolved - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218940,12 +218969,12 @@ x-webhooks: type: string enum: - unassigned - alert: *781 + alert: *784 assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219023,11 +219052,11 @@ x-webhooks: type: string enum: - validated - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219153,10 +219182,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *724 - enterprise: *721 - installation: *722 - organization: *723 + repository: *727 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -219234,11 +219263,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: &783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: &786 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219421,11 +219450,11 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: *786 sender: *4 required: - action @@ -219498,10 +219527,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219686,9 +219715,9 @@ x-webhooks: type: object properties: security_and_analysis: *280 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: *337 sender: *4 required: @@ -219767,12 +219796,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: &784 + sponsorship: &787 type: object properties: created_at: @@ -220073,12 +220102,12 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220166,12 +220195,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220248,17 +220277,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &788 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: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220332,7 +220361,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &789 type: object properties: tier: @@ -220376,13 +220405,13 @@ x-webhooks: - from required: - tier - effective_date: *785 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + effective_date: *788 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220459,13 +220488,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + changes: *789 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220539,10 +220568,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220625,10 +220654,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221048,15 +221077,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *721 + enterprise: *724 id: description: The unique identifier of the status. type: integer - installation: *722 + installation: *725 name: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 sha: description: The Commit SHA. @@ -221171,9 +221200,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221263,9 +221292,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221355,9 +221384,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221447,9 +221476,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221526,12 +221555,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - team: &787 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221754,9 +221783,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222214,7 +222243,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222290,9 +222319,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222750,7 +222779,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222827,9 +222856,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223287,7 +223316,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -223431,9 +223460,9 @@ x-webhooks: - from required: - permissions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223891,7 +223920,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - changes @@ -223969,9 +223998,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -224429,7 +224458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -224505,10 +224534,10 @@ x-webhooks: type: string enum: - started - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -224581,16 +224610,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *721 + enterprise: *724 inputs: type: object nullable: true additionalProperties: true - installation: *722 - organization: *723 + installation: *725 + organization: *726 ref: type: string - repository: *724 + repository: *727 sender: *4 workflow: type: string @@ -224672,10 +224701,10 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -224912,7 +224941,7 @@ x-webhooks: type: string required: - conclusion - deployment: *490 + deployment: *493 required: - action - repository @@ -224991,10 +225020,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -225254,7 +225283,7 @@ x-webhooks: required: - status - steps - deployment: *490 + deployment: *493 required: - action - repository @@ -225333,10 +225362,10 @@ x-webhooks: type: string enum: - queued - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225471,7 +225500,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225550,10 +225579,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225689,7 +225718,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225769,12 +225798,12 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -226773,12 +226802,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -227762,12 +227791,12 @@ x-webhooks: type: string enum: - requested - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 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 361caba2f..ee9dcfa4e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -331382,11 +331382,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index e844072d9..2c613b51b 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1029,7 +1029,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: - - &755 + - &758 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &765 + schema: &768 title: Scim Error description: Scim Error type: object @@ -8897,7 +8897,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &766 + '401': &769 description: Authorization failure '404': *6 x-github: @@ -13226,13 +13226,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &556 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &556 + category: &557 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13246,7 +13246,7 @@ paths: properties: text: type: string - location: + location: &558 type: object description: Describe a region within a file for the alert. properties: @@ -13267,7 +13267,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &559 type: string description: A classification of the file. For example to identify it as generated. @@ -16921,7 +16921,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &595 + - &598 name: has in: query description: |- @@ -17034,7 +17034,7 @@ paths: - unknown - direct - transitive - security_advisory: &596 + security_advisory: &599 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17266,14 +17266,14 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: &597 + auto_dismissed_at: &600 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &598 + dismissal_request: &601 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20754,7 +20754,7 @@ paths: - *164 rules: type: array - items: &721 + items: &724 title: Repository Rule type: object description: A repository rule. @@ -20763,7 +20763,7 @@ paths: - *170 - *171 - *172 - - &719 + - &722 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21326,14 +21326,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &733 + state: &736 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: &734 + resolution: &737 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21440,8 +21440,8 @@ paths: pull request. ' - oneOf: &735 - - &737 + oneOf: &738 + - &740 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21493,7 +21493,7 @@ paths: - blob_url - commit_sha - commit_url - - &738 + - &741 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. @@ -21548,7 +21548,7 @@ paths: - page_url - commit_sha - commit_url - - &739 + - &742 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21562,7 +21562,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &740 + - &743 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21576,7 +21576,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &741 + - &744 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21590,7 +21590,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &742 + - &745 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21604,7 +21604,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &743 + - &746 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21618,7 +21618,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &744 + - &747 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21632,7 +21632,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &745 + - &748 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. @@ -21646,7 +21646,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &746 + - &749 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. @@ -21660,7 +21660,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &747 + - &750 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. @@ -21674,7 +21674,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &748 + - &751 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. @@ -21688,7 +21688,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &749 + - &752 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. @@ -24982,7 +24982,7 @@ paths: properties: action: type: string - discussion: &874 + discussion: &877 title: Discussion description: A Discussion in a repository. type: object @@ -25349,7 +25349,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &657 + properties: &660 id: type: integer format: int64 @@ -25726,7 +25726,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &793 + sub_issues_summary: &796 title: Sub-issues Summary type: object properties: @@ -25746,7 +25746,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &794 + issue_dependencies_summary: &797 title: Issue Dependencies Summary type: object properties: @@ -25765,7 +25765,7 @@ paths: - total_blocking issue_field_values: type: array - items: &795 + items: &798 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25826,7 +25826,7 @@ paths: - node_id - data_type - value - required: &658 + required: &661 - assignee - closed_at - comments @@ -25864,7 +25864,7 @@ paths: action: type: string issue: *220 - comment: &655 + comment: &658 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26583,7 +26583,7 @@ paths: type: string release: allOf: - - &712 + - &715 title: Release description: A release. type: object @@ -26654,7 +26654,7 @@ paths: author: *4 assets: type: array - items: &713 + items: &716 title: Release Asset description: Data related to a release. type: object @@ -27233,7 +27233,7 @@ paths: url: type: string format: uri - user: &805 + user: &808 title: Public User description: Public User type: object @@ -30629,7 +30629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &686 + - &689 name: all description: If `true`, show notifications marked as read. in: query @@ -30637,7 +30637,7 @@ paths: schema: type: boolean default: false - - &687 + - &690 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30647,7 +30647,7 @@ paths: type: boolean default: false - *227 - - &688 + - &691 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -31129,7 +31129,7 @@ paths: - url - subscription_url examples: - default: &689 + default: &692 value: - id: '1' repository: @@ -32246,7 +32246,7 @@ paths: type: array items: *155 examples: - default: &695 + default: &698 value: - property_name: environment value: production @@ -32296,7 +32296,7 @@ paths: required: - properties examples: - default: &696 + default: &699 value: properties: - property_name: environment @@ -35223,7 +35223,7 @@ paths: type: array items: *283 examples: - default: &808 + default: &811 value: total_count: 1 repositories: @@ -37905,12 +37905,12 @@ paths: required: - subject_digests examples: - default: &836 + default: &839 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &837 + withPredicateType: &840 value: subject_digests: - sha256:abc123 @@ -37968,7 +37968,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &838 + default: &841 value: attestations_subject_digests: - sha256:abc: @@ -40280,7 +40280,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &568 + properties: &571 name: type: string description: The name of the machine. @@ -40322,7 +40322,7 @@ paths: - ready - in_progress nullable: true - required: &569 + required: &572 - name - display_name - operating_system @@ -41190,7 +41190,7 @@ paths: - updated_at - visibility examples: - default: &570 + default: &573 value: total_count: 2 secrets: @@ -41228,7 +41228,7 @@ paths: description: Response content: application/json: - schema: &571 + schema: &574 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41257,7 +41257,7 @@ paths: - key_id - key examples: - default: &572 + default: &575 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41289,7 +41289,7 @@ paths: application/json: schema: *327 examples: - default: &574 + default: &577 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42998,7 +42998,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43015,7 +43015,7 @@ paths: - key_id - key examples: - default: &602 + default: &605 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43345,7 +43345,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &610 + - &613 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43353,7 +43353,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43361,7 +43361,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: time_period description: |- The time period to filter by. @@ -43377,7 +43377,7 @@ paths: - week - month default: month - - &613 + - &616 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43402,7 +43402,7 @@ paths: application/json: schema: type: array - items: &614 + items: &617 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43558,7 +43558,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &615 + default: &618 value: - id: 21 number: 42 @@ -43676,7 +43676,7 @@ paths: application/json: schema: type: array - items: &616 + items: &619 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -43793,7 +43793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &617 + default: &620 value: - id: 21 number: 42 @@ -43895,7 +43895,7 @@ paths: application/json: schema: type: array - items: &618 + items: &621 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44016,7 +44016,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &619 + default: &622 value: - id: 21 number: 42 @@ -45836,7 +45836,7 @@ paths: application/json: schema: *22 examples: - default: &650 + default: &653 value: id: 1 account: @@ -46061,7 +46061,7 @@ paths: required: true content: application/json: - schema: &651 + schema: &654 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -46922,7 +46922,7 @@ paths: application/json: schema: *376 examples: - default: &567 + default: &570 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -48167,7 +48167,7 @@ paths: parameters: - *87 - *382 - - &821 + - &824 name: repo_name description: repo_name parameter in: path @@ -49493,7 +49493,7 @@ paths: - nuget - container - *87 - - &822 + - &825 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49534,7 +49534,7 @@ paths: default: *388 '403': *29 '401': *25 - '400': &824 + '400': &827 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -51326,7 +51326,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &910 + properties: &913 id: type: number description: The unique identifier of the status update. @@ -51374,7 +51374,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &911 + required: &914 - id - node_id - created_at @@ -51588,7 +51588,7 @@ paths: content: oneOf: - *220 - - &582 + - &585 title: Pull Request Simple description: Pull Request Simple type: object @@ -51817,7 +51817,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: &698 + auto_merge: &701 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52192,7 +52192,7 @@ paths: - updated_at - project_url examples: - default: &841 + default: &844 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52369,7 +52369,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &842 + items: &845 type: object properties: name: @@ -52405,7 +52405,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &843 + iteration_configuration: &846 type: object description: The configuration for iteration fields. properties: @@ -52454,7 +52454,7 @@ paths: value: name: Due date data_type: date - single_select_field: &844 + single_select_field: &847 summary: Create a single select field value: name: Priority @@ -52481,7 +52481,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &845 + iteration_field: &848 summary: Create an iteration field value: name: Sprint @@ -52507,7 +52507,7 @@ paths: application/json: schema: *409 examples: - text_field: &846 + text_field: &849 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52516,7 +52516,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: &847 + number_field: &850 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52525,7 +52525,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: &848 + date_field: &851 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52534,7 +52534,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: &849 + single_select_field: &852 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52568,7 +52568,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &850 + iteration_field: &853 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52614,7 +52614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &851 + - &854 name: field_id description: The unique identifier of the field. in: path @@ -52629,7 +52629,7 @@ paths: application/json: schema: *409 examples: - default: &852 + default: &855 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54809,7 +54809,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &587 + properties: &590 url: type: string format: uri @@ -54825,7 +54825,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &588 + required: &591 - url - key - name @@ -55467,7 +55467,7 @@ paths: - *87 - *17 - *19 - - &720 + - &723 name: targets description: | A comma-separated list of rule targets to filter by. @@ -55682,7 +55682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &722 + - &725 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 @@ -55694,14 +55694,14 @@ paths: x-multi-segment: true - *309 - *105 - - &723 + - &726 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 - - &724 + - &727 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -55721,7 +55721,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &728 title: Rule Suites description: Response type: array @@ -55776,7 +55776,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &726 + default: &729 value: - id: 21 actor_id: 12 @@ -55820,7 +55820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &727 + - &730 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -55836,7 +55836,7 @@ paths: description: Response content: application/json: - schema: &728 + schema: &731 title: Rule Suite description: Response type: object @@ -55935,7 +55935,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &729 + default: &732 value: id: 21 actor_id: 12 @@ -56267,7 +56267,7 @@ paths: - *110 - *19 - *17 - - &731 + - &734 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 @@ -56277,7 +56277,7 @@ paths: required: false schema: type: string - - &732 + - &735 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 @@ -56490,7 +56490,7 @@ paths: application/json: schema: type: array - items: &753 + items: &756 description: A repository security advisory. type: object properties: @@ -56781,7 +56781,7 @@ paths: - private_fork additionalProperties: false examples: - default: &754 + default: &757 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -58712,7 +58712,7 @@ paths: - updated_at - url examples: - default: &797 + default: &800 value: - author: login: octocat @@ -58960,7 +58960,7 @@ paths: application/json: schema: *451 examples: - default: &798 + default: &801 value: author: login: octocat @@ -59143,7 +59143,7 @@ paths: - updated_at - url examples: - default: &799 + default: &802 value: - author: login: octocat @@ -59369,7 +59369,7 @@ paths: application/json: schema: *454 examples: - default: &800 + default: &803 value: author: login: octocat @@ -60082,7 +60082,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &801 + response-if-user-is-a-team-maintainer: &804 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -60147,7 +60147,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: &802 + response-if-users-membership-with-team-is-now-pending: &805 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -60261,7 +60261,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &803 + schema: &806 title: Team Repository description: A team's access to a repository. type: object @@ -61027,7 +61027,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: &804 + response-if-child-teams-exist: &807 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62444,7 +62444,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &654 + '410': &657 description: Gone content: application/json: @@ -66063,7 +66063,7 @@ paths: items: type: object properties: - type: &620 + type: &623 type: string description: The type of reviewer. enum: @@ -66197,7 +66197,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -66303,7 +66303,7 @@ paths: - created_at - updated_at examples: - default: &606 + default: &609 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -66687,7 +66687,7 @@ paths: application/json: schema: *497 examples: - default: &633 + default: &636 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66906,7 +66906,7 @@ paths: application/json: schema: *501 examples: - default: &634 + default: &637 value: name: USERNAME value: octocat @@ -68607,7 +68607,7 @@ paths: properties: name: type: string - commit: &578 + commit: &581 title: Commit description: Commit type: object @@ -68678,7 +68678,7 @@ paths: required: - sha - url - verification: &640 + verification: &643 title: Verification type: object properties: @@ -68748,7 +68748,7 @@ paths: type: integer files: type: array - items: &591 + items: &594 title: Diff Entry description: Diff Entry type: object @@ -72191,7 +72191,7 @@ paths: check. type: array items: *225 - deployment: &863 + deployment: &866 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -73103,7 +73103,7 @@ paths: type: string format: date-time nullable: true - head_commit: &894 + head_commit: &897 title: Simple Commit description: A commit. type: object @@ -73800,14 +73800,14 @@ paths: - *466 - *467 - *537 - - &584 + - &587 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &585 + - &588 name: status description: Returns check runs with the specified `status`. in: query @@ -73848,7 +73848,7 @@ paths: type: array items: *530 examples: - default: &586 + default: &589 value: total_count: 1 check_runs: @@ -74781,7 +74781,36 @@ paths: application/json: schema: type: array - items: *545 + items: + type: object + properties: + ref: *538 + analysis_key: *555 + environment: *556 + category: *557 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *558 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *559 examples: default: value: @@ -74872,7 +74901,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &557 + schema: &560 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74893,11 +74922,11 @@ paths: application/json: schema: type: array - items: &558 + items: &561 type: object properties: ref: *538 - commit_sha: &566 + commit_sha: &569 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -74909,7 +74938,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *556 + category: *557 error: type: string example: error reading field xyz @@ -74933,7 +74962,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *557 + sarif_id: *560 tool: *544 deletable: type: boolean @@ -75045,7 +75074,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: response: summary: application/json response @@ -75271,7 +75300,7 @@ paths: application/json: schema: type: array - items: &559 + items: &562 title: CodeQL Database description: A CodeQL database. type: object @@ -75424,7 +75453,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *562 examples: default: value: @@ -75456,7 +75485,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &593 + '302': &596 description: Found '403': *546 '404': *6 @@ -75529,7 +75558,7 @@ paths: type: object additionalProperties: false properties: - language: &560 + language: &563 type: string description: The language targeted by the CodeQL query enum: @@ -75609,7 +75638,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &564 + schema: &567 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -75619,7 +75648,7 @@ paths: description: The ID of the variant analysis. controller_repo: *119 actor: *4 - query_language: *560 + query_language: *563 query_pack_url: type: string description: The download url for the query pack. @@ -75666,7 +75695,7 @@ paths: items: type: object properties: - repository: &561 + repository: &564 title: Repository Identifier description: Repository Identifier type: object @@ -75702,7 +75731,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &565 + analysis_status: &568 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75734,7 +75763,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &562 + access_mismatch_repos: &565 type: object properties: repository_count: @@ -75748,7 +75777,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *561 + items: *564 required: - repository_count - repositories @@ -75770,8 +75799,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *562 - over_limit_repos: *562 + no_codeql_db_repos: *565 + over_limit_repos: *565 required: - access_mismatch_repos - not_found_repos @@ -75787,7 +75816,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &563 + value: &566 summary: Default response value: id: 1 @@ -75939,10 +75968,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *563 + value: *566 repository_lists: summary: Response for a successful variant analysis submission - value: *563 + value: *566 '404': *6 '422': description: Unable to process variant analysis submission @@ -75983,9 +76012,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: *563 + default: *566 '404': *6 '503': *195 x-github: @@ -76043,7 +76072,7 @@ paths: type: object properties: repository: *119 - analysis_status: *565 + analysis_status: *568 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -76448,7 +76477,7 @@ paths: schema: type: object properties: - commit_sha: *566 + commit_sha: *569 ref: type: string description: |- @@ -76506,7 +76535,7 @@ paths: schema: type: object properties: - id: *557 + id: *560 url: type: string description: The REST API URL for checking the status of the upload. @@ -77199,7 +77228,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77207,7 +77236,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '400': *14 '401': *25 '403': *29 @@ -77337,14 +77366,14 @@ paths: type: integer machines: type: array - items: &811 + items: &814 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 examples: - default: &812 + default: &815 value: total_count: 2 machines: @@ -77555,7 +77584,7 @@ paths: type: integer secrets: type: array - items: &573 + items: &576 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -77575,7 +77604,7 @@ paths: - created_at - updated_at examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -77605,9 +77634,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: - default: *572 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77635,9 +77664,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: - default: *574 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77784,7 +77813,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &575 + properties: &578 login: type: string example: octocat @@ -77877,7 +77906,7 @@ paths: user_view_type: type: string example: public - required: &576 + required: &579 - avatar_url - events_url - followers_url @@ -78027,7 +78056,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &653 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78311,8 +78340,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *575 - required: *576 + properties: *578 + required: *579 nullable: true required: - permission @@ -78378,7 +78407,7 @@ paths: application/json: schema: type: array - items: &577 + items: &580 title: Commit Comment description: Commit Comment type: object @@ -78436,7 +78465,7 @@ paths: - created_at - updated_at examples: - default: &580 + default: &583 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78503,9 +78532,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: &581 + default: &584 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78586,7 +78615,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: default: value: @@ -78885,9 +78914,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: &705 + default: &708 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78983,7 +79012,7 @@ paths: parameters: - *466 - *467 - - &579 + - &582 name: commit_sha description: The SHA of the commit. in: path @@ -79057,7 +79086,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79067,9 +79096,9 @@ paths: application/json: schema: type: array - items: *577 + items: *580 examples: - default: *580 + default: *583 headers: Link: *47 x-github: @@ -79099,7 +79128,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 requestBody: required: true content: @@ -79134,9 +79163,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *581 + default: *584 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79166,7 +79195,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79176,9 +79205,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: &697 + default: &700 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79719,7 +79748,7 @@ paths: - *467 - *19 - *17 - - &583 + - &586 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -79734,9 +79763,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: &682 + default: &685 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79851,9 +79880,9 @@ paths: parameters: - *466 - *467 - - *583 - - *584 - - *585 + - *586 + - *587 + - *588 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79889,7 +79918,7 @@ paths: type: array items: *530 examples: - default: *586 + default: *589 headers: Link: *47 x-github: @@ -79916,7 +79945,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79924,7 +79953,7 @@ paths: schema: type: integer example: 1 - - *584 + - *587 - *17 - *19 responses: @@ -80144,7 +80173,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80344,7 +80373,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80354,7 +80383,7 @@ paths: application/json: schema: type: array - items: &758 + items: &761 title: Status description: The status of a commit. type: object @@ -80493,20 +80522,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *587 - required: *588 + properties: *590 + required: *591 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &589 + properties: &592 url: type: string format: uri html_url: type: string format: uri - required: &590 + required: &593 - url - html_url nullable: true @@ -80520,26 +80549,26 @@ paths: contributing: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true readme: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true issue_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true pull_request_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true required: - code_of_conduct @@ -80710,8 +80739,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *578 - merge_base_commit: *578 + base_commit: *581 + merge_base_commit: *581 status: type: string enum: @@ -80731,10 +80760,10 @@ paths: example: 6 commits: type: array - items: *578 + items: *581 files: type: array - items: *591 + items: *594 required: - url - html_url @@ -81164,7 +81193,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &592 + response-if-content-is-a-file: &595 summary: Response if content is a file value: type: file @@ -81296,7 +81325,7 @@ paths: - size - type - url - - &710 + - &713 title: Content File description: Content File type: object @@ -81497,7 +81526,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *592 + response-if-content-is-a-file: *595 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81566,7 +81595,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *593 + '302': *596 '304': *37 x-github: githubCloudOnly: false @@ -81683,7 +81712,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &597 title: File Commit description: File Commit type: object @@ -81835,7 +81864,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: example-for-creating-a-file: value: @@ -81889,7 +81918,7 @@ paths: schema: oneOf: - *3 - - &635 + - &638 description: Repository rule violation was detected type: object properties: @@ -81910,7 +81939,7 @@ paths: items: type: object properties: - placeholder_id: &750 + placeholder_id: &753 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82004,7 +82033,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: default: value: @@ -82196,7 +82225,7 @@ paths: schema: type: string - *336 - - *595 + - *598 - *337 - *338 - *110 @@ -82217,7 +82246,7 @@ paths: application/json: schema: type: array - items: &599 + items: &602 type: object description: A Dependabot alert. properties: @@ -82263,7 +82292,7 @@ paths: - unknown - direct - transitive - security_advisory: *596 + security_advisory: *599 security_vulnerability: *131 url: *132 html_url: *133 @@ -82294,8 +82323,8 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *597 - dismissal_request: *598 + auto_dismissed_at: *600 + dismissal_request: *601 required: - number - state @@ -82527,7 +82556,7 @@ paths: parameters: - *466 - *467 - - &600 + - &603 name: alert_number in: path description: |- @@ -82542,7 +82571,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82657,7 +82686,7 @@ paths: parameters: - *466 - *467 - - *600 + - *603 requestBody: required: true content: @@ -82702,7 +82731,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82850,7 +82879,7 @@ paths: type: integer secrets: type: array - items: &603 + items: &606 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82910,9 +82939,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82940,7 +82969,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: default: value: @@ -83521,7 +83550,7 @@ paths: - version - url additionalProperties: false - metadata: &604 + metadata: &607 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83554,7 +83583,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *604 + metadata: *607 resolved: type: object description: A collection of resolved package dependencies. @@ -83567,7 +83596,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *604 + metadata: *607 relationship: type: string description: A notation of whether a dependency is requested @@ -83737,9 +83766,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 headers: Link: *47 x-github: @@ -83887,7 +83916,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: simple-example: summary: Simple example @@ -83962,7 +83991,7 @@ paths: parameters: - *466 - *467 - - &607 + - &610 name: deployment_id description: deployment_id parameter in: path @@ -83974,7 +84003,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -84041,7 +84070,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 responses: '204': description: Response @@ -84065,7 +84094,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - *17 - *19 responses: @@ -84075,7 +84104,7 @@ paths: application/json: schema: type: array - items: &608 + items: &611 title: Deployment Status description: The status of a deployment. type: object @@ -84238,7 +84267,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 requestBody: required: true content: @@ -84313,9 +84342,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: &609 + default: &612 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -84373,7 +84402,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - name: status_id in: path required: true @@ -84384,9 +84413,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: *609 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -84415,10 +84444,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84428,9 +84457,9 @@ paths: application/json: schema: type: array - items: *614 + items: *617 examples: - default: *615 + default: *618 '404': *6 '403': *29 '500': *40 @@ -84467,7 +84496,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *614 + schema: *617 examples: default: value: @@ -84585,10 +84614,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84598,9 +84627,9 @@ paths: application/json: schema: type: array - items: *616 + items: *619 examples: - default: *617 + default: *620 '404': *6 '403': *29 '500': *40 @@ -84637,7 +84666,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -84775,9 +84804,9 @@ paths: application/json: schema: type: array - items: *618 + items: *621 examples: - default: *619 + default: *622 '404': *6 '403': *29 '500': *40 @@ -84815,7 +84844,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -85019,7 +85048,7 @@ paths: type: integer environments: type: array - items: &621 + items: &624 title: Environment description: Details of a deployment environment type: object @@ -85071,7 +85100,7 @@ paths: type: type: string example: wait_timer - wait_timer: &623 + wait_timer: &626 type: integer example: 30 description: The amount of time to delay a job after @@ -85108,7 +85137,7 @@ paths: items: type: object properties: - type: *620 + type: *623 reviewer: anyOf: - *4 @@ -85132,7 +85161,7 @@ paths: - id - node_id - type - deployment_branch_policy: &624 + deployment_branch_policy: &627 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -85250,7 +85279,7 @@ paths: parameters: - *466 - *467 - - &622 + - &625 name: environment_name in: path required: true @@ -85263,9 +85292,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &625 + default: &628 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -85351,7 +85380,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: false content: @@ -85360,7 +85389,7 @@ paths: type: object nullable: true properties: - wait_timer: *623 + wait_timer: *626 prevent_self_review: type: boolean example: false @@ -85377,13 +85406,13 @@ paths: items: type: object properties: - type: *620 + type: *623 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *624 + deployment_branch_policy: *627 additionalProperties: false examples: default: @@ -85403,9 +85432,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *625 + default: *628 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85431,7 +85460,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '204': description: Default response @@ -85458,7 +85487,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -85476,7 +85505,7 @@ paths: example: 2 branch_policies: type: array - items: &626 + items: &629 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85535,7 +85564,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -85581,9 +85610,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - example-wildcard: &627 + example-wildcard: &630 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85627,8 +85656,8 @@ paths: parameters: - *466 - *467 - - *622 - - &628 + - *625 + - &631 name: branch_policy_id in: path required: true @@ -85640,9 +85669,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85663,8 +85692,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 requestBody: required: true content: @@ -85692,9 +85721,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85715,8 +85744,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 responses: '204': description: Response @@ -85741,7 +85770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *622 + - *625 - *467 - *466 responses: @@ -85759,7 +85788,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &629 + items: &632 title: Deployment protection rule description: Deployment protection rule type: object @@ -85778,7 +85807,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &630 + app: &633 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85877,7 +85906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *622 + - *625 - *467 - *466 requestBody: @@ -85900,9 +85929,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *629 + schema: *632 examples: - default: &631 + default: &634 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85937,7 +85966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - *19 @@ -85958,7 +85987,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *630 + items: *633 examples: default: value: @@ -85995,8 +86024,8 @@ paths: parameters: - *466 - *467 - - *622 - - &632 + - *625 + - &635 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -86008,9 +86037,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *632 examples: - default: *631 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86031,10 +86060,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - - *632 + - *635 responses: '204': description: Response @@ -86062,7 +86091,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -86109,7 +86138,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '200': description: Response @@ -86141,7 +86170,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '200': @@ -86150,7 +86179,7 @@ paths: application/json: schema: *497 examples: - default: *633 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86174,7 +86203,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 requestBody: required: true @@ -86234,7 +86263,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '204': @@ -86262,7 +86291,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *484 - *19 responses: @@ -86307,7 +86336,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -86361,7 +86390,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *296 responses: '200': @@ -86370,7 +86399,7 @@ paths: application/json: schema: *501 examples: - default: *634 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86394,7 +86423,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 requestBody: required: true content: @@ -86439,7 +86468,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 responses: '204': description: Response @@ -86807,7 +86836,7 @@ paths: schema: oneOf: - *258 - - *635 + - *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87042,7 +87071,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &639 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -87258,13 +87287,13 @@ paths: parameters: - *466 - *467 - - *579 + - *582 responses: '200': description: Response content: application/json: - schema: *636 + schema: *639 examples: default: value: @@ -87322,7 +87351,7 @@ paths: parameters: - *466 - *467 - - &637 + - &640 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -87339,7 +87368,7 @@ paths: application/json: schema: type: array - items: &638 + items: &641 title: Git Reference description: Git references within a repository type: object @@ -87416,15 +87445,15 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '200': description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: &639 + default: &642 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87483,9 +87512,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87513,7 +87542,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 requestBody: required: true content: @@ -87542,9 +87571,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 '422': *15 '409': *118 x-github: @@ -87564,7 +87593,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '204': description: Response @@ -87687,7 +87716,7 @@ paths: description: Response content: application/json: - schema: &641 + schema: &644 title: Git Tag description: Metadata for a Git tag type: object @@ -87738,7 +87767,7 @@ paths: - sha - type - url - verification: *640 + verification: *643 required: - sha - url @@ -87748,7 +87777,7 @@ paths: - tag - message examples: - default: &642 + default: &645 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87833,9 +87862,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *644 examples: - default: *642 + default: *645 '404': *6 '409': *118 x-github: @@ -87933,7 +87962,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &646 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -88053,7 +88082,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *646 examples: default-response: summary: Default response @@ -88123,7 +88152,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Webhook description: Webhooks for repositories. type: object @@ -88177,7 +88206,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &902 + last_response: &905 title: Hook Response type: object properties: @@ -88304,9 +88333,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: &645 + default: &648 value: type: Repository id: 12345678 @@ -88362,9 +88391,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -88431,9 +88460,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '422': *15 '404': *6 x-github: @@ -88828,7 +88857,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 title: Import description: A repository import from an external source. type: object @@ -88927,7 +88956,7 @@ paths: - html_url - authors_url examples: - default: &649 + default: &652 value: vcs: subversion use_lfs: true @@ -88943,7 +88972,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &647 + '503': &650 description: Unavailable due to service under maintenance. content: application/json: @@ -89021,7 +89050,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -89046,7 +89075,7 @@ paths: type: string '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89124,7 +89153,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: example-1: summary: Example 1 @@ -89172,7 +89201,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89200,7 +89229,7 @@ paths: responses: '204': description: Response - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89228,7 +89257,7 @@ paths: parameters: - *466 - *467 - - &833 + - &836 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -89242,7 +89271,7 @@ paths: application/json: schema: type: array - items: &648 + items: &651 title: Porter Author description: Porter Author type: object @@ -89296,7 +89325,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89352,7 +89381,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: default: value: @@ -89365,7 +89394,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89431,7 +89460,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89487,11 +89516,11 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *649 + default: *652 '422': *15 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89523,7 +89552,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 '301': *472 '404': *6 x-github: @@ -89558,7 +89587,7 @@ paths: properties: {} additionalProperties: false examples: - default: &652 + default: &655 value: limit: collaborators_only origin: repository @@ -89589,7 +89618,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: summary: Example request body @@ -89603,7 +89632,7 @@ paths: application/json: schema: *366 examples: - default: *652 + default: *655 '409': description: Response x-github: @@ -89660,9 +89689,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: &826 + default: &829 value: - id: 1 repository: @@ -89824,7 +89853,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: default: value: @@ -90062,7 +90091,7 @@ paths: type: array items: *220 examples: - default: &663 + default: &666 value: - id: 1 node_id: MDU6SXNzdWUx @@ -90324,7 +90353,7 @@ paths: application/json: schema: *220 examples: - default: &660 + default: &663 value: id: 1 node_id: MDU6SXNzdWUx @@ -90480,7 +90509,7 @@ paths: '422': *15 '503': *195 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -90530,9 +90559,9 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: &662 + default: &665 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90598,9 +90627,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: &656 + default: &659 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90678,9 +90707,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 '422': *15 x-github: githubCloudOnly: false @@ -90870,7 +90899,7 @@ paths: application/json: schema: type: array - items: &659 + items: &662 title: Issue Event description: Issue Event type: object @@ -90913,8 +90942,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *657 - required: *658 + properties: *660 + required: *661 nullable: true label: title: Issue Event Label @@ -91233,7 +91262,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *662 examples: default: value: @@ -91425,7 +91454,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *654 + '410': *657 '403': *29 x-github: githubCloudOnly: false @@ -91461,7 +91490,7 @@ paths: parameters: - *466 - *467 - - &661 + - &664 name: issue_number description: The number that identifies the issue. in: path @@ -91475,10 +91504,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 '304': *37 x-github: githubCloudOnly: false @@ -91505,7 +91534,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91611,13 +91640,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '422': *15 '503': *195 '403': *29 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91637,7 +91666,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91665,7 +91694,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91683,7 +91712,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: content: application/json: @@ -91710,7 +91739,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91734,7 +91763,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: assignee in: path required: true @@ -91776,7 +91805,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *227 - *17 - *19 @@ -91787,13 +91816,13 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: *662 + default: *665 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91824,7 +91853,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91846,16 +91875,16 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91885,7 +91914,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -91897,12 +91926,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91932,7 +91961,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91956,7 +91985,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -91964,7 +91993,7 @@ paths: type: string '301': *472 '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91997,7 +92026,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -92011,13 +92040,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -92045,7 +92074,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92057,12 +92086,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92081,7 +92110,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92095,7 +92124,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &665 + - &668 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -92149,7 +92178,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &669 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -92285,7 +92314,7 @@ paths: - performed_via_github_app - assignee - assigner - - &667 + - &670 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -92336,7 +92365,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &671 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92387,7 +92416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &672 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92441,7 +92470,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &673 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92488,7 +92517,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &674 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92535,7 +92564,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &675 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92595,7 +92624,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &676 title: Locked Issue Event description: Locked Issue Event type: object @@ -92643,7 +92672,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &677 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92709,7 +92738,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &678 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92775,7 +92804,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &679 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92841,7 +92870,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &680 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92932,7 +92961,7 @@ paths: color: red headers: Link: *47 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92951,7 +92980,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92963,7 +92992,7 @@ paths: type: array items: *219 examples: - default: &664 + default: &667 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92983,7 +93012,7 @@ paths: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93002,7 +93031,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93063,10 +93092,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93085,7 +93114,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93147,10 +93176,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93169,13 +93198,13 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93196,7 +93225,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: name in: path required: true @@ -93222,7 +93251,7 @@ paths: default: true '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93244,7 +93273,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93272,7 +93301,7 @@ paths: '204': description: Response '403': *29 - '410': *654 + '410': *657 '404': *6 '422': *15 x-github: @@ -93292,7 +93321,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response @@ -93324,7 +93353,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '200': description: Response @@ -93332,10 +93361,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93354,7 +93383,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93386,7 +93415,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93406,7 +93435,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93471,7 +93500,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *460 responses: '204': @@ -93503,7 +93532,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93527,7 +93556,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93562,7 +93591,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93574,11 +93603,11 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93608,7 +93637,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93637,14 +93666,14 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -93666,7 +93695,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93699,7 +93728,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '403': *29 '404': *6 '422': *7 @@ -93723,7 +93752,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93738,9 +93767,6 @@ paths: description: Timeline Event type: object anyOf: - - *665 - - *666 - - *667 - *668 - *669 - *670 @@ -93751,6 +93777,9 @@ paths: - *675 - *676 - *677 + - *678 + - *679 + - *680 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94059,7 +94088,7 @@ paths: type: string comments: type: array - items: &699 + items: &702 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94268,7 +94297,7 @@ paths: type: string comments: type: array - items: *577 + items: *580 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -94557,7 +94586,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94585,7 +94614,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94688,9 +94717,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: id: 1 key: ssh-rsa AAA... @@ -94726,7 +94755,7 @@ paths: parameters: - *466 - *467 - - &680 + - &683 name: key_id description: The unique identifier of the key. in: path @@ -94738,9 +94767,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -94760,7 +94789,7 @@ paths: parameters: - *466 - *467 - - *680 + - *683 responses: '204': description: Response @@ -94793,7 +94822,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 '404': *6 @@ -94853,7 +94882,7 @@ paths: application/json: schema: *219 examples: - default: &681 + default: &684 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94899,7 +94928,7 @@ paths: application/json: schema: *219 examples: - default: *681 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -95350,9 +95379,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *578 + schema: *581 examples: - default: *682 + default: *685 '204': description: Response when already merged '404': @@ -95419,7 +95448,7 @@ paths: application/json: schema: type: array - items: &683 + items: &686 title: Milestone description: A collection of related issues and pull requests. type: object @@ -95521,9 +95550,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: &684 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95584,7 +95613,7 @@ paths: parameters: - *466 - *467 - - &685 + - &688 name: milestone_number description: The number that identifies the milestone. in: path @@ -95596,9 +95625,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -95617,7 +95646,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 requestBody: required: false content: @@ -95655,9 +95684,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95675,7 +95704,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 responses: '204': description: Response @@ -95698,7 +95727,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 - *17 - *19 responses: @@ -95710,7 +95739,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 x-github: @@ -95731,10 +95760,10 @@ paths: parameters: - *466 - *467 - - *686 - - *687 + - *689 + - *690 - *227 - - *688 + - *691 - *17 - *19 responses: @@ -95746,7 +95775,7 @@ paths: type: array items: *247 examples: - default: *689 + default: *692 headers: Link: *47 x-github: @@ -95836,7 +95865,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &693 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95961,7 +95990,7 @@ paths: - custom_404 - public examples: - default: &691 + default: &694 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96057,9 +96086,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '422': *15 '409': *118 x-github: @@ -96228,7 +96257,7 @@ paths: application/json: schema: type: array - items: &692 + items: &695 title: Page Build description: Page Build type: object @@ -96375,9 +96404,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: &693 + default: &696 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96437,9 +96466,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: *693 + default: *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96567,7 +96596,7 @@ paths: parameters: - *466 - *467 - - &694 + - &697 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96627,7 +96656,7 @@ paths: parameters: - *466 - *467 - - *694 + - *697 responses: '204': *154 '404': *6 @@ -97007,7 +97036,7 @@ paths: type: array items: *155 examples: - default: *695 + default: *698 '403': *29 '404': *6 x-github: @@ -97046,7 +97075,7 @@ paths: required: - properties examples: - default: *696 + default: *699 responses: '204': description: No Content when custom property values are successfully created @@ -97145,9 +97174,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: *697 + default: *700 headers: Link: *47 '304': *37 @@ -97245,7 +97274,7 @@ paths: description: Response content: application/json: - schema: &701 + schema: &704 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97459,7 +97488,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: *698 + auto_merge: *701 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97551,7 +97580,7 @@ paths: - merged_by - review_comments examples: - default: &702 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98108,9 +98137,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: &704 + default: &707 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98195,9 +98224,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: &700 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98296,9 +98325,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: *700 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98501,7 +98530,7 @@ paths: parameters: - *466 - *467 - - &703 + - &706 name: pull_number description: The number that identifies the pull request. in: path @@ -98514,9 +98543,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '304': *37 '404': *6 '406': @@ -98553,7 +98582,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -98595,9 +98624,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '422': *15 '403': *29 x-github: @@ -98621,7 +98650,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98683,7 +98712,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98691,7 +98720,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -98723,7 +98752,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *244 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98744,9 +98773,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: *704 + default: *707 headers: Link: *47 x-github: @@ -98781,7 +98810,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98886,7 +98915,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: example-for-a-multi-line-comment: value: @@ -98976,7 +99005,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *236 requestBody: required: true @@ -98999,7 +99028,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: default: value: @@ -99087,7 +99116,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99097,9 +99126,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: *705 + default: *708 headers: Link: *47 x-github: @@ -99131,7 +99160,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99141,7 +99170,7 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: default: value: @@ -99181,7 +99210,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '204': description: Response if pull request has been merged @@ -99206,7 +99235,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99319,7 +99348,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '200': description: Response @@ -99396,7 +99425,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99433,7 +99462,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -99971,7 +100000,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -100005,7 +100034,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -100512,7 +100541,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -100522,7 +100551,7 @@ paths: application/json: schema: type: array - items: &706 + items: &709 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100675,7 +100704,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -100761,9 +100790,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &708 + default: &711 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100828,8 +100857,8 @@ paths: parameters: - *466 - *467 - - *703 - - &707 + - *706 + - &710 name: review_id description: The unique identifier of the review. in: path @@ -100841,9 +100870,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &709 + default: &712 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100904,8 +100933,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -100928,7 +100957,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -100992,16 +101021,16 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 responses: '200': description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *708 + default: *711 '422': *7 '404': *6 x-github: @@ -101030,8 +101059,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 - *17 - *19 responses: @@ -101268,8 +101297,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101297,7 +101326,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -101362,8 +101391,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101398,9 +101427,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *709 + default: *712 '404': *6 '422': *7 '403': *29 @@ -101424,7 +101453,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -101501,9 +101530,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: &711 + default: &714 value: type: file encoding: base64 @@ -101566,9 +101595,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: *711 + default: *714 '404': *6 '422': *15 x-github: @@ -101601,7 +101630,7 @@ paths: application/json: schema: type: array - items: *712 + items: *715 examples: default: value: @@ -101772,9 +101801,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: &716 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101881,7 +101910,7 @@ paths: parameters: - *466 - *467 - - &714 + - &717 name: asset_id description: The unique identifier of the asset. in: path @@ -101893,9 +101922,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: &715 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -101930,7 +101959,7 @@ paths: type: User site_admin: false '404': *6 - '302': *593 + '302': *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101948,7 +101977,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 requestBody: required: false content: @@ -101976,9 +102005,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: *715 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101996,7 +102025,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 responses: '204': description: Response @@ -102113,9 +102142,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102146,9 +102175,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': *6 x-github: githubCloudOnly: false @@ -102172,7 +102201,7 @@ paths: parameters: - *466 - *467 - - &717 + - &720 name: release_id description: The unique identifier of the release. in: path @@ -102186,9 +102215,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '401': description: Unauthorized x-github: @@ -102208,7 +102237,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: false content: @@ -102272,9 +102301,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': description: Not Found if the discussion category name is invalid content: @@ -102297,7 +102326,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 responses: '204': description: Response @@ -102319,7 +102348,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *17 - *19 responses: @@ -102329,7 +102358,7 @@ paths: application/json: schema: type: array - items: *713 + items: *716 examples: default: value: @@ -102413,7 +102442,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: name in: query required: true @@ -102439,7 +102468,7 @@ paths: description: Response for successful upload content: application/json: - schema: *713 + schema: *716 examples: response-for-successful-upload: value: @@ -102496,7 +102525,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102545,7 +102574,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: true content: @@ -102608,7 +102637,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *460 responses: '204': @@ -102652,7 +102681,7 @@ paths: oneOf: - allOf: - *169 - - &718 + - &721 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102673,67 +102702,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *170 - - *718 + - *721 - allOf: - *171 - - *718 + - *721 - allOf: - *172 - - *718 + - *721 - allOf: - - *719 - - *718 + - *722 + - *721 - allOf: - *173 - - *718 + - *721 - allOf: - *174 - - *718 + - *721 - allOf: - *175 - - *718 + - *721 - allOf: - *176 - - *718 + - *721 - allOf: - *177 - - *718 + - *721 - allOf: - *178 - - *718 + - *721 - allOf: - *179 - - *718 + - *721 - allOf: - *180 - - *718 + - *721 - allOf: - *181 - - *718 + - *721 - allOf: - *182 - - *718 + - *721 - allOf: - *183 - - *718 + - *721 - allOf: - *184 - - *718 + - *721 - allOf: - *185 - - *718 + - *721 - allOf: - *186 - - *718 + - *721 - allOf: - *187 - - *718 + - *721 - allOf: - *188 - - *718 + - *721 - allOf: - *189 - - *718 + - *721 examples: default: value: @@ -102784,7 +102813,7 @@ paths: schema: type: boolean default: true - - *720 + - *723 responses: '200': description: Response @@ -102869,7 +102898,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *721 + items: *724 required: - name - enforcement @@ -102902,7 +102931,7 @@ paths: application/json: schema: *190 examples: - default: &730 + default: &733 value: id: 42 name: super cool ruleset @@ -102951,10 +102980,10 @@ paths: parameters: - *466 - *467 - - *722 + - *725 - *105 - - *723 - - *724 + - *726 + - *727 - *17 - *19 responses: @@ -102962,9 +102991,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *728 examples: - default: *726 + default: *729 '404': *6 '500': *40 x-github: @@ -102987,15 +103016,15 @@ paths: parameters: - *466 - *467 - - *727 + - *730 responses: '200': description: Response content: application/json: - schema: *728 + schema: *731 examples: - default: *729 + default: *732 '404': *6 '500': *40 x-github: @@ -103046,7 +103075,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 put: @@ -103099,7 +103128,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *721 + items: *724 examples: default: value: @@ -103129,7 +103158,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 delete: @@ -103293,8 +103322,8 @@ paths: - *110 - *19 - *17 - - *731 - - *732 + - *734 + - *735 - *432 - *433 - *434 @@ -103306,7 +103335,7 @@ paths: application/json: schema: type: array - items: &736 + items: &739 type: object properties: number: *127 @@ -103325,8 +103354,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolved_at: type: string format: date-time @@ -103422,7 +103451,7 @@ paths: pull request. ' - oneOf: *735 + oneOf: *738 nullable: true has_more_locations: type: boolean @@ -103580,7 +103609,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103644,8 +103673,8 @@ paths: schema: type: object properties: - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103679,7 +103708,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103787,7 +103816,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &924 + items: &927 type: object properties: type: @@ -103813,9 +103842,6 @@ paths: example: commit details: oneOf: - - *737 - - *738 - - *739 - *740 - *741 - *742 @@ -103826,6 +103852,9 @@ paths: - *747 - *748 - *749 + - *750 + - *751 + - *752 examples: default: value: @@ -103920,14 +103949,14 @@ paths: schema: type: object properties: - reason: &751 + reason: &754 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *750 + placeholder_id: *753 required: - reason - placeholder_id @@ -103944,7 +103973,7 @@ paths: schema: type: object properties: - reason: *751 + reason: *754 expire_at: type: string format: date-time @@ -104006,7 +104035,7 @@ paths: properties: incremental_scans: type: array - items: &752 + items: &755 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104032,15 +104061,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *752 + items: *755 backfill_scans: type: array - items: *752 + items: *755 custom_pattern_backfill_scans: type: array items: allOf: - - *752 + - *755 - type: object properties: pattern_name: @@ -104155,9 +104184,9 @@ paths: application/json: schema: type: array - items: *753 + items: *756 examples: - default: *754 + default: *757 '400': *14 '404': *6 x-github: @@ -104341,9 +104370,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: &756 + default: &759 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104681,7 +104710,7 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: default: value: @@ -104830,15 +104859,15 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '200': description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 + default: *759 '403': *29 '404': *6 x-github: @@ -104864,7 +104893,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 requestBody: required: true content: @@ -105023,10 +105052,10 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 - add_credit: *756 + default: *759 + add_credit: *759 '403': *29 '404': *6 '422': @@ -105066,7 +105095,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': *39 '400': *14 @@ -105095,7 +105124,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': description: Response @@ -105239,7 +105268,7 @@ paths: application/json: schema: type: array - items: &757 + items: &760 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105612,7 +105641,7 @@ paths: application/json: schema: type: array - items: *757 + items: *760 examples: default: value: @@ -105700,7 +105729,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *761 examples: default: value: @@ -105794,7 +105823,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &759 + schema: &762 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105889,7 +105918,7 @@ paths: description: Response content: application/json: - schema: *759 + schema: *762 examples: default: value: @@ -106026,7 +106055,7 @@ paths: application/json: schema: type: array - items: &760 + items: &763 title: Tag protection description: Tag protection type: object @@ -106102,7 +106131,7 @@ paths: description: Response content: application/json: - schema: *760 + schema: *763 examples: default: value: @@ -106250,7 +106279,7 @@ paths: description: Response content: application/json: - schema: &761 + schema: &764 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106262,7 +106291,7 @@ paths: required: - names examples: - default: &762 + default: &765 value: names: - octocat @@ -106317,9 +106346,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *764 examples: - default: *762 + default: *765 '404': *6 '422': *7 x-github: @@ -106342,7 +106371,7 @@ paths: parameters: - *466 - *467 - - &763 + - &766 name: per description: The time frame to display results for. in: query @@ -106371,7 +106400,7 @@ paths: example: 128 clones: type: array - items: &764 + items: &767 title: Traffic type: object properties: @@ -106612,7 +106641,7 @@ paths: parameters: - *466 - *467 - - *763 + - *766 responses: '200': description: Response @@ -106631,7 +106660,7 @@ paths: example: 3782 views: type: array - items: *764 + items: *767 required: - uniques - count @@ -107303,7 +107332,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &772 + - &775 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -107312,7 +107341,7 @@ paths: schema: type: string example: members - - &777 + - &780 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -107323,7 +107352,7 @@ paths: default: 1 format: int32 example: 1 - - &778 + - &781 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -107365,7 +107394,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &767 + items: &770 allOf: - type: object required: @@ -107440,7 +107469,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: &779 + meta: &782 type: object description: The metadata associated with the creation/updates to the user. @@ -107500,30 +107529,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &768 + '400': &771 description: Bad request content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '401': *766 - '403': &769 + schema: *768 + '401': *769 + '403': &772 description: Permission denied - '429': &770 + '429': &773 description: Too many requests content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '500': &771 + schema: *768 + '500': &774 description: Internal server error content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 + schema: *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107547,7 +107576,7 @@ paths: required: true content: application/json: - schema: &775 + schema: &778 type: object required: - schemas @@ -107607,9 +107636,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *767 + schema: *770 examples: - group: &773 + group: &776 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107628,13 +107657,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': *768 - '401': *766 - '403': *769 - '409': &776 + '400': *771 + '401': *769 + '403': *772 + '409': &779 description: Duplicate record detected - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107651,7 +107680,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: - - &774 + - &777 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107659,22 +107688,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *772 + - *775 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *767 + schema: *770 examples: - default: *773 - '400': *768 - '401': *766 - '403': *769 + default: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107693,13 +107722,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: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: *775 + schema: *778 examples: group: summary: Group @@ -107725,17 +107754,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - group: *773 - groupWithMembers: *773 - '400': *768 - '401': *766 - '403': *769 + group: *776 + groupWithMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107759,13 +107788,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: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: &786 + schema: &789 type: object required: - Operations @@ -107825,17 +107854,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - updateGroup: *773 - addMembers: *773 - '400': *768 - '401': *766 - '403': *769 + updateGroup: *776 + addMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107851,17 +107880,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: - - *774 + - *777 - *41 responses: '204': description: Group was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107895,8 +107924,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *777 - - *778 + - *780 + - *781 - *41 responses: '200': @@ -107929,7 +107958,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &781 + items: &784 allOf: - type: object required: @@ -108008,7 +108037,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &780 + roles: &783 type: array description: The roles assigned to the user. items: @@ -108064,7 +108093,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *779 + meta: *782 startIndex: type: integer description: A starting index for the returned page @@ -108101,11 +108130,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *768 - '401': *766 - '403': *769 - '429': *770 - '500': *771 + '400': *771 + '401': *769 + '403': *772 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108129,7 +108158,7 @@ paths: required: true content: application/json: - schema: &784 + schema: &787 type: object required: - schemas @@ -108211,9 +108240,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *780 + roles: *783 examples: - user: &785 + user: &788 summary: User value: schemas: @@ -108260,9 +108289,9 @@ paths: description: User has been created content: application/scim+json: - schema: *781 + schema: *784 examples: - user: &782 + user: &785 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108288,13 +108317,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: *782 - '400': *768 - '401': *766 - '403': *769 - '409': *776 - '429': *770 - '500': *771 + enterpriseOwner: *785 + '400': *771 + '401': *769 + '403': *772 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108311,7 +108340,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: - - &783 + - &786 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -108324,15 +108353,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *781 + schema: *784 examples: - default: *782 - '400': *768 - '401': *766 - '403': *769 + default: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108354,30 +108383,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: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *784 + schema: *787 examples: - user: *785 + user: *788 responses: '200': description: User was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - user: *782 - '400': *768 - '401': *766 - '403': *769 + user: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108412,13 +108441,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: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *786 + schema: *789 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108458,18 +108487,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - userMultiValuedProperties: *782 - userSingleValuedProperties: *782 - disableUser: *782 - '400': *768 - '401': *766 - '403': *769 + userMultiValuedProperties: *785 + userSingleValuedProperties: *785 + disableUser: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108489,17 +108518,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: - - *783 + - *786 - *41 responses: '204': description: User was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108586,7 +108615,7 @@ paths: example: 1 Resources: type: array - items: &787 + items: &790 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108817,22 +108846,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': &788 + '404': &791 description: Resource not found content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '403': &789 + schema: *768 + '403': &792 description: Forbidden content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 - '429': *770 + schema: *768 + '400': *771 + '429': *773 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108858,9 +108887,9 @@ paths: description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: &790 + default: &793 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108883,17 +108912,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': *788 - '403': *789 - '500': *771 + '404': *791 + '403': *792 + '500': *774 '409': description: Conflict content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 + schema: *768 + '400': *771 requestBody: required: true content: @@ -108991,17 +109020,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 - '404': *788 - '403': *789 + default: *793 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109025,18 +109054,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 + '404': *791 + '403': *792 requestBody: required: true content: @@ -109149,19 +109178,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 - '400': *768 + '404': *791 + '403': *792 + '400': *771 '429': description: Response content: @@ -109252,12 +109281,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *783 + - *786 responses: '204': description: Response - '404': *788 - '403': *789 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109390,7 +109419,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &791 + text_matches: &794 title: Search Result Text Matches type: array items: @@ -109553,7 +109582,7 @@ paths: enum: - author-date - committer-date - - &792 + - &795 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 @@ -109644,7 +109673,7 @@ paths: url: type: string format: uri - verification: *640 + verification: *643 required: - author - committer @@ -109681,7 +109710,7 @@ paths: type: number node_id: type: string - text_matches: *791 + text_matches: *794 required: - sha - node_id @@ -109874,7 +109903,7 @@ paths: - interactions - created - updated - - *792 + - *795 - *17 - *19 - name: advanced_search @@ -109971,11 +110000,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: type: string state_reason: @@ -110007,7 +110036,7 @@ paths: type: string format: date-time nullable: true - text_matches: *791 + text_matches: *794 pull_request: type: object properties: @@ -110232,7 +110261,7 @@ paths: enum: - created - updated - - *792 + - *795 - *17 - *19 responses: @@ -110276,7 +110305,7 @@ paths: nullable: true score: type: number - text_matches: *791 + text_matches: *794 required: - id - node_id @@ -110362,7 +110391,7 @@ paths: - forks - help-wanted-issues - updated - - *792 + - *795 - *17 - *19 responses: @@ -110601,7 +110630,7 @@ paths: - admin - pull - push - text_matches: *791 + text_matches: *794 temp_clone_token: type: string allow_merge_commit: @@ -110902,7 +110931,7 @@ paths: type: string format: uri nullable: true - text_matches: *791 + text_matches: *794 related: type: array nullable: true @@ -111095,7 +111124,7 @@ paths: - followers - repositories - joined - - *792 + - *795 - *17 - *19 responses: @@ -111199,7 +111228,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *791 + text_matches: *794 blog: type: string nullable: true @@ -111278,7 +111307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &796 + - &799 name: team_id description: The unique identifier of the team. in: path @@ -111319,7 +111348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111419,7 +111448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *796 + - *799 responses: '204': description: Response @@ -111450,7 +111479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *796 + - *799 - *110 - *17 - *19 @@ -111463,7 +111492,7 @@ paths: type: array items: *451 examples: - default: *797 + default: *800 headers: Link: *47 x-github: @@ -111492,7 +111521,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111555,7 +111584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '200': @@ -111589,7 +111618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: false @@ -111615,7 +111644,7 @@ paths: application/json: schema: *451 examples: - default: *798 + default: *801 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111640,7 +111669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '204': @@ -111670,7 +111699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *796 + - *799 - *453 - *110 - *17 @@ -111684,7 +111713,7 @@ paths: type: array items: *454 examples: - default: *799 + default: *802 headers: Link: *47 x-github: @@ -111713,7 +111742,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -111765,7 +111794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111800,7 +111829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -111826,7 +111855,7 @@ paths: application/json: schema: *454 examples: - default: *800 + default: *803 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111851,7 +111880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111882,7 +111911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 - name: content @@ -111941,7 +111970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -112003,7 +112032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -112061,7 +112090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -112120,7 +112149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112158,7 +112187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *796 + - *799 - name: role description: Filters members returned by their role in the team. in: query @@ -112209,7 +112238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112246,7 +112275,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112286,7 +112315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112323,7 +112352,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: - - *796 + - *799 - *142 responses: '200': @@ -112332,7 +112361,7 @@ paths: application/json: schema: *465 examples: - response-if-user-is-a-team-maintainer: *801 + response-if-user-is-a-team-maintainer: *804 '404': *6 x-github: githubCloudOnly: false @@ -112365,7 +112394,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: - - *796 + - *799 - *142 requestBody: required: false @@ -112393,7 +112422,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: *802 + response-if-users-membership-with-team-is-now-pending: *805 '403': description: Forbidden if team synchronization is set up '422': @@ -112427,7 +112456,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: - - *796 + - *799 - *142 responses: '204': @@ -112455,7 +112484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112497,7 +112526,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: - - *796 + - *799 - *466 - *467 responses: @@ -112505,7 +112534,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *803 + schema: *806 examples: alternative-response-with-extra-repository-information: value: @@ -112656,7 +112685,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: - - *796 + - *799 - *466 - *467 requestBody: @@ -112708,7 +112737,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: - - *796 + - *799 - *466 - *467 responses: @@ -112739,7 +112768,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: - - *796 + - *799 responses: '200': description: Response @@ -112774,7 +112803,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: - - *796 + - *799 requestBody: required: true content: @@ -112862,7 +112891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112874,7 +112903,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: *804 + response-if-child-teams-exist: *807 headers: Link: *47 '404': *6 @@ -112907,7 +112936,7 @@ paths: application/json: schema: oneOf: - - &806 + - &809 title: Private User description: Private User type: object @@ -113110,7 +113139,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *805 + - *808 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -113263,7 +113292,7 @@ paths: description: Response content: application/json: - schema: *806 + schema: *809 examples: default: value: @@ -113609,7 +113638,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -113617,7 +113646,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -113661,7 +113690,7 @@ paths: type: integer secrets: type: array - items: &807 + items: &810 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -113701,7 +113730,7 @@ paths: - visibility - selected_repositories_url examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -113777,7 +113806,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *810 examples: default: value: @@ -113923,7 +113952,7 @@ paths: type: array items: *283 examples: - default: *808 + default: *811 '401': *25 '403': *29 '404': *6 @@ -114075,7 +114104,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '401': *25 @@ -114133,7 +114162,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -114190,7 +114219,7 @@ paths: description: Response content: application/json: - schema: &809 + schema: &812 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -114231,7 +114260,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &810 + default: &813 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -114276,9 +114305,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *812 examples: - default: *810 + default: *813 '404': *6 x-github: githubCloudOnly: false @@ -114315,9 +114344,9 @@ paths: type: integer machines: type: array - items: *811 + items: *814 examples: - default: *812 + default: *815 '304': *37 '500': *40 '401': *25 @@ -114401,8 +114430,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -115184,7 +115213,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '400': *14 @@ -115224,7 +115253,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '500': *40 '401': *25 '403': *29 @@ -115256,7 +115285,7 @@ paths: type: array items: *387 examples: - default: &823 + default: &826 value: - id: 197 name: hello_docker @@ -115357,7 +115386,7 @@ paths: application/json: schema: type: array - items: &813 + items: &816 title: Email description: Email type: object @@ -115422,9 +115451,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: &825 + default: &828 value: - email: octocat@github.com verified: true @@ -115499,7 +115528,7 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: default: value: @@ -115755,7 +115784,7 @@ paths: application/json: schema: type: array - items: &814 + items: &817 title: GPG Key description: A unique encryption key type: object @@ -115886,7 +115915,7 @@ paths: - subkeys - revoked examples: - default: &839 + default: &842 value: - id: 3 name: Octocat's GPG Key @@ -115971,9 +116000,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: &815 + default: &818 value: id: 3 name: Octocat's GPG Key @@ -116030,7 +116059,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &816 + - &819 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -116042,9 +116071,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: *815 + default: *818 '404': *6 '304': *37 '403': *29 @@ -116067,7 +116096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *816 + - *819 responses: '204': description: Response @@ -116372,7 +116401,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: value: @@ -116522,7 +116551,7 @@ paths: application/json: schema: type: array - items: &817 + items: &820 title: Key description: Key type: object @@ -116623,9 +116652,9 @@ paths: description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: &818 + default: &821 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116658,15 +116687,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '200': description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: *818 + default: *821 '404': *6 '304': *37 '403': *29 @@ -116689,7 +116718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '204': description: Response @@ -116722,7 +116751,7 @@ paths: application/json: schema: type: array - items: &819 + items: &822 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -116790,7 +116819,7 @@ paths: - account - plan examples: - default: &820 + default: &823 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -116852,9 +116881,9 @@ paths: application/json: schema: type: array - items: *819 + items: *822 examples: - default: *820 + default: *823 headers: Link: *47 '304': *37 @@ -117849,7 +117878,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *382 - - *821 + - *824 responses: '204': description: Response @@ -117964,7 +117993,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *19 - *17 responses: @@ -117976,8 +118005,8 @@ paths: type: array items: *387 examples: - default: *823 - '400': *824 + default: *826 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118006,7 +118035,7 @@ paths: application/json: schema: *387 examples: - default: &840 + default: &843 value: id: 40201 name: octo-name @@ -118368,9 +118397,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: *825 + default: *828 headers: Link: *47 '304': *37 @@ -118483,7 +118512,7 @@ paths: type: array items: *78 examples: - default: &832 + default: &835 summary: Default response value: - id: 1296269 @@ -118827,9 +118856,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: *826 + default: *829 headers: Link: *47 '304': *37 @@ -118908,7 +118937,7 @@ paths: application/json: schema: type: array - items: &827 + items: &830 title: Social account description: Social media account type: object @@ -118923,7 +118952,7 @@ paths: - provider - url examples: - default: &828 + default: &831 value: - provider: twitter url: https://twitter.com/github @@ -118985,9 +119014,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 '422': *15 '304': *37 '404': *6 @@ -119074,7 +119103,7 @@ paths: application/json: schema: type: array - items: &829 + items: &832 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -119094,7 +119123,7 @@ paths: - title - created_at examples: - default: &853 + default: &856 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119158,9 +119187,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: &830 + default: &833 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119190,7 +119219,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &831 + - &834 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -119202,9 +119231,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: *830 + default: *833 '404': *6 '304': *37 '403': *29 @@ -119227,7 +119256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *831 + - *834 responses: '204': description: Response @@ -119256,7 +119285,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: - - &854 + - &857 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 @@ -119281,11 +119310,11 @@ paths: type: array items: *78 examples: - default-response: *832 + default-response: *835 application/vnd.github.v3.star+json: schema: type: array - items: &855 + items: &858 title: Starred Repository description: Starred Repository type: object @@ -119654,10 +119683,10 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: &834 + default-response: &837 summary: Default response value: login: octocat @@ -119692,7 +119721,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &835 + response-with-git-hub-plan-information: &838 summary: Response with GitHub plan information value: login: octocat @@ -119814,7 +119843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *833 + - *836 - *17 responses: '200': @@ -119863,11 +119892,11 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: *834 - response-with-git-hub-plan-information: *835 + default-response: *837 + response-with-git-hub-plan-information: *838 '404': *6 x-github: githubCloudOnly: false @@ -119917,8 +119946,8 @@ paths: required: - subject_digests examples: - default: *836 - withPredicateType: *837 + default: *839 + withPredicateType: *840 responses: '200': description: Response @@ -119971,7 +120000,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *838 + default: *841 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120217,7 +120246,7 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 x-github: @@ -120601,9 +120630,9 @@ paths: application/json: schema: type: array - items: *814 + items: *817 examples: - default: *839 + default: *842 headers: Link: *47 x-github: @@ -120707,7 +120736,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120831,7 +120860,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *142 - *19 - *17 @@ -120844,10 +120873,10 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 - '400': *824 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120877,7 +120906,7 @@ paths: application/json: schema: *387 examples: - default: *840 + default: *843 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121226,7 +121255,7 @@ paths: type: array items: *409 examples: - default: *841 + default: *844 headers: Link: *47 '304': *37 @@ -121286,7 +121315,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *842 + items: *845 required: - name - data_type @@ -121302,7 +121331,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *843 + iteration_configuration: *846 required: - name - data_type @@ -121324,8 +121353,8 @@ paths: value: name: Due date data_type: date - single_select_field: *844 - iteration_field: *845 + single_select_field: *847 + iteration_field: *848 responses: '201': description: Response @@ -121333,11 +121362,11 @@ paths: application/json: schema: *409 examples: - text_field: *846 - number_field: *847 - date_field: *848 - single_select_field: *849 - iteration_field: *850 + text_field: *849 + number_field: *850 + date_field: *851 + single_select_field: *852 + iteration_field: *853 '304': *37 '403': *29 '401': *25 @@ -121359,7 +121388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *851 + - *854 - *142 responses: '200': @@ -121368,7 +121397,7 @@ paths: application/json: schema: *409 examples: - default: *852 + default: *855 headers: Link: *47 '304': *37 @@ -121903,9 +121932,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 headers: Link: *47 x-github: @@ -121935,9 +121964,9 @@ paths: application/json: schema: type: array - items: *829 + items: *832 examples: - default: *853 + default: *856 headers: Link: *47 x-github: @@ -121962,7 +121991,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *142 - - *854 + - *857 - *110 - *17 - *19 @@ -121974,11 +122003,11 @@ paths: schema: anyOf: - type: array - items: *855 + items: *858 - type: array items: *78 examples: - default-response: *832 + default-response: *835 headers: Link: *47 x-github: @@ -122137,7 +122166,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &856 + enterprise: &859 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122195,7 +122224,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &857 + installation: &860 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -122214,7 +122243,7 @@ x-webhooks: required: - id - node_id - organization: &858 + organization: &861 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -122274,13 +122303,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &859 + repository: &862 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: &896 + properties: &899 id: description: Unique identifier of the repository example: 42 @@ -122963,7 +122992,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &897 + required: &900 - archive_url - assignees_url - blobs_url @@ -123114,10 +123143,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -123193,11 +123222,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: &860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: &863 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) @@ -123420,11 +123449,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123607,11 +123636,11 @@ x-webhooks: - everyone required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123684,7 +123713,7 @@ x-webhooks: required: true content: application/json: - schema: &880 + schema: &883 title: Exemption request cancellation event type: object properties: @@ -123692,11 +123721,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: &861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: &864 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123965,7 +123994,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &862 + items: &865 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -124075,7 +124104,7 @@ x-webhooks: required: true content: application/json: - schema: &881 + schema: &884 title: Exemption request completed event type: object properties: @@ -124083,11 +124112,11 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124159,7 +124188,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &881 title: Exemption request created event type: object properties: @@ -124167,11 +124196,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124243,7 +124272,7 @@ x-webhooks: required: true content: application/json: - schema: &882 + schema: &885 title: Exemption response dismissed event type: object properties: @@ -124251,12 +124280,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124330,7 +124359,7 @@ x-webhooks: required: true content: application/json: - schema: &879 + schema: &882 title: Exemption response submitted event type: object properties: @@ -124338,12 +124367,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124427,7 +124456,7 @@ x-webhooks: type: string enum: - completed - check_run: &864 + check_run: &867 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124518,7 +124547,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *863 + deployment: *866 details_url: example: https://example.com type: string @@ -124603,10 +124632,10 @@ x-webhooks: - output - app - pull_requests - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -124999,11 +125028,11 @@ x-webhooks: type: string enum: - created - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -125399,11 +125428,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 requested_action: description: The action requested by the user. type: object @@ -125808,11 +125837,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -126789,10 +126818,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -127486,10 +127515,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128177,10 +128206,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128491,20 +128520,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &865 + commit_oid: &868 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: *856 - installation: *857 - organization: *858 - ref: &866 + enterprise: *859 + installation: *860 + organization: *861 + ref: &869 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: *859 + repository: *862 sender: *4 required: - action @@ -128899,12 +128928,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129170,12 +129199,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129507,12 +129536,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129786,16 +129815,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 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: *859 + repository: *862 sender: *4 required: - action @@ -130032,12 +130061,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -130294,10 +130323,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -130377,18 +130406,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *858 - pusher_type: &867 + organization: *861 + pusher_type: &870 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &868 + ref: &871 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -130398,7 +130427,7 @@ x-webhooks: enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130481,9 +130510,9 @@ x-webhooks: enum: - created definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130568,9 +130597,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130648,9 +130677,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130728,9 +130757,9 @@ x-webhooks: enum: - updated definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130807,10 +130836,10 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - repository: *859 - organization: *858 + enterprise: *859 + installation: *860 + repository: *862 + organization: *861 sender: *4 new_property_values: type: array @@ -130895,18 +130924,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - pusher_type: *867 - ref: *868 + enterprise: *859 + installation: *860 + organization: *861 + pusher_type: *870 + ref: *871 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130990,11 +131019,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131078,11 +131107,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131166,11 +131195,11 @@ x-webhooks: type: string enum: - created - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131252,11 +131281,11 @@ x-webhooks: type: string enum: - dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131338,11 +131367,11 @@ x-webhooks: type: string enum: - fixed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131425,11 +131454,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131511,11 +131540,11 @@ x-webhooks: type: string enum: - reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131592,9 +131621,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - key: &869 + enterprise: *859 + installation: *860 + key: &872 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131630,8 +131659,8 @@ x-webhooks: - verified - created_at - read_only - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -131708,11 +131737,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - key: *869 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + key: *872 + organization: *861 + repository: *862 sender: *4 required: - action @@ -132273,12 +132302,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: &873 + workflow: &876 title: Workflow type: object nullable: true @@ -133004,13 +133033,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *605 + deployment: *608 pull_requests: type: array - items: *701 - repository: *859 - organization: *858 - installation: *857 + items: *704 + repository: *862 + organization: *861 + installation: *860 sender: *4 responses: '200': @@ -133081,7 +133110,7 @@ x-webhooks: type: string enum: - approved - approver: &870 + approver: &873 type: object properties: avatar_url: @@ -133124,11 +133153,11 @@ x-webhooks: type: string comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: &871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: &874 type: array items: type: object @@ -133207,7 +133236,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &872 + workflow_job_run: &875 type: object properties: conclusion: @@ -133938,18 +133967,18 @@ x-webhooks: type: string enum: - rejected - approver: *870 + approver: *873 comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: *871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: *874 sender: *4 since: type: string - workflow_job_run: *872 + workflow_job_run: *875 workflow_job_runs: type: array items: @@ -134653,13 +134682,13 @@ x-webhooks: type: string enum: - requested - enterprise: *856 + enterprise: *859 environment: type: string - installation: *857 - organization: *858 - repository: *859 - requestor: &883 + installation: *860 + organization: *861 + repository: *862 + requestor: &886 title: User type: object nullable: true @@ -136558,12 +136587,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Deployment Workflow Run type: object @@ -137243,7 +137272,7 @@ x-webhooks: type: string enum: - answered - answer: &876 + answer: &879 type: object properties: author_association: @@ -137400,11 +137429,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137531,11 +137560,11 @@ x-webhooks: - from required: - category - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137618,11 +137647,11 @@ x-webhooks: type: string enum: - closed - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137704,7 +137733,7 @@ x-webhooks: type: string enum: - created - comment: &875 + comment: &878 type: object properties: author_association: @@ -137861,11 +137890,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137948,12 +137977,12 @@ x-webhooks: type: string enum: - deleted - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138048,12 +138077,12 @@ x-webhooks: - from required: - body - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138137,11 +138166,11 @@ x-webhooks: type: string enum: - created - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138223,11 +138252,11 @@ x-webhooks: type: string enum: - deleted - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138327,11 +138356,11 @@ x-webhooks: type: string required: - from - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138413,10 +138442,10 @@ x-webhooks: type: string enum: - labeled - discussion: *874 - enterprise: *856 - installation: *857 - label: &877 + discussion: *877 + enterprise: *859 + installation: *860 + label: &880 title: Label type: object properties: @@ -138448,8 +138477,8 @@ x-webhooks: - color - default - description - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138532,11 +138561,11 @@ x-webhooks: type: string enum: - locked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138618,11 +138647,11 @@ x-webhooks: type: string enum: - pinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138704,11 +138733,11 @@ x-webhooks: type: string enum: - reopened - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138793,16 +138822,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *874 - new_repository: *859 + new_discussion: *877 + new_repository: *862 required: - new_discussion - new_repository - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138885,10 +138914,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *874 - old_answer: *876 - organization: *858 - repository: *859 + discussion: *877 + old_answer: *879 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138970,12 +138999,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *874 - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139058,11 +139087,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139144,11 +139173,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139217,7 +139246,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139280,7 +139309,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139343,7 +139372,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139406,7 +139435,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139469,7 +139498,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139535,7 +139564,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139601,7 +139630,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139667,7 +139696,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139733,7 +139762,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139799,7 +139828,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139864,7 +139893,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139929,7 +139958,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139994,7 +140023,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140059,7 +140088,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140125,7 +140154,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140192,7 +140221,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *856 + enterprise: *859 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140852,9 +140881,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - forkee @@ -141000,9 +141029,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pages: description: The pages that were updated. type: array @@ -141039,7 +141068,7 @@ x-webhooks: - action - sha - html_url - repository: *859 + repository: *862 sender: *4 required: - pages @@ -141115,10 +141144,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: &884 + organization: *861 + repositories: &887 description: An array of repository objects that the installation can access. type: array @@ -141144,8 +141173,8 @@ x-webhooks: - name - full_name - private - repository: *859 - requester: *883 + repository: *862 + requester: *886 sender: *4 required: - action @@ -141220,11 +141249,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141300,11 +141329,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141380,10 +141409,10 @@ x-webhooks: type: string enum: - added - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: &885 + organization: *861 + repositories_added: &888 description: An array of repository objects, which were added to the installation. type: array @@ -141429,15 +141458,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *859 - repository_selection: &886 + repository: *862 + repository_selection: &889 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *883 + requester: *886 sender: *4 required: - action @@ -141516,10 +141545,10 @@ x-webhooks: type: string enum: - removed - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: *885 + organization: *861 + repositories_added: *888 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141546,9 +141575,9 @@ x-webhooks: - name - full_name - private - repository: *859 - repository_selection: *886 - requester: *883 + repository: *862 + repository_selection: *889 + requester: *886 sender: *4 required: - action @@ -141627,11 +141656,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141810,10 +141839,10 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 target_type: type: string @@ -141892,11 +141921,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -142148,8 +142177,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142943,8 +142972,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143293,8 +143322,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -143374,7 +143403,7 @@ x-webhooks: type: string enum: - deleted - comment: &887 + comment: &890 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -143539,8 +143568,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144330,8 +144359,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144682,8 +144711,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -144763,7 +144792,7 @@ x-webhooks: type: string enum: - edited - changes: &916 + changes: &919 description: The changes to the comment. type: object properties: @@ -144775,9 +144804,9 @@ x-webhooks: type: string required: - from - comment: *887 - enterprise: *856 - installation: *857 + comment: *890 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145570,8 +145599,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145920,8 +145949,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146011,9 +146040,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146102,9 +146131,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146192,9 +146221,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146283,9 +146312,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146365,10 +146394,10 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - issue: &890 + assignee: *886 + enterprise: *859 + installation: *860 + issue: &893 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147157,11 +147186,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147278,8 +147307,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -147359,8 +147388,8 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -148154,11 +148183,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148410,8 +148439,8 @@ x-webhooks: required: - state - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -148490,8 +148519,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149276,11 +149305,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149396,8 +149425,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -149476,8 +149505,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150284,11 +150313,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150383,7 +150412,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &888 + milestone: &891 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150521,8 +150550,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -150621,8 +150650,8 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151411,11 +151440,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151532,9 +151561,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -151614,8 +151643,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152403,11 +152432,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152524,9 +152553,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -152606,8 +152635,8 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153419,11 +153448,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153517,8 +153546,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -153597,8 +153626,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154404,11 +154433,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154502,9 +154531,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *888 - organization: *858 - repository: *859 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -155372,11 +155401,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155938,8 +155967,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156728,11 +156757,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156848,8 +156877,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -156929,9 +156958,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *856 - installation: *857 - issue: &889 + enterprise: *859 + installation: *860 + issue: &892 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157714,11 +157743,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157834,8 +157863,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -157914,8 +157943,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158725,11 +158754,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158824,8 +158853,8 @@ x-webhooks: user_view_type: type: string type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -159691,11 +159720,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160279,11 +160308,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160363,12 +160392,12 @@ x-webhooks: type: string enum: - typed - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160449,7 +160478,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &919 + assignee: &922 title: User type: object nullable: true @@ -160519,11 +160548,11 @@ x-webhooks: required: - login - id - enterprise: *856 - installation: *857 - issue: *890 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160602,12 +160631,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - issue: *890 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160687,8 +160716,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161498,11 +161527,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161596,8 +161625,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161677,11 +161706,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161760,12 +161789,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161845,11 +161874,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161927,11 +161956,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162041,11 +162070,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162127,9 +162156,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: &891 + enterprise: *859 + installation: *860 + marketplace_purchase: &894 title: Marketplace Purchase type: object required: @@ -162212,8 +162241,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: &892 + organization: *861 + previous_marketplace_purchase: &895 title: Marketplace Purchase type: object properties: @@ -162293,7 +162322,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162373,10 +162402,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162459,7 +162488,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162541,10 +162570,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162626,7 +162655,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162707,8 +162736,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 marketplace_purchase: title: Marketplace Purchase type: object @@ -162790,9 +162819,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162872,12 +162901,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162979,11 +163008,11 @@ x-webhooks: type: string required: - to - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163083,11 +163112,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163166,11 +163195,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163248,11 +163277,11 @@ x-webhooks: type: string enum: - added - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163328,7 +163357,7 @@ x-webhooks: required: - login - id - team: &893 + team: &896 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163551,11 +163580,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163632,7 +163661,7 @@ x-webhooks: required: - login - id - team: *893 + team: *896 required: - action - scope @@ -163714,8 +163743,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *857 - merge_group: &895 + installation: *860 + merge_group: &898 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163734,15 +163763,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *894 + head_commit: *897 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163828,10 +163857,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *857 - merge_group: *895 - organization: *858 - repository: *859 + installation: *860 + merge_group: *898 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163904,7 +163933,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164013,16 +164042,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *857 - organization: *858 + installation: *860 + organization: *861 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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -164103,11 +164132,11 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164186,9 +164215,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - milestone: &898 + enterprise: *859 + installation: *860 + milestone: &901 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164325,8 +164354,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164405,11 +164434,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164519,11 +164548,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164603,11 +164632,11 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - milestone: *898 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *901 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164686,11 +164715,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164769,11 +164798,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164849,7 +164878,7 @@ x-webhooks: enum: - created definition: *150 - enterprise: *856 + enterprise: *859 sender: *4 required: - action @@ -164929,8 +164958,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165003,8 +165032,8 @@ x-webhooks: enum: - updated definition: *150 - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165076,9 +165105,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 new_property_values: type: array @@ -165166,9 +165195,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - membership: &899 + enterprise: *859 + installation: *860 + membership: &902 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165275,8 +165304,8 @@ x-webhooks: - role - organization_url - user - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165354,11 +165383,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165437,8 +165466,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165554,10 +165583,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 - user: *883 + user: *886 required: - action - invitation @@ -165635,11 +165664,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165726,11 +165755,11 @@ x-webhooks: properties: from: type: string - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165806,9 +165835,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166307,7 +166336,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &900 + items: &903 title: Ruby Gems metadata type: object properties: @@ -166402,7 +166431,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -166478,9 +166507,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166833,7 +166862,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 source_url: type: string format: uri @@ -166903,7 +166932,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -167080,12 +167109,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *856 + enterprise: *859 id: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - id @@ -167162,7 +167191,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &901 + personal_access_token_request: &904 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167308,10 +167337,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *856 - organization: *858 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167388,11 +167417,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167468,11 +167497,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167547,11 +167576,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *901 - organization: *858 - enterprise: *856 + personal_access_token_request: *904 + organization: *861 + enterprise: *859 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167656,7 +167685,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *902 + last_response: *905 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167688,8 +167717,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 zen: description: Random string of GitHub zen. @@ -167934,10 +167963,10 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: &903 + enterprise: *859 + installation: *860 + organization: *861 + project_card: &906 title: Project Card type: object properties: @@ -168056,7 +168085,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -168137,11 +168166,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168221,9 +168250,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: title: Project Card type: object @@ -168351,8 +168380,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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -168446,11 +168475,11 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168544,9 +168573,9 @@ x-webhooks: - from required: - column_id - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: allOf: - title: Project Card @@ -168736,7 +168765,7 @@ x-webhooks: type: string required: - after_id - repository: *859 + repository: *862 sender: *4 required: - action @@ -168816,10 +168845,10 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - organization: *858 - project: &905 + enterprise: *859 + installation: *860 + organization: *861 + project: &908 title: Project type: object properties: @@ -168943,7 +168972,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169023,10 +169052,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_column: &904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: &907 title: Project Column type: object properties: @@ -169065,7 +169094,7 @@ x-webhooks: - name - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169144,18 +169173,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169245,11 +169274,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169329,11 +169358,11 @@ x-webhooks: type: string enum: - moved - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169413,11 +169442,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169497,18 +169526,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project: *905 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169610,11 +169639,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169693,11 +169722,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169778,8 +169807,8 @@ x-webhooks: type: string enum: - closed - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169861,8 +169890,8 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169944,8 +169973,8 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170063,8 +170092,8 @@ x-webhooks: type: string to: type: string - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170148,7 +170177,7 @@ x-webhooks: type: string enum: - archived - changes: &909 + changes: &912 type: object properties: archived_at: @@ -170162,9 +170191,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *857 - organization: *858 - projects_v2_item: &906 + installation: *860 + organization: *861 + projects_v2_item: &909 title: Projects v2 Item description: An item belonging to a project type: object @@ -170299,9 +170328,9 @@ x-webhooks: nullable: true to: type: string - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170383,9 +170412,9 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170466,9 +170495,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170574,7 +170603,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &907 + - &910 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170596,7 +170625,7 @@ x-webhooks: required: - id - name - - &908 + - &911 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170630,8 +170659,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *907 - - *908 + - *910 + - *911 required: - field_value - type: object @@ -170647,9 +170676,9 @@ x-webhooks: nullable: true required: - body - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170744,9 +170773,9 @@ x-webhooks: to: type: string nullable: true - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170829,10 +170858,10 @@ x-webhooks: type: string enum: - restored - changes: *909 - installation: *857 - organization: *858 - projects_v2_item: *906 + changes: *912 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170914,8 +170943,8 @@ x-webhooks: type: string enum: - reopened - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170997,14 +171026,14 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_status_update: &912 + installation: *860 + organization: *861 + projects_v2_status_update: &915 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *910 - required: *911 + properties: *913 + required: *914 sender: *4 required: - action @@ -171085,9 +171114,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171223,9 +171252,9 @@ x-webhooks: type: string format: date nullable: true - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171296,10 +171325,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - repository @@ -171376,13 +171405,13 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - number: &913 + assignee: *886 + enterprise: *859 + installation: *860 + number: &916 description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -173665,7 +173694,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -173747,11 +173776,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -176029,7 +176058,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -176111,11 +176140,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -178393,7 +178422,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -178475,13 +178504,13 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: &914 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: &917 allOf: - - *701 + - *704 - type: object properties: allow_auto_merge: @@ -178543,7 +178572,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *859 + repository: *862 sender: *4 required: - action @@ -178624,12 +178653,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -178709,11 +178738,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: &915 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: &918 title: Pull Request type: object properties: @@ -180976,7 +181005,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -181055,11 +181084,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -183341,7 +183370,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *859 + repository: *862 sender: *4 required: - action @@ -183465,12 +183494,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -183550,11 +183579,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -185821,7 +185850,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -185901,11 +185930,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -188187,7 +188216,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -188268,10 +188297,10 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -190551,7 +190580,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -190631,12 +190660,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: *915 - repository: *859 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: *918 + repository: *862 sender: *4 required: - action @@ -190715,12 +190744,12 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190801,12 +190830,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190886,12 +190915,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -191257,9 +191286,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -193429,7 +193458,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -193509,7 +193538,7 @@ x-webhooks: type: string enum: - deleted - comment: &917 + comment: &920 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. @@ -193794,9 +193823,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -195954,7 +195983,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -196034,11 +196063,11 @@ x-webhooks: type: string enum: - edited - changes: *916 - comment: *917 - enterprise: *856 - installation: *857 - organization: *858 + changes: *919 + comment: *920 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -198199,7 +198228,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -198280,9 +198309,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -200455,7 +200484,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 review: description: The review that was affected. type: object @@ -200702,9 +200731,9 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -202758,8 +202787,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: &918 + repository: *862 + review: &921 description: The review that was affected. type: object properties: @@ -202992,12 +203021,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -205280,7 +205309,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -205364,12 +205393,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -207659,7 +207688,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207851,12 +207880,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -210141,7 +210170,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -210226,12 +210255,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -212507,7 +212536,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212688,9 +212717,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -214865,8 +214894,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: *918 + repository: *862 + review: *921 sender: *4 required: - action @@ -214946,9 +214975,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -217018,7 +217047,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -217405,9 +217434,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -219463,7 +219492,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -219853,10 +219882,10 @@ x-webhooks: type: string before: type: string - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -222127,7 +222156,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -222209,11 +222238,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *919 - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + assignee: *922 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -224496,7 +224525,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -224575,11 +224604,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -226852,7 +226881,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -226933,10 +226962,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -229201,7 +229230,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -229401,7 +229430,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *856 + enterprise: *859 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229493,8 +229522,8 @@ x-webhooks: - url - author - committer - installation: *857 - organization: *858 + installation: *860 + organization: *861 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230069,9 +230098,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230517,7 +230546,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -230571,7 +230600,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -230649,9 +230678,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230959,7 +230988,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -231008,7 +231037,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -231085,10 +231114,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - release: &920 + enterprise: *859 + installation: *860 + organization: *861 + release: &923 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231406,7 +231435,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *859 + repository: *862 sender: *4 required: - action @@ -231483,11 +231512,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231604,11 +231633,11 @@ x-webhooks: type: boolean required: - to - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231686,9 +231715,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -232010,7 +232039,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232086,10 +232115,10 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - release: &921 + enterprise: *859 + installation: *860 + organization: *861 + release: &924 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -232408,7 +232437,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232484,11 +232513,11 @@ x-webhooks: type: string enum: - released - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -232564,11 +232593,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *856 - installation: *857 - organization: *858 - release: *921 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *924 + repository: *862 sender: *4 required: - action @@ -232644,11 +232673,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232724,11 +232753,11 @@ x-webhooks: type: string enum: - reported - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232804,10 +232833,10 @@ x-webhooks: type: string enum: - archived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232884,10 +232913,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232965,10 +232994,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233052,10 +233081,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233167,10 +233196,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233242,10 +233271,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 status: type: string @@ -233326,10 +233355,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233406,10 +233435,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233503,10 +233532,10 @@ x-webhooks: - name required: - repository - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233586,10 +233615,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233668,10 +233697,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233750,10 +233779,10 @@ x-webhooks: type: string enum: - edited - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 changes: type: object @@ -233815,16 +233844,16 @@ x-webhooks: properties: added: type: array - items: *721 + items: *724 deleted: type: array - items: *721 + items: *724 updated: type: array items: type: object properties: - rule: *721 + rule: *724 changes: type: object properties: @@ -234058,10 +234087,10 @@ x-webhooks: - from required: - owner - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234139,10 +234168,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234220,7 +234249,7 @@ x-webhooks: type: string enum: - create - alert: &922 + alert: &925 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234341,10 +234370,10 @@ x-webhooks: type: string enum: - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234550,10 +234579,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234631,11 +234660,11 @@ x-webhooks: type: string enum: - reopen - alert: *922 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234834,10 +234863,10 @@ x-webhooks: enum: - fixed - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234915,7 +234944,7 @@ x-webhooks: type: string enum: - assigned - alert: &923 + alert: &926 type: object properties: number: *127 @@ -235034,10 +235063,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235115,11 +235144,11 @@ x-webhooks: type: string enum: - created - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235200,11 +235229,11 @@ x-webhooks: type: string enum: - created - alert: *923 - installation: *857 - location: *924 - organization: *858 - repository: *859 + alert: *926 + installation: *860 + location: *927 + organization: *861 + repository: *862 sender: *4 required: - location @@ -235442,11 +235471,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235524,11 +235553,11 @@ x-webhooks: type: string enum: - reopened - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235606,11 +235635,11 @@ x-webhooks: type: string enum: - resolved - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235688,12 +235717,12 @@ x-webhooks: type: string enum: - unassigned - alert: *923 + alert: *926 assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235771,11 +235800,11 @@ x-webhooks: type: string enum: - validated - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235901,10 +235930,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *859 - enterprise: *856 - installation: *857 - organization: *858 + repository: *862 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -235982,11 +236011,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: &925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: &928 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236169,11 +236198,11 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: *928 sender: *4 required: - action @@ -236246,10 +236275,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236434,9 +236463,9 @@ x-webhooks: type: object properties: security_and_analysis: *419 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: *471 sender: *4 required: @@ -236515,12 +236544,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: &926 + sponsorship: &929 type: object properties: created_at: @@ -236821,12 +236850,12 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -236914,12 +236943,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -236996,17 +237025,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &927 + effective_date: &930 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: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -237080,7 +237109,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &928 + changes: &931 type: object properties: tier: @@ -237124,13 +237153,13 @@ x-webhooks: - from required: - tier - effective_date: *927 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + effective_date: *930 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237207,13 +237236,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *928 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + changes: *931 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237287,10 +237316,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237373,10 +237402,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237796,15 +237825,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *856 + enterprise: *859 id: description: The unique identifier of the status. type: integer - installation: *857 + installation: *860 name: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 sha: description: The Commit SHA. @@ -237919,9 +237948,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238011,9 +238040,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238103,9 +238132,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238195,9 +238224,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238274,12 +238303,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - team: &929 + team: &932 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238502,9 +238531,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -238962,7 +238991,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239038,9 +239067,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -239498,7 +239527,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239575,9 +239604,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240035,7 +240064,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -240179,9 +240208,9 @@ x-webhooks: - from required: - permissions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240639,7 +240668,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - changes @@ -240717,9 +240746,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -241177,7 +241206,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -241253,10 +241282,10 @@ x-webhooks: type: string enum: - started - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -241329,16 +241358,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *856 + enterprise: *859 inputs: type: object nullable: true additionalProperties: true - installation: *857 - organization: *858 + installation: *860 + organization: *861 ref: type: string - repository: *859 + repository: *862 sender: *4 workflow: type: string @@ -241420,10 +241449,10 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -241660,7 +241689,7 @@ x-webhooks: type: string required: - conclusion - deployment: *605 + deployment: *608 required: - action - repository @@ -241739,10 +241768,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -242002,7 +242031,7 @@ x-webhooks: required: - status - steps - deployment: *605 + deployment: *608 required: - action - repository @@ -242081,10 +242110,10 @@ x-webhooks: type: string enum: - queued - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242219,7 +242248,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242298,10 +242327,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242437,7 +242466,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242517,12 +242546,12 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -243521,12 +243550,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -244510,12 +244539,12 @@ x-webhooks: type: string enum: - requested - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 361caba2f..ee9dcfa4e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -331382,11 +331382,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index e844072d9..2c613b51b 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -1029,7 +1029,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: - - &755 + - &758 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &765 + schema: &768 title: Scim Error description: Scim Error type: object @@ -8897,7 +8897,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &766 + '401': &769 description: Authorization failure '404': *6 x-github: @@ -13226,13 +13226,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &556 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &556 + category: &557 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13246,7 +13246,7 @@ paths: properties: text: type: string - location: + location: &558 type: object description: Describe a region within a file for the alert. properties: @@ -13267,7 +13267,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &559 type: string description: A classification of the file. For example to identify it as generated. @@ -16921,7 +16921,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &595 + - &598 name: has in: query description: |- @@ -17034,7 +17034,7 @@ paths: - unknown - direct - transitive - security_advisory: &596 + security_advisory: &599 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17266,14 +17266,14 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: &597 + auto_dismissed_at: &600 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &598 + dismissal_request: &601 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20754,7 +20754,7 @@ paths: - *164 rules: type: array - items: &721 + items: &724 title: Repository Rule type: object description: A repository rule. @@ -20763,7 +20763,7 @@ paths: - *170 - *171 - *172 - - &719 + - &722 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21326,14 +21326,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &733 + state: &736 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: &734 + resolution: &737 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21440,8 +21440,8 @@ paths: pull request. ' - oneOf: &735 - - &737 + oneOf: &738 + - &740 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21493,7 +21493,7 @@ paths: - blob_url - commit_sha - commit_url - - &738 + - &741 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. @@ -21548,7 +21548,7 @@ paths: - page_url - commit_sha - commit_url - - &739 + - &742 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21562,7 +21562,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &740 + - &743 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21576,7 +21576,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &741 + - &744 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21590,7 +21590,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &742 + - &745 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21604,7 +21604,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &743 + - &746 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21618,7 +21618,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &744 + - &747 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21632,7 +21632,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &745 + - &748 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. @@ -21646,7 +21646,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &746 + - &749 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. @@ -21660,7 +21660,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &747 + - &750 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. @@ -21674,7 +21674,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &748 + - &751 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. @@ -21688,7 +21688,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &749 + - &752 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. @@ -24982,7 +24982,7 @@ paths: properties: action: type: string - discussion: &874 + discussion: &877 title: Discussion description: A Discussion in a repository. type: object @@ -25349,7 +25349,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &657 + properties: &660 id: type: integer format: int64 @@ -25726,7 +25726,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &793 + sub_issues_summary: &796 title: Sub-issues Summary type: object properties: @@ -25746,7 +25746,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &794 + issue_dependencies_summary: &797 title: Issue Dependencies Summary type: object properties: @@ -25765,7 +25765,7 @@ paths: - total_blocking issue_field_values: type: array - items: &795 + items: &798 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25826,7 +25826,7 @@ paths: - node_id - data_type - value - required: &658 + required: &661 - assignee - closed_at - comments @@ -25864,7 +25864,7 @@ paths: action: type: string issue: *220 - comment: &655 + comment: &658 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26583,7 +26583,7 @@ paths: type: string release: allOf: - - &712 + - &715 title: Release description: A release. type: object @@ -26654,7 +26654,7 @@ paths: author: *4 assets: type: array - items: &713 + items: &716 title: Release Asset description: Data related to a release. type: object @@ -27233,7 +27233,7 @@ paths: url: type: string format: uri - user: &805 + user: &808 title: Public User description: Public User type: object @@ -30629,7 +30629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &686 + - &689 name: all description: If `true`, show notifications marked as read. in: query @@ -30637,7 +30637,7 @@ paths: schema: type: boolean default: false - - &687 + - &690 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30647,7 +30647,7 @@ paths: type: boolean default: false - *227 - - &688 + - &691 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -31129,7 +31129,7 @@ paths: - url - subscription_url examples: - default: &689 + default: &692 value: - id: '1' repository: @@ -32246,7 +32246,7 @@ paths: type: array items: *155 examples: - default: &695 + default: &698 value: - property_name: environment value: production @@ -32296,7 +32296,7 @@ paths: required: - properties examples: - default: &696 + default: &699 value: properties: - property_name: environment @@ -35223,7 +35223,7 @@ paths: type: array items: *283 examples: - default: &808 + default: &811 value: total_count: 1 repositories: @@ -37905,12 +37905,12 @@ paths: required: - subject_digests examples: - default: &836 + default: &839 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &837 + withPredicateType: &840 value: subject_digests: - sha256:abc123 @@ -37968,7 +37968,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &838 + default: &841 value: attestations_subject_digests: - sha256:abc: @@ -40280,7 +40280,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &568 + properties: &571 name: type: string description: The name of the machine. @@ -40322,7 +40322,7 @@ paths: - ready - in_progress nullable: true - required: &569 + required: &572 - name - display_name - operating_system @@ -41190,7 +41190,7 @@ paths: - updated_at - visibility examples: - default: &570 + default: &573 value: total_count: 2 secrets: @@ -41228,7 +41228,7 @@ paths: description: Response content: application/json: - schema: &571 + schema: &574 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41257,7 +41257,7 @@ paths: - key_id - key examples: - default: &572 + default: &575 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41289,7 +41289,7 @@ paths: application/json: schema: *327 examples: - default: &574 + default: &577 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42998,7 +42998,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43015,7 +43015,7 @@ paths: - key_id - key examples: - default: &602 + default: &605 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43345,7 +43345,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &610 + - &613 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43353,7 +43353,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43361,7 +43361,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: time_period description: |- The time period to filter by. @@ -43377,7 +43377,7 @@ paths: - week - month default: month - - &613 + - &616 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43402,7 +43402,7 @@ paths: application/json: schema: type: array - items: &614 + items: &617 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43558,7 +43558,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &615 + default: &618 value: - id: 21 number: 42 @@ -43676,7 +43676,7 @@ paths: application/json: schema: type: array - items: &616 + items: &619 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -43793,7 +43793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &617 + default: &620 value: - id: 21 number: 42 @@ -43895,7 +43895,7 @@ paths: application/json: schema: type: array - items: &618 + items: &621 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44016,7 +44016,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &619 + default: &622 value: - id: 21 number: 42 @@ -45836,7 +45836,7 @@ paths: application/json: schema: *22 examples: - default: &650 + default: &653 value: id: 1 account: @@ -46061,7 +46061,7 @@ paths: required: true content: application/json: - schema: &651 + schema: &654 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -46922,7 +46922,7 @@ paths: application/json: schema: *376 examples: - default: &567 + default: &570 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -48167,7 +48167,7 @@ paths: parameters: - *87 - *382 - - &821 + - &824 name: repo_name description: repo_name parameter in: path @@ -49493,7 +49493,7 @@ paths: - nuget - container - *87 - - &822 + - &825 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49534,7 +49534,7 @@ paths: default: *388 '403': *29 '401': *25 - '400': &824 + '400': &827 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -51326,7 +51326,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &910 + properties: &913 id: type: number description: The unique identifier of the status update. @@ -51374,7 +51374,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &911 + required: &914 - id - node_id - created_at @@ -51588,7 +51588,7 @@ paths: content: oneOf: - *220 - - &582 + - &585 title: Pull Request Simple description: Pull Request Simple type: object @@ -51817,7 +51817,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: &698 + auto_merge: &701 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52192,7 +52192,7 @@ paths: - updated_at - project_url examples: - default: &841 + default: &844 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52369,7 +52369,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &842 + items: &845 type: object properties: name: @@ -52405,7 +52405,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &843 + iteration_configuration: &846 type: object description: The configuration for iteration fields. properties: @@ -52454,7 +52454,7 @@ paths: value: name: Due date data_type: date - single_select_field: &844 + single_select_field: &847 summary: Create a single select field value: name: Priority @@ -52481,7 +52481,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &845 + iteration_field: &848 summary: Create an iteration field value: name: Sprint @@ -52507,7 +52507,7 @@ paths: application/json: schema: *409 examples: - text_field: &846 + text_field: &849 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52516,7 +52516,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: &847 + number_field: &850 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52525,7 +52525,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: &848 + date_field: &851 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52534,7 +52534,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: &849 + single_select_field: &852 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52568,7 +52568,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &850 + iteration_field: &853 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52614,7 +52614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &851 + - &854 name: field_id description: The unique identifier of the field. in: path @@ -52629,7 +52629,7 @@ paths: application/json: schema: *409 examples: - default: &852 + default: &855 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54809,7 +54809,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &587 + properties: &590 url: type: string format: uri @@ -54825,7 +54825,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &588 + required: &591 - url - key - name @@ -55467,7 +55467,7 @@ paths: - *87 - *17 - *19 - - &720 + - &723 name: targets description: | A comma-separated list of rule targets to filter by. @@ -55682,7 +55682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &722 + - &725 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 @@ -55694,14 +55694,14 @@ paths: x-multi-segment: true - *309 - *105 - - &723 + - &726 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 - - &724 + - &727 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -55721,7 +55721,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &728 title: Rule Suites description: Response type: array @@ -55776,7 +55776,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &726 + default: &729 value: - id: 21 actor_id: 12 @@ -55820,7 +55820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &727 + - &730 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -55836,7 +55836,7 @@ paths: description: Response content: application/json: - schema: &728 + schema: &731 title: Rule Suite description: Response type: object @@ -55935,7 +55935,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &729 + default: &732 value: id: 21 actor_id: 12 @@ -56267,7 +56267,7 @@ paths: - *110 - *19 - *17 - - &731 + - &734 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 @@ -56277,7 +56277,7 @@ paths: required: false schema: type: string - - &732 + - &735 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 @@ -56490,7 +56490,7 @@ paths: application/json: schema: type: array - items: &753 + items: &756 description: A repository security advisory. type: object properties: @@ -56781,7 +56781,7 @@ paths: - private_fork additionalProperties: false examples: - default: &754 + default: &757 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -58712,7 +58712,7 @@ paths: - updated_at - url examples: - default: &797 + default: &800 value: - author: login: octocat @@ -58960,7 +58960,7 @@ paths: application/json: schema: *451 examples: - default: &798 + default: &801 value: author: login: octocat @@ -59143,7 +59143,7 @@ paths: - updated_at - url examples: - default: &799 + default: &802 value: - author: login: octocat @@ -59369,7 +59369,7 @@ paths: application/json: schema: *454 examples: - default: &800 + default: &803 value: author: login: octocat @@ -60082,7 +60082,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &801 + response-if-user-is-a-team-maintainer: &804 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -60147,7 +60147,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: &802 + response-if-users-membership-with-team-is-now-pending: &805 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -60261,7 +60261,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &803 + schema: &806 title: Team Repository description: A team's access to a repository. type: object @@ -61027,7 +61027,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: &804 + response-if-child-teams-exist: &807 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62444,7 +62444,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &654 + '410': &657 description: Gone content: application/json: @@ -66063,7 +66063,7 @@ paths: items: type: object properties: - type: &620 + type: &623 type: string description: The type of reviewer. enum: @@ -66197,7 +66197,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -66303,7 +66303,7 @@ paths: - created_at - updated_at examples: - default: &606 + default: &609 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -66687,7 +66687,7 @@ paths: application/json: schema: *497 examples: - default: &633 + default: &636 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66906,7 +66906,7 @@ paths: application/json: schema: *501 examples: - default: &634 + default: &637 value: name: USERNAME value: octocat @@ -68607,7 +68607,7 @@ paths: properties: name: type: string - commit: &578 + commit: &581 title: Commit description: Commit type: object @@ -68678,7 +68678,7 @@ paths: required: - sha - url - verification: &640 + verification: &643 title: Verification type: object properties: @@ -68748,7 +68748,7 @@ paths: type: integer files: type: array - items: &591 + items: &594 title: Diff Entry description: Diff Entry type: object @@ -72191,7 +72191,7 @@ paths: check. type: array items: *225 - deployment: &863 + deployment: &866 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -73103,7 +73103,7 @@ paths: type: string format: date-time nullable: true - head_commit: &894 + head_commit: &897 title: Simple Commit description: A commit. type: object @@ -73800,14 +73800,14 @@ paths: - *466 - *467 - *537 - - &584 + - &587 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &585 + - &588 name: status description: Returns check runs with the specified `status`. in: query @@ -73848,7 +73848,7 @@ paths: type: array items: *530 examples: - default: &586 + default: &589 value: total_count: 1 check_runs: @@ -74781,7 +74781,36 @@ paths: application/json: schema: type: array - items: *545 + items: + type: object + properties: + ref: *538 + analysis_key: *555 + environment: *556 + category: *557 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *558 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *559 examples: default: value: @@ -74872,7 +74901,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &557 + schema: &560 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74893,11 +74922,11 @@ paths: application/json: schema: type: array - items: &558 + items: &561 type: object properties: ref: *538 - commit_sha: &566 + commit_sha: &569 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -74909,7 +74938,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *556 + category: *557 error: type: string example: error reading field xyz @@ -74933,7 +74962,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *557 + sarif_id: *560 tool: *544 deletable: type: boolean @@ -75045,7 +75074,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: response: summary: application/json response @@ -75271,7 +75300,7 @@ paths: application/json: schema: type: array - items: &559 + items: &562 title: CodeQL Database description: A CodeQL database. type: object @@ -75424,7 +75453,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *562 examples: default: value: @@ -75456,7 +75485,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &593 + '302': &596 description: Found '403': *546 '404': *6 @@ -75529,7 +75558,7 @@ paths: type: object additionalProperties: false properties: - language: &560 + language: &563 type: string description: The language targeted by the CodeQL query enum: @@ -75609,7 +75638,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &564 + schema: &567 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -75619,7 +75648,7 @@ paths: description: The ID of the variant analysis. controller_repo: *119 actor: *4 - query_language: *560 + query_language: *563 query_pack_url: type: string description: The download url for the query pack. @@ -75666,7 +75695,7 @@ paths: items: type: object properties: - repository: &561 + repository: &564 title: Repository Identifier description: Repository Identifier type: object @@ -75702,7 +75731,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &565 + analysis_status: &568 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75734,7 +75763,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &562 + access_mismatch_repos: &565 type: object properties: repository_count: @@ -75748,7 +75777,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *561 + items: *564 required: - repository_count - repositories @@ -75770,8 +75799,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *562 - over_limit_repos: *562 + no_codeql_db_repos: *565 + over_limit_repos: *565 required: - access_mismatch_repos - not_found_repos @@ -75787,7 +75816,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &563 + value: &566 summary: Default response value: id: 1 @@ -75939,10 +75968,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *563 + value: *566 repository_lists: summary: Response for a successful variant analysis submission - value: *563 + value: *566 '404': *6 '422': description: Unable to process variant analysis submission @@ -75983,9 +76012,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: *563 + default: *566 '404': *6 '503': *195 x-github: @@ -76043,7 +76072,7 @@ paths: type: object properties: repository: *119 - analysis_status: *565 + analysis_status: *568 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -76448,7 +76477,7 @@ paths: schema: type: object properties: - commit_sha: *566 + commit_sha: *569 ref: type: string description: |- @@ -76506,7 +76535,7 @@ paths: schema: type: object properties: - id: *557 + id: *560 url: type: string description: The REST API URL for checking the status of the upload. @@ -77199,7 +77228,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77207,7 +77236,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '400': *14 '401': *25 '403': *29 @@ -77337,14 +77366,14 @@ paths: type: integer machines: type: array - items: &811 + items: &814 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 examples: - default: &812 + default: &815 value: total_count: 2 machines: @@ -77555,7 +77584,7 @@ paths: type: integer secrets: type: array - items: &573 + items: &576 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -77575,7 +77604,7 @@ paths: - created_at - updated_at examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -77605,9 +77634,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: - default: *572 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77635,9 +77664,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: - default: *574 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77784,7 +77813,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &575 + properties: &578 login: type: string example: octocat @@ -77877,7 +77906,7 @@ paths: user_view_type: type: string example: public - required: &576 + required: &579 - avatar_url - events_url - followers_url @@ -78027,7 +78056,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &653 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78311,8 +78340,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *575 - required: *576 + properties: *578 + required: *579 nullable: true required: - permission @@ -78378,7 +78407,7 @@ paths: application/json: schema: type: array - items: &577 + items: &580 title: Commit Comment description: Commit Comment type: object @@ -78436,7 +78465,7 @@ paths: - created_at - updated_at examples: - default: &580 + default: &583 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78503,9 +78532,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: &581 + default: &584 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78586,7 +78615,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: default: value: @@ -78885,9 +78914,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: &705 + default: &708 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78983,7 +79012,7 @@ paths: parameters: - *466 - *467 - - &579 + - &582 name: commit_sha description: The SHA of the commit. in: path @@ -79057,7 +79086,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79067,9 +79096,9 @@ paths: application/json: schema: type: array - items: *577 + items: *580 examples: - default: *580 + default: *583 headers: Link: *47 x-github: @@ -79099,7 +79128,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 requestBody: required: true content: @@ -79134,9 +79163,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *581 + default: *584 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79166,7 +79195,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79176,9 +79205,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: &697 + default: &700 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79719,7 +79748,7 @@ paths: - *467 - *19 - *17 - - &583 + - &586 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -79734,9 +79763,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: &682 + default: &685 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79851,9 +79880,9 @@ paths: parameters: - *466 - *467 - - *583 - - *584 - - *585 + - *586 + - *587 + - *588 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79889,7 +79918,7 @@ paths: type: array items: *530 examples: - default: *586 + default: *589 headers: Link: *47 x-github: @@ -79916,7 +79945,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79924,7 +79953,7 @@ paths: schema: type: integer example: 1 - - *584 + - *587 - *17 - *19 responses: @@ -80144,7 +80173,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80344,7 +80373,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80354,7 +80383,7 @@ paths: application/json: schema: type: array - items: &758 + items: &761 title: Status description: The status of a commit. type: object @@ -80493,20 +80522,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *587 - required: *588 + properties: *590 + required: *591 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &589 + properties: &592 url: type: string format: uri html_url: type: string format: uri - required: &590 + required: &593 - url - html_url nullable: true @@ -80520,26 +80549,26 @@ paths: contributing: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true readme: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true issue_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true pull_request_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true required: - code_of_conduct @@ -80710,8 +80739,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *578 - merge_base_commit: *578 + base_commit: *581 + merge_base_commit: *581 status: type: string enum: @@ -80731,10 +80760,10 @@ paths: example: 6 commits: type: array - items: *578 + items: *581 files: type: array - items: *591 + items: *594 required: - url - html_url @@ -81164,7 +81193,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &592 + response-if-content-is-a-file: &595 summary: Response if content is a file value: type: file @@ -81296,7 +81325,7 @@ paths: - size - type - url - - &710 + - &713 title: Content File description: Content File type: object @@ -81497,7 +81526,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *592 + response-if-content-is-a-file: *595 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81566,7 +81595,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *593 + '302': *596 '304': *37 x-github: githubCloudOnly: false @@ -81683,7 +81712,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &597 title: File Commit description: File Commit type: object @@ -81835,7 +81864,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: example-for-creating-a-file: value: @@ -81889,7 +81918,7 @@ paths: schema: oneOf: - *3 - - &635 + - &638 description: Repository rule violation was detected type: object properties: @@ -81910,7 +81939,7 @@ paths: items: type: object properties: - placeholder_id: &750 + placeholder_id: &753 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82004,7 +82033,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: default: value: @@ -82196,7 +82225,7 @@ paths: schema: type: string - *336 - - *595 + - *598 - *337 - *338 - *110 @@ -82217,7 +82246,7 @@ paths: application/json: schema: type: array - items: &599 + items: &602 type: object description: A Dependabot alert. properties: @@ -82263,7 +82292,7 @@ paths: - unknown - direct - transitive - security_advisory: *596 + security_advisory: *599 security_vulnerability: *131 url: *132 html_url: *133 @@ -82294,8 +82323,8 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *597 - dismissal_request: *598 + auto_dismissed_at: *600 + dismissal_request: *601 required: - number - state @@ -82527,7 +82556,7 @@ paths: parameters: - *466 - *467 - - &600 + - &603 name: alert_number in: path description: |- @@ -82542,7 +82571,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82657,7 +82686,7 @@ paths: parameters: - *466 - *467 - - *600 + - *603 requestBody: required: true content: @@ -82702,7 +82731,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82850,7 +82879,7 @@ paths: type: integer secrets: type: array - items: &603 + items: &606 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82910,9 +82939,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82940,7 +82969,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: default: value: @@ -83521,7 +83550,7 @@ paths: - version - url additionalProperties: false - metadata: &604 + metadata: &607 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83554,7 +83583,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *604 + metadata: *607 resolved: type: object description: A collection of resolved package dependencies. @@ -83567,7 +83596,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *604 + metadata: *607 relationship: type: string description: A notation of whether a dependency is requested @@ -83737,9 +83766,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 headers: Link: *47 x-github: @@ -83887,7 +83916,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: simple-example: summary: Simple example @@ -83962,7 +83991,7 @@ paths: parameters: - *466 - *467 - - &607 + - &610 name: deployment_id description: deployment_id parameter in: path @@ -83974,7 +84003,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -84041,7 +84070,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 responses: '204': description: Response @@ -84065,7 +84094,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - *17 - *19 responses: @@ -84075,7 +84104,7 @@ paths: application/json: schema: type: array - items: &608 + items: &611 title: Deployment Status description: The status of a deployment. type: object @@ -84238,7 +84267,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 requestBody: required: true content: @@ -84313,9 +84342,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: &609 + default: &612 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -84373,7 +84402,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - name: status_id in: path required: true @@ -84384,9 +84413,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: *609 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -84415,10 +84444,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84428,9 +84457,9 @@ paths: application/json: schema: type: array - items: *614 + items: *617 examples: - default: *615 + default: *618 '404': *6 '403': *29 '500': *40 @@ -84467,7 +84496,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *614 + schema: *617 examples: default: value: @@ -84585,10 +84614,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84598,9 +84627,9 @@ paths: application/json: schema: type: array - items: *616 + items: *619 examples: - default: *617 + default: *620 '404': *6 '403': *29 '500': *40 @@ -84637,7 +84666,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -84775,9 +84804,9 @@ paths: application/json: schema: type: array - items: *618 + items: *621 examples: - default: *619 + default: *622 '404': *6 '403': *29 '500': *40 @@ -84815,7 +84844,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -85019,7 +85048,7 @@ paths: type: integer environments: type: array - items: &621 + items: &624 title: Environment description: Details of a deployment environment type: object @@ -85071,7 +85100,7 @@ paths: type: type: string example: wait_timer - wait_timer: &623 + wait_timer: &626 type: integer example: 30 description: The amount of time to delay a job after @@ -85108,7 +85137,7 @@ paths: items: type: object properties: - type: *620 + type: *623 reviewer: anyOf: - *4 @@ -85132,7 +85161,7 @@ paths: - id - node_id - type - deployment_branch_policy: &624 + deployment_branch_policy: &627 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -85250,7 +85279,7 @@ paths: parameters: - *466 - *467 - - &622 + - &625 name: environment_name in: path required: true @@ -85263,9 +85292,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &625 + default: &628 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -85351,7 +85380,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: false content: @@ -85360,7 +85389,7 @@ paths: type: object nullable: true properties: - wait_timer: *623 + wait_timer: *626 prevent_self_review: type: boolean example: false @@ -85377,13 +85406,13 @@ paths: items: type: object properties: - type: *620 + type: *623 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *624 + deployment_branch_policy: *627 additionalProperties: false examples: default: @@ -85403,9 +85432,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *625 + default: *628 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85431,7 +85460,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '204': description: Default response @@ -85458,7 +85487,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -85476,7 +85505,7 @@ paths: example: 2 branch_policies: type: array - items: &626 + items: &629 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85535,7 +85564,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -85581,9 +85610,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - example-wildcard: &627 + example-wildcard: &630 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85627,8 +85656,8 @@ paths: parameters: - *466 - *467 - - *622 - - &628 + - *625 + - &631 name: branch_policy_id in: path required: true @@ -85640,9 +85669,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85663,8 +85692,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 requestBody: required: true content: @@ -85692,9 +85721,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85715,8 +85744,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 responses: '204': description: Response @@ -85741,7 +85770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *622 + - *625 - *467 - *466 responses: @@ -85759,7 +85788,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &629 + items: &632 title: Deployment protection rule description: Deployment protection rule type: object @@ -85778,7 +85807,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &630 + app: &633 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85877,7 +85906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *622 + - *625 - *467 - *466 requestBody: @@ -85900,9 +85929,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *629 + schema: *632 examples: - default: &631 + default: &634 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85937,7 +85966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - *19 @@ -85958,7 +85987,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *630 + items: *633 examples: default: value: @@ -85995,8 +86024,8 @@ paths: parameters: - *466 - *467 - - *622 - - &632 + - *625 + - &635 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -86008,9 +86037,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *632 examples: - default: *631 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86031,10 +86060,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - - *632 + - *635 responses: '204': description: Response @@ -86062,7 +86091,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -86109,7 +86138,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '200': description: Response @@ -86141,7 +86170,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '200': @@ -86150,7 +86179,7 @@ paths: application/json: schema: *497 examples: - default: *633 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86174,7 +86203,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 requestBody: required: true @@ -86234,7 +86263,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '204': @@ -86262,7 +86291,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *484 - *19 responses: @@ -86307,7 +86336,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -86361,7 +86390,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *296 responses: '200': @@ -86370,7 +86399,7 @@ paths: application/json: schema: *501 examples: - default: *634 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86394,7 +86423,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 requestBody: required: true content: @@ -86439,7 +86468,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 responses: '204': description: Response @@ -86807,7 +86836,7 @@ paths: schema: oneOf: - *258 - - *635 + - *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87042,7 +87071,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &639 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -87258,13 +87287,13 @@ paths: parameters: - *466 - *467 - - *579 + - *582 responses: '200': description: Response content: application/json: - schema: *636 + schema: *639 examples: default: value: @@ -87322,7 +87351,7 @@ paths: parameters: - *466 - *467 - - &637 + - &640 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -87339,7 +87368,7 @@ paths: application/json: schema: type: array - items: &638 + items: &641 title: Git Reference description: Git references within a repository type: object @@ -87416,15 +87445,15 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '200': description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: &639 + default: &642 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87483,9 +87512,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87513,7 +87542,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 requestBody: required: true content: @@ -87542,9 +87571,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 '422': *15 '409': *118 x-github: @@ -87564,7 +87593,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '204': description: Response @@ -87687,7 +87716,7 @@ paths: description: Response content: application/json: - schema: &641 + schema: &644 title: Git Tag description: Metadata for a Git tag type: object @@ -87738,7 +87767,7 @@ paths: - sha - type - url - verification: *640 + verification: *643 required: - sha - url @@ -87748,7 +87777,7 @@ paths: - tag - message examples: - default: &642 + default: &645 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87833,9 +87862,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *644 examples: - default: *642 + default: *645 '404': *6 '409': *118 x-github: @@ -87933,7 +87962,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &646 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -88053,7 +88082,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *646 examples: default-response: summary: Default response @@ -88123,7 +88152,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Webhook description: Webhooks for repositories. type: object @@ -88177,7 +88206,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &902 + last_response: &905 title: Hook Response type: object properties: @@ -88304,9 +88333,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: &645 + default: &648 value: type: Repository id: 12345678 @@ -88362,9 +88391,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -88431,9 +88460,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '422': *15 '404': *6 x-github: @@ -88828,7 +88857,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 title: Import description: A repository import from an external source. type: object @@ -88927,7 +88956,7 @@ paths: - html_url - authors_url examples: - default: &649 + default: &652 value: vcs: subversion use_lfs: true @@ -88943,7 +88972,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &647 + '503': &650 description: Unavailable due to service under maintenance. content: application/json: @@ -89021,7 +89050,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -89046,7 +89075,7 @@ paths: type: string '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89124,7 +89153,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: example-1: summary: Example 1 @@ -89172,7 +89201,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89200,7 +89229,7 @@ paths: responses: '204': description: Response - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89228,7 +89257,7 @@ paths: parameters: - *466 - *467 - - &833 + - &836 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -89242,7 +89271,7 @@ paths: application/json: schema: type: array - items: &648 + items: &651 title: Porter Author description: Porter Author type: object @@ -89296,7 +89325,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89352,7 +89381,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: default: value: @@ -89365,7 +89394,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89431,7 +89460,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89487,11 +89516,11 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *649 + default: *652 '422': *15 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89523,7 +89552,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 '301': *472 '404': *6 x-github: @@ -89558,7 +89587,7 @@ paths: properties: {} additionalProperties: false examples: - default: &652 + default: &655 value: limit: collaborators_only origin: repository @@ -89589,7 +89618,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: summary: Example request body @@ -89603,7 +89632,7 @@ paths: application/json: schema: *366 examples: - default: *652 + default: *655 '409': description: Response x-github: @@ -89660,9 +89689,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: &826 + default: &829 value: - id: 1 repository: @@ -89824,7 +89853,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: default: value: @@ -90062,7 +90091,7 @@ paths: type: array items: *220 examples: - default: &663 + default: &666 value: - id: 1 node_id: MDU6SXNzdWUx @@ -90324,7 +90353,7 @@ paths: application/json: schema: *220 examples: - default: &660 + default: &663 value: id: 1 node_id: MDU6SXNzdWUx @@ -90480,7 +90509,7 @@ paths: '422': *15 '503': *195 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -90530,9 +90559,9 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: &662 + default: &665 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90598,9 +90627,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: &656 + default: &659 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90678,9 +90707,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 '422': *15 x-github: githubCloudOnly: false @@ -90870,7 +90899,7 @@ paths: application/json: schema: type: array - items: &659 + items: &662 title: Issue Event description: Issue Event type: object @@ -90913,8 +90942,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *657 - required: *658 + properties: *660 + required: *661 nullable: true label: title: Issue Event Label @@ -91233,7 +91262,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *662 examples: default: value: @@ -91425,7 +91454,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *654 + '410': *657 '403': *29 x-github: githubCloudOnly: false @@ -91461,7 +91490,7 @@ paths: parameters: - *466 - *467 - - &661 + - &664 name: issue_number description: The number that identifies the issue. in: path @@ -91475,10 +91504,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 '304': *37 x-github: githubCloudOnly: false @@ -91505,7 +91534,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91611,13 +91640,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '422': *15 '503': *195 '403': *29 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91637,7 +91666,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91665,7 +91694,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91683,7 +91712,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: content: application/json: @@ -91710,7 +91739,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91734,7 +91763,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: assignee in: path required: true @@ -91776,7 +91805,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *227 - *17 - *19 @@ -91787,13 +91816,13 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: *662 + default: *665 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91824,7 +91853,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91846,16 +91875,16 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91885,7 +91914,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -91897,12 +91926,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91932,7 +91961,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91956,7 +91985,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -91964,7 +91993,7 @@ paths: type: string '301': *472 '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91997,7 +92026,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -92011,13 +92040,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -92045,7 +92074,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92057,12 +92086,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92081,7 +92110,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92095,7 +92124,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &665 + - &668 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -92149,7 +92178,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &669 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -92285,7 +92314,7 @@ paths: - performed_via_github_app - assignee - assigner - - &667 + - &670 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -92336,7 +92365,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &671 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92387,7 +92416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &672 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92441,7 +92470,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &673 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92488,7 +92517,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &674 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92535,7 +92564,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &675 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92595,7 +92624,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &676 title: Locked Issue Event description: Locked Issue Event type: object @@ -92643,7 +92672,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &677 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92709,7 +92738,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &678 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92775,7 +92804,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &679 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92841,7 +92870,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &680 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92932,7 +92961,7 @@ paths: color: red headers: Link: *47 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92951,7 +92980,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92963,7 +92992,7 @@ paths: type: array items: *219 examples: - default: &664 + default: &667 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92983,7 +93012,7 @@ paths: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93002,7 +93031,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93063,10 +93092,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93085,7 +93114,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93147,10 +93176,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93169,13 +93198,13 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93196,7 +93225,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: name in: path required: true @@ -93222,7 +93251,7 @@ paths: default: true '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93244,7 +93273,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93272,7 +93301,7 @@ paths: '204': description: Response '403': *29 - '410': *654 + '410': *657 '404': *6 '422': *15 x-github: @@ -93292,7 +93321,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response @@ -93324,7 +93353,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '200': description: Response @@ -93332,10 +93361,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93354,7 +93383,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93386,7 +93415,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93406,7 +93435,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93471,7 +93500,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *460 responses: '204': @@ -93503,7 +93532,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93527,7 +93556,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93562,7 +93591,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93574,11 +93603,11 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93608,7 +93637,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93637,14 +93666,14 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -93666,7 +93695,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93699,7 +93728,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '403': *29 '404': *6 '422': *7 @@ -93723,7 +93752,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93738,9 +93767,6 @@ paths: description: Timeline Event type: object anyOf: - - *665 - - *666 - - *667 - *668 - *669 - *670 @@ -93751,6 +93777,9 @@ paths: - *675 - *676 - *677 + - *678 + - *679 + - *680 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94059,7 +94088,7 @@ paths: type: string comments: type: array - items: &699 + items: &702 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94268,7 +94297,7 @@ paths: type: string comments: type: array - items: *577 + items: *580 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -94557,7 +94586,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94585,7 +94614,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94688,9 +94717,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: id: 1 key: ssh-rsa AAA... @@ -94726,7 +94755,7 @@ paths: parameters: - *466 - *467 - - &680 + - &683 name: key_id description: The unique identifier of the key. in: path @@ -94738,9 +94767,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -94760,7 +94789,7 @@ paths: parameters: - *466 - *467 - - *680 + - *683 responses: '204': description: Response @@ -94793,7 +94822,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 '404': *6 @@ -94853,7 +94882,7 @@ paths: application/json: schema: *219 examples: - default: &681 + default: &684 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94899,7 +94928,7 @@ paths: application/json: schema: *219 examples: - default: *681 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -95350,9 +95379,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *578 + schema: *581 examples: - default: *682 + default: *685 '204': description: Response when already merged '404': @@ -95419,7 +95448,7 @@ paths: application/json: schema: type: array - items: &683 + items: &686 title: Milestone description: A collection of related issues and pull requests. type: object @@ -95521,9 +95550,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: &684 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95584,7 +95613,7 @@ paths: parameters: - *466 - *467 - - &685 + - &688 name: milestone_number description: The number that identifies the milestone. in: path @@ -95596,9 +95625,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -95617,7 +95646,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 requestBody: required: false content: @@ -95655,9 +95684,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95675,7 +95704,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 responses: '204': description: Response @@ -95698,7 +95727,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 - *17 - *19 responses: @@ -95710,7 +95739,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 x-github: @@ -95731,10 +95760,10 @@ paths: parameters: - *466 - *467 - - *686 - - *687 + - *689 + - *690 - *227 - - *688 + - *691 - *17 - *19 responses: @@ -95746,7 +95775,7 @@ paths: type: array items: *247 examples: - default: *689 + default: *692 headers: Link: *47 x-github: @@ -95836,7 +95865,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &693 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95961,7 +95990,7 @@ paths: - custom_404 - public examples: - default: &691 + default: &694 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96057,9 +96086,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '422': *15 '409': *118 x-github: @@ -96228,7 +96257,7 @@ paths: application/json: schema: type: array - items: &692 + items: &695 title: Page Build description: Page Build type: object @@ -96375,9 +96404,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: &693 + default: &696 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96437,9 +96466,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: *693 + default: *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96567,7 +96596,7 @@ paths: parameters: - *466 - *467 - - &694 + - &697 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96627,7 +96656,7 @@ paths: parameters: - *466 - *467 - - *694 + - *697 responses: '204': *154 '404': *6 @@ -97007,7 +97036,7 @@ paths: type: array items: *155 examples: - default: *695 + default: *698 '403': *29 '404': *6 x-github: @@ -97046,7 +97075,7 @@ paths: required: - properties examples: - default: *696 + default: *699 responses: '204': description: No Content when custom property values are successfully created @@ -97145,9 +97174,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: *697 + default: *700 headers: Link: *47 '304': *37 @@ -97245,7 +97274,7 @@ paths: description: Response content: application/json: - schema: &701 + schema: &704 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97459,7 +97488,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: *698 + auto_merge: *701 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97551,7 +97580,7 @@ paths: - merged_by - review_comments examples: - default: &702 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98108,9 +98137,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: &704 + default: &707 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98195,9 +98224,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: &700 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98296,9 +98325,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: *700 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98501,7 +98530,7 @@ paths: parameters: - *466 - *467 - - &703 + - &706 name: pull_number description: The number that identifies the pull request. in: path @@ -98514,9 +98543,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '304': *37 '404': *6 '406': @@ -98553,7 +98582,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -98595,9 +98624,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '422': *15 '403': *29 x-github: @@ -98621,7 +98650,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98683,7 +98712,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98691,7 +98720,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -98723,7 +98752,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *244 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98744,9 +98773,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: *704 + default: *707 headers: Link: *47 x-github: @@ -98781,7 +98810,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98886,7 +98915,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: example-for-a-multi-line-comment: value: @@ -98976,7 +99005,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *236 requestBody: required: true @@ -98999,7 +99028,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: default: value: @@ -99087,7 +99116,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99097,9 +99126,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: *705 + default: *708 headers: Link: *47 x-github: @@ -99131,7 +99160,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99141,7 +99170,7 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: default: value: @@ -99181,7 +99210,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '204': description: Response if pull request has been merged @@ -99206,7 +99235,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99319,7 +99348,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '200': description: Response @@ -99396,7 +99425,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99433,7 +99462,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -99971,7 +100000,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -100005,7 +100034,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -100512,7 +100541,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -100522,7 +100551,7 @@ paths: application/json: schema: type: array - items: &706 + items: &709 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100675,7 +100704,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -100761,9 +100790,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &708 + default: &711 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100828,8 +100857,8 @@ paths: parameters: - *466 - *467 - - *703 - - &707 + - *706 + - &710 name: review_id description: The unique identifier of the review. in: path @@ -100841,9 +100870,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &709 + default: &712 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100904,8 +100933,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -100928,7 +100957,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -100992,16 +101021,16 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 responses: '200': description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *708 + default: *711 '422': *7 '404': *6 x-github: @@ -101030,8 +101059,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 - *17 - *19 responses: @@ -101268,8 +101297,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101297,7 +101326,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -101362,8 +101391,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101398,9 +101427,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *709 + default: *712 '404': *6 '422': *7 '403': *29 @@ -101424,7 +101453,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -101501,9 +101530,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: &711 + default: &714 value: type: file encoding: base64 @@ -101566,9 +101595,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: *711 + default: *714 '404': *6 '422': *15 x-github: @@ -101601,7 +101630,7 @@ paths: application/json: schema: type: array - items: *712 + items: *715 examples: default: value: @@ -101772,9 +101801,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: &716 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101881,7 +101910,7 @@ paths: parameters: - *466 - *467 - - &714 + - &717 name: asset_id description: The unique identifier of the asset. in: path @@ -101893,9 +101922,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: &715 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -101930,7 +101959,7 @@ paths: type: User site_admin: false '404': *6 - '302': *593 + '302': *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101948,7 +101977,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 requestBody: required: false content: @@ -101976,9 +102005,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: *715 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101996,7 +102025,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 responses: '204': description: Response @@ -102113,9 +102142,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102146,9 +102175,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': *6 x-github: githubCloudOnly: false @@ -102172,7 +102201,7 @@ paths: parameters: - *466 - *467 - - &717 + - &720 name: release_id description: The unique identifier of the release. in: path @@ -102186,9 +102215,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '401': description: Unauthorized x-github: @@ -102208,7 +102237,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: false content: @@ -102272,9 +102301,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': description: Not Found if the discussion category name is invalid content: @@ -102297,7 +102326,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 responses: '204': description: Response @@ -102319,7 +102348,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *17 - *19 responses: @@ -102329,7 +102358,7 @@ paths: application/json: schema: type: array - items: *713 + items: *716 examples: default: value: @@ -102413,7 +102442,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: name in: query required: true @@ -102439,7 +102468,7 @@ paths: description: Response for successful upload content: application/json: - schema: *713 + schema: *716 examples: response-for-successful-upload: value: @@ -102496,7 +102525,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102545,7 +102574,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: true content: @@ -102608,7 +102637,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *460 responses: '204': @@ -102652,7 +102681,7 @@ paths: oneOf: - allOf: - *169 - - &718 + - &721 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102673,67 +102702,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *170 - - *718 + - *721 - allOf: - *171 - - *718 + - *721 - allOf: - *172 - - *718 + - *721 - allOf: - - *719 - - *718 + - *722 + - *721 - allOf: - *173 - - *718 + - *721 - allOf: - *174 - - *718 + - *721 - allOf: - *175 - - *718 + - *721 - allOf: - *176 - - *718 + - *721 - allOf: - *177 - - *718 + - *721 - allOf: - *178 - - *718 + - *721 - allOf: - *179 - - *718 + - *721 - allOf: - *180 - - *718 + - *721 - allOf: - *181 - - *718 + - *721 - allOf: - *182 - - *718 + - *721 - allOf: - *183 - - *718 + - *721 - allOf: - *184 - - *718 + - *721 - allOf: - *185 - - *718 + - *721 - allOf: - *186 - - *718 + - *721 - allOf: - *187 - - *718 + - *721 - allOf: - *188 - - *718 + - *721 - allOf: - *189 - - *718 + - *721 examples: default: value: @@ -102784,7 +102813,7 @@ paths: schema: type: boolean default: true - - *720 + - *723 responses: '200': description: Response @@ -102869,7 +102898,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *721 + items: *724 required: - name - enforcement @@ -102902,7 +102931,7 @@ paths: application/json: schema: *190 examples: - default: &730 + default: &733 value: id: 42 name: super cool ruleset @@ -102951,10 +102980,10 @@ paths: parameters: - *466 - *467 - - *722 + - *725 - *105 - - *723 - - *724 + - *726 + - *727 - *17 - *19 responses: @@ -102962,9 +102991,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *728 examples: - default: *726 + default: *729 '404': *6 '500': *40 x-github: @@ -102987,15 +103016,15 @@ paths: parameters: - *466 - *467 - - *727 + - *730 responses: '200': description: Response content: application/json: - schema: *728 + schema: *731 examples: - default: *729 + default: *732 '404': *6 '500': *40 x-github: @@ -103046,7 +103075,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 put: @@ -103099,7 +103128,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *721 + items: *724 examples: default: value: @@ -103129,7 +103158,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 delete: @@ -103293,8 +103322,8 @@ paths: - *110 - *19 - *17 - - *731 - - *732 + - *734 + - *735 - *432 - *433 - *434 @@ -103306,7 +103335,7 @@ paths: application/json: schema: type: array - items: &736 + items: &739 type: object properties: number: *127 @@ -103325,8 +103354,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolved_at: type: string format: date-time @@ -103422,7 +103451,7 @@ paths: pull request. ' - oneOf: *735 + oneOf: *738 nullable: true has_more_locations: type: boolean @@ -103580,7 +103609,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103644,8 +103673,8 @@ paths: schema: type: object properties: - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103679,7 +103708,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103787,7 +103816,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &924 + items: &927 type: object properties: type: @@ -103813,9 +103842,6 @@ paths: example: commit details: oneOf: - - *737 - - *738 - - *739 - *740 - *741 - *742 @@ -103826,6 +103852,9 @@ paths: - *747 - *748 - *749 + - *750 + - *751 + - *752 examples: default: value: @@ -103920,14 +103949,14 @@ paths: schema: type: object properties: - reason: &751 + reason: &754 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *750 + placeholder_id: *753 required: - reason - placeholder_id @@ -103944,7 +103973,7 @@ paths: schema: type: object properties: - reason: *751 + reason: *754 expire_at: type: string format: date-time @@ -104006,7 +104035,7 @@ paths: properties: incremental_scans: type: array - items: &752 + items: &755 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104032,15 +104061,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *752 + items: *755 backfill_scans: type: array - items: *752 + items: *755 custom_pattern_backfill_scans: type: array items: allOf: - - *752 + - *755 - type: object properties: pattern_name: @@ -104155,9 +104184,9 @@ paths: application/json: schema: type: array - items: *753 + items: *756 examples: - default: *754 + default: *757 '400': *14 '404': *6 x-github: @@ -104341,9 +104370,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: &756 + default: &759 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104681,7 +104710,7 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: default: value: @@ -104830,15 +104859,15 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '200': description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 + default: *759 '403': *29 '404': *6 x-github: @@ -104864,7 +104893,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 requestBody: required: true content: @@ -105023,10 +105052,10 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 - add_credit: *756 + default: *759 + add_credit: *759 '403': *29 '404': *6 '422': @@ -105066,7 +105095,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': *39 '400': *14 @@ -105095,7 +105124,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': description: Response @@ -105239,7 +105268,7 @@ paths: application/json: schema: type: array - items: &757 + items: &760 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105612,7 +105641,7 @@ paths: application/json: schema: type: array - items: *757 + items: *760 examples: default: value: @@ -105700,7 +105729,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *761 examples: default: value: @@ -105794,7 +105823,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &759 + schema: &762 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105889,7 +105918,7 @@ paths: description: Response content: application/json: - schema: *759 + schema: *762 examples: default: value: @@ -106026,7 +106055,7 @@ paths: application/json: schema: type: array - items: &760 + items: &763 title: Tag protection description: Tag protection type: object @@ -106102,7 +106131,7 @@ paths: description: Response content: application/json: - schema: *760 + schema: *763 examples: default: value: @@ -106250,7 +106279,7 @@ paths: description: Response content: application/json: - schema: &761 + schema: &764 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106262,7 +106291,7 @@ paths: required: - names examples: - default: &762 + default: &765 value: names: - octocat @@ -106317,9 +106346,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *764 examples: - default: *762 + default: *765 '404': *6 '422': *7 x-github: @@ -106342,7 +106371,7 @@ paths: parameters: - *466 - *467 - - &763 + - &766 name: per description: The time frame to display results for. in: query @@ -106371,7 +106400,7 @@ paths: example: 128 clones: type: array - items: &764 + items: &767 title: Traffic type: object properties: @@ -106612,7 +106641,7 @@ paths: parameters: - *466 - *467 - - *763 + - *766 responses: '200': description: Response @@ -106631,7 +106660,7 @@ paths: example: 3782 views: type: array - items: *764 + items: *767 required: - uniques - count @@ -107303,7 +107332,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &772 + - &775 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -107312,7 +107341,7 @@ paths: schema: type: string example: members - - &777 + - &780 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -107323,7 +107352,7 @@ paths: default: 1 format: int32 example: 1 - - &778 + - &781 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -107365,7 +107394,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &767 + items: &770 allOf: - type: object required: @@ -107440,7 +107469,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: &779 + meta: &782 type: object description: The metadata associated with the creation/updates to the user. @@ -107500,30 +107529,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &768 + '400': &771 description: Bad request content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '401': *766 - '403': &769 + schema: *768 + '401': *769 + '403': &772 description: Permission denied - '429': &770 + '429': &773 description: Too many requests content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '500': &771 + schema: *768 + '500': &774 description: Internal server error content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 + schema: *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107547,7 +107576,7 @@ paths: required: true content: application/json: - schema: &775 + schema: &778 type: object required: - schemas @@ -107607,9 +107636,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *767 + schema: *770 examples: - group: &773 + group: &776 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107628,13 +107657,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': *768 - '401': *766 - '403': *769 - '409': &776 + '400': *771 + '401': *769 + '403': *772 + '409': &779 description: Duplicate record detected - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107651,7 +107680,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: - - &774 + - &777 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107659,22 +107688,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *772 + - *775 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *767 + schema: *770 examples: - default: *773 - '400': *768 - '401': *766 - '403': *769 + default: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107693,13 +107722,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: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: *775 + schema: *778 examples: group: summary: Group @@ -107725,17 +107754,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - group: *773 - groupWithMembers: *773 - '400': *768 - '401': *766 - '403': *769 + group: *776 + groupWithMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107759,13 +107788,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: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: &786 + schema: &789 type: object required: - Operations @@ -107825,17 +107854,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - updateGroup: *773 - addMembers: *773 - '400': *768 - '401': *766 - '403': *769 + updateGroup: *776 + addMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107851,17 +107880,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: - - *774 + - *777 - *41 responses: '204': description: Group was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107895,8 +107924,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *777 - - *778 + - *780 + - *781 - *41 responses: '200': @@ -107929,7 +107958,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &781 + items: &784 allOf: - type: object required: @@ -108008,7 +108037,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &780 + roles: &783 type: array description: The roles assigned to the user. items: @@ -108064,7 +108093,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *779 + meta: *782 startIndex: type: integer description: A starting index for the returned page @@ -108101,11 +108130,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *768 - '401': *766 - '403': *769 - '429': *770 - '500': *771 + '400': *771 + '401': *769 + '403': *772 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108129,7 +108158,7 @@ paths: required: true content: application/json: - schema: &784 + schema: &787 type: object required: - schemas @@ -108211,9 +108240,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *780 + roles: *783 examples: - user: &785 + user: &788 summary: User value: schemas: @@ -108260,9 +108289,9 @@ paths: description: User has been created content: application/scim+json: - schema: *781 + schema: *784 examples: - user: &782 + user: &785 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108288,13 +108317,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: *782 - '400': *768 - '401': *766 - '403': *769 - '409': *776 - '429': *770 - '500': *771 + enterpriseOwner: *785 + '400': *771 + '401': *769 + '403': *772 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108311,7 +108340,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: - - &783 + - &786 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -108324,15 +108353,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *781 + schema: *784 examples: - default: *782 - '400': *768 - '401': *766 - '403': *769 + default: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108354,30 +108383,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: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *784 + schema: *787 examples: - user: *785 + user: *788 responses: '200': description: User was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - user: *782 - '400': *768 - '401': *766 - '403': *769 + user: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108412,13 +108441,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: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *786 + schema: *789 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108458,18 +108487,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - userMultiValuedProperties: *782 - userSingleValuedProperties: *782 - disableUser: *782 - '400': *768 - '401': *766 - '403': *769 + userMultiValuedProperties: *785 + userSingleValuedProperties: *785 + disableUser: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108489,17 +108518,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: - - *783 + - *786 - *41 responses: '204': description: User was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108586,7 +108615,7 @@ paths: example: 1 Resources: type: array - items: &787 + items: &790 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108817,22 +108846,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': &788 + '404': &791 description: Resource not found content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '403': &789 + schema: *768 + '403': &792 description: Forbidden content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 - '429': *770 + schema: *768 + '400': *771 + '429': *773 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108858,9 +108887,9 @@ paths: description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: &790 + default: &793 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108883,17 +108912,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': *788 - '403': *789 - '500': *771 + '404': *791 + '403': *792 + '500': *774 '409': description: Conflict content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 + schema: *768 + '400': *771 requestBody: required: true content: @@ -108991,17 +109020,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 - '404': *788 - '403': *789 + default: *793 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109025,18 +109054,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 + '404': *791 + '403': *792 requestBody: required: true content: @@ -109149,19 +109178,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 - '400': *768 + '404': *791 + '403': *792 + '400': *771 '429': description: Response content: @@ -109252,12 +109281,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *783 + - *786 responses: '204': description: Response - '404': *788 - '403': *789 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109390,7 +109419,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &791 + text_matches: &794 title: Search Result Text Matches type: array items: @@ -109553,7 +109582,7 @@ paths: enum: - author-date - committer-date - - &792 + - &795 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 @@ -109644,7 +109673,7 @@ paths: url: type: string format: uri - verification: *640 + verification: *643 required: - author - committer @@ -109681,7 +109710,7 @@ paths: type: number node_id: type: string - text_matches: *791 + text_matches: *794 required: - sha - node_id @@ -109874,7 +109903,7 @@ paths: - interactions - created - updated - - *792 + - *795 - *17 - *19 - name: advanced_search @@ -109971,11 +110000,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: type: string state_reason: @@ -110007,7 +110036,7 @@ paths: type: string format: date-time nullable: true - text_matches: *791 + text_matches: *794 pull_request: type: object properties: @@ -110232,7 +110261,7 @@ paths: enum: - created - updated - - *792 + - *795 - *17 - *19 responses: @@ -110276,7 +110305,7 @@ paths: nullable: true score: type: number - text_matches: *791 + text_matches: *794 required: - id - node_id @@ -110362,7 +110391,7 @@ paths: - forks - help-wanted-issues - updated - - *792 + - *795 - *17 - *19 responses: @@ -110601,7 +110630,7 @@ paths: - admin - pull - push - text_matches: *791 + text_matches: *794 temp_clone_token: type: string allow_merge_commit: @@ -110902,7 +110931,7 @@ paths: type: string format: uri nullable: true - text_matches: *791 + text_matches: *794 related: type: array nullable: true @@ -111095,7 +111124,7 @@ paths: - followers - repositories - joined - - *792 + - *795 - *17 - *19 responses: @@ -111199,7 +111228,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *791 + text_matches: *794 blog: type: string nullable: true @@ -111278,7 +111307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &796 + - &799 name: team_id description: The unique identifier of the team. in: path @@ -111319,7 +111348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111419,7 +111448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *796 + - *799 responses: '204': description: Response @@ -111450,7 +111479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *796 + - *799 - *110 - *17 - *19 @@ -111463,7 +111492,7 @@ paths: type: array items: *451 examples: - default: *797 + default: *800 headers: Link: *47 x-github: @@ -111492,7 +111521,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111555,7 +111584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '200': @@ -111589,7 +111618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: false @@ -111615,7 +111644,7 @@ paths: application/json: schema: *451 examples: - default: *798 + default: *801 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111640,7 +111669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '204': @@ -111670,7 +111699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *796 + - *799 - *453 - *110 - *17 @@ -111684,7 +111713,7 @@ paths: type: array items: *454 examples: - default: *799 + default: *802 headers: Link: *47 x-github: @@ -111713,7 +111742,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -111765,7 +111794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111800,7 +111829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -111826,7 +111855,7 @@ paths: application/json: schema: *454 examples: - default: *800 + default: *803 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111851,7 +111880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111882,7 +111911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 - name: content @@ -111941,7 +111970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -112003,7 +112032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -112061,7 +112090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -112120,7 +112149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112158,7 +112187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *796 + - *799 - name: role description: Filters members returned by their role in the team. in: query @@ -112209,7 +112238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112246,7 +112275,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112286,7 +112315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112323,7 +112352,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: - - *796 + - *799 - *142 responses: '200': @@ -112332,7 +112361,7 @@ paths: application/json: schema: *465 examples: - response-if-user-is-a-team-maintainer: *801 + response-if-user-is-a-team-maintainer: *804 '404': *6 x-github: githubCloudOnly: false @@ -112365,7 +112394,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: - - *796 + - *799 - *142 requestBody: required: false @@ -112393,7 +112422,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: *802 + response-if-users-membership-with-team-is-now-pending: *805 '403': description: Forbidden if team synchronization is set up '422': @@ -112427,7 +112456,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: - - *796 + - *799 - *142 responses: '204': @@ -112455,7 +112484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112497,7 +112526,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: - - *796 + - *799 - *466 - *467 responses: @@ -112505,7 +112534,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *803 + schema: *806 examples: alternative-response-with-extra-repository-information: value: @@ -112656,7 +112685,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: - - *796 + - *799 - *466 - *467 requestBody: @@ -112708,7 +112737,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: - - *796 + - *799 - *466 - *467 responses: @@ -112739,7 +112768,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: - - *796 + - *799 responses: '200': description: Response @@ -112774,7 +112803,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: - - *796 + - *799 requestBody: required: true content: @@ -112862,7 +112891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112874,7 +112903,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: *804 + response-if-child-teams-exist: *807 headers: Link: *47 '404': *6 @@ -112907,7 +112936,7 @@ paths: application/json: schema: oneOf: - - &806 + - &809 title: Private User description: Private User type: object @@ -113110,7 +113139,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *805 + - *808 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -113263,7 +113292,7 @@ paths: description: Response content: application/json: - schema: *806 + schema: *809 examples: default: value: @@ -113609,7 +113638,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -113617,7 +113646,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -113661,7 +113690,7 @@ paths: type: integer secrets: type: array - items: &807 + items: &810 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -113701,7 +113730,7 @@ paths: - visibility - selected_repositories_url examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -113777,7 +113806,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *810 examples: default: value: @@ -113923,7 +113952,7 @@ paths: type: array items: *283 examples: - default: *808 + default: *811 '401': *25 '403': *29 '404': *6 @@ -114075,7 +114104,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '401': *25 @@ -114133,7 +114162,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -114190,7 +114219,7 @@ paths: description: Response content: application/json: - schema: &809 + schema: &812 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -114231,7 +114260,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &810 + default: &813 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -114276,9 +114305,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *812 examples: - default: *810 + default: *813 '404': *6 x-github: githubCloudOnly: false @@ -114315,9 +114344,9 @@ paths: type: integer machines: type: array - items: *811 + items: *814 examples: - default: *812 + default: *815 '304': *37 '500': *40 '401': *25 @@ -114401,8 +114430,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -115184,7 +115213,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '400': *14 @@ -115224,7 +115253,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '500': *40 '401': *25 '403': *29 @@ -115256,7 +115285,7 @@ paths: type: array items: *387 examples: - default: &823 + default: &826 value: - id: 197 name: hello_docker @@ -115357,7 +115386,7 @@ paths: application/json: schema: type: array - items: &813 + items: &816 title: Email description: Email type: object @@ -115422,9 +115451,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: &825 + default: &828 value: - email: octocat@github.com verified: true @@ -115499,7 +115528,7 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: default: value: @@ -115755,7 +115784,7 @@ paths: application/json: schema: type: array - items: &814 + items: &817 title: GPG Key description: A unique encryption key type: object @@ -115886,7 +115915,7 @@ paths: - subkeys - revoked examples: - default: &839 + default: &842 value: - id: 3 name: Octocat's GPG Key @@ -115971,9 +116000,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: &815 + default: &818 value: id: 3 name: Octocat's GPG Key @@ -116030,7 +116059,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &816 + - &819 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -116042,9 +116071,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: *815 + default: *818 '404': *6 '304': *37 '403': *29 @@ -116067,7 +116096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *816 + - *819 responses: '204': description: Response @@ -116372,7 +116401,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: value: @@ -116522,7 +116551,7 @@ paths: application/json: schema: type: array - items: &817 + items: &820 title: Key description: Key type: object @@ -116623,9 +116652,9 @@ paths: description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: &818 + default: &821 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116658,15 +116687,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '200': description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: *818 + default: *821 '404': *6 '304': *37 '403': *29 @@ -116689,7 +116718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '204': description: Response @@ -116722,7 +116751,7 @@ paths: application/json: schema: type: array - items: &819 + items: &822 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -116790,7 +116819,7 @@ paths: - account - plan examples: - default: &820 + default: &823 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -116852,9 +116881,9 @@ paths: application/json: schema: type: array - items: *819 + items: *822 examples: - default: *820 + default: *823 headers: Link: *47 '304': *37 @@ -117849,7 +117878,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *382 - - *821 + - *824 responses: '204': description: Response @@ -117964,7 +117993,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *19 - *17 responses: @@ -117976,8 +118005,8 @@ paths: type: array items: *387 examples: - default: *823 - '400': *824 + default: *826 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118006,7 +118035,7 @@ paths: application/json: schema: *387 examples: - default: &840 + default: &843 value: id: 40201 name: octo-name @@ -118368,9 +118397,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: *825 + default: *828 headers: Link: *47 '304': *37 @@ -118483,7 +118512,7 @@ paths: type: array items: *78 examples: - default: &832 + default: &835 summary: Default response value: - id: 1296269 @@ -118827,9 +118856,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: *826 + default: *829 headers: Link: *47 '304': *37 @@ -118908,7 +118937,7 @@ paths: application/json: schema: type: array - items: &827 + items: &830 title: Social account description: Social media account type: object @@ -118923,7 +118952,7 @@ paths: - provider - url examples: - default: &828 + default: &831 value: - provider: twitter url: https://twitter.com/github @@ -118985,9 +119014,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 '422': *15 '304': *37 '404': *6 @@ -119074,7 +119103,7 @@ paths: application/json: schema: type: array - items: &829 + items: &832 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -119094,7 +119123,7 @@ paths: - title - created_at examples: - default: &853 + default: &856 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119158,9 +119187,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: &830 + default: &833 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119190,7 +119219,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &831 + - &834 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -119202,9 +119231,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: *830 + default: *833 '404': *6 '304': *37 '403': *29 @@ -119227,7 +119256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *831 + - *834 responses: '204': description: Response @@ -119256,7 +119285,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: - - &854 + - &857 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 @@ -119281,11 +119310,11 @@ paths: type: array items: *78 examples: - default-response: *832 + default-response: *835 application/vnd.github.v3.star+json: schema: type: array - items: &855 + items: &858 title: Starred Repository description: Starred Repository type: object @@ -119654,10 +119683,10 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: &834 + default-response: &837 summary: Default response value: login: octocat @@ -119692,7 +119721,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &835 + response-with-git-hub-plan-information: &838 summary: Response with GitHub plan information value: login: octocat @@ -119814,7 +119843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *833 + - *836 - *17 responses: '200': @@ -119863,11 +119892,11 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: *834 - response-with-git-hub-plan-information: *835 + default-response: *837 + response-with-git-hub-plan-information: *838 '404': *6 x-github: githubCloudOnly: false @@ -119917,8 +119946,8 @@ paths: required: - subject_digests examples: - default: *836 - withPredicateType: *837 + default: *839 + withPredicateType: *840 responses: '200': description: Response @@ -119971,7 +120000,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *838 + default: *841 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120217,7 +120246,7 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 x-github: @@ -120601,9 +120630,9 @@ paths: application/json: schema: type: array - items: *814 + items: *817 examples: - default: *839 + default: *842 headers: Link: *47 x-github: @@ -120707,7 +120736,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120831,7 +120860,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *142 - *19 - *17 @@ -120844,10 +120873,10 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 - '400': *824 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120877,7 +120906,7 @@ paths: application/json: schema: *387 examples: - default: *840 + default: *843 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121226,7 +121255,7 @@ paths: type: array items: *409 examples: - default: *841 + default: *844 headers: Link: *47 '304': *37 @@ -121286,7 +121315,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *842 + items: *845 required: - name - data_type @@ -121302,7 +121331,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *843 + iteration_configuration: *846 required: - name - data_type @@ -121324,8 +121353,8 @@ paths: value: name: Due date data_type: date - single_select_field: *844 - iteration_field: *845 + single_select_field: *847 + iteration_field: *848 responses: '201': description: Response @@ -121333,11 +121362,11 @@ paths: application/json: schema: *409 examples: - text_field: *846 - number_field: *847 - date_field: *848 - single_select_field: *849 - iteration_field: *850 + text_field: *849 + number_field: *850 + date_field: *851 + single_select_field: *852 + iteration_field: *853 '304': *37 '403': *29 '401': *25 @@ -121359,7 +121388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *851 + - *854 - *142 responses: '200': @@ -121368,7 +121397,7 @@ paths: application/json: schema: *409 examples: - default: *852 + default: *855 headers: Link: *47 '304': *37 @@ -121903,9 +121932,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 headers: Link: *47 x-github: @@ -121935,9 +121964,9 @@ paths: application/json: schema: type: array - items: *829 + items: *832 examples: - default: *853 + default: *856 headers: Link: *47 x-github: @@ -121962,7 +121991,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *142 - - *854 + - *857 - *110 - *17 - *19 @@ -121974,11 +122003,11 @@ paths: schema: anyOf: - type: array - items: *855 + items: *858 - type: array items: *78 examples: - default-response: *832 + default-response: *835 headers: Link: *47 x-github: @@ -122137,7 +122166,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &856 + enterprise: &859 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122195,7 +122224,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &857 + installation: &860 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -122214,7 +122243,7 @@ x-webhooks: required: - id - node_id - organization: &858 + organization: &861 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -122274,13 +122303,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &859 + repository: &862 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: &896 + properties: &899 id: description: Unique identifier of the repository example: 42 @@ -122963,7 +122992,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &897 + required: &900 - archive_url - assignees_url - blobs_url @@ -123114,10 +123143,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -123193,11 +123222,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: &860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: &863 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) @@ -123420,11 +123449,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123607,11 +123636,11 @@ x-webhooks: - everyone required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123684,7 +123713,7 @@ x-webhooks: required: true content: application/json: - schema: &880 + schema: &883 title: Exemption request cancellation event type: object properties: @@ -123692,11 +123721,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: &861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: &864 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123965,7 +123994,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &862 + items: &865 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -124075,7 +124104,7 @@ x-webhooks: required: true content: application/json: - schema: &881 + schema: &884 title: Exemption request completed event type: object properties: @@ -124083,11 +124112,11 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124159,7 +124188,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &881 title: Exemption request created event type: object properties: @@ -124167,11 +124196,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124243,7 +124272,7 @@ x-webhooks: required: true content: application/json: - schema: &882 + schema: &885 title: Exemption response dismissed event type: object properties: @@ -124251,12 +124280,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124330,7 +124359,7 @@ x-webhooks: required: true content: application/json: - schema: &879 + schema: &882 title: Exemption response submitted event type: object properties: @@ -124338,12 +124367,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124427,7 +124456,7 @@ x-webhooks: type: string enum: - completed - check_run: &864 + check_run: &867 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124518,7 +124547,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *863 + deployment: *866 details_url: example: https://example.com type: string @@ -124603,10 +124632,10 @@ x-webhooks: - output - app - pull_requests - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -124999,11 +125028,11 @@ x-webhooks: type: string enum: - created - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -125399,11 +125428,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 requested_action: description: The action requested by the user. type: object @@ -125808,11 +125837,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -126789,10 +126818,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -127486,10 +127515,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128177,10 +128206,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128491,20 +128520,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &865 + commit_oid: &868 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: *856 - installation: *857 - organization: *858 - ref: &866 + enterprise: *859 + installation: *860 + organization: *861 + ref: &869 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: *859 + repository: *862 sender: *4 required: - action @@ -128899,12 +128928,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129170,12 +129199,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129507,12 +129536,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129786,16 +129815,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 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: *859 + repository: *862 sender: *4 required: - action @@ -130032,12 +130061,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -130294,10 +130323,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -130377,18 +130406,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *858 - pusher_type: &867 + organization: *861 + pusher_type: &870 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &868 + ref: &871 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -130398,7 +130427,7 @@ x-webhooks: enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130481,9 +130510,9 @@ x-webhooks: enum: - created definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130568,9 +130597,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130648,9 +130677,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130728,9 +130757,9 @@ x-webhooks: enum: - updated definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130807,10 +130836,10 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - repository: *859 - organization: *858 + enterprise: *859 + installation: *860 + repository: *862 + organization: *861 sender: *4 new_property_values: type: array @@ -130895,18 +130924,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - pusher_type: *867 - ref: *868 + enterprise: *859 + installation: *860 + organization: *861 + pusher_type: *870 + ref: *871 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130990,11 +131019,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131078,11 +131107,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131166,11 +131195,11 @@ x-webhooks: type: string enum: - created - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131252,11 +131281,11 @@ x-webhooks: type: string enum: - dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131338,11 +131367,11 @@ x-webhooks: type: string enum: - fixed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131425,11 +131454,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131511,11 +131540,11 @@ x-webhooks: type: string enum: - reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131592,9 +131621,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - key: &869 + enterprise: *859 + installation: *860 + key: &872 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131630,8 +131659,8 @@ x-webhooks: - verified - created_at - read_only - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -131708,11 +131737,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - key: *869 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + key: *872 + organization: *861 + repository: *862 sender: *4 required: - action @@ -132273,12 +132302,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: &873 + workflow: &876 title: Workflow type: object nullable: true @@ -133004,13 +133033,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *605 + deployment: *608 pull_requests: type: array - items: *701 - repository: *859 - organization: *858 - installation: *857 + items: *704 + repository: *862 + organization: *861 + installation: *860 sender: *4 responses: '200': @@ -133081,7 +133110,7 @@ x-webhooks: type: string enum: - approved - approver: &870 + approver: &873 type: object properties: avatar_url: @@ -133124,11 +133153,11 @@ x-webhooks: type: string comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: &871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: &874 type: array items: type: object @@ -133207,7 +133236,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &872 + workflow_job_run: &875 type: object properties: conclusion: @@ -133938,18 +133967,18 @@ x-webhooks: type: string enum: - rejected - approver: *870 + approver: *873 comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: *871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: *874 sender: *4 since: type: string - workflow_job_run: *872 + workflow_job_run: *875 workflow_job_runs: type: array items: @@ -134653,13 +134682,13 @@ x-webhooks: type: string enum: - requested - enterprise: *856 + enterprise: *859 environment: type: string - installation: *857 - organization: *858 - repository: *859 - requestor: &883 + installation: *860 + organization: *861 + repository: *862 + requestor: &886 title: User type: object nullable: true @@ -136558,12 +136587,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Deployment Workflow Run type: object @@ -137243,7 +137272,7 @@ x-webhooks: type: string enum: - answered - answer: &876 + answer: &879 type: object properties: author_association: @@ -137400,11 +137429,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137531,11 +137560,11 @@ x-webhooks: - from required: - category - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137618,11 +137647,11 @@ x-webhooks: type: string enum: - closed - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137704,7 +137733,7 @@ x-webhooks: type: string enum: - created - comment: &875 + comment: &878 type: object properties: author_association: @@ -137861,11 +137890,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137948,12 +137977,12 @@ x-webhooks: type: string enum: - deleted - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138048,12 +138077,12 @@ x-webhooks: - from required: - body - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138137,11 +138166,11 @@ x-webhooks: type: string enum: - created - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138223,11 +138252,11 @@ x-webhooks: type: string enum: - deleted - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138327,11 +138356,11 @@ x-webhooks: type: string required: - from - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138413,10 +138442,10 @@ x-webhooks: type: string enum: - labeled - discussion: *874 - enterprise: *856 - installation: *857 - label: &877 + discussion: *877 + enterprise: *859 + installation: *860 + label: &880 title: Label type: object properties: @@ -138448,8 +138477,8 @@ x-webhooks: - color - default - description - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138532,11 +138561,11 @@ x-webhooks: type: string enum: - locked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138618,11 +138647,11 @@ x-webhooks: type: string enum: - pinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138704,11 +138733,11 @@ x-webhooks: type: string enum: - reopened - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138793,16 +138822,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *874 - new_repository: *859 + new_discussion: *877 + new_repository: *862 required: - new_discussion - new_repository - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138885,10 +138914,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *874 - old_answer: *876 - organization: *858 - repository: *859 + discussion: *877 + old_answer: *879 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138970,12 +138999,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *874 - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139058,11 +139087,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139144,11 +139173,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139217,7 +139246,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139280,7 +139309,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139343,7 +139372,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139406,7 +139435,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139469,7 +139498,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139535,7 +139564,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139601,7 +139630,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139667,7 +139696,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139733,7 +139762,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139799,7 +139828,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139864,7 +139893,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139929,7 +139958,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139994,7 +140023,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140059,7 +140088,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140125,7 +140154,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140192,7 +140221,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *856 + enterprise: *859 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140852,9 +140881,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - forkee @@ -141000,9 +141029,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pages: description: The pages that were updated. type: array @@ -141039,7 +141068,7 @@ x-webhooks: - action - sha - html_url - repository: *859 + repository: *862 sender: *4 required: - pages @@ -141115,10 +141144,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: &884 + organization: *861 + repositories: &887 description: An array of repository objects that the installation can access. type: array @@ -141144,8 +141173,8 @@ x-webhooks: - name - full_name - private - repository: *859 - requester: *883 + repository: *862 + requester: *886 sender: *4 required: - action @@ -141220,11 +141249,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141300,11 +141329,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141380,10 +141409,10 @@ x-webhooks: type: string enum: - added - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: &885 + organization: *861 + repositories_added: &888 description: An array of repository objects, which were added to the installation. type: array @@ -141429,15 +141458,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *859 - repository_selection: &886 + repository: *862 + repository_selection: &889 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *883 + requester: *886 sender: *4 required: - action @@ -141516,10 +141545,10 @@ x-webhooks: type: string enum: - removed - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: *885 + organization: *861 + repositories_added: *888 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141546,9 +141575,9 @@ x-webhooks: - name - full_name - private - repository: *859 - repository_selection: *886 - requester: *883 + repository: *862 + repository_selection: *889 + requester: *886 sender: *4 required: - action @@ -141627,11 +141656,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141810,10 +141839,10 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 target_type: type: string @@ -141892,11 +141921,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -142148,8 +142177,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142943,8 +142972,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143293,8 +143322,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -143374,7 +143403,7 @@ x-webhooks: type: string enum: - deleted - comment: &887 + comment: &890 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -143539,8 +143568,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144330,8 +144359,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144682,8 +144711,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -144763,7 +144792,7 @@ x-webhooks: type: string enum: - edited - changes: &916 + changes: &919 description: The changes to the comment. type: object properties: @@ -144775,9 +144804,9 @@ x-webhooks: type: string required: - from - comment: *887 - enterprise: *856 - installation: *857 + comment: *890 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145570,8 +145599,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145920,8 +145949,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146011,9 +146040,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146102,9 +146131,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146192,9 +146221,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146283,9 +146312,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146365,10 +146394,10 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - issue: &890 + assignee: *886 + enterprise: *859 + installation: *860 + issue: &893 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147157,11 +147186,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147278,8 +147307,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -147359,8 +147388,8 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -148154,11 +148183,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148410,8 +148439,8 @@ x-webhooks: required: - state - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -148490,8 +148519,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149276,11 +149305,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149396,8 +149425,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -149476,8 +149505,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150284,11 +150313,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150383,7 +150412,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &888 + milestone: &891 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150521,8 +150550,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -150621,8 +150650,8 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151411,11 +151440,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151532,9 +151561,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -151614,8 +151643,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152403,11 +152432,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152524,9 +152553,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -152606,8 +152635,8 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153419,11 +153448,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153517,8 +153546,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -153597,8 +153626,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154404,11 +154433,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154502,9 +154531,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *888 - organization: *858 - repository: *859 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -155372,11 +155401,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155938,8 +155967,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156728,11 +156757,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156848,8 +156877,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -156929,9 +156958,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *856 - installation: *857 - issue: &889 + enterprise: *859 + installation: *860 + issue: &892 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157714,11 +157743,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157834,8 +157863,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -157914,8 +157943,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158725,11 +158754,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158824,8 +158853,8 @@ x-webhooks: user_view_type: type: string type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -159691,11 +159720,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160279,11 +160308,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160363,12 +160392,12 @@ x-webhooks: type: string enum: - typed - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160449,7 +160478,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &919 + assignee: &922 title: User type: object nullable: true @@ -160519,11 +160548,11 @@ x-webhooks: required: - login - id - enterprise: *856 - installation: *857 - issue: *890 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160602,12 +160631,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - issue: *890 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160687,8 +160716,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161498,11 +161527,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161596,8 +161625,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161677,11 +161706,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161760,12 +161789,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161845,11 +161874,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161927,11 +161956,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162041,11 +162070,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162127,9 +162156,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: &891 + enterprise: *859 + installation: *860 + marketplace_purchase: &894 title: Marketplace Purchase type: object required: @@ -162212,8 +162241,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: &892 + organization: *861 + previous_marketplace_purchase: &895 title: Marketplace Purchase type: object properties: @@ -162293,7 +162322,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162373,10 +162402,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162459,7 +162488,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162541,10 +162570,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162626,7 +162655,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162707,8 +162736,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 marketplace_purchase: title: Marketplace Purchase type: object @@ -162790,9 +162819,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162872,12 +162901,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162979,11 +163008,11 @@ x-webhooks: type: string required: - to - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163083,11 +163112,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163166,11 +163195,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163248,11 +163277,11 @@ x-webhooks: type: string enum: - added - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163328,7 +163357,7 @@ x-webhooks: required: - login - id - team: &893 + team: &896 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163551,11 +163580,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163632,7 +163661,7 @@ x-webhooks: required: - login - id - team: *893 + team: *896 required: - action - scope @@ -163714,8 +163743,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *857 - merge_group: &895 + installation: *860 + merge_group: &898 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163734,15 +163763,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *894 + head_commit: *897 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163828,10 +163857,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *857 - merge_group: *895 - organization: *858 - repository: *859 + installation: *860 + merge_group: *898 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163904,7 +163933,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164013,16 +164042,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *857 - organization: *858 + installation: *860 + organization: *861 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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -164103,11 +164132,11 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164186,9 +164215,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - milestone: &898 + enterprise: *859 + installation: *860 + milestone: &901 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164325,8 +164354,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164405,11 +164434,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164519,11 +164548,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164603,11 +164632,11 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - milestone: *898 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *901 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164686,11 +164715,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164769,11 +164798,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164849,7 +164878,7 @@ x-webhooks: enum: - created definition: *150 - enterprise: *856 + enterprise: *859 sender: *4 required: - action @@ -164929,8 +164958,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165003,8 +165032,8 @@ x-webhooks: enum: - updated definition: *150 - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165076,9 +165105,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 new_property_values: type: array @@ -165166,9 +165195,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - membership: &899 + enterprise: *859 + installation: *860 + membership: &902 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165275,8 +165304,8 @@ x-webhooks: - role - organization_url - user - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165354,11 +165383,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165437,8 +165466,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165554,10 +165583,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 - user: *883 + user: *886 required: - action - invitation @@ -165635,11 +165664,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165726,11 +165755,11 @@ x-webhooks: properties: from: type: string - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165806,9 +165835,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166307,7 +166336,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &900 + items: &903 title: Ruby Gems metadata type: object properties: @@ -166402,7 +166431,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -166478,9 +166507,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166833,7 +166862,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 source_url: type: string format: uri @@ -166903,7 +166932,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -167080,12 +167109,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *856 + enterprise: *859 id: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - id @@ -167162,7 +167191,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &901 + personal_access_token_request: &904 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167308,10 +167337,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *856 - organization: *858 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167388,11 +167417,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167468,11 +167497,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167547,11 +167576,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *901 - organization: *858 - enterprise: *856 + personal_access_token_request: *904 + organization: *861 + enterprise: *859 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167656,7 +167685,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *902 + last_response: *905 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167688,8 +167717,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 zen: description: Random string of GitHub zen. @@ -167934,10 +167963,10 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: &903 + enterprise: *859 + installation: *860 + organization: *861 + project_card: &906 title: Project Card type: object properties: @@ -168056,7 +168085,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -168137,11 +168166,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168221,9 +168250,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: title: Project Card type: object @@ -168351,8 +168380,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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -168446,11 +168475,11 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168544,9 +168573,9 @@ x-webhooks: - from required: - column_id - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: allOf: - title: Project Card @@ -168736,7 +168765,7 @@ x-webhooks: type: string required: - after_id - repository: *859 + repository: *862 sender: *4 required: - action @@ -168816,10 +168845,10 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - organization: *858 - project: &905 + enterprise: *859 + installation: *860 + organization: *861 + project: &908 title: Project type: object properties: @@ -168943,7 +168972,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169023,10 +169052,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_column: &904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: &907 title: Project Column type: object properties: @@ -169065,7 +169094,7 @@ x-webhooks: - name - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169144,18 +169173,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169245,11 +169274,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169329,11 +169358,11 @@ x-webhooks: type: string enum: - moved - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169413,11 +169442,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169497,18 +169526,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project: *905 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 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: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169610,11 +169639,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169693,11 +169722,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169778,8 +169807,8 @@ x-webhooks: type: string enum: - closed - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169861,8 +169890,8 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169944,8 +169973,8 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170063,8 +170092,8 @@ x-webhooks: type: string to: type: string - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170148,7 +170177,7 @@ x-webhooks: type: string enum: - archived - changes: &909 + changes: &912 type: object properties: archived_at: @@ -170162,9 +170191,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *857 - organization: *858 - projects_v2_item: &906 + installation: *860 + organization: *861 + projects_v2_item: &909 title: Projects v2 Item description: An item belonging to a project type: object @@ -170299,9 +170328,9 @@ x-webhooks: nullable: true to: type: string - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170383,9 +170412,9 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170466,9 +170495,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170574,7 +170603,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &907 + - &910 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170596,7 +170625,7 @@ x-webhooks: required: - id - name - - &908 + - &911 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170630,8 +170659,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *907 - - *908 + - *910 + - *911 required: - field_value - type: object @@ -170647,9 +170676,9 @@ x-webhooks: nullable: true required: - body - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170744,9 +170773,9 @@ x-webhooks: to: type: string nullable: true - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170829,10 +170858,10 @@ x-webhooks: type: string enum: - restored - changes: *909 - installation: *857 - organization: *858 - projects_v2_item: *906 + changes: *912 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170914,8 +170943,8 @@ x-webhooks: type: string enum: - reopened - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170997,14 +171026,14 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_status_update: &912 + installation: *860 + organization: *861 + projects_v2_status_update: &915 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *910 - required: *911 + properties: *913 + required: *914 sender: *4 required: - action @@ -171085,9 +171114,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171223,9 +171252,9 @@ x-webhooks: type: string format: date nullable: true - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171296,10 +171325,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - repository @@ -171376,13 +171405,13 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - number: &913 + assignee: *886 + enterprise: *859 + installation: *860 + number: &916 description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -173665,7 +173694,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -173747,11 +173776,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -176029,7 +176058,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -176111,11 +176140,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -178393,7 +178422,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -178475,13 +178504,13 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: &914 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: &917 allOf: - - *701 + - *704 - type: object properties: allow_auto_merge: @@ -178543,7 +178572,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *859 + repository: *862 sender: *4 required: - action @@ -178624,12 +178653,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -178709,11 +178738,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: &915 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: &918 title: Pull Request type: object properties: @@ -180976,7 +181005,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -181055,11 +181084,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -183341,7 +183370,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *859 + repository: *862 sender: *4 required: - action @@ -183465,12 +183494,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -183550,11 +183579,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -185821,7 +185850,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -185901,11 +185930,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -188187,7 +188216,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -188268,10 +188297,10 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -190551,7 +190580,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -190631,12 +190660,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: *915 - repository: *859 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: *918 + repository: *862 sender: *4 required: - action @@ -190715,12 +190744,12 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190801,12 +190830,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190886,12 +190915,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -191257,9 +191286,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -193429,7 +193458,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -193509,7 +193538,7 @@ x-webhooks: type: string enum: - deleted - comment: &917 + comment: &920 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. @@ -193794,9 +193823,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -195954,7 +195983,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -196034,11 +196063,11 @@ x-webhooks: type: string enum: - edited - changes: *916 - comment: *917 - enterprise: *856 - installation: *857 - organization: *858 + changes: *919 + comment: *920 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -198199,7 +198228,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -198280,9 +198309,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -200455,7 +200484,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 review: description: The review that was affected. type: object @@ -200702,9 +200731,9 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -202758,8 +202787,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: &918 + repository: *862 + review: &921 description: The review that was affected. type: object properties: @@ -202992,12 +203021,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -205280,7 +205309,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -205364,12 +205393,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -207659,7 +207688,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207851,12 +207880,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -210141,7 +210170,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -210226,12 +210255,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -212507,7 +212536,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212688,9 +212717,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -214865,8 +214894,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: *918 + repository: *862 + review: *921 sender: *4 required: - action @@ -214946,9 +214975,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -217018,7 +217047,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -217405,9 +217434,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -219463,7 +219492,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -219853,10 +219882,10 @@ x-webhooks: type: string before: type: string - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -222127,7 +222156,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -222209,11 +222238,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *919 - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + assignee: *922 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -224496,7 +224525,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -224575,11 +224604,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -226852,7 +226881,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -226933,10 +226962,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -229201,7 +229230,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -229401,7 +229430,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *856 + enterprise: *859 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229493,8 +229522,8 @@ x-webhooks: - url - author - committer - installation: *857 - organization: *858 + installation: *860 + organization: *861 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230069,9 +230098,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230517,7 +230546,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -230571,7 +230600,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -230649,9 +230678,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230959,7 +230988,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -231008,7 +231037,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -231085,10 +231114,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - release: &920 + enterprise: *859 + installation: *860 + organization: *861 + release: &923 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231406,7 +231435,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *859 + repository: *862 sender: *4 required: - action @@ -231483,11 +231512,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231604,11 +231633,11 @@ x-webhooks: type: boolean required: - to - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231686,9 +231715,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -232010,7 +232039,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232086,10 +232115,10 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - release: &921 + enterprise: *859 + installation: *860 + organization: *861 + release: &924 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -232408,7 +232437,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232484,11 +232513,11 @@ x-webhooks: type: string enum: - released - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -232564,11 +232593,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *856 - installation: *857 - organization: *858 - release: *921 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *924 + repository: *862 sender: *4 required: - action @@ -232644,11 +232673,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232724,11 +232753,11 @@ x-webhooks: type: string enum: - reported - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232804,10 +232833,10 @@ x-webhooks: type: string enum: - archived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232884,10 +232913,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232965,10 +232994,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233052,10 +233081,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233167,10 +233196,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233242,10 +233271,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 status: type: string @@ -233326,10 +233355,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233406,10 +233435,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233503,10 +233532,10 @@ x-webhooks: - name required: - repository - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233586,10 +233615,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233668,10 +233697,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233750,10 +233779,10 @@ x-webhooks: type: string enum: - edited - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 changes: type: object @@ -233815,16 +233844,16 @@ x-webhooks: properties: added: type: array - items: *721 + items: *724 deleted: type: array - items: *721 + items: *724 updated: type: array items: type: object properties: - rule: *721 + rule: *724 changes: type: object properties: @@ -234058,10 +234087,10 @@ x-webhooks: - from required: - owner - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234139,10 +234168,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234220,7 +234249,7 @@ x-webhooks: type: string enum: - create - alert: &922 + alert: &925 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234341,10 +234370,10 @@ x-webhooks: type: string enum: - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234550,10 +234579,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234631,11 +234660,11 @@ x-webhooks: type: string enum: - reopen - alert: *922 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234834,10 +234863,10 @@ x-webhooks: enum: - fixed - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234915,7 +234944,7 @@ x-webhooks: type: string enum: - assigned - alert: &923 + alert: &926 type: object properties: number: *127 @@ -235034,10 +235063,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235115,11 +235144,11 @@ x-webhooks: type: string enum: - created - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235200,11 +235229,11 @@ x-webhooks: type: string enum: - created - alert: *923 - installation: *857 - location: *924 - organization: *858 - repository: *859 + alert: *926 + installation: *860 + location: *927 + organization: *861 + repository: *862 sender: *4 required: - location @@ -235442,11 +235471,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235524,11 +235553,11 @@ x-webhooks: type: string enum: - reopened - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235606,11 +235635,11 @@ x-webhooks: type: string enum: - resolved - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235688,12 +235717,12 @@ x-webhooks: type: string enum: - unassigned - alert: *923 + alert: *926 assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235771,11 +235800,11 @@ x-webhooks: type: string enum: - validated - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235901,10 +235930,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *859 - enterprise: *856 - installation: *857 - organization: *858 + repository: *862 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -235982,11 +236011,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: &925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: &928 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236169,11 +236198,11 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: *928 sender: *4 required: - action @@ -236246,10 +236275,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236434,9 +236463,9 @@ x-webhooks: type: object properties: security_and_analysis: *419 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: *471 sender: *4 required: @@ -236515,12 +236544,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: &926 + sponsorship: &929 type: object properties: created_at: @@ -236821,12 +236850,12 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -236914,12 +236943,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -236996,17 +237025,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &927 + effective_date: &930 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: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -237080,7 +237109,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &928 + changes: &931 type: object properties: tier: @@ -237124,13 +237153,13 @@ x-webhooks: - from required: - tier - effective_date: *927 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + effective_date: *930 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237207,13 +237236,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *928 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + changes: *931 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237287,10 +237316,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237373,10 +237402,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237796,15 +237825,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *856 + enterprise: *859 id: description: The unique identifier of the status. type: integer - installation: *857 + installation: *860 name: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 sha: description: The Commit SHA. @@ -237919,9 +237948,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238011,9 +238040,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238103,9 +238132,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238195,9 +238224,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238274,12 +238303,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - team: &929 + team: &932 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238502,9 +238531,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -238962,7 +238991,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239038,9 +239067,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -239498,7 +239527,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239575,9 +239604,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240035,7 +240064,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -240179,9 +240208,9 @@ x-webhooks: - from required: - permissions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240639,7 +240668,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - changes @@ -240717,9 +240746,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -241177,7 +241206,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -241253,10 +241282,10 @@ x-webhooks: type: string enum: - started - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -241329,16 +241358,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *856 + enterprise: *859 inputs: type: object nullable: true additionalProperties: true - installation: *857 - organization: *858 + installation: *860 + organization: *861 ref: type: string - repository: *859 + repository: *862 sender: *4 workflow: type: string @@ -241420,10 +241449,10 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -241660,7 +241689,7 @@ x-webhooks: type: string required: - conclusion - deployment: *605 + deployment: *608 required: - action - repository @@ -241739,10 +241768,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -242002,7 +242031,7 @@ x-webhooks: required: - status - steps - deployment: *605 + deployment: *608 required: - action - repository @@ -242081,10 +242110,10 @@ x-webhooks: type: string enum: - queued - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242219,7 +242248,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242298,10 +242327,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242437,7 +242466,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242517,12 +242546,12 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -243521,12 +243550,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -244510,12 +244539,12 @@ x-webhooks: type: string enum: - requested - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index c96941d19..696d5e666 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -53100,7 +53100,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -146045,6 +146045,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index a3a83f5ed..8e00fb0a6 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -38313,7 +38313,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -107091,6 +107091,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index c96941d19..696d5e666 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -53100,7 +53100,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -146045,6 +146045,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scann{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}