diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 32224c8d2..05091a76e 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -41159,7 +41159,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -127978,6 +127978,62 @@ } } }, + "code-scanning-alert-instance-state": { + "type": [ + "string", + "null" + ], + "description": "State of a code scanning alert instance.", + "enum": [ + "open", + "fixed", + null + ] + }, + "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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 8115b2ff5..45ce4d9e9 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -29746,7 +29746,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" @@ -92814,6 +92814,46 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + 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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 32224c8d2..05091a76e 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -41159,7 +41159,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -127978,6 +127978,62 @@ } } }, + "code-scanning-alert-instance-state": { + "type": [ + "string", + "null" + ], + "description": "State of a code scanning alert instance.", + "enum": [ + "open", + "fixed", + null + ] + }, + "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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 8115b2ff5..45ce4d9e9 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -29746,7 +29746,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" @@ -92814,6 +92814,46 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + 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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a8ef69ba8..bbb0494e3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -322134,10 +322134,9 @@ "string", "null" ], - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "enum": [ "open", - "dismissed", "fixed", null ] diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 3d0e20b60..63df0bd62 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1071,7 +1071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &618 + - &621 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -9158,7 +9158,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 - - &459 + - &462 name: has in: query description: |- @@ -9278,7 +9278,7 @@ paths: - direct - transitive - - security_advisory: &460 + security_advisory: &463 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9546,7 +9546,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &461 + auto_dismissed_at: &464 type: - string - 'null' @@ -9554,7 +9554,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &462 + dismissal_request: &465 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -10945,7 +10945,7 @@ paths: properties: action: type: string - discussion: &712 + discussion: &715 title: Discussion description: A Discussion in a repository. type: object @@ -11731,7 +11731,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &630 + sub_issues_summary: &633 title: Sub-issues Summary type: object properties: @@ -11752,7 +11752,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &631 + issue_dependencies_summary: &634 title: Issue Dependencies Summary type: object properties: @@ -11771,7 +11771,7 @@ paths: - total_blocking issue_field_values: type: array - items: &632 + items: &635 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11884,7 +11884,7 @@ paths: action: type: string issue: *70 - comment: &509 + comment: &512 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12607,7 +12607,7 @@ paths: type: string release: allOf: - - &563 + - &566 title: Release description: A release. type: object @@ -12689,7 +12689,7 @@ paths: author: *4 assets: type: array - items: &564 + items: &567 title: Release Asset description: Data related to a release. type: object @@ -13292,7 +13292,7 @@ paths: url: type: string format: uri - user: &642 + user: &645 title: Public User description: Public User type: object @@ -16740,7 +16740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &537 + - &540 name: all description: If `true`, show notifications marked as read. in: query @@ -16748,7 +16748,7 @@ paths: schema: type: boolean default: false - - &538 + - &541 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16758,7 +16758,7 @@ paths: type: boolean default: false - *76 - - &539 + - &542 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: @@ -17294,7 +17294,7 @@ paths: - url - subscription_url examples: - default: &540 + default: &543 value: - id: '1' repository: @@ -18321,7 +18321,7 @@ paths: - property_name - value examples: - default: &546 + default: &549 value: - property_name: environment value: production @@ -18371,7 +18371,7 @@ paths: required: - properties examples: - default: &547 + default: &550 value: properties: - property_name: environment @@ -18945,7 +18945,7 @@ paths: required: false schema: type: string - - &689 + - &692 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -19091,7 +19091,7 @@ paths: parameters: - *65 - *107 - - &690 + - &693 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 @@ -19203,7 +19203,7 @@ paths: - *107 - *109 - *108 - - &691 + - &694 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -19211,7 +19211,7 @@ paths: schema: type: string - *110 - - &692 + - &695 name: sku description: The SKU to query for usage. in: query @@ -22902,7 +22902,7 @@ paths: type: array items: *144 examples: - default: &645 + default: &648 value: total_count: 1 repositories: @@ -25856,12 +25856,12 @@ paths: required: - subject_digests examples: - default: &672 + default: &675 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &673 + withPredicateType: &676 value: subject_digests: - sha256:abc123 @@ -25920,7 +25920,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &674 + default: &677 value: attestations_subject_digests: - sha256:abc: @@ -27433,13 +27433,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: &424 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: &424 + category: &425 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -27453,7 +27453,7 @@ paths: properties: text: type: string - location: + location: &426 type: object description: Describe a region within a file for the alert. properties: @@ -27474,7 +27474,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: &427 type: - string - 'null' @@ -28767,7 +28767,7 @@ paths: machine: anyOf: - type: 'null' - - &436 + - &439 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -29719,7 +29719,7 @@ paths: - updated_at - visibility examples: - default: &437 + default: &440 value: total_count: 2 secrets: @@ -29757,7 +29757,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &441 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -29792,7 +29792,7 @@ paths: - key_id - key examples: - default: &439 + default: &442 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29824,7 +29824,7 @@ paths: application/json: schema: *179 examples: - default: &441 + default: &444 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -31447,7 +31447,7 @@ paths: description: Response content: application/json: - schema: &465 + schema: &468 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -31466,7 +31466,7 @@ paths: - key_id - key examples: - default: &466 + default: &469 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33294,7 +33294,7 @@ paths: application/json: schema: *20 examples: - default: &504 + default: &507 value: id: 1 account: @@ -33522,7 +33522,7 @@ paths: required: true content: application/json: - schema: &505 + schema: &508 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -34382,7 +34382,7 @@ paths: application/json: schema: *221 examples: - default: &435 + default: &438 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35640,7 +35640,7 @@ paths: parameters: - *65 - *228 - - &657 + - &660 name: repo_name description: repo_name parameter in: path @@ -36699,7 +36699,7 @@ paths: - nuget - container - *65 - - &658 + - &661 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -36740,7 +36740,7 @@ paths: default: *234 '403': *27 '401': *23 - '400': &660 + '400': &663 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38566,7 +38566,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &740 + - &743 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -38840,7 +38840,7 @@ paths: content: oneOf: - *70 - - &448 + - &451 title: Pull Request Simple description: Pull Request Simple type: object @@ -39085,7 +39085,7 @@ paths: - review_comment - self author_association: *71 - auto_merge: &549 + auto_merge: &552 title: Auto merge description: The status of auto merging a pull request. type: @@ -39467,7 +39467,7 @@ paths: - updated_at - project_url examples: - default: &677 + default: &680 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39644,7 +39644,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &678 + items: &681 type: object properties: name: @@ -39680,7 +39680,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &679 + iteration_configuration: &682 type: object description: The configuration for iteration fields. properties: @@ -39729,7 +39729,7 @@ paths: value: name: Due date data_type: date - single_select_field: &680 + single_select_field: &683 summary: Create a single select field value: name: Priority @@ -39756,7 +39756,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &681 + iteration_field: &684 summary: Create an iteration field value: name: Sprint @@ -39782,7 +39782,7 @@ paths: application/json: schema: *254 examples: - text_field: &682 + text_field: &685 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -39791,7 +39791,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: &683 + number_field: &686 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -39800,7 +39800,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: &684 + date_field: &687 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -39809,7 +39809,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: &685 + single_select_field: &688 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39843,7 +39843,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &686 + iteration_field: &689 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -39889,7 +39889,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *251 - - &687 + - &690 name: field_id description: The unique identifier of the field. in: path @@ -39904,7 +39904,7 @@ paths: application/json: schema: *254 examples: - default: &688 + default: &691 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42334,7 +42334,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &453 + code_of_conduct: &456 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -42969,7 +42969,7 @@ paths: - *65 - *17 - *19 - - &571 + - &574 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43255,7 +43255,7 @@ paths: - object rules: type: array - items: &572 + items: &575 title: Repository Rule type: object description: A repository rule. @@ -43317,7 +43317,7 @@ paths: type: string enum: - required_linear_history - - &570 + - &573 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -44213,7 +44213,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *65 - - &573 + - &576 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 @@ -44228,7 +44228,7 @@ paths: in: query schema: type: string - - &574 + - &577 name: time_period description: |- The time period to filter by. @@ -44244,14 +44244,14 @@ paths: - week - month default: day - - &575 + - &578 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 - - &576 + - &579 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -44271,7 +44271,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &580 title: Rule Suites description: Response type: array @@ -44327,7 +44327,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &578 + default: &581 value: - id: 21 actor_id: 12 @@ -44371,7 +44371,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *65 - - &579 + - &582 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44387,7 +44387,7 @@ paths: description: Response content: application/json: - schema: &580 + schema: &583 title: Rule Suite description: Response type: object @@ -44494,7 +44494,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &581 + default: &584 value: id: 21 actor_id: 12 @@ -44740,7 +44740,7 @@ paths: type: string format: date-time examples: - default: &583 + default: &586 value: - version_id: 3 actor: @@ -44793,7 +44793,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &587 allOf: - *295 - type: object @@ -44865,7 +44865,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *65 - - &585 + - &588 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -44876,7 +44876,7 @@ paths: enum: - open - resolved - - &586 + - &589 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -44886,7 +44886,7 @@ paths: required: false schema: type: string - - &587 + - &590 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -44895,7 +44895,7 @@ paths: required: false schema: type: string - - &588 + - &591 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -44914,7 +44914,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &589 + - &592 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. @@ -44929,7 +44929,7 @@ paths: - *50 - *19 - *17 - - &590 + - &593 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 @@ -44939,7 +44939,7 @@ paths: required: false schema: type: string - - &591 + - &594 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 @@ -44949,7 +44949,7 @@ paths: required: false schema: type: string - - &592 + - &595 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -44958,7 +44958,7 @@ paths: required: false schema: type: string - - &593 + - &596 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -44967,7 +44967,7 @@ paths: schema: type: boolean default: false - - &594 + - &597 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -44976,7 +44976,7 @@ paths: schema: type: boolean default: false - - &595 + - &598 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -45008,14 +45008,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &596 + state: &599 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: &597 + resolution: &600 type: - string - 'null' @@ -45122,14 +45122,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &598 + - &601 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &600 + - &603 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -45186,7 +45186,7 @@ paths: - blob_url - commit_sha - commit_url - - &601 + - &604 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. @@ -45247,7 +45247,7 @@ paths: - page_url - commit_sha - commit_url - - &602 + - &605 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -45262,7 +45262,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &603 + - &606 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -45277,7 +45277,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &604 + - &607 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -45292,7 +45292,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &605 + - &608 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -45307,7 +45307,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &606 + - &609 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -45322,7 +45322,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &607 + - &610 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -45337,7 +45337,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &608 + - &611 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. @@ -45352,7 +45352,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &609 + - &612 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. @@ -45367,7 +45367,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &610 + - &613 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. @@ -45382,7 +45382,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &611 + - &614 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. @@ -45397,7 +45397,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &612 + - &615 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 @@ -45897,7 +45897,7 @@ paths: application/json: schema: type: array - items: &616 + items: &619 description: A repository security advisory. type: object properties: @@ -46216,7 +46216,7 @@ paths: - private_fork additionalProperties: false examples: - default: &617 + default: &620 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48224,7 +48224,7 @@ paths: - updated_at - url examples: - default: &634 + default: &637 value: - author: login: octocat @@ -48472,7 +48472,7 @@ paths: application/json: schema: *307 examples: - default: &635 + default: &638 value: author: login: octocat @@ -48663,7 +48663,7 @@ paths: - updated_at - url examples: - default: &636 + default: &639 value: - author: login: octocat @@ -48889,7 +48889,7 @@ paths: application/json: schema: *310 examples: - default: &637 + default: &640 value: author: login: octocat @@ -49507,7 +49507,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &638 + response-if-user-is-a-team-maintainer: &641 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -49572,7 +49572,7 @@ paths: application/json: schema: *317 examples: - response-if-users-membership-with-team-is-now-pending: &639 + response-if-users-membership-with-team-is-now-pending: &642 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -49686,7 +49686,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &640 + schema: &643 title: Team Repository description: A team's access to a repository. type: object @@ -50415,7 +50415,7 @@ paths: type: array items: *180 examples: - response-if-child-teams-exist: &641 + response-if-child-teams-exist: &644 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51836,7 +51836,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': &508 + '410': &511 description: Gone content: application/json: @@ -55567,7 +55567,7 @@ paths: items: type: object properties: - type: &474 + type: &477 type: string description: The type of reviewer. enum: @@ -55705,7 +55705,7 @@ paths: application/json: schema: type: array - items: &469 + items: &472 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -55817,7 +55817,7 @@ paths: - created_at - updated_at examples: - default: &470 + default: &473 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56202,7 +56202,7 @@ paths: application/json: schema: *363 examples: - default: &487 + default: &490 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56421,7 +56421,7 @@ paths: application/json: schema: *367 examples: - default: &488 + default: &491 value: name: USERNAME value: octocat @@ -58170,7 +58170,7 @@ paths: properties: name: type: string - commit: &444 + commit: &447 title: Commit description: Commit type: object @@ -58255,7 +58255,7 @@ paths: required: - sha - url - verification: &494 + verification: &497 title: Verification type: object properties: @@ -58335,7 +58335,7 @@ paths: type: integer files: type: array - items: &455 + items: &458 title: Diff Entry description: Diff Entry type: object @@ -61493,7 +61493,7 @@ paths: check. type: array items: *74 - deployment: &701 + deployment: &704 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -63131,14 +63131,14 @@ paths: - *318 - *319 - *402 - - &450 + - &453 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &451 + - &454 name: status description: Returns check runs with the specified `status`. in: query @@ -63179,7 +63179,7 @@ paths: type: array items: *396 examples: - default: &452 + default: &455 value: total_count: 1 check_runs: @@ -64110,7 +64110,38 @@ paths: application/json: schema: type: array - items: *413 + items: + type: object + properties: + ref: *405 + analysis_key: *423 + environment: *424 + category: *425 + state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + enum: + - open + - fixed + - + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *426 + 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: *427 examples: default: value: @@ -64201,7 +64232,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &425 + schema: &428 type: string description: An identifier for the upload. examples: @@ -64223,11 +64254,11 @@ paths: application/json: schema: type: array - items: &426 + items: &429 type: object properties: ref: *405 - commit_sha: &434 + commit_sha: &437 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -64239,7 +64270,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *424 + category: *425 error: type: string examples: @@ -64264,7 +64295,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *425 + sarif_id: *428 tool: *412 deletable: type: boolean @@ -64377,7 +64408,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *429 examples: response: summary: application/json response @@ -64606,7 +64637,7 @@ paths: application/json: schema: type: array - items: &427 + items: &430 title: CodeQL Database description: A CodeQL database. type: object @@ -64760,7 +64791,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *430 examples: default: value: @@ -64792,7 +64823,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': &457 + '302': &460 description: Found '403': *414 '404': *6 @@ -64865,7 +64896,7 @@ paths: type: object additionalProperties: false properties: - language: &428 + language: &431 type: string description: The language targeted by the CodeQL query enum: @@ -64945,7 +64976,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &432 + schema: &435 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64955,7 +64986,7 @@ paths: description: The ID of the variant analysis. controller_repo: *55 actor: *4 - query_language: *428 + query_language: *431 query_pack_url: type: string description: The download url for the query pack. @@ -65003,7 +65034,7 @@ paths: items: type: object properties: - repository: &429 + repository: &432 title: Repository Identifier description: Repository Identifier type: object @@ -65045,7 +65076,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &433 + analysis_status: &436 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65077,7 +65108,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &430 + access_mismatch_repos: &433 type: object properties: repository_count: @@ -65092,7 +65123,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: *429 + items: *432 required: - repository_count - repositories @@ -65115,8 +65146,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *430 - over_limit_repos: *430 + no_codeql_db_repos: *433 + over_limit_repos: *433 required: - access_mismatch_repos - not_found_repos @@ -65132,7 +65163,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &431 + value: &434 summary: Default response value: id: 1 @@ -65284,10 +65315,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *431 + value: *434 repository_lists: summary: Response for a successful variant analysis submission - value: *431 + value: *434 '404': *6 '422': description: Unable to process variant analysis submission @@ -65328,9 +65359,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *435 examples: - default: *431 + default: *434 '404': *6 '503': *105 x-github: @@ -65388,7 +65419,7 @@ paths: type: object properties: repository: *55 - analysis_status: *433 + analysis_status: *436 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -65803,7 +65834,7 @@ paths: schema: type: object properties: - commit_sha: *434 + commit_sha: *437 ref: type: string description: |- @@ -65863,7 +65894,7 @@ paths: schema: type: object properties: - id: *425 + id: *428 url: type: string description: The REST API URL for checking the status of the upload. @@ -66567,7 +66598,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -66575,7 +66606,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '400': *14 '401': *23 '403': *27 @@ -66707,9 +66738,9 @@ paths: type: integer machines: type: array - items: *436 + items: *439 examples: - default: &648 + default: &651 value: total_count: 2 machines: @@ -66926,7 +66957,7 @@ paths: type: integer secrets: type: array - items: &440 + items: &443 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66947,7 +66978,7 @@ paths: - created_at - updated_at examples: - default: *437 + default: *440 headers: Link: *56 x-github: @@ -66977,9 +67008,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *441 examples: - default: *439 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67007,9 +67038,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *443 examples: - default: *441 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67152,7 +67183,7 @@ paths: application/json: schema: type: array - items: &442 + items: &445 title: Collaborator description: Collaborator type: object @@ -67421,7 +67452,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &507 + schema: &510 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -67704,7 +67735,7 @@ paths: user: anyOf: - type: 'null' - - *442 + - *445 required: - permission - role_name @@ -67769,7 +67800,7 @@ paths: application/json: schema: type: array - items: &443 + items: &446 title: Commit Comment description: Commit Comment type: object @@ -67827,7 +67858,7 @@ paths: - created_at - updated_at examples: - default: &446 + default: &449 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67894,9 +67925,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: - default: &447 + default: &450 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67977,7 +68008,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: default: value: @@ -68276,9 +68307,9 @@ paths: application/json: schema: type: array - items: *444 + items: *447 examples: - default: &556 + default: &559 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68374,7 +68405,7 @@ paths: parameters: - *318 - *319 - - &445 + - &448 name: commit_sha description: The SHA of the commit. in: path @@ -68448,7 +68479,7 @@ paths: parameters: - *318 - *319 - - *445 + - *448 - *17 - *19 responses: @@ -68458,9 +68489,9 @@ paths: application/json: schema: type: array - items: *443 + items: *446 examples: - default: *446 + default: *449 headers: Link: *56 x-github: @@ -68490,7 +68521,7 @@ paths: parameters: - *318 - *319 - - *445 + - *448 requestBody: required: true content: @@ -68525,9 +68556,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: - default: *447 + default: *450 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68557,7 +68588,7 @@ paths: parameters: - *318 - *319 - - *445 + - *448 - *17 - *19 responses: @@ -68567,9 +68598,9 @@ paths: application/json: schema: type: array - items: *448 + items: *451 examples: - default: &548 + default: &551 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69110,7 +69141,7 @@ paths: - *319 - *19 - *17 - - &449 + - &452 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)" @@ -69125,9 +69156,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *447 examples: - default: &534 + default: &537 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69242,9 +69273,9 @@ paths: parameters: - *318 - *319 - - *449 - - *450 - - *451 + - *452 + - *453 + - *454 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -69280,7 +69311,7 @@ paths: type: array items: *396 examples: - default: *452 + default: *455 headers: Link: *56 x-github: @@ -69307,7 +69338,7 @@ paths: parameters: - *318 - *319 - - *449 + - *452 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -69315,7 +69346,7 @@ paths: schema: type: integer example: 1 - - *450 + - *453 - *17 - *19 responses: @@ -69535,7 +69566,7 @@ paths: parameters: - *318 - *319 - - *449 + - *452 - *17 - *19 responses: @@ -69739,7 +69770,7 @@ paths: parameters: - *318 - *319 - - *449 + - *452 - *17 - *19 responses: @@ -69749,7 +69780,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: Status description: The status of a commit. type: object @@ -69892,11 +69923,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *453 + - *456 code_of_conduct_file: anyOf: - type: 'null' - - &454 + - &457 title: Community Health File type: object properties: @@ -69916,19 +69947,19 @@ paths: contributing: anyOf: - type: 'null' - - *454 + - *457 readme: anyOf: - type: 'null' - - *454 + - *457 issue_template: anyOf: - type: 'null' - - *454 + - *457 pull_request_template: anyOf: - type: 'null' - - *454 + - *457 required: - code_of_conduct - code_of_conduct_file @@ -70106,8 +70137,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *444 - merge_base_commit: *444 + base_commit: *447 + merge_base_commit: *447 status: type: string enum: @@ -70131,10 +70162,10 @@ paths: - 6 commits: type: array - items: *444 + items: *447 files: type: array - items: *455 + items: *458 required: - url - html_url @@ -70574,7 +70605,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &456 + response-if-content-is-a-file: &459 summary: Response if content is a file value: type: file @@ -70711,7 +70742,7 @@ paths: - size - type - url - - &561 + - &564 title: Content File description: Content File type: object @@ -70929,7 +70960,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *456 + response-if-content-is-a-file: *459 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70998,7 +71029,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *457 + '302': *460 '304': *35 x-github: githubCloudOnly: false @@ -71117,7 +71148,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &461 title: File Commit description: File Commit type: object @@ -71273,7 +71304,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: example-for-creating-a-file: value: @@ -71327,7 +71358,7 @@ paths: schema: oneOf: - *3 - - &489 + - &492 description: Repository rule violation was detected type: object properties: @@ -71348,7 +71379,7 @@ paths: items: type: object properties: - placeholder_id: &613 + placeholder_id: &616 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -71442,7 +71473,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: default: value: @@ -71635,7 +71666,7 @@ paths: schema: type: string - *185 - - *459 + - *462 - *186 - *187 - *50 @@ -71656,7 +71687,7 @@ paths: application/json: schema: type: array - items: &463 + items: &466 type: object description: A Dependabot alert. properties: @@ -71706,7 +71737,7 @@ paths: - direct - transitive - - security_advisory: *460 + security_advisory: *463 security_vulnerability: *54 url: *165 html_url: *166 @@ -71737,8 +71768,8 @@ paths: dismissal. maxLength: 280 fixed_at: *167 - auto_dismissed_at: *461 - dismissal_request: *462 + auto_dismissed_at: *464 + dismissal_request: *465 required: - number - state @@ -71970,7 +72001,7 @@ paths: parameters: - *318 - *319 - - &464 + - &467 name: alert_number in: path description: |- @@ -71985,7 +72016,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: default: value: @@ -72100,7 +72131,7 @@ paths: parameters: - *318 - *319 - - *464 + - *467 requestBody: required: true content: @@ -72145,7 +72176,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: default: value: @@ -72293,7 +72324,7 @@ paths: type: integer secrets: type: array - items: &467 + items: &470 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -72354,9 +72385,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *468 examples: - default: *466 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72384,7 +72415,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -73008,7 +73039,7 @@ paths: - version - url additionalProperties: false - metadata: &468 + metadata: &471 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -73047,7 +73078,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *468 + metadata: *471 resolved: type: object description: A collection of resolved package dependencies. @@ -73061,7 +73092,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *468 + metadata: *471 relationship: type: string description: A notation of whether a dependency is requested @@ -73236,9 +73267,9 @@ paths: application/json: schema: type: array - items: *469 + items: *472 examples: - default: *470 + default: *473 headers: Link: *56 x-github: @@ -73387,7 +73418,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *472 examples: simple-example: summary: Simple example @@ -73462,7 +73493,7 @@ paths: parameters: - *318 - *319 - - &471 + - &474 name: deployment_id description: deployment_id parameter in: path @@ -73474,7 +73505,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *472 examples: default: value: @@ -73541,7 +73572,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 responses: '204': description: Response @@ -73565,7 +73596,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 - *17 - *19 responses: @@ -73575,7 +73606,7 @@ paths: application/json: schema: type: array - items: &472 + items: &475 title: Deployment Status description: The status of a deployment. type: object @@ -73741,7 +73772,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 requestBody: required: true content: @@ -73816,9 +73847,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *475 examples: - default: &473 + default: &476 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73876,7 +73907,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 - name: status_id in: path required: true @@ -73887,9 +73918,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *475 examples: - default: *473 + default: *476 '404': *6 x-github: githubCloudOnly: false @@ -73991,7 +74022,7 @@ paths: - 5 environments: type: array - items: &475 + items: &478 title: Environment description: Details of a deployment environment type: object @@ -74053,7 +74084,7 @@ paths: type: string examples: - wait_timer - wait_timer: &477 + wait_timer: &480 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -74095,7 +74126,7 @@ paths: items: type: object properties: - type: *474 + type: *477 reviewer: anyOf: - *4 @@ -74122,7 +74153,7 @@ paths: - id - node_id - type - deployment_branch_policy: &478 + deployment_branch_policy: &481 type: - object - 'null' @@ -74241,7 +74272,7 @@ paths: parameters: - *318 - *319 - - &476 + - &479 name: environment_name in: path required: true @@ -74254,9 +74285,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *478 examples: - default: &479 + default: &482 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -74342,7 +74373,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 requestBody: required: false content: @@ -74352,7 +74383,7 @@ paths: - object - 'null' properties: - wait_timer: *477 + wait_timer: *480 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -74371,14 +74402,14 @@ paths: items: type: object properties: - type: *474 + type: *477 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *478 + deployment_branch_policy: *481 additionalProperties: false examples: default: @@ -74398,9 +74429,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *478 examples: - default: *479 + default: *482 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -74426,7 +74457,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 responses: '204': description: Default response @@ -74453,7 +74484,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *17 - *19 responses: @@ -74472,7 +74503,7 @@ paths: - 2 branch_policies: type: array - items: &480 + items: &483 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74535,7 +74566,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 requestBody: required: true content: @@ -74583,9 +74614,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - example-wildcard: &481 + example-wildcard: &484 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74629,8 +74660,8 @@ paths: parameters: - *318 - *319 - - *476 - - &482 + - *479 + - &485 name: branch_policy_id in: path required: true @@ -74642,9 +74673,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - default: *481 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74665,8 +74696,8 @@ paths: parameters: - *318 - *319 - - *476 - - *482 + - *479 + - *485 requestBody: required: true content: @@ -74695,9 +74726,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - default: *481 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74718,8 +74749,8 @@ paths: parameters: - *318 - *319 - - *476 - - *482 + - *479 + - *485 responses: '204': description: Response @@ -74744,7 +74775,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *476 + - *479 - *319 - *318 responses: @@ -74763,7 +74794,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &483 + items: &486 title: Deployment protection rule description: Deployment protection rule type: object @@ -74785,7 +74816,7 @@ paths: for the environment. examples: - true - app: &484 + app: &487 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74888,7 +74919,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: - - *476 + - *479 - *319 - *318 requestBody: @@ -74911,9 +74942,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *483 + schema: *486 examples: - default: &485 + default: &488 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74948,7 +74979,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: - - *476 + - *479 - *319 - *318 - *19 @@ -74970,7 +75001,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *484 + items: *487 examples: default: value: @@ -75007,8 +75038,8 @@ paths: parameters: - *318 - *319 - - *476 - - &486 + - *479 + - &489 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -75020,9 +75051,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: - default: *485 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75043,10 +75074,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *476 + - *479 - *319 - *318 - - *486 + - *489 responses: '204': description: Response @@ -75074,7 +75105,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *17 - *19 responses: @@ -75121,7 +75152,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 responses: '200': description: Response @@ -75153,7 +75184,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *152 responses: '200': @@ -75162,7 +75193,7 @@ paths: application/json: schema: *363 examples: - default: *487 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75186,7 +75217,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *152 requestBody: required: true @@ -75246,7 +75277,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *152 responses: '204': @@ -75274,7 +75305,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *334 - *19 responses: @@ -75319,7 +75350,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 requestBody: required: true content: @@ -75373,7 +75404,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *155 responses: '200': @@ -75382,7 +75413,7 @@ paths: application/json: schema: *367 examples: - default: *488 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75406,7 +75437,7 @@ paths: - *318 - *319 - *155 - - *476 + - *479 requestBody: required: true content: @@ -75451,7 +75482,7 @@ paths: - *318 - *319 - *155 - - *476 + - *479 responses: '204': description: Response @@ -75820,7 +75851,7 @@ paths: schema: oneOf: - *113 - - *489 + - *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76056,7 +76087,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &493 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -76285,13 +76316,13 @@ paths: parameters: - *318 - *319 - - *445 + - *448 responses: '200': description: Response content: application/json: - schema: *490 + schema: *493 examples: default: value: @@ -76349,7 +76380,7 @@ paths: parameters: - *318 - *319 - - &491 + - &494 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. @@ -76366,7 +76397,7 @@ paths: application/json: schema: type: array - items: &492 + items: &495 title: Git Reference description: Git references within a repository type: object @@ -76444,15 +76475,15 @@ paths: parameters: - *318 - *319 - - *491 + - *494 responses: '200': description: Response content: application/json: - schema: *492 + schema: *495 examples: - default: &493 + default: &496 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -76511,9 +76542,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *495 examples: - default: *493 + default: *496 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76541,7 +76572,7 @@ paths: parameters: - *318 - *319 - - *491 + - *494 requestBody: required: true content: @@ -76570,9 +76601,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *495 examples: - default: *493 + default: *496 '422': *15 '409': *49 x-github: @@ -76592,7 +76623,7 @@ paths: parameters: - *318 - *319 - - *491 + - *494 responses: '204': description: Response @@ -76715,7 +76746,7 @@ paths: description: Response content: application/json: - schema: &495 + schema: &498 title: Git Tag description: Metadata for a Git tag type: object @@ -76771,7 +76802,7 @@ paths: - sha - type - url - verification: *494 + verification: *497 required: - sha - url @@ -76781,7 +76812,7 @@ paths: - tag - message examples: - default: &496 + default: &499 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76866,9 +76897,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *498 examples: - default: *496 + default: *499 '404': *6 '409': *49 x-github: @@ -76967,7 +76998,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &500 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -77093,7 +77124,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *500 examples: default-response: summary: Default response @@ -77163,7 +77194,7 @@ paths: application/json: schema: type: array - items: &498 + items: &501 title: Webhook description: Webhooks for repositories. type: object @@ -77226,7 +77257,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &732 + last_response: &735 title: Hook Response type: object properties: @@ -77357,9 +77388,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: &499 + default: &502 value: type: Repository id: 12345678 @@ -77415,9 +77446,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: *499 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -77484,9 +77515,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: *499 + default: *502 '422': *15 '404': *6 x-github: @@ -77883,7 +77914,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &503 title: Import description: A repository import from an external source. type: object @@ -77990,7 +78021,7 @@ paths: - html_url - authors_url examples: - default: &503 + default: &506 value: vcs: subversion use_lfs: true @@ -78006,7 +78037,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': &501 + '503': &504 description: Unavailable due to service under maintenance. content: application/json: @@ -78084,7 +78115,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: default: value: @@ -78109,7 +78140,7 @@ paths: type: string '422': *15 '404': *6 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78190,7 +78221,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: example-1: summary: Example 1 @@ -78238,7 +78269,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': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78266,7 +78297,7 @@ paths: responses: '204': description: Response - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78294,7 +78325,7 @@ paths: parameters: - *318 - *319 - - &669 + - &672 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -78308,7 +78339,7 @@ paths: application/json: schema: type: array - items: &502 + items: &505 title: Porter Author description: Porter Author type: object @@ -78362,7 +78393,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': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78418,7 +78449,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *505 examples: default: value: @@ -78431,7 +78462,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78497,7 +78528,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78553,11 +78584,11 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: *503 + default: *506 '422': *15 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78589,7 +78620,7 @@ paths: application/json: schema: *20 examples: - default: *504 + default: *507 '301': *322 '404': *6 x-github: @@ -78624,7 +78655,7 @@ paths: properties: {} additionalProperties: false examples: - default: &506 + default: &509 value: limit: collaborators_only origin: repository @@ -78655,7 +78686,7 @@ paths: required: true content: application/json: - schema: *505 + schema: *508 examples: default: summary: Example request body @@ -78669,7 +78700,7 @@ paths: application/json: schema: *211 examples: - default: *506 + default: *509 '409': description: Response x-github: @@ -78726,9 +78757,9 @@ paths: application/json: schema: type: array - items: *507 + items: *510 examples: - default: &662 + default: &665 value: - id: 1 repository: @@ -78890,7 +78921,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *510 examples: default: value: @@ -79128,7 +79159,7 @@ paths: type: array items: *70 examples: - default: &515 + default: &518 value: - id: 1 node_id: MDU6SXNzdWUx @@ -79398,7 +79429,7 @@ paths: application/json: schema: *70 examples: - default: &512 + default: &515 value: id: 1 node_id: MDU6SXNzdWUx @@ -79554,7 +79585,7 @@ paths: '422': *15 '503': *105 '404': *6 - '410': *508 + '410': *511 x-github: triggersNotification: true githubCloudOnly: false @@ -79604,9 +79635,9 @@ paths: application/json: schema: type: array - items: *509 + items: *512 examples: - default: &514 + default: &517 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79672,9 +79703,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: &510 + default: &513 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79752,9 +79783,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *510 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -79944,7 +79975,7 @@ paths: application/json: schema: type: array - items: &511 + items: &514 title: Issue Event description: Issue Event type: object @@ -80295,7 +80326,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -80487,7 +80518,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *508 + '410': *511 '403': *27 x-github: githubCloudOnly: false @@ -80523,7 +80554,7 @@ paths: parameters: - *318 - *319 - - &513 + - &516 name: issue_number description: The number that identifies the issue. in: path @@ -80537,10 +80568,10 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '301': *322 '404': *6 - '410': *508 + '410': *511 '304': *35 x-github: githubCloudOnly: false @@ -80567,7 +80598,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -80688,13 +80719,13 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '422': *15 '503': *105 '403': *27 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80714,7 +80745,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -80742,7 +80773,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80760,7 +80791,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: content: application/json: @@ -80787,7 +80818,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80811,7 +80842,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - name: assignee in: path required: true @@ -80853,7 +80884,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *76 - *17 - *19 @@ -80864,13 +80895,13 @@ paths: application/json: schema: type: array - items: *509 + items: *512 examples: - default: *514 + default: *517 headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80901,7 +80932,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -80923,16 +80954,16 @@ paths: description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *510 + default: *513 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *508 + '410': *511 '422': *15 '404': *6 x-github: @@ -80962,7 +80993,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -80974,12 +81005,12 @@ paths: type: array items: *70 examples: - default: *515 + default: *518 headers: Link: *56 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81009,7 +81040,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -81033,7 +81064,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -81041,7 +81072,7 @@ paths: type: string '301': *322 '403': *27 - '410': *508 + '410': *511 '422': *15 '404': *6 x-github: @@ -81074,7 +81105,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -81088,13 +81119,13 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '301': *322 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *508 + '410': *511 x-github: triggersNotification: true githubCloudOnly: false @@ -81122,7 +81153,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -81134,12 +81165,12 @@ paths: type: array items: *70 examples: - default: *515 + default: *518 headers: Link: *56 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81158,7 +81189,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -81172,7 +81203,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &517 + - &520 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -81221,7 +81252,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &518 + - &521 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -81349,7 +81380,7 @@ paths: - performed_via_github_app - assignee - assigner - - &519 + - &522 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -81395,7 +81426,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &520 + - &523 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -81441,7 +81472,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &521 + - &524 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -81490,7 +81521,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &522 + - &525 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -81532,7 +81563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &523 + - &526 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -81574,7 +81605,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &524 + - &527 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -81630,7 +81661,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &525 + - &528 title: Locked Issue Event description: Locked Issue Event type: object @@ -81675,7 +81706,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &529 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -81736,7 +81767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &527 + - &530 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81797,7 +81828,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &531 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81858,7 +81889,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &532 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81951,7 +81982,7 @@ paths: color: red headers: Link: *56 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81970,7 +82001,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -81982,7 +82013,7 @@ paths: type: array items: *69 examples: - default: &516 + default: &519 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82002,7 +82033,7 @@ paths: Link: *56 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82021,7 +82052,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -82082,10 +82113,10 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 '301': *322 '404': *6 - '410': *508 + '410': *511 '422': *15 x-github: githubCloudOnly: false @@ -82104,7 +82135,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -82166,10 +82197,10 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 '301': *322 '404': *6 - '410': *508 + '410': *511 '422': *15 x-github: githubCloudOnly: false @@ -82188,13 +82219,13 @@ paths: parameters: - *318 - *319 - - *513 + - *516 responses: '204': description: Response '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82215,7 +82246,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - name: name in: path required: true @@ -82241,7 +82272,7 @@ paths: default: true '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82263,7 +82294,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -82292,7 +82323,7 @@ paths: '204': description: Response '403': *27 - '410': *508 + '410': *511 '404': *6 '422': *15 x-github: @@ -82312,7 +82343,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 responses: '204': description: Response @@ -82344,7 +82375,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 responses: '200': description: Response @@ -82352,10 +82383,10 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82374,7 +82405,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - 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. @@ -82406,7 +82437,7 @@ paths: headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82426,7 +82457,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82491,7 +82522,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *316 responses: '204': @@ -82523,7 +82554,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82547,7 +82578,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -82582,7 +82613,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -82594,11 +82625,11 @@ paths: type: array items: *70 examples: - default: *515 + default: *518 headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82628,7 +82659,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82657,14 +82688,14 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *508 + '410': *511 '422': *15 '404': *6 x-github: @@ -82686,7 +82717,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82719,7 +82750,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '403': *27 '404': *6 '422': *7 @@ -82743,7 +82774,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -82758,9 +82789,6 @@ paths: description: Timeline Event type: object anyOf: - - *517 - - *518 - - *519 - *520 - *521 - *522 @@ -82771,6 +82799,9 @@ paths: - *527 - *528 - *529 + - *530 + - *531 + - *532 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -83099,7 +83130,7 @@ paths: type: string comments: type: array - items: &550 + items: &553 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -83337,7 +83368,7 @@ paths: type: string comments: type: array - items: *443 + items: *446 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -83612,7 +83643,7 @@ paths: headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83640,7 +83671,7 @@ paths: application/json: schema: type: array - items: &530 + items: &533 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -83745,9 +83776,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: &531 + default: &534 value: id: 1 key: ssh-rsa AAA... @@ -83783,7 +83814,7 @@ paths: parameters: - *318 - *319 - - &532 + - &535 name: key_id description: The unique identifier of the key. in: path @@ -83795,9 +83826,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 '404': *6 x-github: githubCloudOnly: false @@ -83817,7 +83848,7 @@ paths: parameters: - *318 - *319 - - *532 + - *535 responses: '204': description: Response @@ -83850,7 +83881,7 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 headers: Link: *56 '404': *6 @@ -83910,7 +83941,7 @@ paths: application/json: schema: *69 examples: - default: &533 + default: &536 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83956,7 +83987,7 @@ paths: application/json: schema: *69 examples: - default: *533 + default: *536 '404': *6 x-github: githubCloudOnly: false @@ -84356,9 +84387,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *444 + schema: *447 examples: - default: *534 + default: *537 '204': description: Response when already merged '404': @@ -84524,7 +84555,7 @@ paths: application/json: schema: *252 examples: - default: &535 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -84585,7 +84616,7 @@ paths: parameters: - *318 - *319 - - &536 + - &539 name: milestone_number description: The number that identifies the milestone. in: path @@ -84599,7 +84630,7 @@ paths: application/json: schema: *252 examples: - default: *535 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -84618,7 +84649,7 @@ paths: parameters: - *318 - *319 - - *536 + - *539 requestBody: required: false content: @@ -84658,7 +84689,7 @@ paths: application/json: schema: *252 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84676,7 +84707,7 @@ paths: parameters: - *318 - *319 - - *536 + - *539 responses: '204': description: Response @@ -84699,7 +84730,7 @@ paths: parameters: - *318 - *319 - - *536 + - *539 - *17 - *19 responses: @@ -84711,7 +84742,7 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 headers: Link: *56 x-github: @@ -84732,10 +84763,10 @@ paths: parameters: - *318 - *319 - - *537 - - *538 + - *540 + - *541 - *76 - - *539 + - *542 - *17 - *19 responses: @@ -84747,7 +84778,7 @@ paths: type: array items: *96 examples: - default: *540 + default: *543 headers: Link: *56 x-github: @@ -84837,7 +84868,7 @@ paths: description: Response content: application/json: - schema: &541 + schema: &544 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84981,7 +85012,7 @@ paths: - custom_404 - public examples: - default: &542 + default: &545 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -85078,9 +85109,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *544 examples: - default: *542 + default: *545 '422': *15 '409': *49 x-github: @@ -85242,7 +85273,7 @@ paths: application/json: schema: type: array - items: &543 + items: &546 title: Page Build description: Page Build type: object @@ -85389,9 +85420,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: - default: &544 + default: &547 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -85451,9 +85482,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: - default: *544 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85584,7 +85615,7 @@ paths: parameters: - *318 - *319 - - &545 + - &548 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -85644,7 +85675,7 @@ paths: parameters: - *318 - *319 - - *545 + - *548 responses: '204': *176 '404': *6 @@ -86061,7 +86092,7 @@ paths: type: array items: *103 examples: - default: *546 + default: *549 '403': *27 '404': *6 x-github: @@ -86100,7 +86131,7 @@ paths: required: - properties examples: - default: *547 + default: *550 responses: '204': description: No Content when custom property values are successfully created @@ -86199,9 +86230,9 @@ paths: application/json: schema: type: array - items: *448 + items: *451 examples: - default: *548 + default: *551 headers: Link: *56 '304': *35 @@ -86301,7 +86332,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &555 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -86541,7 +86572,7 @@ paths: - review_comment - self author_association: *71 - auto_merge: *549 + auto_merge: *552 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -86643,7 +86674,7 @@ paths: - merged_by - review_comments examples: - default: &553 + default: &556 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -87200,9 +87231,9 @@ paths: application/json: schema: type: array - items: *550 + items: *553 examples: - default: &555 + default: &558 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87287,9 +87318,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: - default: &551 + default: &554 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87388,9 +87419,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: - default: *551 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87593,7 +87624,7 @@ paths: parameters: - *318 - *319 - - &554 + - &557 name: pull_number description: The number that identifies the pull request. in: path @@ -87606,9 +87637,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *552 + schema: *555 examples: - default: *553 + default: *556 '304': *35 '404': *6 '406': @@ -87645,7 +87676,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -87687,9 +87718,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *555 examples: - default: *553 + default: *556 '422': *15 '403': *27 x-github: @@ -87713,7 +87744,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: true content: @@ -87776,7 +87807,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -87784,7 +87815,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '401': *23 '403': *27 '404': *6 @@ -87816,7 +87847,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *93 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -87837,9 +87868,9 @@ paths: application/json: schema: type: array - items: *550 + items: *553 examples: - default: *555 + default: *558 headers: Link: *56 x-github: @@ -87874,7 +87905,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: true content: @@ -87980,7 +88011,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: example-for-a-multi-line-comment: value: @@ -88070,7 +88101,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *85 requestBody: required: true @@ -88093,7 +88124,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: default: value: @@ -88181,7 +88212,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *17 - *19 responses: @@ -88191,9 +88222,9 @@ paths: application/json: schema: type: array - items: *444 + items: *447 examples: - default: *556 + default: *559 headers: Link: *56 x-github: @@ -88225,7 +88256,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *17 - *19 responses: @@ -88235,7 +88266,7 @@ paths: application/json: schema: type: array - items: *455 + items: *458 examples: default: value: @@ -88275,7 +88306,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 responses: '204': description: Response if pull request has been merged @@ -88300,7 +88331,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -88414,7 +88445,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 responses: '200': description: Response @@ -88491,7 +88522,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -88528,7 +88559,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *451 examples: default: value: @@ -89066,7 +89097,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: true content: @@ -89100,7 +89131,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *451 examples: default: value: @@ -89607,7 +89638,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *17 - *19 responses: @@ -89617,7 +89648,7 @@ paths: application/json: schema: type: array - items: &557 + items: &560 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89775,7 +89806,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -89865,9 +89896,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: &559 + default: &562 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89932,8 +89963,8 @@ paths: parameters: - *318 - *319 - - *554 - - &558 + - *557 + - &561 name: review_id description: The unique identifier of the review. in: path @@ -89945,9 +89976,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: &560 + default: &563 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -90008,8 +90039,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 requestBody: required: true content: @@ -90032,7 +90063,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: default: value: @@ -90096,16 +90127,16 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 responses: '200': description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: *559 + default: *562 '422': *7 '404': *6 x-github: @@ -90134,8 +90165,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 - *17 - *19 responses: @@ -90395,8 +90426,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 requestBody: required: true content: @@ -90425,7 +90456,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: default: value: @@ -90490,8 +90521,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 requestBody: required: true content: @@ -90526,9 +90557,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: *560 + default: *563 '404': *6 '422': *7 '403': *27 @@ -90552,7 +90583,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -90630,9 +90661,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: - default: &562 + default: &565 value: type: file encoding: base64 @@ -90695,9 +90726,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: - default: *562 + default: *565 '404': *6 '422': *15 x-github: @@ -90730,7 +90761,7 @@ paths: application/json: schema: type: array - items: *563 + items: *566 examples: default: value: @@ -90901,9 +90932,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: &567 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -91010,7 +91041,7 @@ paths: parameters: - *318 - *319 - - &565 + - &568 name: asset_id description: The unique identifier of the asset. in: path @@ -91022,9 +91053,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: &566 + default: &569 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 @@ -91059,7 +91090,7 @@ paths: type: User site_admin: false '404': *6 - '302': *457 + '302': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91077,7 +91108,7 @@ paths: parameters: - *318 - *319 - - *565 + - *568 requestBody: required: false content: @@ -91106,9 +91137,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: *566 + default: *569 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91126,7 +91157,7 @@ paths: parameters: - *318 - *319 - - *565 + - *568 responses: '204': description: Response @@ -91244,9 +91275,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *567 + default: *570 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91277,9 +91308,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *567 + default: *570 '404': *6 x-github: githubCloudOnly: false @@ -91303,7 +91334,7 @@ paths: parameters: - *318 - *319 - - &568 + - &571 name: release_id description: The unique identifier of the release. in: path @@ -91317,9 +91348,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: *563 + schema: *566 examples: - default: *567 + default: *570 '401': description: Unauthorized x-github: @@ -91339,7 +91370,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 requestBody: required: false content: @@ -91403,9 +91434,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *567 + default: *570 '404': description: Not Found if the discussion category name is invalid content: @@ -91428,7 +91459,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 responses: '204': description: Response @@ -91450,7 +91481,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - *17 - *19 responses: @@ -91460,7 +91491,7 @@ paths: application/json: schema: type: array - items: *564 + items: *567 examples: default: value: @@ -91543,7 +91574,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - name: name in: query required: true @@ -91569,7 +91600,7 @@ paths: description: Response for successful upload content: application/json: - schema: *564 + schema: *567 examples: response-for-successful-upload: value: @@ -91626,7 +91657,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - 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. @@ -91675,7 +91706,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 requestBody: required: true content: @@ -91738,7 +91769,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - *316 responses: '204': @@ -91782,7 +91813,7 @@ paths: oneOf: - allOf: - *271 - - &569 + - &572 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91803,67 +91834,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *272 - - *569 + - *572 - allOf: - *273 - - *569 + - *572 - allOf: - *274 - - *569 + - *572 - allOf: - - *570 - - *569 + - *573 + - *572 - allOf: - *275 - - *569 + - *572 - allOf: - *276 - - *569 + - *572 - allOf: - *277 - - *569 + - *572 - allOf: - *278 - - *569 + - *572 - allOf: - *279 - - *569 + - *572 - allOf: - *280 - - *569 + - *572 - allOf: - *281 - - *569 + - *572 - allOf: - *282 - - *569 + - *572 - allOf: - *283 - - *569 + - *572 - allOf: - *284 - - *569 + - *572 - allOf: - *285 - - *569 + - *572 - allOf: - *286 - - *569 + - *572 - allOf: - *287 - - *569 + - *572 - allOf: - *288 - - *569 + - *572 - allOf: - *289 - - *569 + - *572 - allOf: - *290 - - *569 + - *572 - allOf: - *291 - - *569 + - *572 examples: default: value: @@ -91914,7 +91945,7 @@ paths: schema: type: boolean default: true - - *571 + - *574 responses: '200': description: Response @@ -91999,7 +92030,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *572 + items: *575 required: - name - enforcement @@ -92032,7 +92063,7 @@ paths: application/json: schema: *292 examples: - default: &582 + default: &585 value: id: 42 name: super cool ruleset @@ -92081,10 +92112,10 @@ paths: parameters: - *318 - *319 - - *573 - - *574 - - *575 - *576 + - *577 + - *578 + - *579 - *17 - *19 responses: @@ -92092,9 +92123,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *578 + default: *581 '404': *6 '500': *104 x-github: @@ -92117,15 +92148,15 @@ paths: parameters: - *318 - *319 - - *579 + - *582 responses: '200': description: Response content: application/json: - schema: *580 + schema: *583 examples: - default: *581 + default: *584 '404': *6 '500': *104 x-github: @@ -92176,7 +92207,7 @@ paths: application/json: schema: *292 examples: - default: *582 + default: *585 '404': *6 '500': *104 put: @@ -92229,7 +92260,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *572 + items: *575 examples: default: value: @@ -92259,7 +92290,7 @@ paths: application/json: schema: *292 examples: - default: *582 + default: *585 '404': *6 '500': *104 delete: @@ -92320,7 +92351,7 @@ paths: type: array items: *295 examples: - default: *583 + default: *586 '404': *6 '500': *104 x-github: @@ -92358,7 +92389,7 @@ paths: description: Response content: application/json: - schema: *584 + schema: *587 examples: default: value: @@ -92415,20 +92446,20 @@ paths: parameters: - *318 - *319 - - *585 - - *586 - - *587 - *588 - *589 - - *50 - - *19 - - *17 - *590 - *591 - *592 + - *50 + - *19 + - *17 - *593 - *594 - *595 + - *596 + - *597 + - *598 responses: '200': description: Response @@ -92436,7 +92467,7 @@ paths: application/json: schema: type: array - items: &599 + items: &602 type: object properties: number: *162 @@ -92452,8 +92483,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *596 - resolution: *597 + state: *599 + resolution: *600 resolved_at: type: - string @@ -92547,7 +92578,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *598 + - *601 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -92695,13 +92726,13 @@ paths: - *318 - *319 - *415 - - *595 + - *598 responses: '200': description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -92765,8 +92796,8 @@ paths: schema: type: object properties: - state: *596 - resolution: *597 + state: *599 + resolution: *600 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -92802,7 +92833,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -92910,7 +92941,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &752 + items: &755 type: object properties: type: @@ -92937,9 +92968,6 @@ paths: - commit details: oneOf: - - *600 - - *601 - - *602 - *603 - *604 - *605 @@ -92950,6 +92978,9 @@ paths: - *610 - *611 - *612 + - *613 + - *614 + - *615 examples: default: value: @@ -93044,14 +93075,14 @@ paths: schema: type: object properties: - reason: &614 + reason: &617 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *613 + placeholder_id: *616 required: - reason - placeholder_id @@ -93068,7 +93099,7 @@ paths: schema: type: object properties: - reason: *614 + reason: *617 expire_at: type: - string @@ -93131,7 +93162,7 @@ paths: properties: incremental_scans: type: array - items: &615 + items: &618 description: Information on a single scan performed by secret scanning on the repository type: object @@ -93159,15 +93190,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *615 + items: *618 backfill_scans: type: array - items: *615 + items: *618 custom_pattern_backfill_scans: type: array items: allOf: - - *615 + - *618 - type: object properties: pattern_name: @@ -93282,9 +93313,9 @@ paths: application/json: schema: type: array - items: *616 + items: *619 examples: - default: *617 + default: *620 '400': *14 '404': *6 x-github: @@ -93478,9 +93509,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: &619 + default: &622 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93827,7 +93858,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -93976,15 +94007,15 @@ paths: parameters: - *318 - *319 - - *618 + - *621 responses: '200': description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: *619 + default: *622 '403': *27 '404': *6 x-github: @@ -94010,7 +94041,7 @@ paths: parameters: - *318 - *319 - - *618 + - *621 requestBody: required: true content: @@ -94181,10 +94212,10 @@ paths: description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: *619 - add_credit: *619 + default: *622 + add_credit: *622 '403': *27 '404': *6 '422': @@ -94224,7 +94255,7 @@ paths: parameters: - *318 - *319 - - *618 + - *621 responses: '202': *37 '400': *14 @@ -94253,7 +94284,7 @@ paths: parameters: - *318 - *319 - - *618 + - *621 responses: '202': description: Response @@ -94394,7 +94425,7 @@ paths: application/json: schema: type: array - items: &620 + items: &623 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -94767,7 +94798,7 @@ paths: application/json: schema: type: array - items: *620 + items: *623 examples: default: value: @@ -94857,7 +94888,7 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: default: value: @@ -94951,7 +94982,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &622 + schema: &625 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -95051,7 +95082,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *625 examples: default: value: @@ -95191,7 +95222,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 title: Tag protection description: Tag protection type: object @@ -95272,7 +95303,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -95420,7 +95451,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &627 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -95432,7 +95463,7 @@ paths: required: - names examples: - default: &625 + default: &628 value: names: - octocat @@ -95487,9 +95518,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *627 examples: - default: *625 + default: *628 '404': *6 '422': *7 x-github: @@ -95512,7 +95543,7 @@ paths: parameters: - *318 - *319 - - &626 + - &629 name: per description: The time frame to display results for. in: query @@ -95543,7 +95574,7 @@ paths: - 128 clones: type: array - items: &627 + items: &630 title: Traffic type: object properties: @@ -95791,7 +95822,7 @@ paths: parameters: - *318 - *319 - - *626 + - *629 responses: '200': description: Response @@ -95812,7 +95843,7 @@ paths: - 3782 views: type: array - items: *627 + items: *630 required: - uniques - count @@ -96582,7 +96613,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &628 + text_matches: &631 title: Search Result Text Matches type: array items: @@ -96745,7 +96776,7 @@ paths: enum: - author-date - committer-date - - &629 + - &632 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 @@ -96833,7 +96864,7 @@ paths: url: type: string format: uri - verification: *494 + verification: *497 required: - author - committer @@ -96865,7 +96896,7 @@ paths: type: number node_id: type: string - text_matches: *628 + text_matches: *631 required: - sha - node_id @@ -97057,7 +97088,7 @@ paths: - interactions - created - updated - - *629 + - *632 - *17 - *19 - name: advanced_search @@ -97154,11 +97185,11 @@ paths: type: - string - 'null' - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: type: string state_reason: @@ -97186,7 +97217,7 @@ paths: - string - 'null' format: date-time - text_matches: *628 + text_matches: *631 pull_request: type: object properties: @@ -97409,7 +97440,7 @@ paths: enum: - created - updated - - *629 + - *632 - *17 - *19 responses: @@ -97454,7 +97485,7 @@ paths: - 'null' score: type: number - text_matches: *628 + text_matches: *631 required: - id - node_id @@ -97539,7 +97570,7 @@ paths: - forks - help-wanted-issues - updated - - *629 + - *632 - *17 - *19 responses: @@ -97776,7 +97807,7 @@ paths: - admin - pull - push - text_matches: *628 + text_matches: *631 temp_clone_token: type: string allow_merge_commit: @@ -98084,7 +98115,7 @@ paths: - string - 'null' format: uri - text_matches: *628 + text_matches: *631 related: type: - array @@ -98277,7 +98308,7 @@ paths: - followers - repositories - joined - - *629 + - *632 - *17 - *19 responses: @@ -98387,7 +98418,7 @@ paths: type: - boolean - 'null' - text_matches: *628 + text_matches: *631 blog: type: - string @@ -98469,7 +98500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &633 + - &636 name: team_id description: The unique identifier of the team. in: path @@ -98510,7 +98541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *633 + - *636 requestBody: required: true content: @@ -98611,7 +98642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *633 + - *636 responses: '204': description: Response @@ -98642,7 +98673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *633 + - *636 - *50 - *17 - *19 @@ -98655,7 +98686,7 @@ paths: type: array items: *307 examples: - default: *634 + default: *637 headers: Link: *56 x-github: @@ -98684,7 +98715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *633 + - *636 requestBody: required: true content: @@ -98747,7 +98778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *633 + - *636 - *309 responses: '200': @@ -98781,7 +98812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *633 + - *636 - *309 requestBody: required: false @@ -98807,7 +98838,7 @@ paths: application/json: schema: *307 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98832,7 +98863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *633 + - *636 - *309 responses: '204': @@ -98862,7 +98893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *633 + - *636 - *309 - *50 - *17 @@ -98876,7 +98907,7 @@ paths: type: array items: *310 examples: - default: *636 + default: *639 headers: Link: *56 x-github: @@ -98905,7 +98936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 requestBody: required: true @@ -98957,7 +98988,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 responses: @@ -98992,7 +99023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 requestBody: @@ -99018,7 +99049,7 @@ paths: application/json: schema: *310 examples: - default: *637 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99043,7 +99074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 responses: @@ -99074,7 +99105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 - name: content @@ -99133,7 +99164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 requestBody: @@ -99195,7 +99226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *633 + - *636 - *309 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -99253,7 +99284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *633 + - *636 - *309 requestBody: required: true @@ -99312,7 +99343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *633 + - *636 - *17 - *19 responses: @@ -99350,7 +99381,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *633 + - *636 - name: role description: Filters members returned by their role in the team. in: query @@ -99401,7 +99432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99438,7 +99469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99478,7 +99509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99515,7 +99546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *633 + - *636 - *61 responses: '200': @@ -99524,7 +99555,7 @@ paths: application/json: schema: *317 examples: - response-if-user-is-a-team-maintainer: *638 + response-if-user-is-a-team-maintainer: *641 '404': *6 x-github: githubCloudOnly: false @@ -99557,7 +99588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *633 + - *636 - *61 requestBody: required: false @@ -99585,7 +99616,7 @@ paths: application/json: schema: *317 examples: - response-if-users-membership-with-team-is-now-pending: *639 + response-if-users-membership-with-team-is-now-pending: *642 '403': description: Forbidden if team synchronization is set up '422': @@ -99619,7 +99650,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99647,7 +99678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *633 + - *636 - *17 - *19 responses: @@ -99689,7 +99720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *633 + - *636 - *318 - *319 responses: @@ -99697,7 +99728,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *640 + schema: *643 examples: alternative-response-with-extra-repository-information: value: @@ -99848,7 +99879,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *633 + - *636 - *318 - *319 requestBody: @@ -99900,7 +99931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *633 + - *636 - *318 - *319 responses: @@ -99927,7 +99958,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *633 + - *636 - *17 - *19 responses: @@ -99939,7 +99970,7 @@ paths: type: array items: *180 examples: - response-if-child-teams-exist: *641 + response-if-child-teams-exist: *644 headers: Link: *56 '404': *6 @@ -99972,7 +100003,7 @@ paths: application/json: schema: oneOf: - - &643 + - &646 title: Private User description: Private User type: object @@ -100222,7 +100253,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *642 + - *645 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -100382,7 +100413,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *646 examples: default: value: @@ -100728,7 +100759,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -100736,7 +100767,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '401': *23 '403': *27 '404': *6 @@ -100780,7 +100811,7 @@ paths: type: integer secrets: type: array - items: &644 + items: &647 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -100822,7 +100853,7 @@ paths: - visibility - selected_repositories_url examples: - default: *437 + default: *440 headers: Link: *56 x-github: @@ -100900,7 +100931,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: default: value: @@ -101046,7 +101077,7 @@ paths: type: array items: *144 examples: - default: *645 + default: *648 '401': *23 '403': *27 '404': *6 @@ -101198,7 +101229,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '304': *35 '500': *104 '401': *23 @@ -101256,7 +101287,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '401': *23 '403': *27 '404': *6 @@ -101313,7 +101344,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -101366,7 +101397,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &647 + default: &650 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -101411,9 +101442,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *647 + default: *650 '404': *6 x-github: githubCloudOnly: false @@ -101450,9 +101481,9 @@ paths: type: integer machines: type: array - items: *436 + items: *439 examples: - default: *648 + default: *651 '304': *35 '500': *104 '401': *23 @@ -101541,7 +101572,7 @@ paths: machine: anyOf: - type: 'null' - - *436 + - *439 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -102346,7 +102377,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '304': *35 '500': *104 '400': *14 @@ -102386,7 +102417,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '500': *104 '401': *23 '403': *27 @@ -102418,7 +102449,7 @@ paths: type: array items: *233 examples: - default: &659 + default: &662 value: - id: 197 name: hello_docker @@ -102519,7 +102550,7 @@ paths: application/json: schema: type: array - items: &649 + items: &652 title: Email description: Email type: object @@ -102589,9 +102620,9 @@ paths: application/json: schema: type: array - items: *649 + items: *652 examples: - default: &661 + default: &664 value: - email: octocat@github.com verified: true @@ -102668,7 +102699,7 @@ paths: application/json: schema: type: array - items: *649 + items: *652 examples: default: value: @@ -102926,7 +102957,7 @@ paths: application/json: schema: type: array - items: &650 + items: &653 title: GPG Key description: A unique encryption key type: object @@ -103071,7 +103102,7 @@ paths: - subkeys - revoked examples: - default: &675 + default: &678 value: - id: 3 name: Octocat's GPG Key @@ -103156,9 +103187,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *653 examples: - default: &651 + default: &654 value: id: 3 name: Octocat's GPG Key @@ -103215,7 +103246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &652 + - &655 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -103227,9 +103258,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *653 examples: - default: *651 + default: *654 '404': *6 '304': *35 '403': *27 @@ -103252,7 +103283,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *652 + - *655 responses: '204': description: Response @@ -103557,7 +103588,7 @@ paths: required: true content: application/json: - schema: *505 + schema: *508 examples: default: value: @@ -103707,7 +103738,7 @@ paths: application/json: schema: type: array - items: &653 + items: &656 title: Key description: Key type: object @@ -103810,9 +103841,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: &654 + default: &657 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -103845,15 +103876,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *532 + - *535 responses: '200': description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: *654 + default: *657 '404': *6 '304': *35 '403': *27 @@ -103876,7 +103907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *532 + - *535 responses: '204': description: Response @@ -103909,7 +103940,7 @@ paths: application/json: schema: type: array - items: &655 + items: &658 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -103988,7 +104019,7 @@ paths: - account - plan examples: - default: &656 + default: &659 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104050,9 +104081,9 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: *656 + default: *659 headers: Link: *56 '304': *35 @@ -105056,7 +105087,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *228 - - *657 + - *660 responses: '204': description: Response @@ -105171,7 +105202,7 @@ paths: - docker - nuget - container - - *658 + - *661 - *19 - *17 responses: @@ -105183,8 +105214,8 @@ paths: type: array items: *233 examples: - default: *659 - '400': *660 + default: *662 + '400': *663 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105213,7 +105244,7 @@ paths: application/json: schema: *233 examples: - default: &676 + default: &679 value: id: 40201 name: octo-name @@ -105575,9 +105606,9 @@ paths: application/json: schema: type: array - items: *649 + items: *652 examples: - default: *661 + default: *664 headers: Link: *56 '304': *35 @@ -105690,7 +105721,7 @@ paths: type: array items: *68 examples: - default: &668 + default: &671 summary: Default response value: - id: 1296269 @@ -106048,9 +106079,9 @@ paths: application/json: schema: type: array - items: *507 + items: *510 examples: - default: *662 + default: *665 headers: Link: *56 '304': *35 @@ -106129,7 +106160,7 @@ paths: application/json: schema: type: array - items: &663 + items: &666 title: Social account description: Social media account type: object @@ -106146,7 +106177,7 @@ paths: - provider - url examples: - default: &664 + default: &667 value: - provider: twitter url: https://twitter.com/github @@ -106209,9 +106240,9 @@ paths: application/json: schema: type: array - items: *663 + items: *666 examples: - default: *664 + default: *667 '422': *15 '304': *35 '404': *6 @@ -106299,7 +106330,7 @@ paths: application/json: schema: type: array - items: &665 + items: &668 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -106319,7 +106350,7 @@ paths: - title - created_at examples: - default: &693 + default: &696 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106384,9 +106415,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *668 examples: - default: &666 + default: &669 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106416,7 +106447,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: - - &667 + - &670 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -106428,9 +106459,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *668 examples: - default: *666 + default: *669 '404': *6 '304': *35 '403': *27 @@ -106453,7 +106484,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: - - *667 + - *670 responses: '204': description: Response @@ -106482,7 +106513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &694 + - &697 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 @@ -106507,11 +106538,11 @@ paths: type: array items: *68 examples: - default-response: *668 + default-response: *671 application/vnd.github.v3.star+json: schema: type: array - items: &695 + items: &698 title: Starred Repository description: Starred Repository type: object @@ -106880,10 +106911,10 @@ paths: application/json: schema: oneOf: - - *643 - - *642 + - *646 + - *645 examples: - default-response: &670 + default-response: &673 summary: Default response value: login: octocat @@ -106918,7 +106949,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &671 + response-with-git-hub-plan-information: &674 summary: Response with GitHub plan information value: login: octocat @@ -107040,7 +107071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *669 + - *672 - *17 responses: '200': @@ -107089,11 +107120,11 @@ paths: application/json: schema: oneOf: - - *643 - - *642 + - *646 + - *645 examples: - default-response: *670 - response-with-git-hub-plan-information: *671 + default-response: *673 + response-with-git-hub-plan-information: *674 '404': *6 x-github: githubCloudOnly: false @@ -107143,8 +107174,8 @@ paths: required: - subject_digests examples: - default: *672 - withPredicateType: *673 + default: *675 + withPredicateType: *676 responses: '200': description: Response @@ -107198,7 +107229,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *674 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107444,7 +107475,7 @@ paths: type: array items: *233 examples: - default: *659 + default: *662 '403': *27 '401': *23 x-github: @@ -107828,9 +107859,9 @@ paths: application/json: schema: type: array - items: *650 + items: *653 examples: - default: *675 + default: *678 headers: Link: *56 x-github: @@ -107934,7 +107965,7 @@ paths: application/json: schema: *20 examples: - default: *504 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108059,7 +108090,7 @@ paths: - docker - nuget - container - - *658 + - *661 - *61 - *19 - *17 @@ -108072,10 +108103,10 @@ paths: type: array items: *233 examples: - default: *659 + default: *662 '403': *27 '401': *23 - '400': *660 + '400': *663 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108105,7 +108136,7 @@ paths: application/json: schema: *233 examples: - default: *676 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108454,7 +108485,7 @@ paths: type: array items: *254 examples: - default: *677 + default: *680 headers: Link: *56 '304': *35 @@ -108514,7 +108545,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *678 + items: *681 required: - name - data_type @@ -108530,7 +108561,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *679 + iteration_configuration: *682 required: - name - data_type @@ -108552,8 +108583,8 @@ paths: value: name: Due date data_type: date - single_select_field: *680 - iteration_field: *681 + single_select_field: *683 + iteration_field: *684 responses: '201': description: Response @@ -108561,11 +108592,11 @@ paths: application/json: schema: *254 examples: - text_field: *682 - number_field: *683 - date_field: *684 - single_select_field: *685 - iteration_field: *686 + text_field: *685 + number_field: *686 + date_field: *687 + single_select_field: *688 + iteration_field: *689 '304': *35 '403': *27 '401': *23 @@ -108587,7 +108618,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *251 - - *687 + - *690 - *61 responses: '200': @@ -108596,7 +108627,7 @@ paths: application/json: schema: *254 examples: - default: *688 + default: *691 headers: Link: *56 '304': *35 @@ -109130,7 +109161,7 @@ paths: - *107 - *109 - *108 - - *689 + - *692 - *110 responses: '200': @@ -109261,7 +109292,7 @@ paths: parameters: - *61 - *107 - - *690 + - *693 - *108 responses: '200': @@ -109360,9 +109391,9 @@ paths: - *107 - *109 - *108 - - *691 + - *694 - *110 - - *692 + - *695 responses: '200': description: Response when getting a billing usage summary @@ -109496,9 +109527,9 @@ paths: application/json: schema: type: array - items: *663 + items: *666 examples: - default: *664 + default: *667 headers: Link: *56 x-github: @@ -109528,9 +109559,9 @@ paths: application/json: schema: type: array - items: *665 + items: *668 examples: - default: *693 + default: *696 headers: Link: *56 x-github: @@ -109555,7 +109586,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *61 - - *694 + - *697 - *50 - *17 - *19 @@ -109567,11 +109598,11 @@ paths: schema: anyOf: - type: array - items: *695 + items: *698 - type: array items: *68 examples: - default-response: *668 + default-response: *671 headers: Link: *56 x-github: @@ -109731,7 +109762,7 @@ webhooks: type: string enum: - disabled - enterprise: &696 + enterprise: &699 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109800,7 +109831,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &697 + installation: &700 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109821,7 +109852,7 @@ webhooks: required: - id - node_id - organization: &698 + organization: &701 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109894,7 +109925,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &699 + repository: &702 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -110807,10 +110838,10 @@ webhooks: type: string enum: - enabled - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -110886,11 +110917,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - rule: &700 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + rule: &703 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) @@ -111113,11 +111144,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - rule: *700 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + rule: *703 sender: *4 required: - action @@ -111305,11 +111336,11 @@ webhooks: - everyone required: - from - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - rule: *700 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + rule: *703 sender: *4 required: - action @@ -111393,7 +111424,7 @@ webhooks: type: string enum: - completed - check_run: &702 + check_run: &705 title: CheckRun description: A check performed on the code of a given code change type: object @@ -111503,7 +111534,7 @@ webhooks: - examples: - neutral - deployment: *701 + deployment: *704 details_url: type: string examples: @@ -111601,10 +111632,10 @@ webhooks: - output - app - pull_requests - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 sender: *4 required: - check_run @@ -111997,11 +112028,11 @@ webhooks: type: string enum: - created - check_run: *702 - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + check_run: *705 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 sender: *4 required: - check_run @@ -112397,11 +112428,11 @@ webhooks: type: string enum: - requested_action - check_run: *702 - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + check_run: *705 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 requested_action: description: The action requested by the user. type: object @@ -112806,11 +112837,11 @@ webhooks: type: string enum: - rerequested - check_run: *702 - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + check_run: *705 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 sender: *4 required: - check_run @@ -113802,10 +113833,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -114514,10 +114545,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -115220,10 +115251,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -115544,20 +115575,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &703 + commit_oid: &706 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: *696 - installation: *697 - organization: *698 - ref: &704 + enterprise: *699 + installation: *700 + organization: *701 + ref: &707 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: *699 + repository: *702 sender: *4 required: - action @@ -115965,12 +115996,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -116253,12 +116284,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -116604,12 +116635,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -116899,9 +116930,9 @@ webhooks: type: - string - 'null' - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -116909,7 +116940,7 @@ webhooks: type: - string - 'null' - repository: *699 + repository: *702 sender: *4 required: - action @@ -117155,12 +117186,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -117422,10 +117453,10 @@ webhooks: - updated_at - author_association - body - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -117506,18 +117537,18 @@ webhooks: type: - string - 'null' - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *698 - pusher_type: &705 + organization: *701 + pusher_type: &708 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &706 + ref: &709 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -117527,7 +117558,7 @@ webhooks: enum: - tag - branch - repository: *699 + repository: *702 sender: *4 required: - ref @@ -117610,9 +117641,9 @@ webhooks: enum: - created definition: *261 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117697,9 +117728,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117777,9 +117808,9 @@ webhooks: enum: - promote_to_enterprise definition: *261 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117857,9 +117888,9 @@ webhooks: enum: - updated definition: *261 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117936,10 +117967,10 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - repository: *699 - organization: *698 + enterprise: *699 + installation: *700 + repository: *702 + organization: *701 sender: *4 new_property_values: type: array @@ -118024,18 +118055,18 @@ webhooks: title: delete event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - pusher_type: *705 - ref: *706 + enterprise: *699 + installation: *700 + organization: *701 + pusher_type: *708 + ref: *709 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *699 + repository: *702 sender: *4 required: - ref @@ -118119,11 +118150,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118207,11 +118238,11 @@ webhooks: type: string enum: - auto_reopened - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118295,11 +118326,11 @@ webhooks: type: string enum: - created - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118381,11 +118412,11 @@ webhooks: type: string enum: - dismissed - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118467,11 +118498,11 @@ webhooks: type: string enum: - fixed - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118554,11 +118585,11 @@ webhooks: type: string enum: - reintroduced - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118640,11 +118671,11 @@ webhooks: type: string enum: - reopened - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118721,9 +118752,9 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - key: &707 + enterprise: *699 + installation: *700 + key: &710 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -118761,8 +118792,8 @@ webhooks: - verified - created_at - read_only - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -118839,11 +118870,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - key: *707 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + key: *710 + organization: *701 + repository: *702 sender: *4 required: - action @@ -119415,12 +119446,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: &711 + workflow: &714 title: Workflow type: - object @@ -120158,13 +120189,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *469 + deployment: *472 pull_requests: type: array - items: *552 - repository: *699 - organization: *698 - installation: *697 + items: *555 + repository: *702 + organization: *701 + installation: *700 sender: *4 responses: '200': @@ -120235,7 +120266,7 @@ webhooks: type: string enum: - approved - approver: &708 + approver: &711 type: object properties: avatar_url: @@ -120278,11 +120309,11 @@ webhooks: type: string comment: type: string - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - reviewers: &709 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + reviewers: &712 type: array items: type: object @@ -120363,7 +120394,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &710 + workflow_job_run: &713 type: object properties: conclusion: @@ -121109,18 +121140,18 @@ webhooks: type: string enum: - rejected - approver: *708 + approver: *711 comment: type: string - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - reviewers: *709 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + reviewers: *712 sender: *4 since: type: string - workflow_job_run: *710 + workflow_job_run: *713 workflow_job_runs: type: array items: @@ -121837,13 +121868,13 @@ webhooks: type: string enum: - requested - enterprise: *696 + enterprise: *699 environment: type: string - installation: *697 - organization: *698 - repository: *699 - requestor: &716 + installation: *700 + organization: *701 + repository: *702 + requestor: &719 title: User type: - object @@ -123786,12 +123817,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Deployment Workflow Run type: @@ -124482,7 +124513,7 @@ webhooks: type: string enum: - answered - answer: &714 + answer: &717 type: object properties: author_association: @@ -124642,11 +124673,11 @@ webhooks: - created_at - updated_at - body - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -124773,11 +124804,11 @@ webhooks: - from required: - category - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -124860,11 +124891,11 @@ webhooks: type: string enum: - closed - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -124946,7 +124977,7 @@ webhooks: type: string enum: - created - comment: &713 + comment: &716 type: object properties: author_association: @@ -125106,11 +125137,11 @@ webhooks: - updated_at - body - reactions - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125193,12 +125224,12 @@ webhooks: type: string enum: - deleted - comment: *713 - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + comment: *716 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125293,12 +125324,12 @@ webhooks: - from required: - body - comment: *713 - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + comment: *716 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125382,11 +125413,11 @@ webhooks: type: string enum: - created - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125468,11 +125499,11 @@ webhooks: type: string enum: - deleted - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125572,11 +125603,11 @@ webhooks: type: string required: - from - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125658,10 +125689,10 @@ webhooks: type: string enum: - labeled - discussion: *712 - enterprise: *696 - installation: *697 - label: &715 + discussion: *715 + enterprise: *699 + installation: *700 + label: &718 title: Label type: object properties: @@ -125694,8 +125725,8 @@ webhooks: - color - default - description - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125778,11 +125809,11 @@ webhooks: type: string enum: - locked - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125864,11 +125895,11 @@ webhooks: type: string enum: - pinned - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125950,11 +125981,11 @@ webhooks: type: string enum: - reopened - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126039,16 +126070,16 @@ webhooks: changes: type: object properties: - new_discussion: *712 - new_repository: *699 + new_discussion: *715 + new_repository: *702 required: - new_discussion - new_repository - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126131,10 +126162,10 @@ webhooks: type: string enum: - unanswered - discussion: *712 - old_answer: *714 - organization: *698 - repository: *699 + discussion: *715 + old_answer: *717 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126216,12 +126247,12 @@ webhooks: type: string enum: - unlabeled - discussion: *712 - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126304,11 +126335,11 @@ webhooks: type: string enum: - unlocked - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126390,11 +126421,11 @@ webhooks: type: string enum: - unpinned - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126467,7 +126498,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *696 + enterprise: *699 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -127145,9 +127176,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - forkee @@ -127293,9 +127324,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pages: description: The pages that were updated. type: array @@ -127333,7 +127364,7 @@ webhooks: - action - sha - html_url - repository: *699 + repository: *702 sender: *4 required: - pages @@ -127409,10 +127440,10 @@ webhooks: type: string enum: - created - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: &717 + organization: *701 + repositories: &720 description: An array of repository objects that the installation can access. type: array @@ -127438,8 +127469,8 @@ webhooks: - name - full_name - private - repository: *699 - requester: *716 + repository: *702 + requester: *719 sender: *4 required: - action @@ -127514,11 +127545,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -127595,11 +127626,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -127676,10 +127707,10 @@ webhooks: type: string enum: - added - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories_added: &718 + organization: *701 + repositories_added: &721 description: An array of repository objects, which were added to the installation. type: array @@ -127725,15 +127756,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *699 - repository_selection: &719 + repository: *702 + repository_selection: &722 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *716 + requester: *719 sender: *4 required: - action @@ -127812,10 +127843,10 @@ webhooks: type: string enum: - removed - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories_added: *718 + organization: *701 + repositories_added: *721 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -127842,9 +127873,9 @@ webhooks: - name - full_name - private - repository: *699 - repository_selection: *719 - requester: *716 + repository: *702 + repository_selection: *722 + requester: *719 sender: *4 required: - action @@ -127923,11 +127954,11 @@ webhooks: type: string enum: - suspend - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -128109,10 +128140,10 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 target_type: type: string @@ -128191,11 +128222,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -128443,8 +128474,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129261,8 +129292,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129623,8 +129654,8 @@ webhooks: - state - locked - assignee - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -129704,7 +129735,7 @@ webhooks: type: string enum: - deleted - comment: &720 + comment: &723 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -129871,8 +129902,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130685,8 +130716,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131049,8 +131080,8 @@ webhooks: - state - locked - assignee - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -131130,7 +131161,7 @@ webhooks: type: string enum: - edited - changes: &744 + changes: &747 description: The changes to the comment. type: object properties: @@ -131142,9 +131173,9 @@ webhooks: type: string required: - from - comment: *720 - enterprise: *696 - installation: *697 + comment: *723 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131960,8 +131991,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132322,8 +132353,8 @@ webhooks: - state - locked - assignee - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132413,9 +132444,9 @@ webhooks: type: number blocking_issue: *70 blocking_issue_repo: *68 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132504,9 +132535,9 @@ webhooks: type: number blocking_issue: *70 blocking_issue_repo: *68 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132594,9 +132625,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132685,9 +132716,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132767,10 +132798,10 @@ webhooks: type: string enum: - assigned - assignee: *716 - enterprise: *696 - installation: *697 - issue: &723 + assignee: *719 + enterprise: *699 + installation: *700 + issue: &726 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133582,11 +133613,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133706,8 +133737,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -133787,8 +133818,8 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -134605,11 +134636,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134872,8 +134903,8 @@ webhooks: required: - state - closed_at - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -134952,8 +134983,8 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135761,11 +135792,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135884,8 +135915,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -135964,8 +135995,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136796,11 +136827,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136898,7 +136929,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &721 + milestone: &724 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137041,8 +137072,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -137141,8 +137172,8 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137954,11 +137985,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138078,9 +138109,9 @@ webhooks: - active_lock_reason - body - reactions - label: *715 - organization: *698 - repository: *699 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -138160,8 +138191,8 @@ webhooks: type: string enum: - labeled - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138972,11 +139003,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139096,9 +139127,9 @@ webhooks: - active_lock_reason - body - reactions - label: *715 - organization: *698 - repository: *699 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -139178,8 +139209,8 @@ webhooks: type: string enum: - locked - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140015,11 +140046,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140116,8 +140147,8 @@ webhooks: format: uri user_view_type: type: string - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -140196,8 +140227,8 @@ webhooks: type: string enum: - milestoned - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141027,11 +141058,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141128,9 +141159,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *721 - organization: *698 - repository: *699 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -142022,11 +142053,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142603,8 +142634,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143416,11 +143447,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143539,8 +143570,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -143620,9 +143651,9 @@ webhooks: type: string enum: - pinned - enterprise: *696 - installation: *697 - issue: &722 + enterprise: *699 + installation: *700 + issue: &725 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -144428,11 +144459,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144551,8 +144582,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -144631,8 +144662,8 @@ webhooks: type: string enum: - reopened - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145466,11 +145497,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145568,8 +145599,8 @@ webhooks: user_view_type: type: string type: *216 - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -146458,11 +146489,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147061,11 +147092,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *696 - installation: *697 - issue: *722 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *725 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147145,12 +147176,12 @@ webhooks: type: string enum: - typed - enterprise: *696 - installation: *697 - issue: *723 + enterprise: *699 + installation: *700 + issue: *726 type: *216 - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147231,7 +147262,7 @@ webhooks: type: string enum: - unassigned - assignee: &747 + assignee: &750 title: User type: - object @@ -147303,11 +147334,11 @@ webhooks: required: - login - id - enterprise: *696 - installation: *697 - issue: *723 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *726 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147386,12 +147417,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *696 - installation: *697 - issue: *723 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *726 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147471,8 +147502,8 @@ webhooks: type: string enum: - unlocked - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148306,11 +148337,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148407,8 +148438,8 @@ webhooks: format: uri user_view_type: type: string - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148488,11 +148519,11 @@ webhooks: type: string enum: - unpinned - enterprise: *696 - installation: *697 - issue: *722 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *725 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148571,12 +148602,12 @@ webhooks: type: string enum: - untyped - enterprise: *696 - installation: *697 - issue: *723 + enterprise: *699 + installation: *700 + issue: *726 type: *216 - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148656,11 +148687,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148738,11 +148769,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148852,11 +148883,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148938,9 +148969,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: &724 + enterprise: *699 + installation: *700 + marketplace_purchase: &727 title: Marketplace Purchase type: object required: @@ -149028,8 +149059,8 @@ webhooks: type: integer unit_count: type: integer - organization: *698 - previous_marketplace_purchase: &725 + organization: *701 + previous_marketplace_purchase: &728 title: Marketplace Purchase type: object properties: @@ -149113,7 +149144,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *699 + repository: *702 sender: *4 required: - action @@ -149193,10 +149224,10 @@ webhooks: - changed effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: *724 - organization: *698 + enterprise: *699 + installation: *700 + marketplace_purchase: *727 + organization: *701 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149284,7 +149315,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *699 + repository: *702 sender: *4 required: - action @@ -149366,10 +149397,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: *724 - organization: *698 + enterprise: *699 + installation: *700 + marketplace_purchase: *727 + organization: *701 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149455,7 +149486,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *699 + repository: *702 sender: *4 required: - action @@ -149536,8 +149567,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 marketplace_purchase: title: Marketplace Purchase type: object @@ -149623,9 +149654,9 @@ webhooks: type: integer unit_count: type: integer - organization: *698 - previous_marketplace_purchase: *725 - repository: *699 + organization: *701 + previous_marketplace_purchase: *728 + repository: *702 sender: *4 required: - action @@ -149705,12 +149736,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: *724 - organization: *698 - previous_marketplace_purchase: *725 - repository: *699 + enterprise: *699 + installation: *700 + marketplace_purchase: *727 + organization: *701 + previous_marketplace_purchase: *728 + repository: *702 sender: *4 required: - action @@ -149812,11 +149843,11 @@ webhooks: type: string required: - to - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 sender: *4 required: - action @@ -149918,11 +149949,11 @@ webhooks: type: - string - 'null' - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150001,11 +150032,11 @@ webhooks: type: string enum: - removed - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150083,11 +150114,11 @@ webhooks: type: string enum: - added - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150165,7 +150196,7 @@ webhooks: required: - login - id - team: &726 + team: &729 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150395,11 +150426,11 @@ webhooks: type: string enum: - removed - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150478,7 +150509,7 @@ webhooks: required: - login - id - team: *726 + team: *729 required: - action - scope @@ -150560,8 +150591,8 @@ webhooks: type: string enum: - checks_requested - installation: *697 - merge_group: &727 + installation: *700 + merge_group: &730 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150587,8 +150618,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150674,10 +150705,10 @@ webhooks: - merged - invalidated - dequeued - installation: *697 - merge_group: *727 - organization: *698 - repository: *699 + installation: *700 + merge_group: *730 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150750,7 +150781,7 @@ webhooks: type: string enum: - deleted - enterprise: *696 + enterprise: *699 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -150859,12 +150890,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *697 - organization: *698 + installation: *700 + organization: *701 repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -150944,11 +150975,11 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 - milestone: *721 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151027,9 +151058,9 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - milestone: &728 + enterprise: *699 + installation: *700 + milestone: &731 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151171,8 +151202,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151251,11 +151282,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - milestone: *721 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151365,11 +151396,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - milestone: *721 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151449,11 +151480,11 @@ webhooks: type: string enum: - opened - enterprise: *696 - installation: *697 - milestone: *728 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *731 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151532,11 +151563,11 @@ webhooks: type: string enum: - blocked - blocked_user: *716 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + blocked_user: *719 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151615,11 +151646,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *716 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + blocked_user: *719 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151698,9 +151729,9 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - membership: &729 + enterprise: *699 + installation: *700 + membership: &732 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -151810,8 +151841,8 @@ webhooks: - role - organization_url - user - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151889,11 +151920,11 @@ webhooks: type: string enum: - member_added - enterprise: *696 - installation: *697 - membership: *729 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + membership: *732 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151972,8 +152003,8 @@ webhooks: type: string enum: - member_invited - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152095,10 +152126,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 - user: *716 + user: *719 required: - action - invitation @@ -152176,11 +152207,11 @@ webhooks: type: string enum: - member_removed - enterprise: *696 - installation: *697 - membership: *729 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + membership: *732 + organization: *701 + repository: *702 sender: *4 required: - action @@ -152267,11 +152298,11 @@ webhooks: properties: from: type: string - enterprise: *696 - installation: *697 - membership: *729 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + membership: *732 + organization: *701 + repository: *702 sender: *4 required: - action @@ -152347,9 +152378,9 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 package: description: Information about the package. type: object @@ -152872,7 +152903,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &730 + items: &733 title: Ruby Gems metadata type: object properties: @@ -152969,7 +153000,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -153045,9 +153076,9 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 package: description: Information about the package. type: object @@ -153409,7 +153440,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *730 + items: *733 source_url: type: string format: uri @@ -153480,7 +153511,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -153661,12 +153692,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *696 + enterprise: *699 id: type: integer - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - id @@ -153743,7 +153774,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &731 + personal_access_token_request: &734 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -153893,10 +153924,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *696 - organization: *698 + enterprise: *699 + organization: *701 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -153973,11 +154004,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *731 - enterprise: *696 - organization: *698 + personal_access_token_request: *734 + enterprise: *699 + organization: *701 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -154053,11 +154084,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *731 - enterprise: *696 - organization: *698 + personal_access_token_request: *734 + enterprise: *699 + organization: *701 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -154132,11 +154163,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *731 - organization: *698 - enterprise: *696 + personal_access_token_request: *734 + organization: *701 + enterprise: *699 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -154241,7 +154272,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *732 + last_response: *735 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154273,8 +154304,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 zen: description: Random string of GitHub zen. @@ -154519,10 +154550,10 @@ webhooks: - from required: - note - enterprise: *696 - installation: *697 - organization: *698 - project_card: &733 + enterprise: *699 + installation: *700 + organization: *701 + project_card: &736 title: Project Card type: object properties: @@ -154645,7 +154676,7 @@ webhooks: - creator - created_at - updated_at - repository: *699 + repository: *702 sender: *4 required: - action @@ -154726,11 +154757,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - project_card: *733 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_card: *736 + repository: *702 sender: *4 required: - action @@ -154810,9 +154841,9 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 project_card: title: Project Card type: object @@ -154942,7 +154973,7 @@ webhooks: repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -155036,11 +155067,11 @@ webhooks: - from required: - note - enterprise: *696 - installation: *697 - organization: *698 - project_card: *733 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_card: *736 + repository: *702 sender: *4 required: - action @@ -155134,9 +155165,9 @@ webhooks: - from required: - column_id - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 project_card: allOf: - title: Project Card @@ -155333,7 +155364,7 @@ webhooks: type: string required: - after_id - repository: *699 + repository: *702 sender: *4 required: - action @@ -155413,10 +155444,10 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 - organization: *698 - project: &735 + enterprise: *699 + installation: *700 + organization: *701 + project: &738 title: Project type: object properties: @@ -155543,7 +155574,7 @@ webhooks: - creator - created_at - updated_at - repository: *699 + repository: *702 sender: *4 required: - action @@ -155623,10 +155654,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - project_column: &734 + enterprise: *699 + installation: *700 + organization: *701 + project_column: &737 title: Project Column type: object properties: @@ -155666,7 +155697,7 @@ webhooks: - name - created_at - updated_at - repository: *699 + repository: *702 sender: *4 required: - action @@ -155745,14 +155776,14 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - project_column: *734 + enterprise: *699 + installation: *700 + organization: *701 + project_column: *737 repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -155841,11 +155872,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - project_column: *734 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_column: *737 + repository: *702 sender: *4 required: - action @@ -155925,11 +155956,11 @@ webhooks: type: string enum: - moved - enterprise: *696 - installation: *697 - organization: *698 - project_column: *734 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_column: *737 + repository: *702 sender: *4 required: - action @@ -156009,11 +156040,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - project: *735 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 + repository: *702 sender: *4 required: - action @@ -156093,14 +156124,14 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - project: *735 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -156201,11 +156232,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - project: *735 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 + repository: *702 sender: *4 required: - action @@ -156284,11 +156315,11 @@ webhooks: type: string enum: - reopened - enterprise: *696 - installation: *697 - organization: *698 - project: *735 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 + repository: *702 sender: *4 required: - action @@ -156369,8 +156400,8 @@ webhooks: type: string enum: - closed - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156452,8 +156483,8 @@ webhooks: type: string enum: - created - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156535,8 +156566,8 @@ webhooks: type: string enum: - deleted - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156658,8 +156689,8 @@ webhooks: type: string to: type: string - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156743,7 +156774,7 @@ webhooks: type: string enum: - archived - changes: &739 + changes: &742 type: object properties: archived_at: @@ -156759,9 +156790,9 @@ webhooks: - string - 'null' format: date-time - installation: *697 - organization: *698 - projects_v2_item: &736 + installation: *700 + organization: *701 + projects_v2_item: &739 title: Projects v2 Item description: An item belonging to a project type: object @@ -156901,9 +156932,9 @@ webhooks: - 'null' to: type: string - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -156985,9 +157016,9 @@ webhooks: type: string enum: - created - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157068,9 +157099,9 @@ webhooks: type: string enum: - deleted - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157175,7 +157206,7 @@ webhooks: oneOf: - type: string - type: integer - - &737 + - &740 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157199,7 +157230,7 @@ webhooks: required: - id - name - - &738 + - &741 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157239,8 +157270,8 @@ webhooks: oneOf: - type: string - type: integer - - *737 - - *738 + - *740 + - *741 type: - 'null' - string @@ -157263,9 +157294,9 @@ webhooks: - 'null' required: - body - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157362,9 +157393,9 @@ webhooks: type: - string - 'null' - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157447,10 +157478,10 @@ webhooks: type: string enum: - restored - changes: *739 - installation: *697 - organization: *698 - projects_v2_item: *736 + changes: *742 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157532,8 +157563,8 @@ webhooks: type: string enum: - reopened - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -157615,9 +157646,9 @@ webhooks: type: string enum: - created - installation: *697 - organization: *698 - projects_v2_status_update: *740 + installation: *700 + organization: *701 + projects_v2_status_update: *743 sender: *4 required: - action @@ -157698,9 +157729,9 @@ webhooks: type: string enum: - deleted - installation: *697 - organization: *698 - projects_v2_status_update: *740 + installation: *700 + organization: *701 + projects_v2_status_update: *743 sender: *4 required: - action @@ -157846,9 +157877,9 @@ webhooks: - string - 'null' format: date - installation: *697 - organization: *698 - projects_v2_status_update: *740 + installation: *700 + organization: *701 + projects_v2_status_update: *743 sender: *4 required: - action @@ -157919,10 +157950,10 @@ webhooks: title: public event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - repository @@ -157999,13 +158030,13 @@ webhooks: type: string enum: - assigned - assignee: *716 - enterprise: *696 - installation: *697 - number: &741 + assignee: *719 + enterprise: *699 + installation: *700 + number: &744 description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -160354,7 +160385,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -160436,11 +160467,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -162782,7 +162813,7 @@ webhooks: - draft reason: type: string - repository: *699 + repository: *702 sender: *4 required: - action @@ -162864,11 +162895,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -165210,7 +165241,7 @@ webhooks: - draft reason: type: string - repository: *699 + repository: *702 sender: *4 required: - action @@ -165292,13 +165323,13 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: &742 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: &745 allOf: - - *552 + - *555 - type: object properties: allow_auto_merge: @@ -165360,7 +165391,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *699 + repository: *702 sender: *4 required: - action @@ -165441,12 +165472,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -165526,11 +165557,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *696 + enterprise: *699 milestone: *252 - number: *741 - organization: *698 - pull_request: &743 + number: *744 + organization: *701 + pull_request: &746 title: Pull Request type: object properties: @@ -167857,7 +167888,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -167936,11 +167967,11 @@ webhooks: type: string enum: - dequeued - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -170286,7 +170317,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *699 + repository: *702 sender: *4 required: - action @@ -170410,12 +170441,12 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -170495,11 +170526,11 @@ webhooks: type: string enum: - enqueued - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -172830,7 +172861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -172910,11 +172941,11 @@ webhooks: type: string enum: - labeled - enterprise: *696 - installation: *697 - label: *715 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + label: *718 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -175262,7 +175293,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -175343,10 +175374,10 @@ webhooks: type: string enum: - locked - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -177692,7 +177723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -177772,12 +177803,12 @@ webhooks: type: string enum: - milestoned - enterprise: *696 + enterprise: *699 milestone: *252 - number: *741 - organization: *698 - pull_request: *743 - repository: *699 + number: *744 + organization: *701 + pull_request: *746 + repository: *702 sender: *4 required: - action @@ -177856,12 +177887,12 @@ webhooks: type: string enum: - opened - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -177942,12 +177973,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -178027,12 +178058,12 @@ webhooks: type: string enum: - reopened - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -178407,9 +178438,9 @@ webhooks: - start_side - side - reactions - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: type: object properties: @@ -180639,7 +180670,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *699 + repository: *702 sender: *4 required: - action @@ -180719,7 +180750,7 @@ webhooks: type: string enum: - deleted - comment: &745 + comment: &748 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -181012,9 +181043,9 @@ webhooks: - start_side - side - reactions - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: type: object properties: @@ -183232,7 +183263,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *699 + repository: *702 sender: *4 required: - action @@ -183312,11 +183343,11 @@ webhooks: type: string enum: - edited - changes: *744 - comment: *745 - enterprise: *696 - installation: *697 - organization: *698 + changes: *747 + comment: *748 + enterprise: *699 + installation: *700 + organization: *701 pull_request: type: object properties: @@ -185537,7 +185568,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *699 + repository: *702 sender: *4 required: - action @@ -185618,9 +185649,9 @@ webhooks: type: string enum: - dismissed - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -187853,7 +187884,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 + repository: *702 review: description: The review that was affected. type: object @@ -188104,9 +188135,9 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -190220,8 +190251,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 - review: &746 + repository: *702 + review: &749 description: The review that was affected. type: object properties: @@ -190459,12 +190490,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -192811,7 +192842,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_reviewer: title: User type: @@ -192897,12 +192928,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -195256,7 +195287,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195451,12 +195482,12 @@ webhooks: type: string enum: - review_requested - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -197805,7 +197836,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_reviewer: title: User type: @@ -197892,12 +197923,12 @@ webhooks: type: string enum: - review_requested - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -200237,7 +200268,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200421,9 +200452,9 @@ webhooks: type: string enum: - submitted - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -202659,8 +202690,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 - review: *746 + repository: *702 + review: *749 sender: *4 required: - action @@ -202740,9 +202771,9 @@ webhooks: type: string enum: - resolved - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -204873,7 +204904,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 + repository: *702 sender: *4 thread: type: object @@ -205270,9 +205301,9 @@ webhooks: type: string enum: - unresolved - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -207386,7 +207417,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 + repository: *702 sender: *4 thread: type: object @@ -207785,10 +207816,10 @@ webhooks: type: string before: type: string - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -210123,7 +210154,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -210205,11 +210236,11 @@ webhooks: type: string enum: - unassigned - assignee: *747 - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + assignee: *750 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -212559,7 +212590,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -212638,11 +212669,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *696 - installation: *697 - label: *715 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + label: *718 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -214981,7 +215012,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -215062,10 +215093,10 @@ webhooks: type: string enum: - unlocked - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -217394,7 +217425,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -217597,7 +217628,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *696 + enterprise: *699 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217692,8 +217723,8 @@ webhooks: - url - author - committer - installation: *697 - organization: *698 + installation: *700 + organization: *701 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -218281,9 +218312,9 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 registry_package: type: object properties: @@ -218760,7 +218791,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *730 + items: *733 summary: type: string tag_name: @@ -218816,7 +218847,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -218894,9 +218925,9 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 registry_package: type: object properties: @@ -219208,7 +219239,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *730 + items: *733 summary: type: string tag_name: @@ -219258,7 +219289,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -219335,10 +219366,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - release: &748 + enterprise: *699 + installation: *700 + organization: *701 + release: &751 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -219669,7 +219700,7 @@ webhooks: - updated_at - zipball_url - body - repository: *699 + repository: *702 sender: *4 required: - action @@ -219746,11 +219777,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - release: *748 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *751 + repository: *702 sender: *4 required: - action @@ -219867,11 +219898,11 @@ webhooks: type: boolean required: - to - enterprise: *696 - installation: *697 - organization: *698 - release: *748 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *751 + repository: *702 sender: *4 required: - action @@ -219949,9 +219980,9 @@ webhooks: type: string enum: - prereleased - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -220287,7 +220318,7 @@ webhooks: - string - 'null' format: uri - repository: *699 + repository: *702 sender: *4 required: - action @@ -220363,10 +220394,10 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 - release: &749 + enterprise: *699 + installation: *700 + organization: *701 + release: &752 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -220699,7 +220730,7 @@ webhooks: - string - 'null' format: uri - repository: *699 + repository: *702 sender: *4 required: - action @@ -220775,11 +220806,11 @@ webhooks: type: string enum: - released - enterprise: *696 - installation: *697 - organization: *698 - release: *748 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *751 + repository: *702 sender: *4 required: - action @@ -220855,11 +220886,11 @@ webhooks: type: string enum: - unpublished - enterprise: *696 - installation: *697 - organization: *698 - release: *749 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *752 + repository: *702 sender: *4 required: - action @@ -220935,11 +220966,11 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - repository_advisory: *616 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + repository_advisory: *619 sender: *4 required: - action @@ -221015,11 +221046,11 @@ webhooks: type: string enum: - reported - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - repository_advisory: *616 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + repository_advisory: *619 sender: *4 required: - action @@ -221095,10 +221126,10 @@ webhooks: type: string enum: - archived - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221175,10 +221206,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221256,10 +221287,10 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221344,10 +221375,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221462,10 +221493,10 @@ webhooks: - 'null' items: type: string - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221537,10 +221568,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 status: type: string @@ -221621,10 +221652,10 @@ webhooks: type: string enum: - privatized - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221701,10 +221732,10 @@ webhooks: type: string enum: - publicized - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221798,10 +221829,10 @@ webhooks: - name required: - repository - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221881,10 +221912,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 repository_ruleset: *292 sender: *4 required: @@ -221963,10 +221994,10 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 repository_ruleset: *292 sender: *4 required: @@ -222045,10 +222076,10 @@ webhooks: type: string enum: - edited - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 repository_ruleset: *292 changes: type: object @@ -222110,16 +222141,16 @@ webhooks: properties: added: type: array - items: *572 + items: *575 deleted: type: array - items: *572 + items: *575 updated: type: array items: type: object properties: - rule: *572 + rule: *575 changes: type: object properties: @@ -222356,10 +222387,10 @@ webhooks: - from required: - owner - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222437,10 +222468,10 @@ webhooks: type: string enum: - unarchived - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222518,7 +222549,7 @@ webhooks: type: string enum: - create - alert: &750 + alert: &753 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222642,10 +222673,10 @@ webhooks: type: string enum: - open - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222855,10 +222886,10 @@ webhooks: type: string enum: - dismissed - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222936,11 +222967,11 @@ webhooks: type: string enum: - reopen - alert: *750 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *753 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223142,10 +223173,10 @@ webhooks: enum: - fixed - open - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223223,7 +223254,7 @@ webhooks: type: string enum: - assigned - alert: &751 + alert: &754 type: object properties: number: *162 @@ -223338,10 +223369,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223419,11 +223450,11 @@ webhooks: type: string enum: - created - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223504,11 +223535,11 @@ webhooks: type: string enum: - created - alert: *751 - installation: *697 - location: *752 - organization: *698 - repository: *699 + alert: *754 + installation: *700 + location: *755 + organization: *701 + repository: *702 sender: *4 required: - location @@ -223746,11 +223777,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223828,11 +223859,11 @@ webhooks: type: string enum: - reopened - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223910,11 +223941,11 @@ webhooks: type: string enum: - resolved - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223992,12 +224023,12 @@ webhooks: type: string enum: - unassigned - alert: *751 + alert: *754 assignee: *4 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -224075,11 +224106,11 @@ webhooks: type: string enum: - validated - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -224209,10 +224240,10 @@ webhooks: - organization - enterprise - - repository: *699 - enterprise: *696 - installation: *697 - organization: *698 + repository: *702 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -224290,11 +224321,11 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - security_advisory: &753 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + security_advisory: &756 description: The details of the security advisory, including summary, description, and severity. type: object @@ -224480,11 +224511,11 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - security_advisory: *753 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + security_advisory: *756 sender: *4 required: - action @@ -224557,10 +224588,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -224747,9 +224778,9 @@ webhooks: type: object properties: security_and_analysis: *265 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: *321 sender: *4 required: @@ -224828,12 +224859,12 @@ webhooks: type: string enum: - cancelled - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: &754 + sponsorship: &757 type: object properties: created_at: @@ -225138,12 +225169,12 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - sponsorship @@ -225231,12 +225262,12 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - changes @@ -225313,17 +225344,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &755 + effective_date: &758 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: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - sponsorship @@ -225397,7 +225428,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &756 + changes: &759 type: object properties: tier: @@ -225441,13 +225472,13 @@ webhooks: - from required: - tier - effective_date: *755 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + effective_date: *758 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - changes @@ -225524,13 +225555,13 @@ webhooks: type: string enum: - tier_changed - changes: *756 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + changes: *759 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - changes @@ -225604,10 +225635,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225691,10 +225722,10 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226128,15 +226159,15 @@ webhooks: type: - string - 'null' - enterprise: *696 + enterprise: *699 id: description: The unique identifier of the status. type: integer - installation: *697 + installation: *700 name: type: string - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 sha: description: The Commit SHA. @@ -226252,9 +226283,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226344,9 +226375,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226436,9 +226467,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226528,9 +226559,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226607,12 +226638,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - team: &757 + team: &760 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226842,9 +226873,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -227314,7 +227345,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -227390,9 +227421,9 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -227862,7 +227893,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -227939,9 +227970,9 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -228411,7 +228442,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -228555,9 +228586,9 @@ webhooks: - from required: - permissions - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -229027,7 +229058,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - changes @@ -229105,9 +229136,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -229577,7 +229608,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -229653,10 +229684,10 @@ webhooks: type: string enum: - started - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -229729,17 +229760,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *696 + enterprise: *699 inputs: type: - object - 'null' additionalProperties: true - installation: *697 - organization: *698 + installation: *700 + organization: *701 ref: type: string - repository: *699 + repository: *702 sender: *4 workflow: type: string @@ -229821,10 +229852,10 @@ webhooks: type: string enum: - completed - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: allOf: @@ -230080,7 +230111,7 @@ webhooks: type: string required: - conclusion - deployment: *469 + deployment: *472 required: - action - repository @@ -230159,10 +230190,10 @@ webhooks: type: string enum: - in_progress - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: allOf: @@ -230444,7 +230475,7 @@ webhooks: required: - status - steps - deployment: *469 + deployment: *472 required: - action - repository @@ -230523,10 +230554,10 @@ webhooks: type: string enum: - queued - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: type: object @@ -230672,7 +230703,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *469 + deployment: *472 required: - action - repository @@ -230751,10 +230782,10 @@ webhooks: type: string enum: - waiting - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: type: object @@ -230901,7 +230932,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *469 + deployment: *472 required: - action - repository @@ -230981,12 +231012,12 @@ webhooks: type: string enum: - completed - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Workflow Run type: object @@ -232005,12 +232036,12 @@ webhooks: type: string enum: - in_progress - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Workflow Run type: object @@ -233014,12 +233045,12 @@ webhooks: type: string enum: - requested - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index a8ef69ba8..bbb0494e3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -322134,10 +322134,9 @@ "string", "null" ], - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "enum": [ "open", - "dismissed", "fixed", null ] diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 3d0e20b60..63df0bd62 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1071,7 +1071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &618 + - &621 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -9158,7 +9158,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 - - &459 + - &462 name: has in: query description: |- @@ -9278,7 +9278,7 @@ paths: - direct - transitive - - security_advisory: &460 + security_advisory: &463 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9546,7 +9546,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &461 + auto_dismissed_at: &464 type: - string - 'null' @@ -9554,7 +9554,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &462 + dismissal_request: &465 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -10945,7 +10945,7 @@ paths: properties: action: type: string - discussion: &712 + discussion: &715 title: Discussion description: A Discussion in a repository. type: object @@ -11731,7 +11731,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &630 + sub_issues_summary: &633 title: Sub-issues Summary type: object properties: @@ -11752,7 +11752,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &631 + issue_dependencies_summary: &634 title: Issue Dependencies Summary type: object properties: @@ -11771,7 +11771,7 @@ paths: - total_blocking issue_field_values: type: array - items: &632 + items: &635 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11884,7 +11884,7 @@ paths: action: type: string issue: *70 - comment: &509 + comment: &512 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12607,7 +12607,7 @@ paths: type: string release: allOf: - - &563 + - &566 title: Release description: A release. type: object @@ -12689,7 +12689,7 @@ paths: author: *4 assets: type: array - items: &564 + items: &567 title: Release Asset description: Data related to a release. type: object @@ -13292,7 +13292,7 @@ paths: url: type: string format: uri - user: &642 + user: &645 title: Public User description: Public User type: object @@ -16740,7 +16740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &537 + - &540 name: all description: If `true`, show notifications marked as read. in: query @@ -16748,7 +16748,7 @@ paths: schema: type: boolean default: false - - &538 + - &541 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16758,7 +16758,7 @@ paths: type: boolean default: false - *76 - - &539 + - &542 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: @@ -17294,7 +17294,7 @@ paths: - url - subscription_url examples: - default: &540 + default: &543 value: - id: '1' repository: @@ -18321,7 +18321,7 @@ paths: - property_name - value examples: - default: &546 + default: &549 value: - property_name: environment value: production @@ -18371,7 +18371,7 @@ paths: required: - properties examples: - default: &547 + default: &550 value: properties: - property_name: environment @@ -18945,7 +18945,7 @@ paths: required: false schema: type: string - - &689 + - &692 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -19091,7 +19091,7 @@ paths: parameters: - *65 - *107 - - &690 + - &693 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 @@ -19203,7 +19203,7 @@ paths: - *107 - *109 - *108 - - &691 + - &694 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -19211,7 +19211,7 @@ paths: schema: type: string - *110 - - &692 + - &695 name: sku description: The SKU to query for usage. in: query @@ -22902,7 +22902,7 @@ paths: type: array items: *144 examples: - default: &645 + default: &648 value: total_count: 1 repositories: @@ -25856,12 +25856,12 @@ paths: required: - subject_digests examples: - default: &672 + default: &675 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &673 + withPredicateType: &676 value: subject_digests: - sha256:abc123 @@ -25920,7 +25920,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &674 + default: &677 value: attestations_subject_digests: - sha256:abc: @@ -27433,13 +27433,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: &424 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: &424 + category: &425 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -27453,7 +27453,7 @@ paths: properties: text: type: string - location: + location: &426 type: object description: Describe a region within a file for the alert. properties: @@ -27474,7 +27474,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: &427 type: - string - 'null' @@ -28767,7 +28767,7 @@ paths: machine: anyOf: - type: 'null' - - &436 + - &439 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -29719,7 +29719,7 @@ paths: - updated_at - visibility examples: - default: &437 + default: &440 value: total_count: 2 secrets: @@ -29757,7 +29757,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &441 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -29792,7 +29792,7 @@ paths: - key_id - key examples: - default: &439 + default: &442 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29824,7 +29824,7 @@ paths: application/json: schema: *179 examples: - default: &441 + default: &444 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -31447,7 +31447,7 @@ paths: description: Response content: application/json: - schema: &465 + schema: &468 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -31466,7 +31466,7 @@ paths: - key_id - key examples: - default: &466 + default: &469 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33294,7 +33294,7 @@ paths: application/json: schema: *20 examples: - default: &504 + default: &507 value: id: 1 account: @@ -33522,7 +33522,7 @@ paths: required: true content: application/json: - schema: &505 + schema: &508 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -34382,7 +34382,7 @@ paths: application/json: schema: *221 examples: - default: &435 + default: &438 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35640,7 +35640,7 @@ paths: parameters: - *65 - *228 - - &657 + - &660 name: repo_name description: repo_name parameter in: path @@ -36699,7 +36699,7 @@ paths: - nuget - container - *65 - - &658 + - &661 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -36740,7 +36740,7 @@ paths: default: *234 '403': *27 '401': *23 - '400': &660 + '400': &663 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38566,7 +38566,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &740 + - &743 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -38840,7 +38840,7 @@ paths: content: oneOf: - *70 - - &448 + - &451 title: Pull Request Simple description: Pull Request Simple type: object @@ -39085,7 +39085,7 @@ paths: - review_comment - self author_association: *71 - auto_merge: &549 + auto_merge: &552 title: Auto merge description: The status of auto merging a pull request. type: @@ -39467,7 +39467,7 @@ paths: - updated_at - project_url examples: - default: &677 + default: &680 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39644,7 +39644,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &678 + items: &681 type: object properties: name: @@ -39680,7 +39680,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &679 + iteration_configuration: &682 type: object description: The configuration for iteration fields. properties: @@ -39729,7 +39729,7 @@ paths: value: name: Due date data_type: date - single_select_field: &680 + single_select_field: &683 summary: Create a single select field value: name: Priority @@ -39756,7 +39756,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &681 + iteration_field: &684 summary: Create an iteration field value: name: Sprint @@ -39782,7 +39782,7 @@ paths: application/json: schema: *254 examples: - text_field: &682 + text_field: &685 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -39791,7 +39791,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: &683 + number_field: &686 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -39800,7 +39800,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: &684 + date_field: &687 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -39809,7 +39809,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: &685 + single_select_field: &688 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -39843,7 +39843,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &686 + iteration_field: &689 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -39889,7 +39889,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *251 - - &687 + - &690 name: field_id description: The unique identifier of the field. in: path @@ -39904,7 +39904,7 @@ paths: application/json: schema: *254 examples: - default: &688 + default: &691 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42334,7 +42334,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &453 + code_of_conduct: &456 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -42969,7 +42969,7 @@ paths: - *65 - *17 - *19 - - &571 + - &574 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43255,7 +43255,7 @@ paths: - object rules: type: array - items: &572 + items: &575 title: Repository Rule type: object description: A repository rule. @@ -43317,7 +43317,7 @@ paths: type: string enum: - required_linear_history - - &570 + - &573 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -44213,7 +44213,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *65 - - &573 + - &576 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 @@ -44228,7 +44228,7 @@ paths: in: query schema: type: string - - &574 + - &577 name: time_period description: |- The time period to filter by. @@ -44244,14 +44244,14 @@ paths: - week - month default: day - - &575 + - &578 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 - - &576 + - &579 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -44271,7 +44271,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &580 title: Rule Suites description: Response type: array @@ -44327,7 +44327,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &578 + default: &581 value: - id: 21 actor_id: 12 @@ -44371,7 +44371,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *65 - - &579 + - &582 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44387,7 +44387,7 @@ paths: description: Response content: application/json: - schema: &580 + schema: &583 title: Rule Suite description: Response type: object @@ -44494,7 +44494,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &581 + default: &584 value: id: 21 actor_id: 12 @@ -44740,7 +44740,7 @@ paths: type: string format: date-time examples: - default: &583 + default: &586 value: - version_id: 3 actor: @@ -44793,7 +44793,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &587 allOf: - *295 - type: object @@ -44865,7 +44865,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *65 - - &585 + - &588 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -44876,7 +44876,7 @@ paths: enum: - open - resolved - - &586 + - &589 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -44886,7 +44886,7 @@ paths: required: false schema: type: string - - &587 + - &590 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -44895,7 +44895,7 @@ paths: required: false schema: type: string - - &588 + - &591 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -44914,7 +44914,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &589 + - &592 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. @@ -44929,7 +44929,7 @@ paths: - *50 - *19 - *17 - - &590 + - &593 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 @@ -44939,7 +44939,7 @@ paths: required: false schema: type: string - - &591 + - &594 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 @@ -44949,7 +44949,7 @@ paths: required: false schema: type: string - - &592 + - &595 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -44958,7 +44958,7 @@ paths: required: false schema: type: string - - &593 + - &596 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -44967,7 +44967,7 @@ paths: schema: type: boolean default: false - - &594 + - &597 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -44976,7 +44976,7 @@ paths: schema: type: boolean default: false - - &595 + - &598 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -45008,14 +45008,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &596 + state: &599 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: &597 + resolution: &600 type: - string - 'null' @@ -45122,14 +45122,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &598 + - &601 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &600 + - &603 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -45186,7 +45186,7 @@ paths: - blob_url - commit_sha - commit_url - - &601 + - &604 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. @@ -45247,7 +45247,7 @@ paths: - page_url - commit_sha - commit_url - - &602 + - &605 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -45262,7 +45262,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &603 + - &606 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -45277,7 +45277,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &604 + - &607 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -45292,7 +45292,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &605 + - &608 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -45307,7 +45307,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &606 + - &609 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -45322,7 +45322,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &607 + - &610 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -45337,7 +45337,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &608 + - &611 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. @@ -45352,7 +45352,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &609 + - &612 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. @@ -45367,7 +45367,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &610 + - &613 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. @@ -45382,7 +45382,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &611 + - &614 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. @@ -45397,7 +45397,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &612 + - &615 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 @@ -45897,7 +45897,7 @@ paths: application/json: schema: type: array - items: &616 + items: &619 description: A repository security advisory. type: object properties: @@ -46216,7 +46216,7 @@ paths: - private_fork additionalProperties: false examples: - default: &617 + default: &620 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48224,7 +48224,7 @@ paths: - updated_at - url examples: - default: &634 + default: &637 value: - author: login: octocat @@ -48472,7 +48472,7 @@ paths: application/json: schema: *307 examples: - default: &635 + default: &638 value: author: login: octocat @@ -48663,7 +48663,7 @@ paths: - updated_at - url examples: - default: &636 + default: &639 value: - author: login: octocat @@ -48889,7 +48889,7 @@ paths: application/json: schema: *310 examples: - default: &637 + default: &640 value: author: login: octocat @@ -49507,7 +49507,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &638 + response-if-user-is-a-team-maintainer: &641 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -49572,7 +49572,7 @@ paths: application/json: schema: *317 examples: - response-if-users-membership-with-team-is-now-pending: &639 + response-if-users-membership-with-team-is-now-pending: &642 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -49686,7 +49686,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &640 + schema: &643 title: Team Repository description: A team's access to a repository. type: object @@ -50415,7 +50415,7 @@ paths: type: array items: *180 examples: - response-if-child-teams-exist: &641 + response-if-child-teams-exist: &644 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51836,7 +51836,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': &508 + '410': &511 description: Gone content: application/json: @@ -55567,7 +55567,7 @@ paths: items: type: object properties: - type: &474 + type: &477 type: string description: The type of reviewer. enum: @@ -55705,7 +55705,7 @@ paths: application/json: schema: type: array - items: &469 + items: &472 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -55817,7 +55817,7 @@ paths: - created_at - updated_at examples: - default: &470 + default: &473 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56202,7 +56202,7 @@ paths: application/json: schema: *363 examples: - default: &487 + default: &490 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56421,7 +56421,7 @@ paths: application/json: schema: *367 examples: - default: &488 + default: &491 value: name: USERNAME value: octocat @@ -58170,7 +58170,7 @@ paths: properties: name: type: string - commit: &444 + commit: &447 title: Commit description: Commit type: object @@ -58255,7 +58255,7 @@ paths: required: - sha - url - verification: &494 + verification: &497 title: Verification type: object properties: @@ -58335,7 +58335,7 @@ paths: type: integer files: type: array - items: &455 + items: &458 title: Diff Entry description: Diff Entry type: object @@ -61493,7 +61493,7 @@ paths: check. type: array items: *74 - deployment: &701 + deployment: &704 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -63131,14 +63131,14 @@ paths: - *318 - *319 - *402 - - &450 + - &453 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &451 + - &454 name: status description: Returns check runs with the specified `status`. in: query @@ -63179,7 +63179,7 @@ paths: type: array items: *396 examples: - default: &452 + default: &455 value: total_count: 1 check_runs: @@ -64110,7 +64110,38 @@ paths: application/json: schema: type: array - items: *413 + items: + type: object + properties: + ref: *405 + analysis_key: *423 + environment: *424 + category: *425 + state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + enum: + - open + - fixed + - + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *426 + 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: *427 examples: default: value: @@ -64201,7 +64232,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &425 + schema: &428 type: string description: An identifier for the upload. examples: @@ -64223,11 +64254,11 @@ paths: application/json: schema: type: array - items: &426 + items: &429 type: object properties: ref: *405 - commit_sha: &434 + commit_sha: &437 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -64239,7 +64270,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *424 + category: *425 error: type: string examples: @@ -64264,7 +64295,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *425 + sarif_id: *428 tool: *412 deletable: type: boolean @@ -64377,7 +64408,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *429 examples: response: summary: application/json response @@ -64606,7 +64637,7 @@ paths: application/json: schema: type: array - items: &427 + items: &430 title: CodeQL Database description: A CodeQL database. type: object @@ -64760,7 +64791,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *430 examples: default: value: @@ -64792,7 +64823,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': &457 + '302': &460 description: Found '403': *414 '404': *6 @@ -64865,7 +64896,7 @@ paths: type: object additionalProperties: false properties: - language: &428 + language: &431 type: string description: The language targeted by the CodeQL query enum: @@ -64945,7 +64976,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &432 + schema: &435 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64955,7 +64986,7 @@ paths: description: The ID of the variant analysis. controller_repo: *55 actor: *4 - query_language: *428 + query_language: *431 query_pack_url: type: string description: The download url for the query pack. @@ -65003,7 +65034,7 @@ paths: items: type: object properties: - repository: &429 + repository: &432 title: Repository Identifier description: Repository Identifier type: object @@ -65045,7 +65076,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &433 + analysis_status: &436 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65077,7 +65108,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &430 + access_mismatch_repos: &433 type: object properties: repository_count: @@ -65092,7 +65123,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: *429 + items: *432 required: - repository_count - repositories @@ -65115,8 +65146,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *430 - over_limit_repos: *430 + no_codeql_db_repos: *433 + over_limit_repos: *433 required: - access_mismatch_repos - not_found_repos @@ -65132,7 +65163,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &431 + value: &434 summary: Default response value: id: 1 @@ -65284,10 +65315,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *431 + value: *434 repository_lists: summary: Response for a successful variant analysis submission - value: *431 + value: *434 '404': *6 '422': description: Unable to process variant analysis submission @@ -65328,9 +65359,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *435 examples: - default: *431 + default: *434 '404': *6 '503': *105 x-github: @@ -65388,7 +65419,7 @@ paths: type: object properties: repository: *55 - analysis_status: *433 + analysis_status: *436 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -65803,7 +65834,7 @@ paths: schema: type: object properties: - commit_sha: *434 + commit_sha: *437 ref: type: string description: |- @@ -65863,7 +65894,7 @@ paths: schema: type: object properties: - id: *425 + id: *428 url: type: string description: The REST API URL for checking the status of the upload. @@ -66567,7 +66598,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -66575,7 +66606,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '400': *14 '401': *23 '403': *27 @@ -66707,9 +66738,9 @@ paths: type: integer machines: type: array - items: *436 + items: *439 examples: - default: &648 + default: &651 value: total_count: 2 machines: @@ -66926,7 +66957,7 @@ paths: type: integer secrets: type: array - items: &440 + items: &443 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66947,7 +66978,7 @@ paths: - created_at - updated_at examples: - default: *437 + default: *440 headers: Link: *56 x-github: @@ -66977,9 +67008,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *441 examples: - default: *439 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67007,9 +67038,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *443 examples: - default: *441 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67152,7 +67183,7 @@ paths: application/json: schema: type: array - items: &442 + items: &445 title: Collaborator description: Collaborator type: object @@ -67421,7 +67452,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &507 + schema: &510 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -67704,7 +67735,7 @@ paths: user: anyOf: - type: 'null' - - *442 + - *445 required: - permission - role_name @@ -67769,7 +67800,7 @@ paths: application/json: schema: type: array - items: &443 + items: &446 title: Commit Comment description: Commit Comment type: object @@ -67827,7 +67858,7 @@ paths: - created_at - updated_at examples: - default: &446 + default: &449 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67894,9 +67925,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: - default: &447 + default: &450 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67977,7 +68008,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: default: value: @@ -68276,9 +68307,9 @@ paths: application/json: schema: type: array - items: *444 + items: *447 examples: - default: &556 + default: &559 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68374,7 +68405,7 @@ paths: parameters: - *318 - *319 - - &445 + - &448 name: commit_sha description: The SHA of the commit. in: path @@ -68448,7 +68479,7 @@ paths: parameters: - *318 - *319 - - *445 + - *448 - *17 - *19 responses: @@ -68458,9 +68489,9 @@ paths: application/json: schema: type: array - items: *443 + items: *446 examples: - default: *446 + default: *449 headers: Link: *56 x-github: @@ -68490,7 +68521,7 @@ paths: parameters: - *318 - *319 - - *445 + - *448 requestBody: required: true content: @@ -68525,9 +68556,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: - default: *447 + default: *450 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68557,7 +68588,7 @@ paths: parameters: - *318 - *319 - - *445 + - *448 - *17 - *19 responses: @@ -68567,9 +68598,9 @@ paths: application/json: schema: type: array - items: *448 + items: *451 examples: - default: &548 + default: &551 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69110,7 +69141,7 @@ paths: - *319 - *19 - *17 - - &449 + - &452 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)" @@ -69125,9 +69156,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *447 examples: - default: &534 + default: &537 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69242,9 +69273,9 @@ paths: parameters: - *318 - *319 - - *449 - - *450 - - *451 + - *452 + - *453 + - *454 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -69280,7 +69311,7 @@ paths: type: array items: *396 examples: - default: *452 + default: *455 headers: Link: *56 x-github: @@ -69307,7 +69338,7 @@ paths: parameters: - *318 - *319 - - *449 + - *452 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -69315,7 +69346,7 @@ paths: schema: type: integer example: 1 - - *450 + - *453 - *17 - *19 responses: @@ -69535,7 +69566,7 @@ paths: parameters: - *318 - *319 - - *449 + - *452 - *17 - *19 responses: @@ -69739,7 +69770,7 @@ paths: parameters: - *318 - *319 - - *449 + - *452 - *17 - *19 responses: @@ -69749,7 +69780,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: Status description: The status of a commit. type: object @@ -69892,11 +69923,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *453 + - *456 code_of_conduct_file: anyOf: - type: 'null' - - &454 + - &457 title: Community Health File type: object properties: @@ -69916,19 +69947,19 @@ paths: contributing: anyOf: - type: 'null' - - *454 + - *457 readme: anyOf: - type: 'null' - - *454 + - *457 issue_template: anyOf: - type: 'null' - - *454 + - *457 pull_request_template: anyOf: - type: 'null' - - *454 + - *457 required: - code_of_conduct - code_of_conduct_file @@ -70106,8 +70137,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *444 - merge_base_commit: *444 + base_commit: *447 + merge_base_commit: *447 status: type: string enum: @@ -70131,10 +70162,10 @@ paths: - 6 commits: type: array - items: *444 + items: *447 files: type: array - items: *455 + items: *458 required: - url - html_url @@ -70574,7 +70605,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &456 + response-if-content-is-a-file: &459 summary: Response if content is a file value: type: file @@ -70711,7 +70742,7 @@ paths: - size - type - url - - &561 + - &564 title: Content File description: Content File type: object @@ -70929,7 +70960,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *456 + response-if-content-is-a-file: *459 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70998,7 +71029,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *457 + '302': *460 '304': *35 x-github: githubCloudOnly: false @@ -71117,7 +71148,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &461 title: File Commit description: File Commit type: object @@ -71273,7 +71304,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: example-for-creating-a-file: value: @@ -71327,7 +71358,7 @@ paths: schema: oneOf: - *3 - - &489 + - &492 description: Repository rule violation was detected type: object properties: @@ -71348,7 +71379,7 @@ paths: items: type: object properties: - placeholder_id: &613 + placeholder_id: &616 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -71442,7 +71473,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: default: value: @@ -71635,7 +71666,7 @@ paths: schema: type: string - *185 - - *459 + - *462 - *186 - *187 - *50 @@ -71656,7 +71687,7 @@ paths: application/json: schema: type: array - items: &463 + items: &466 type: object description: A Dependabot alert. properties: @@ -71706,7 +71737,7 @@ paths: - direct - transitive - - security_advisory: *460 + security_advisory: *463 security_vulnerability: *54 url: *165 html_url: *166 @@ -71737,8 +71768,8 @@ paths: dismissal. maxLength: 280 fixed_at: *167 - auto_dismissed_at: *461 - dismissal_request: *462 + auto_dismissed_at: *464 + dismissal_request: *465 required: - number - state @@ -71970,7 +72001,7 @@ paths: parameters: - *318 - *319 - - &464 + - &467 name: alert_number in: path description: |- @@ -71985,7 +72016,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: default: value: @@ -72100,7 +72131,7 @@ paths: parameters: - *318 - *319 - - *464 + - *467 requestBody: required: true content: @@ -72145,7 +72176,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: default: value: @@ -72293,7 +72324,7 @@ paths: type: integer secrets: type: array - items: &467 + items: &470 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -72354,9 +72385,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *468 examples: - default: *466 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72384,7 +72415,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -73008,7 +73039,7 @@ paths: - version - url additionalProperties: false - metadata: &468 + metadata: &471 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -73047,7 +73078,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *468 + metadata: *471 resolved: type: object description: A collection of resolved package dependencies. @@ -73061,7 +73092,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *468 + metadata: *471 relationship: type: string description: A notation of whether a dependency is requested @@ -73236,9 +73267,9 @@ paths: application/json: schema: type: array - items: *469 + items: *472 examples: - default: *470 + default: *473 headers: Link: *56 x-github: @@ -73387,7 +73418,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *472 examples: simple-example: summary: Simple example @@ -73462,7 +73493,7 @@ paths: parameters: - *318 - *319 - - &471 + - &474 name: deployment_id description: deployment_id parameter in: path @@ -73474,7 +73505,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *472 examples: default: value: @@ -73541,7 +73572,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 responses: '204': description: Response @@ -73565,7 +73596,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 - *17 - *19 responses: @@ -73575,7 +73606,7 @@ paths: application/json: schema: type: array - items: &472 + items: &475 title: Deployment Status description: The status of a deployment. type: object @@ -73741,7 +73772,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 requestBody: required: true content: @@ -73816,9 +73847,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *475 examples: - default: &473 + default: &476 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73876,7 +73907,7 @@ paths: parameters: - *318 - *319 - - *471 + - *474 - name: status_id in: path required: true @@ -73887,9 +73918,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *475 examples: - default: *473 + default: *476 '404': *6 x-github: githubCloudOnly: false @@ -73991,7 +74022,7 @@ paths: - 5 environments: type: array - items: &475 + items: &478 title: Environment description: Details of a deployment environment type: object @@ -74053,7 +74084,7 @@ paths: type: string examples: - wait_timer - wait_timer: &477 + wait_timer: &480 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -74095,7 +74126,7 @@ paths: items: type: object properties: - type: *474 + type: *477 reviewer: anyOf: - *4 @@ -74122,7 +74153,7 @@ paths: - id - node_id - type - deployment_branch_policy: &478 + deployment_branch_policy: &481 type: - object - 'null' @@ -74241,7 +74272,7 @@ paths: parameters: - *318 - *319 - - &476 + - &479 name: environment_name in: path required: true @@ -74254,9 +74285,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *478 examples: - default: &479 + default: &482 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -74342,7 +74373,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 requestBody: required: false content: @@ -74352,7 +74383,7 @@ paths: - object - 'null' properties: - wait_timer: *477 + wait_timer: *480 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -74371,14 +74402,14 @@ paths: items: type: object properties: - type: *474 + type: *477 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *478 + deployment_branch_policy: *481 additionalProperties: false examples: default: @@ -74398,9 +74429,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *478 examples: - default: *479 + default: *482 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -74426,7 +74457,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 responses: '204': description: Default response @@ -74453,7 +74484,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *17 - *19 responses: @@ -74472,7 +74503,7 @@ paths: - 2 branch_policies: type: array - items: &480 + items: &483 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74535,7 +74566,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 requestBody: required: true content: @@ -74583,9 +74614,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - example-wildcard: &481 + example-wildcard: &484 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74629,8 +74660,8 @@ paths: parameters: - *318 - *319 - - *476 - - &482 + - *479 + - &485 name: branch_policy_id in: path required: true @@ -74642,9 +74673,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - default: *481 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74665,8 +74696,8 @@ paths: parameters: - *318 - *319 - - *476 - - *482 + - *479 + - *485 requestBody: required: true content: @@ -74695,9 +74726,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - default: *481 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74718,8 +74749,8 @@ paths: parameters: - *318 - *319 - - *476 - - *482 + - *479 + - *485 responses: '204': description: Response @@ -74744,7 +74775,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *476 + - *479 - *319 - *318 responses: @@ -74763,7 +74794,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &483 + items: &486 title: Deployment protection rule description: Deployment protection rule type: object @@ -74785,7 +74816,7 @@ paths: for the environment. examples: - true - app: &484 + app: &487 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74888,7 +74919,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: - - *476 + - *479 - *319 - *318 requestBody: @@ -74911,9 +74942,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *483 + schema: *486 examples: - default: &485 + default: &488 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74948,7 +74979,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: - - *476 + - *479 - *319 - *318 - *19 @@ -74970,7 +75001,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *484 + items: *487 examples: default: value: @@ -75007,8 +75038,8 @@ paths: parameters: - *318 - *319 - - *476 - - &486 + - *479 + - &489 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -75020,9 +75051,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: - default: *485 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75043,10 +75074,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *476 + - *479 - *319 - *318 - - *486 + - *489 responses: '204': description: Response @@ -75074,7 +75105,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *17 - *19 responses: @@ -75121,7 +75152,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 responses: '200': description: Response @@ -75153,7 +75184,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *152 responses: '200': @@ -75162,7 +75193,7 @@ paths: application/json: schema: *363 examples: - default: *487 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75186,7 +75217,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *152 requestBody: required: true @@ -75246,7 +75277,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *152 responses: '204': @@ -75274,7 +75305,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *334 - *19 responses: @@ -75319,7 +75350,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 requestBody: required: true content: @@ -75373,7 +75404,7 @@ paths: parameters: - *318 - *319 - - *476 + - *479 - *155 responses: '200': @@ -75382,7 +75413,7 @@ paths: application/json: schema: *367 examples: - default: *488 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75406,7 +75437,7 @@ paths: - *318 - *319 - *155 - - *476 + - *479 requestBody: required: true content: @@ -75451,7 +75482,7 @@ paths: - *318 - *319 - *155 - - *476 + - *479 responses: '204': description: Response @@ -75820,7 +75851,7 @@ paths: schema: oneOf: - *113 - - *489 + - *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76056,7 +76087,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &493 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -76285,13 +76316,13 @@ paths: parameters: - *318 - *319 - - *445 + - *448 responses: '200': description: Response content: application/json: - schema: *490 + schema: *493 examples: default: value: @@ -76349,7 +76380,7 @@ paths: parameters: - *318 - *319 - - &491 + - &494 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. @@ -76366,7 +76397,7 @@ paths: application/json: schema: type: array - items: &492 + items: &495 title: Git Reference description: Git references within a repository type: object @@ -76444,15 +76475,15 @@ paths: parameters: - *318 - *319 - - *491 + - *494 responses: '200': description: Response content: application/json: - schema: *492 + schema: *495 examples: - default: &493 + default: &496 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -76511,9 +76542,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *495 examples: - default: *493 + default: *496 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76541,7 +76572,7 @@ paths: parameters: - *318 - *319 - - *491 + - *494 requestBody: required: true content: @@ -76570,9 +76601,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *495 examples: - default: *493 + default: *496 '422': *15 '409': *49 x-github: @@ -76592,7 +76623,7 @@ paths: parameters: - *318 - *319 - - *491 + - *494 responses: '204': description: Response @@ -76715,7 +76746,7 @@ paths: description: Response content: application/json: - schema: &495 + schema: &498 title: Git Tag description: Metadata for a Git tag type: object @@ -76771,7 +76802,7 @@ paths: - sha - type - url - verification: *494 + verification: *497 required: - sha - url @@ -76781,7 +76812,7 @@ paths: - tag - message examples: - default: &496 + default: &499 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76866,9 +76897,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *498 examples: - default: *496 + default: *499 '404': *6 '409': *49 x-github: @@ -76967,7 +76998,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &500 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -77093,7 +77124,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *500 examples: default-response: summary: Default response @@ -77163,7 +77194,7 @@ paths: application/json: schema: type: array - items: &498 + items: &501 title: Webhook description: Webhooks for repositories. type: object @@ -77226,7 +77257,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &732 + last_response: &735 title: Hook Response type: object properties: @@ -77357,9 +77388,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: &499 + default: &502 value: type: Repository id: 12345678 @@ -77415,9 +77446,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: *499 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -77484,9 +77515,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: *499 + default: *502 '422': *15 '404': *6 x-github: @@ -77883,7 +77914,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &503 title: Import description: A repository import from an external source. type: object @@ -77990,7 +78021,7 @@ paths: - html_url - authors_url examples: - default: &503 + default: &506 value: vcs: subversion use_lfs: true @@ -78006,7 +78037,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': &501 + '503': &504 description: Unavailable due to service under maintenance. content: application/json: @@ -78084,7 +78115,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: default: value: @@ -78109,7 +78140,7 @@ paths: type: string '422': *15 '404': *6 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78190,7 +78221,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: example-1: summary: Example 1 @@ -78238,7 +78269,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': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78266,7 +78297,7 @@ paths: responses: '204': description: Response - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78294,7 +78325,7 @@ paths: parameters: - *318 - *319 - - &669 + - &672 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -78308,7 +78339,7 @@ paths: application/json: schema: type: array - items: &502 + items: &505 title: Porter Author description: Porter Author type: object @@ -78362,7 +78393,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': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78418,7 +78449,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *505 examples: default: value: @@ -78431,7 +78462,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78497,7 +78528,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78553,11 +78584,11 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: *503 + default: *506 '422': *15 - '503': *501 + '503': *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78589,7 +78620,7 @@ paths: application/json: schema: *20 examples: - default: *504 + default: *507 '301': *322 '404': *6 x-github: @@ -78624,7 +78655,7 @@ paths: properties: {} additionalProperties: false examples: - default: &506 + default: &509 value: limit: collaborators_only origin: repository @@ -78655,7 +78686,7 @@ paths: required: true content: application/json: - schema: *505 + schema: *508 examples: default: summary: Example request body @@ -78669,7 +78700,7 @@ paths: application/json: schema: *211 examples: - default: *506 + default: *509 '409': description: Response x-github: @@ -78726,9 +78757,9 @@ paths: application/json: schema: type: array - items: *507 + items: *510 examples: - default: &662 + default: &665 value: - id: 1 repository: @@ -78890,7 +78921,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *510 examples: default: value: @@ -79128,7 +79159,7 @@ paths: type: array items: *70 examples: - default: &515 + default: &518 value: - id: 1 node_id: MDU6SXNzdWUx @@ -79398,7 +79429,7 @@ paths: application/json: schema: *70 examples: - default: &512 + default: &515 value: id: 1 node_id: MDU6SXNzdWUx @@ -79554,7 +79585,7 @@ paths: '422': *15 '503': *105 '404': *6 - '410': *508 + '410': *511 x-github: triggersNotification: true githubCloudOnly: false @@ -79604,9 +79635,9 @@ paths: application/json: schema: type: array - items: *509 + items: *512 examples: - default: &514 + default: &517 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79672,9 +79703,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: &510 + default: &513 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79752,9 +79783,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *510 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -79944,7 +79975,7 @@ paths: application/json: schema: type: array - items: &511 + items: &514 title: Issue Event description: Issue Event type: object @@ -80295,7 +80326,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -80487,7 +80518,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *508 + '410': *511 '403': *27 x-github: githubCloudOnly: false @@ -80523,7 +80554,7 @@ paths: parameters: - *318 - *319 - - &513 + - &516 name: issue_number description: The number that identifies the issue. in: path @@ -80537,10 +80568,10 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '301': *322 '404': *6 - '410': *508 + '410': *511 '304': *35 x-github: githubCloudOnly: false @@ -80567,7 +80598,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -80688,13 +80719,13 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '422': *15 '503': *105 '403': *27 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80714,7 +80745,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -80742,7 +80773,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80760,7 +80791,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: content: application/json: @@ -80787,7 +80818,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80811,7 +80842,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - name: assignee in: path required: true @@ -80853,7 +80884,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *76 - *17 - *19 @@ -80864,13 +80895,13 @@ paths: application/json: schema: type: array - items: *509 + items: *512 examples: - default: *514 + default: *517 headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80901,7 +80932,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -80923,16 +80954,16 @@ paths: description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *510 + default: *513 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *508 + '410': *511 '422': *15 '404': *6 x-github: @@ -80962,7 +80993,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -80974,12 +81005,12 @@ paths: type: array items: *70 examples: - default: *515 + default: *518 headers: Link: *56 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81009,7 +81040,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -81033,7 +81064,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -81041,7 +81072,7 @@ paths: type: string '301': *322 '403': *27 - '410': *508 + '410': *511 '422': *15 '404': *6 x-github: @@ -81074,7 +81105,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -81088,13 +81119,13 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '301': *322 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *508 + '410': *511 x-github: triggersNotification: true githubCloudOnly: false @@ -81122,7 +81153,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -81134,12 +81165,12 @@ paths: type: array items: *70 examples: - default: *515 + default: *518 headers: Link: *56 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81158,7 +81189,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -81172,7 +81203,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &517 + - &520 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -81221,7 +81252,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &518 + - &521 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -81349,7 +81380,7 @@ paths: - performed_via_github_app - assignee - assigner - - &519 + - &522 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -81395,7 +81426,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &520 + - &523 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -81441,7 +81472,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &521 + - &524 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -81490,7 +81521,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &522 + - &525 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -81532,7 +81563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &523 + - &526 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -81574,7 +81605,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &524 + - &527 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -81630,7 +81661,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &525 + - &528 title: Locked Issue Event description: Locked Issue Event type: object @@ -81675,7 +81706,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &526 + - &529 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -81736,7 +81767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &527 + - &530 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81797,7 +81828,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &528 + - &531 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81858,7 +81889,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &529 + - &532 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81951,7 +81982,7 @@ paths: color: red headers: Link: *56 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81970,7 +82001,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -81982,7 +82013,7 @@ paths: type: array items: *69 examples: - default: &516 + default: &519 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82002,7 +82033,7 @@ paths: Link: *56 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82021,7 +82052,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -82082,10 +82113,10 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 '301': *322 '404': *6 - '410': *508 + '410': *511 '422': *15 x-github: githubCloudOnly: false @@ -82104,7 +82135,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -82166,10 +82197,10 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 '301': *322 '404': *6 - '410': *508 + '410': *511 '422': *15 x-github: githubCloudOnly: false @@ -82188,13 +82219,13 @@ paths: parameters: - *318 - *319 - - *513 + - *516 responses: '204': description: Response '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82215,7 +82246,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - name: name in: path required: true @@ -82241,7 +82272,7 @@ paths: default: true '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82263,7 +82294,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: false content: @@ -82292,7 +82323,7 @@ paths: '204': description: Response '403': *27 - '410': *508 + '410': *511 '404': *6 '422': *15 x-github: @@ -82312,7 +82343,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 responses: '204': description: Response @@ -82344,7 +82375,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 responses: '200': description: Response @@ -82352,10 +82383,10 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '301': *322 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82374,7 +82405,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - 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. @@ -82406,7 +82437,7 @@ paths: headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82426,7 +82457,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82491,7 +82522,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *316 responses: '204': @@ -82523,7 +82554,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82547,7 +82578,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -82582,7 +82613,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -82594,11 +82625,11 @@ paths: type: array items: *70 examples: - default: *515 + default: *518 headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82628,7 +82659,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82657,14 +82688,14 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *508 + '410': *511 '422': *15 '404': *6 x-github: @@ -82686,7 +82717,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 requestBody: required: true content: @@ -82719,7 +82750,7 @@ paths: application/json: schema: *70 examples: - default: *512 + default: *515 '403': *27 '404': *6 '422': *7 @@ -82743,7 +82774,7 @@ paths: parameters: - *318 - *319 - - *513 + - *516 - *17 - *19 responses: @@ -82758,9 +82789,6 @@ paths: description: Timeline Event type: object anyOf: - - *517 - - *518 - - *519 - *520 - *521 - *522 @@ -82771,6 +82799,9 @@ paths: - *527 - *528 - *529 + - *530 + - *531 + - *532 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -83099,7 +83130,7 @@ paths: type: string comments: type: array - items: &550 + items: &553 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -83337,7 +83368,7 @@ paths: type: string comments: type: array - items: *443 + items: *446 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -83612,7 +83643,7 @@ paths: headers: Link: *56 '404': *6 - '410': *508 + '410': *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83640,7 +83671,7 @@ paths: application/json: schema: type: array - items: &530 + items: &533 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -83745,9 +83776,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: &531 + default: &534 value: id: 1 key: ssh-rsa AAA... @@ -83783,7 +83814,7 @@ paths: parameters: - *318 - *319 - - &532 + - &535 name: key_id description: The unique identifier of the key. in: path @@ -83795,9 +83826,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 '404': *6 x-github: githubCloudOnly: false @@ -83817,7 +83848,7 @@ paths: parameters: - *318 - *319 - - *532 + - *535 responses: '204': description: Response @@ -83850,7 +83881,7 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 headers: Link: *56 '404': *6 @@ -83910,7 +83941,7 @@ paths: application/json: schema: *69 examples: - default: &533 + default: &536 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83956,7 +83987,7 @@ paths: application/json: schema: *69 examples: - default: *533 + default: *536 '404': *6 x-github: githubCloudOnly: false @@ -84356,9 +84387,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *444 + schema: *447 examples: - default: *534 + default: *537 '204': description: Response when already merged '404': @@ -84524,7 +84555,7 @@ paths: application/json: schema: *252 examples: - default: &535 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -84585,7 +84616,7 @@ paths: parameters: - *318 - *319 - - &536 + - &539 name: milestone_number description: The number that identifies the milestone. in: path @@ -84599,7 +84630,7 @@ paths: application/json: schema: *252 examples: - default: *535 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -84618,7 +84649,7 @@ paths: parameters: - *318 - *319 - - *536 + - *539 requestBody: required: false content: @@ -84658,7 +84689,7 @@ paths: application/json: schema: *252 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84676,7 +84707,7 @@ paths: parameters: - *318 - *319 - - *536 + - *539 responses: '204': description: Response @@ -84699,7 +84730,7 @@ paths: parameters: - *318 - *319 - - *536 + - *539 - *17 - *19 responses: @@ -84711,7 +84742,7 @@ paths: type: array items: *69 examples: - default: *516 + default: *519 headers: Link: *56 x-github: @@ -84732,10 +84763,10 @@ paths: parameters: - *318 - *319 - - *537 - - *538 + - *540 + - *541 - *76 - - *539 + - *542 - *17 - *19 responses: @@ -84747,7 +84778,7 @@ paths: type: array items: *96 examples: - default: *540 + default: *543 headers: Link: *56 x-github: @@ -84837,7 +84868,7 @@ paths: description: Response content: application/json: - schema: &541 + schema: &544 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84981,7 +85012,7 @@ paths: - custom_404 - public examples: - default: &542 + default: &545 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -85078,9 +85109,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *544 examples: - default: *542 + default: *545 '422': *15 '409': *49 x-github: @@ -85242,7 +85273,7 @@ paths: application/json: schema: type: array - items: &543 + items: &546 title: Page Build description: Page Build type: object @@ -85389,9 +85420,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: - default: &544 + default: &547 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -85451,9 +85482,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: - default: *544 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85584,7 +85615,7 @@ paths: parameters: - *318 - *319 - - &545 + - &548 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -85644,7 +85675,7 @@ paths: parameters: - *318 - *319 - - *545 + - *548 responses: '204': *176 '404': *6 @@ -86061,7 +86092,7 @@ paths: type: array items: *103 examples: - default: *546 + default: *549 '403': *27 '404': *6 x-github: @@ -86100,7 +86131,7 @@ paths: required: - properties examples: - default: *547 + default: *550 responses: '204': description: No Content when custom property values are successfully created @@ -86199,9 +86230,9 @@ paths: application/json: schema: type: array - items: *448 + items: *451 examples: - default: *548 + default: *551 headers: Link: *56 '304': *35 @@ -86301,7 +86332,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &555 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -86541,7 +86572,7 @@ paths: - review_comment - self author_association: *71 - auto_merge: *549 + auto_merge: *552 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -86643,7 +86674,7 @@ paths: - merged_by - review_comments examples: - default: &553 + default: &556 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -87200,9 +87231,9 @@ paths: application/json: schema: type: array - items: *550 + items: *553 examples: - default: &555 + default: &558 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87287,9 +87318,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: - default: &551 + default: &554 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -87388,9 +87419,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: - default: *551 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87593,7 +87624,7 @@ paths: parameters: - *318 - *319 - - &554 + - &557 name: pull_number description: The number that identifies the pull request. in: path @@ -87606,9 +87637,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *552 + schema: *555 examples: - default: *553 + default: *556 '304': *35 '404': *6 '406': @@ -87645,7 +87676,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -87687,9 +87718,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *555 examples: - default: *553 + default: *556 '422': *15 '403': *27 x-github: @@ -87713,7 +87744,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: true content: @@ -87776,7 +87807,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -87784,7 +87815,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '401': *23 '403': *27 '404': *6 @@ -87816,7 +87847,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *93 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -87837,9 +87868,9 @@ paths: application/json: schema: type: array - items: *550 + items: *553 examples: - default: *555 + default: *558 headers: Link: *56 x-github: @@ -87874,7 +87905,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: true content: @@ -87980,7 +88011,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: example-for-a-multi-line-comment: value: @@ -88070,7 +88101,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *85 requestBody: required: true @@ -88093,7 +88124,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: default: value: @@ -88181,7 +88212,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *17 - *19 responses: @@ -88191,9 +88222,9 @@ paths: application/json: schema: type: array - items: *444 + items: *447 examples: - default: *556 + default: *559 headers: Link: *56 x-github: @@ -88225,7 +88256,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *17 - *19 responses: @@ -88235,7 +88266,7 @@ paths: application/json: schema: type: array - items: *455 + items: *458 examples: default: value: @@ -88275,7 +88306,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 responses: '204': description: Response if pull request has been merged @@ -88300,7 +88331,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -88414,7 +88445,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 responses: '200': description: Response @@ -88491,7 +88522,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -88528,7 +88559,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *451 examples: default: value: @@ -89066,7 +89097,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: true content: @@ -89100,7 +89131,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *451 examples: default: value: @@ -89607,7 +89638,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 - *17 - *19 responses: @@ -89617,7 +89648,7 @@ paths: application/json: schema: type: array - items: &557 + items: &560 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89775,7 +89806,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -89865,9 +89896,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: &559 + default: &562 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89932,8 +89963,8 @@ paths: parameters: - *318 - *319 - - *554 - - &558 + - *557 + - &561 name: review_id description: The unique identifier of the review. in: path @@ -89945,9 +89976,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: &560 + default: &563 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -90008,8 +90039,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 requestBody: required: true content: @@ -90032,7 +90063,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: default: value: @@ -90096,16 +90127,16 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 responses: '200': description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: *559 + default: *562 '422': *7 '404': *6 x-github: @@ -90134,8 +90165,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 - *17 - *19 responses: @@ -90395,8 +90426,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 requestBody: required: true content: @@ -90425,7 +90456,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: default: value: @@ -90490,8 +90521,8 @@ paths: parameters: - *318 - *319 - - *554 - - *558 + - *557 + - *561 requestBody: required: true content: @@ -90526,9 +90557,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: *560 + default: *563 '404': *6 '422': *7 '403': *27 @@ -90552,7 +90583,7 @@ paths: parameters: - *318 - *319 - - *554 + - *557 requestBody: required: false content: @@ -90630,9 +90661,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: - default: &562 + default: &565 value: type: file encoding: base64 @@ -90695,9 +90726,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: - default: *562 + default: *565 '404': *6 '422': *15 x-github: @@ -90730,7 +90761,7 @@ paths: application/json: schema: type: array - items: *563 + items: *566 examples: default: value: @@ -90901,9 +90932,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: &567 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -91010,7 +91041,7 @@ paths: parameters: - *318 - *319 - - &565 + - &568 name: asset_id description: The unique identifier of the asset. in: path @@ -91022,9 +91053,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: &566 + default: &569 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 @@ -91059,7 +91090,7 @@ paths: type: User site_admin: false '404': *6 - '302': *457 + '302': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91077,7 +91108,7 @@ paths: parameters: - *318 - *319 - - *565 + - *568 requestBody: required: false content: @@ -91106,9 +91137,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: *566 + default: *569 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91126,7 +91157,7 @@ paths: parameters: - *318 - *319 - - *565 + - *568 responses: '204': description: Response @@ -91244,9 +91275,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *567 + default: *570 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91277,9 +91308,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *567 + default: *570 '404': *6 x-github: githubCloudOnly: false @@ -91303,7 +91334,7 @@ paths: parameters: - *318 - *319 - - &568 + - &571 name: release_id description: The unique identifier of the release. in: path @@ -91317,9 +91348,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: *563 + schema: *566 examples: - default: *567 + default: *570 '401': description: Unauthorized x-github: @@ -91339,7 +91370,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 requestBody: required: false content: @@ -91403,9 +91434,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *567 + default: *570 '404': description: Not Found if the discussion category name is invalid content: @@ -91428,7 +91459,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 responses: '204': description: Response @@ -91450,7 +91481,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - *17 - *19 responses: @@ -91460,7 +91491,7 @@ paths: application/json: schema: type: array - items: *564 + items: *567 examples: default: value: @@ -91543,7 +91574,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - name: name in: query required: true @@ -91569,7 +91600,7 @@ paths: description: Response for successful upload content: application/json: - schema: *564 + schema: *567 examples: response-for-successful-upload: value: @@ -91626,7 +91657,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - 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. @@ -91675,7 +91706,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 requestBody: required: true content: @@ -91738,7 +91769,7 @@ paths: parameters: - *318 - *319 - - *568 + - *571 - *316 responses: '204': @@ -91782,7 +91813,7 @@ paths: oneOf: - allOf: - *271 - - &569 + - &572 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91803,67 +91834,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *272 - - *569 + - *572 - allOf: - *273 - - *569 + - *572 - allOf: - *274 - - *569 + - *572 - allOf: - - *570 - - *569 + - *573 + - *572 - allOf: - *275 - - *569 + - *572 - allOf: - *276 - - *569 + - *572 - allOf: - *277 - - *569 + - *572 - allOf: - *278 - - *569 + - *572 - allOf: - *279 - - *569 + - *572 - allOf: - *280 - - *569 + - *572 - allOf: - *281 - - *569 + - *572 - allOf: - *282 - - *569 + - *572 - allOf: - *283 - - *569 + - *572 - allOf: - *284 - - *569 + - *572 - allOf: - *285 - - *569 + - *572 - allOf: - *286 - - *569 + - *572 - allOf: - *287 - - *569 + - *572 - allOf: - *288 - - *569 + - *572 - allOf: - *289 - - *569 + - *572 - allOf: - *290 - - *569 + - *572 - allOf: - *291 - - *569 + - *572 examples: default: value: @@ -91914,7 +91945,7 @@ paths: schema: type: boolean default: true - - *571 + - *574 responses: '200': description: Response @@ -91999,7 +92030,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *572 + items: *575 required: - name - enforcement @@ -92032,7 +92063,7 @@ paths: application/json: schema: *292 examples: - default: &582 + default: &585 value: id: 42 name: super cool ruleset @@ -92081,10 +92112,10 @@ paths: parameters: - *318 - *319 - - *573 - - *574 - - *575 - *576 + - *577 + - *578 + - *579 - *17 - *19 responses: @@ -92092,9 +92123,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *578 + default: *581 '404': *6 '500': *104 x-github: @@ -92117,15 +92148,15 @@ paths: parameters: - *318 - *319 - - *579 + - *582 responses: '200': description: Response content: application/json: - schema: *580 + schema: *583 examples: - default: *581 + default: *584 '404': *6 '500': *104 x-github: @@ -92176,7 +92207,7 @@ paths: application/json: schema: *292 examples: - default: *582 + default: *585 '404': *6 '500': *104 put: @@ -92229,7 +92260,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *572 + items: *575 examples: default: value: @@ -92259,7 +92290,7 @@ paths: application/json: schema: *292 examples: - default: *582 + default: *585 '404': *6 '500': *104 delete: @@ -92320,7 +92351,7 @@ paths: type: array items: *295 examples: - default: *583 + default: *586 '404': *6 '500': *104 x-github: @@ -92358,7 +92389,7 @@ paths: description: Response content: application/json: - schema: *584 + schema: *587 examples: default: value: @@ -92415,20 +92446,20 @@ paths: parameters: - *318 - *319 - - *585 - - *586 - - *587 - *588 - *589 - - *50 - - *19 - - *17 - *590 - *591 - *592 + - *50 + - *19 + - *17 - *593 - *594 - *595 + - *596 + - *597 + - *598 responses: '200': description: Response @@ -92436,7 +92467,7 @@ paths: application/json: schema: type: array - items: &599 + items: &602 type: object properties: number: *162 @@ -92452,8 +92483,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *596 - resolution: *597 + state: *599 + resolution: *600 resolved_at: type: - string @@ -92547,7 +92578,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *598 + - *601 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -92695,13 +92726,13 @@ paths: - *318 - *319 - *415 - - *595 + - *598 responses: '200': description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -92765,8 +92796,8 @@ paths: schema: type: object properties: - state: *596 - resolution: *597 + state: *599 + resolution: *600 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -92802,7 +92833,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -92910,7 +92941,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &752 + items: &755 type: object properties: type: @@ -92937,9 +92968,6 @@ paths: - commit details: oneOf: - - *600 - - *601 - - *602 - *603 - *604 - *605 @@ -92950,6 +92978,9 @@ paths: - *610 - *611 - *612 + - *613 + - *614 + - *615 examples: default: value: @@ -93044,14 +93075,14 @@ paths: schema: type: object properties: - reason: &614 + reason: &617 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *613 + placeholder_id: *616 required: - reason - placeholder_id @@ -93068,7 +93099,7 @@ paths: schema: type: object properties: - reason: *614 + reason: *617 expire_at: type: - string @@ -93131,7 +93162,7 @@ paths: properties: incremental_scans: type: array - items: &615 + items: &618 description: Information on a single scan performed by secret scanning on the repository type: object @@ -93159,15 +93190,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *615 + items: *618 backfill_scans: type: array - items: *615 + items: *618 custom_pattern_backfill_scans: type: array items: allOf: - - *615 + - *618 - type: object properties: pattern_name: @@ -93282,9 +93313,9 @@ paths: application/json: schema: type: array - items: *616 + items: *619 examples: - default: *617 + default: *620 '400': *14 '404': *6 x-github: @@ -93478,9 +93509,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: &619 + default: &622 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93827,7 +93858,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -93976,15 +94007,15 @@ paths: parameters: - *318 - *319 - - *618 + - *621 responses: '200': description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: *619 + default: *622 '403': *27 '404': *6 x-github: @@ -94010,7 +94041,7 @@ paths: parameters: - *318 - *319 - - *618 + - *621 requestBody: required: true content: @@ -94181,10 +94212,10 @@ paths: description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: *619 - add_credit: *619 + default: *622 + add_credit: *622 '403': *27 '404': *6 '422': @@ -94224,7 +94255,7 @@ paths: parameters: - *318 - *319 - - *618 + - *621 responses: '202': *37 '400': *14 @@ -94253,7 +94284,7 @@ paths: parameters: - *318 - *319 - - *618 + - *621 responses: '202': description: Response @@ -94394,7 +94425,7 @@ paths: application/json: schema: type: array - items: &620 + items: &623 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -94767,7 +94798,7 @@ paths: application/json: schema: type: array - items: *620 + items: *623 examples: default: value: @@ -94857,7 +94888,7 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: default: value: @@ -94951,7 +94982,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &622 + schema: &625 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -95051,7 +95082,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *625 examples: default: value: @@ -95191,7 +95222,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 title: Tag protection description: Tag protection type: object @@ -95272,7 +95303,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -95420,7 +95451,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &627 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -95432,7 +95463,7 @@ paths: required: - names examples: - default: &625 + default: &628 value: names: - octocat @@ -95487,9 +95518,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *627 examples: - default: *625 + default: *628 '404': *6 '422': *7 x-github: @@ -95512,7 +95543,7 @@ paths: parameters: - *318 - *319 - - &626 + - &629 name: per description: The time frame to display results for. in: query @@ -95543,7 +95574,7 @@ paths: - 128 clones: type: array - items: &627 + items: &630 title: Traffic type: object properties: @@ -95791,7 +95822,7 @@ paths: parameters: - *318 - *319 - - *626 + - *629 responses: '200': description: Response @@ -95812,7 +95843,7 @@ paths: - 3782 views: type: array - items: *627 + items: *630 required: - uniques - count @@ -96582,7 +96613,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &628 + text_matches: &631 title: Search Result Text Matches type: array items: @@ -96745,7 +96776,7 @@ paths: enum: - author-date - committer-date - - &629 + - &632 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 @@ -96833,7 +96864,7 @@ paths: url: type: string format: uri - verification: *494 + verification: *497 required: - author - committer @@ -96865,7 +96896,7 @@ paths: type: number node_id: type: string - text_matches: *628 + text_matches: *631 required: - sha - node_id @@ -97057,7 +97088,7 @@ paths: - interactions - created - updated - - *629 + - *632 - *17 - *19 - name: advanced_search @@ -97154,11 +97185,11 @@ paths: type: - string - 'null' - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: type: string state_reason: @@ -97186,7 +97217,7 @@ paths: - string - 'null' format: date-time - text_matches: *628 + text_matches: *631 pull_request: type: object properties: @@ -97409,7 +97440,7 @@ paths: enum: - created - updated - - *629 + - *632 - *17 - *19 responses: @@ -97454,7 +97485,7 @@ paths: - 'null' score: type: number - text_matches: *628 + text_matches: *631 required: - id - node_id @@ -97539,7 +97570,7 @@ paths: - forks - help-wanted-issues - updated - - *629 + - *632 - *17 - *19 responses: @@ -97776,7 +97807,7 @@ paths: - admin - pull - push - text_matches: *628 + text_matches: *631 temp_clone_token: type: string allow_merge_commit: @@ -98084,7 +98115,7 @@ paths: - string - 'null' format: uri - text_matches: *628 + text_matches: *631 related: type: - array @@ -98277,7 +98308,7 @@ paths: - followers - repositories - joined - - *629 + - *632 - *17 - *19 responses: @@ -98387,7 +98418,7 @@ paths: type: - boolean - 'null' - text_matches: *628 + text_matches: *631 blog: type: - string @@ -98469,7 +98500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &633 + - &636 name: team_id description: The unique identifier of the team. in: path @@ -98510,7 +98541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *633 + - *636 requestBody: required: true content: @@ -98611,7 +98642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *633 + - *636 responses: '204': description: Response @@ -98642,7 +98673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *633 + - *636 - *50 - *17 - *19 @@ -98655,7 +98686,7 @@ paths: type: array items: *307 examples: - default: *634 + default: *637 headers: Link: *56 x-github: @@ -98684,7 +98715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *633 + - *636 requestBody: required: true content: @@ -98747,7 +98778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *633 + - *636 - *309 responses: '200': @@ -98781,7 +98812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *633 + - *636 - *309 requestBody: required: false @@ -98807,7 +98838,7 @@ paths: application/json: schema: *307 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98832,7 +98863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *633 + - *636 - *309 responses: '204': @@ -98862,7 +98893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *633 + - *636 - *309 - *50 - *17 @@ -98876,7 +98907,7 @@ paths: type: array items: *310 examples: - default: *636 + default: *639 headers: Link: *56 x-github: @@ -98905,7 +98936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 requestBody: required: true @@ -98957,7 +98988,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 responses: @@ -98992,7 +99023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 requestBody: @@ -99018,7 +99049,7 @@ paths: application/json: schema: *310 examples: - default: *637 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99043,7 +99074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 responses: @@ -99074,7 +99105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 - name: content @@ -99133,7 +99164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *633 + - *636 - *309 - *312 requestBody: @@ -99195,7 +99226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *633 + - *636 - *309 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -99253,7 +99284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *633 + - *636 - *309 requestBody: required: true @@ -99312,7 +99343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *633 + - *636 - *17 - *19 responses: @@ -99350,7 +99381,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *633 + - *636 - name: role description: Filters members returned by their role in the team. in: query @@ -99401,7 +99432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99438,7 +99469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99478,7 +99509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99515,7 +99546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *633 + - *636 - *61 responses: '200': @@ -99524,7 +99555,7 @@ paths: application/json: schema: *317 examples: - response-if-user-is-a-team-maintainer: *638 + response-if-user-is-a-team-maintainer: *641 '404': *6 x-github: githubCloudOnly: false @@ -99557,7 +99588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *633 + - *636 - *61 requestBody: required: false @@ -99585,7 +99616,7 @@ paths: application/json: schema: *317 examples: - response-if-users-membership-with-team-is-now-pending: *639 + response-if-users-membership-with-team-is-now-pending: *642 '403': description: Forbidden if team synchronization is set up '422': @@ -99619,7 +99650,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *633 + - *636 - *61 responses: '204': @@ -99647,7 +99678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *633 + - *636 - *17 - *19 responses: @@ -99689,7 +99720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *633 + - *636 - *318 - *319 responses: @@ -99697,7 +99728,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *640 + schema: *643 examples: alternative-response-with-extra-repository-information: value: @@ -99848,7 +99879,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *633 + - *636 - *318 - *319 requestBody: @@ -99900,7 +99931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *633 + - *636 - *318 - *319 responses: @@ -99927,7 +99958,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *633 + - *636 - *17 - *19 responses: @@ -99939,7 +99970,7 @@ paths: type: array items: *180 examples: - response-if-child-teams-exist: *641 + response-if-child-teams-exist: *644 headers: Link: *56 '404': *6 @@ -99972,7 +100003,7 @@ paths: application/json: schema: oneOf: - - &643 + - &646 title: Private User description: Private User type: object @@ -100222,7 +100253,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *642 + - *645 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -100382,7 +100413,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *646 examples: default: value: @@ -100728,7 +100759,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -100736,7 +100767,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '401': *23 '403': *27 '404': *6 @@ -100780,7 +100811,7 @@ paths: type: integer secrets: type: array - items: &644 + items: &647 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -100822,7 +100853,7 @@ paths: - visibility - selected_repositories_url examples: - default: *437 + default: *440 headers: Link: *56 x-github: @@ -100900,7 +100931,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: default: value: @@ -101046,7 +101077,7 @@ paths: type: array items: *144 examples: - default: *645 + default: *648 '401': *23 '403': *27 '404': *6 @@ -101198,7 +101229,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '304': *35 '500': *104 '401': *23 @@ -101256,7 +101287,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '401': *23 '403': *27 '404': *6 @@ -101313,7 +101344,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -101366,7 +101397,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &647 + default: &650 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -101411,9 +101442,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *647 + default: *650 '404': *6 x-github: githubCloudOnly: false @@ -101450,9 +101481,9 @@ paths: type: integer machines: type: array - items: *436 + items: *439 examples: - default: *648 + default: *651 '304': *35 '500': *104 '401': *23 @@ -101541,7 +101572,7 @@ paths: machine: anyOf: - type: 'null' - - *436 + - *439 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -102346,7 +102377,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '304': *35 '500': *104 '400': *14 @@ -102386,7 +102417,7 @@ paths: application/json: schema: *221 examples: - default: *435 + default: *438 '500': *104 '401': *23 '403': *27 @@ -102418,7 +102449,7 @@ paths: type: array items: *233 examples: - default: &659 + default: &662 value: - id: 197 name: hello_docker @@ -102519,7 +102550,7 @@ paths: application/json: schema: type: array - items: &649 + items: &652 title: Email description: Email type: object @@ -102589,9 +102620,9 @@ paths: application/json: schema: type: array - items: *649 + items: *652 examples: - default: &661 + default: &664 value: - email: octocat@github.com verified: true @@ -102668,7 +102699,7 @@ paths: application/json: schema: type: array - items: *649 + items: *652 examples: default: value: @@ -102926,7 +102957,7 @@ paths: application/json: schema: type: array - items: &650 + items: &653 title: GPG Key description: A unique encryption key type: object @@ -103071,7 +103102,7 @@ paths: - subkeys - revoked examples: - default: &675 + default: &678 value: - id: 3 name: Octocat's GPG Key @@ -103156,9 +103187,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *653 examples: - default: &651 + default: &654 value: id: 3 name: Octocat's GPG Key @@ -103215,7 +103246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &652 + - &655 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -103227,9 +103258,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *653 examples: - default: *651 + default: *654 '404': *6 '304': *35 '403': *27 @@ -103252,7 +103283,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *652 + - *655 responses: '204': description: Response @@ -103557,7 +103588,7 @@ paths: required: true content: application/json: - schema: *505 + schema: *508 examples: default: value: @@ -103707,7 +103738,7 @@ paths: application/json: schema: type: array - items: &653 + items: &656 title: Key description: Key type: object @@ -103810,9 +103841,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: &654 + default: &657 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -103845,15 +103876,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *532 + - *535 responses: '200': description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: *654 + default: *657 '404': *6 '304': *35 '403': *27 @@ -103876,7 +103907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *532 + - *535 responses: '204': description: Response @@ -103909,7 +103940,7 @@ paths: application/json: schema: type: array - items: &655 + items: &658 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -103988,7 +104019,7 @@ paths: - account - plan examples: - default: &656 + default: &659 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104050,9 +104081,9 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: *656 + default: *659 headers: Link: *56 '304': *35 @@ -105056,7 +105087,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *228 - - *657 + - *660 responses: '204': description: Response @@ -105171,7 +105202,7 @@ paths: - docker - nuget - container - - *658 + - *661 - *19 - *17 responses: @@ -105183,8 +105214,8 @@ paths: type: array items: *233 examples: - default: *659 - '400': *660 + default: *662 + '400': *663 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105213,7 +105244,7 @@ paths: application/json: schema: *233 examples: - default: &676 + default: &679 value: id: 40201 name: octo-name @@ -105575,9 +105606,9 @@ paths: application/json: schema: type: array - items: *649 + items: *652 examples: - default: *661 + default: *664 headers: Link: *56 '304': *35 @@ -105690,7 +105721,7 @@ paths: type: array items: *68 examples: - default: &668 + default: &671 summary: Default response value: - id: 1296269 @@ -106048,9 +106079,9 @@ paths: application/json: schema: type: array - items: *507 + items: *510 examples: - default: *662 + default: *665 headers: Link: *56 '304': *35 @@ -106129,7 +106160,7 @@ paths: application/json: schema: type: array - items: &663 + items: &666 title: Social account description: Social media account type: object @@ -106146,7 +106177,7 @@ paths: - provider - url examples: - default: &664 + default: &667 value: - provider: twitter url: https://twitter.com/github @@ -106209,9 +106240,9 @@ paths: application/json: schema: type: array - items: *663 + items: *666 examples: - default: *664 + default: *667 '422': *15 '304': *35 '404': *6 @@ -106299,7 +106330,7 @@ paths: application/json: schema: type: array - items: &665 + items: &668 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -106319,7 +106350,7 @@ paths: - title - created_at examples: - default: &693 + default: &696 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106384,9 +106415,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *668 examples: - default: &666 + default: &669 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -106416,7 +106447,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: - - &667 + - &670 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -106428,9 +106459,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *668 examples: - default: *666 + default: *669 '404': *6 '304': *35 '403': *27 @@ -106453,7 +106484,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: - - *667 + - *670 responses: '204': description: Response @@ -106482,7 +106513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &694 + - &697 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 @@ -106507,11 +106538,11 @@ paths: type: array items: *68 examples: - default-response: *668 + default-response: *671 application/vnd.github.v3.star+json: schema: type: array - items: &695 + items: &698 title: Starred Repository description: Starred Repository type: object @@ -106880,10 +106911,10 @@ paths: application/json: schema: oneOf: - - *643 - - *642 + - *646 + - *645 examples: - default-response: &670 + default-response: &673 summary: Default response value: login: octocat @@ -106918,7 +106949,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &671 + response-with-git-hub-plan-information: &674 summary: Response with GitHub plan information value: login: octocat @@ -107040,7 +107071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *669 + - *672 - *17 responses: '200': @@ -107089,11 +107120,11 @@ paths: application/json: schema: oneOf: - - *643 - - *642 + - *646 + - *645 examples: - default-response: *670 - response-with-git-hub-plan-information: *671 + default-response: *673 + response-with-git-hub-plan-information: *674 '404': *6 x-github: githubCloudOnly: false @@ -107143,8 +107174,8 @@ paths: required: - subject_digests examples: - default: *672 - withPredicateType: *673 + default: *675 + withPredicateType: *676 responses: '200': description: Response @@ -107198,7 +107229,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *674 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107444,7 +107475,7 @@ paths: type: array items: *233 examples: - default: *659 + default: *662 '403': *27 '401': *23 x-github: @@ -107828,9 +107859,9 @@ paths: application/json: schema: type: array - items: *650 + items: *653 examples: - default: *675 + default: *678 headers: Link: *56 x-github: @@ -107934,7 +107965,7 @@ paths: application/json: schema: *20 examples: - default: *504 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108059,7 +108090,7 @@ paths: - docker - nuget - container - - *658 + - *661 - *61 - *19 - *17 @@ -108072,10 +108103,10 @@ paths: type: array items: *233 examples: - default: *659 + default: *662 '403': *27 '401': *23 - '400': *660 + '400': *663 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108105,7 +108136,7 @@ paths: application/json: schema: *233 examples: - default: *676 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108454,7 +108485,7 @@ paths: type: array items: *254 examples: - default: *677 + default: *680 headers: Link: *56 '304': *35 @@ -108514,7 +108545,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *678 + items: *681 required: - name - data_type @@ -108530,7 +108561,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *679 + iteration_configuration: *682 required: - name - data_type @@ -108552,8 +108583,8 @@ paths: value: name: Due date data_type: date - single_select_field: *680 - iteration_field: *681 + single_select_field: *683 + iteration_field: *684 responses: '201': description: Response @@ -108561,11 +108592,11 @@ paths: application/json: schema: *254 examples: - text_field: *682 - number_field: *683 - date_field: *684 - single_select_field: *685 - iteration_field: *686 + text_field: *685 + number_field: *686 + date_field: *687 + single_select_field: *688 + iteration_field: *689 '304': *35 '403': *27 '401': *23 @@ -108587,7 +108618,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *251 - - *687 + - *690 - *61 responses: '200': @@ -108596,7 +108627,7 @@ paths: application/json: schema: *254 examples: - default: *688 + default: *691 headers: Link: *56 '304': *35 @@ -109130,7 +109161,7 @@ paths: - *107 - *109 - *108 - - *689 + - *692 - *110 responses: '200': @@ -109261,7 +109292,7 @@ paths: parameters: - *61 - *107 - - *690 + - *693 - *108 responses: '200': @@ -109360,9 +109391,9 @@ paths: - *107 - *109 - *108 - - *691 + - *694 - *110 - - *692 + - *695 responses: '200': description: Response when getting a billing usage summary @@ -109496,9 +109527,9 @@ paths: application/json: schema: type: array - items: *663 + items: *666 examples: - default: *664 + default: *667 headers: Link: *56 x-github: @@ -109528,9 +109559,9 @@ paths: application/json: schema: type: array - items: *665 + items: *668 examples: - default: *693 + default: *696 headers: Link: *56 x-github: @@ -109555,7 +109586,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *61 - - *694 + - *697 - *50 - *17 - *19 @@ -109567,11 +109598,11 @@ paths: schema: anyOf: - type: array - items: *695 + items: *698 - type: array items: *68 examples: - default-response: *668 + default-response: *671 headers: Link: *56 x-github: @@ -109731,7 +109762,7 @@ webhooks: type: string enum: - disabled - enterprise: &696 + enterprise: &699 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109800,7 +109831,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &697 + installation: &700 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109821,7 +109852,7 @@ webhooks: required: - id - node_id - organization: &698 + organization: &701 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109894,7 +109925,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &699 + repository: &702 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -110807,10 +110838,10 @@ webhooks: type: string enum: - enabled - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -110886,11 +110917,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - rule: &700 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + rule: &703 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) @@ -111113,11 +111144,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - rule: *700 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + rule: *703 sender: *4 required: - action @@ -111305,11 +111336,11 @@ webhooks: - everyone required: - from - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - rule: *700 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + rule: *703 sender: *4 required: - action @@ -111393,7 +111424,7 @@ webhooks: type: string enum: - completed - check_run: &702 + check_run: &705 title: CheckRun description: A check performed on the code of a given code change type: object @@ -111503,7 +111534,7 @@ webhooks: - examples: - neutral - deployment: *701 + deployment: *704 details_url: type: string examples: @@ -111601,10 +111632,10 @@ webhooks: - output - app - pull_requests - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 sender: *4 required: - check_run @@ -111997,11 +112028,11 @@ webhooks: type: string enum: - created - check_run: *702 - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + check_run: *705 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 sender: *4 required: - check_run @@ -112397,11 +112428,11 @@ webhooks: type: string enum: - requested_action - check_run: *702 - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + check_run: *705 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 requested_action: description: The action requested by the user. type: object @@ -112806,11 +112837,11 @@ webhooks: type: string enum: - rerequested - check_run: *702 - installation: *697 - enterprise: *696 - organization: *698 - repository: *699 + check_run: *705 + installation: *700 + enterprise: *699 + organization: *701 + repository: *702 sender: *4 required: - check_run @@ -113802,10 +113833,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -114514,10 +114545,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -115220,10 +115251,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -115544,20 +115575,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &703 + commit_oid: &706 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: *696 - installation: *697 - organization: *698 - ref: &704 + enterprise: *699 + installation: *700 + organization: *701 + ref: &707 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: *699 + repository: *702 sender: *4 required: - action @@ -115965,12 +115996,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -116253,12 +116284,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -116604,12 +116635,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -116899,9 +116930,9 @@ webhooks: type: - string - 'null' - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -116909,7 +116940,7 @@ webhooks: type: - string - 'null' - repository: *699 + repository: *702 sender: *4 required: - action @@ -117155,12 +117186,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *703 - enterprise: *696 - installation: *697 - organization: *698 - ref: *704 - repository: *699 + commit_oid: *706 + enterprise: *699 + installation: *700 + organization: *701 + ref: *707 + repository: *702 sender: *4 required: - action @@ -117422,10 +117453,10 @@ webhooks: - updated_at - author_association - body - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -117506,18 +117537,18 @@ webhooks: type: - string - 'null' - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *698 - pusher_type: &705 + organization: *701 + pusher_type: &708 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &706 + ref: &709 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -117527,7 +117558,7 @@ webhooks: enum: - tag - branch - repository: *699 + repository: *702 sender: *4 required: - ref @@ -117610,9 +117641,9 @@ webhooks: enum: - created definition: *261 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117697,9 +117728,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117777,9 +117808,9 @@ webhooks: enum: - promote_to_enterprise definition: *261 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117857,9 +117888,9 @@ webhooks: enum: - updated definition: *261 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -117936,10 +117967,10 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - repository: *699 - organization: *698 + enterprise: *699 + installation: *700 + repository: *702 + organization: *701 sender: *4 new_property_values: type: array @@ -118024,18 +118055,18 @@ webhooks: title: delete event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - pusher_type: *705 - ref: *706 + enterprise: *699 + installation: *700 + organization: *701 + pusher_type: *708 + ref: *709 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *699 + repository: *702 sender: *4 required: - ref @@ -118119,11 +118150,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118207,11 +118238,11 @@ webhooks: type: string enum: - auto_reopened - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118295,11 +118326,11 @@ webhooks: type: string enum: - created - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118381,11 +118412,11 @@ webhooks: type: string enum: - dismissed - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118467,11 +118498,11 @@ webhooks: type: string enum: - fixed - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118554,11 +118585,11 @@ webhooks: type: string enum: - reintroduced - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118640,11 +118671,11 @@ webhooks: type: string enum: - reopened - alert: *463 - installation: *697 - organization: *698 - enterprise: *696 - repository: *699 + alert: *466 + installation: *700 + organization: *701 + enterprise: *699 + repository: *702 sender: *4 required: - action @@ -118721,9 +118752,9 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - key: &707 + enterprise: *699 + installation: *700 + key: &710 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -118761,8 +118792,8 @@ webhooks: - verified - created_at - read_only - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -118839,11 +118870,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - key: *707 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + key: *710 + organization: *701 + repository: *702 sender: *4 required: - action @@ -119415,12 +119446,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: &711 + workflow: &714 title: Workflow type: - object @@ -120158,13 +120189,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *469 + deployment: *472 pull_requests: type: array - items: *552 - repository: *699 - organization: *698 - installation: *697 + items: *555 + repository: *702 + organization: *701 + installation: *700 sender: *4 responses: '200': @@ -120235,7 +120266,7 @@ webhooks: type: string enum: - approved - approver: &708 + approver: &711 type: object properties: avatar_url: @@ -120278,11 +120309,11 @@ webhooks: type: string comment: type: string - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - reviewers: &709 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + reviewers: &712 type: array items: type: object @@ -120363,7 +120394,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &710 + workflow_job_run: &713 type: object properties: conclusion: @@ -121109,18 +121140,18 @@ webhooks: type: string enum: - rejected - approver: *708 + approver: *711 comment: type: string - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - reviewers: *709 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + reviewers: *712 sender: *4 since: type: string - workflow_job_run: *710 + workflow_job_run: *713 workflow_job_runs: type: array items: @@ -121837,13 +121868,13 @@ webhooks: type: string enum: - requested - enterprise: *696 + enterprise: *699 environment: type: string - installation: *697 - organization: *698 - repository: *699 - requestor: &716 + installation: *700 + organization: *701 + repository: *702 + requestor: &719 title: User type: - object @@ -123786,12 +123817,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Deployment Workflow Run type: @@ -124482,7 +124513,7 @@ webhooks: type: string enum: - answered - answer: &714 + answer: &717 type: object properties: author_association: @@ -124642,11 +124673,11 @@ webhooks: - created_at - updated_at - body - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -124773,11 +124804,11 @@ webhooks: - from required: - category - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -124860,11 +124891,11 @@ webhooks: type: string enum: - closed - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -124946,7 +124977,7 @@ webhooks: type: string enum: - created - comment: &713 + comment: &716 type: object properties: author_association: @@ -125106,11 +125137,11 @@ webhooks: - updated_at - body - reactions - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125193,12 +125224,12 @@ webhooks: type: string enum: - deleted - comment: *713 - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + comment: *716 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125293,12 +125324,12 @@ webhooks: - from required: - body - comment: *713 - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + comment: *716 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125382,11 +125413,11 @@ webhooks: type: string enum: - created - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125468,11 +125499,11 @@ webhooks: type: string enum: - deleted - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125572,11 +125603,11 @@ webhooks: type: string required: - from - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125658,10 +125689,10 @@ webhooks: type: string enum: - labeled - discussion: *712 - enterprise: *696 - installation: *697 - label: &715 + discussion: *715 + enterprise: *699 + installation: *700 + label: &718 title: Label type: object properties: @@ -125694,8 +125725,8 @@ webhooks: - color - default - description - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125778,11 +125809,11 @@ webhooks: type: string enum: - locked - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125864,11 +125895,11 @@ webhooks: type: string enum: - pinned - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -125950,11 +125981,11 @@ webhooks: type: string enum: - reopened - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126039,16 +126070,16 @@ webhooks: changes: type: object properties: - new_discussion: *712 - new_repository: *699 + new_discussion: *715 + new_repository: *702 required: - new_discussion - new_repository - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126131,10 +126162,10 @@ webhooks: type: string enum: - unanswered - discussion: *712 - old_answer: *714 - organization: *698 - repository: *699 + discussion: *715 + old_answer: *717 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126216,12 +126247,12 @@ webhooks: type: string enum: - unlabeled - discussion: *712 - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126304,11 +126335,11 @@ webhooks: type: string enum: - unlocked - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126390,11 +126421,11 @@ webhooks: type: string enum: - unpinned - discussion: *712 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + discussion: *715 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -126467,7 +126498,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *696 + enterprise: *699 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -127145,9 +127176,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - forkee @@ -127293,9 +127324,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pages: description: The pages that were updated. type: array @@ -127333,7 +127364,7 @@ webhooks: - action - sha - html_url - repository: *699 + repository: *702 sender: *4 required: - pages @@ -127409,10 +127440,10 @@ webhooks: type: string enum: - created - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: &717 + organization: *701 + repositories: &720 description: An array of repository objects that the installation can access. type: array @@ -127438,8 +127469,8 @@ webhooks: - name - full_name - private - repository: *699 - requester: *716 + repository: *702 + requester: *719 sender: *4 required: - action @@ -127514,11 +127545,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -127595,11 +127626,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -127676,10 +127707,10 @@ webhooks: type: string enum: - added - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories_added: &718 + organization: *701 + repositories_added: &721 description: An array of repository objects, which were added to the installation. type: array @@ -127725,15 +127756,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *699 - repository_selection: &719 + repository: *702 + repository_selection: &722 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *716 + requester: *719 sender: *4 required: - action @@ -127812,10 +127843,10 @@ webhooks: type: string enum: - removed - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories_added: *718 + organization: *701 + repositories_added: *721 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -127842,9 +127873,9 @@ webhooks: - name - full_name - private - repository: *699 - repository_selection: *719 - requester: *716 + repository: *702 + repository_selection: *722 + requester: *719 sender: *4 required: - action @@ -127923,11 +127954,11 @@ webhooks: type: string enum: - suspend - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -128109,10 +128140,10 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 target_type: type: string @@ -128191,11 +128222,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *696 + enterprise: *699 installation: *20 - organization: *698 - repositories: *717 - repository: *699 + organization: *701 + repositories: *720 + repository: *702 requester: type: - 'null' @@ -128443,8 +128474,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129261,8 +129292,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129623,8 +129654,8 @@ webhooks: - state - locked - assignee - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -129704,7 +129735,7 @@ webhooks: type: string enum: - deleted - comment: &720 + comment: &723 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -129871,8 +129902,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130685,8 +130716,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131049,8 +131080,8 @@ webhooks: - state - locked - assignee - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -131130,7 +131161,7 @@ webhooks: type: string enum: - edited - changes: &744 + changes: &747 description: The changes to the comment. type: object properties: @@ -131142,9 +131173,9 @@ webhooks: type: string required: - from - comment: *720 - enterprise: *696 - installation: *697 + comment: *723 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131960,8 +131991,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132322,8 +132353,8 @@ webhooks: - state - locked - assignee - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132413,9 +132444,9 @@ webhooks: type: number blocking_issue: *70 blocking_issue_repo: *68 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132504,9 +132535,9 @@ webhooks: type: number blocking_issue: *70 blocking_issue_repo: *68 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132594,9 +132625,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132685,9 +132716,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -132767,10 +132798,10 @@ webhooks: type: string enum: - assigned - assignee: *716 - enterprise: *696 - installation: *697 - issue: &723 + assignee: *719 + enterprise: *699 + installation: *700 + issue: &726 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133582,11 +133613,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133706,8 +133737,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -133787,8 +133818,8 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -134605,11 +134636,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134872,8 +134903,8 @@ webhooks: required: - state - closed_at - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -134952,8 +134983,8 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135761,11 +135792,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135884,8 +135915,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -135964,8 +135995,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136796,11 +136827,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136898,7 +136929,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &721 + milestone: &724 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137041,8 +137072,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -137141,8 +137172,8 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137954,11 +137985,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138078,9 +138109,9 @@ webhooks: - active_lock_reason - body - reactions - label: *715 - organization: *698 - repository: *699 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -138160,8 +138191,8 @@ webhooks: type: string enum: - labeled - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138972,11 +139003,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139096,9 +139127,9 @@ webhooks: - active_lock_reason - body - reactions - label: *715 - organization: *698 - repository: *699 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -139178,8 +139209,8 @@ webhooks: type: string enum: - locked - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140015,11 +140046,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140116,8 +140147,8 @@ webhooks: format: uri user_view_type: type: string - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -140196,8 +140227,8 @@ webhooks: type: string enum: - milestoned - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141027,11 +141058,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141128,9 +141159,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *721 - organization: *698 - repository: *699 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -142022,11 +142053,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142603,8 +142634,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143416,11 +143447,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143539,8 +143570,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -143620,9 +143651,9 @@ webhooks: type: string enum: - pinned - enterprise: *696 - installation: *697 - issue: &722 + enterprise: *699 + installation: *700 + issue: &725 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -144428,11 +144459,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144551,8 +144582,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -144631,8 +144662,8 @@ webhooks: type: string enum: - reopened - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145466,11 +145497,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145568,8 +145599,8 @@ webhooks: user_view_type: type: string type: *216 - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -146458,11 +146489,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147061,11 +147092,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *696 - installation: *697 - issue: *722 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *725 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147145,12 +147176,12 @@ webhooks: type: string enum: - typed - enterprise: *696 - installation: *697 - issue: *723 + enterprise: *699 + installation: *700 + issue: *726 type: *216 - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147231,7 +147262,7 @@ webhooks: type: string enum: - unassigned - assignee: &747 + assignee: &750 title: User type: - object @@ -147303,11 +147334,11 @@ webhooks: required: - login - id - enterprise: *696 - installation: *697 - issue: *723 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *726 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147386,12 +147417,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *696 - installation: *697 - issue: *723 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *726 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -147471,8 +147502,8 @@ webhooks: type: string enum: - unlocked - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148306,11 +148337,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *630 - issue_dependencies_summary: *631 + sub_issues_summary: *633 + issue_dependencies_summary: *634 issue_field_values: type: array - items: *632 + items: *635 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148407,8 +148438,8 @@ webhooks: format: uri user_view_type: type: string - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148488,11 +148519,11 @@ webhooks: type: string enum: - unpinned - enterprise: *696 - installation: *697 - issue: *722 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + issue: *725 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148571,12 +148602,12 @@ webhooks: type: string enum: - untyped - enterprise: *696 - installation: *697 - issue: *723 + enterprise: *699 + installation: *700 + issue: *726 type: *216 - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148656,11 +148687,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148738,11 +148769,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148852,11 +148883,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - label: *715 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + label: *718 + organization: *701 + repository: *702 sender: *4 required: - action @@ -148938,9 +148969,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: &724 + enterprise: *699 + installation: *700 + marketplace_purchase: &727 title: Marketplace Purchase type: object required: @@ -149028,8 +149059,8 @@ webhooks: type: integer unit_count: type: integer - organization: *698 - previous_marketplace_purchase: &725 + organization: *701 + previous_marketplace_purchase: &728 title: Marketplace Purchase type: object properties: @@ -149113,7 +149144,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *699 + repository: *702 sender: *4 required: - action @@ -149193,10 +149224,10 @@ webhooks: - changed effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: *724 - organization: *698 + enterprise: *699 + installation: *700 + marketplace_purchase: *727 + organization: *701 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149284,7 +149315,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *699 + repository: *702 sender: *4 required: - action @@ -149366,10 +149397,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: *724 - organization: *698 + enterprise: *699 + installation: *700 + marketplace_purchase: *727 + organization: *701 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149455,7 +149486,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *699 + repository: *702 sender: *4 required: - action @@ -149536,8 +149567,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 marketplace_purchase: title: Marketplace Purchase type: object @@ -149623,9 +149654,9 @@ webhooks: type: integer unit_count: type: integer - organization: *698 - previous_marketplace_purchase: *725 - repository: *699 + organization: *701 + previous_marketplace_purchase: *728 + repository: *702 sender: *4 required: - action @@ -149705,12 +149736,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *696 - installation: *697 - marketplace_purchase: *724 - organization: *698 - previous_marketplace_purchase: *725 - repository: *699 + enterprise: *699 + installation: *700 + marketplace_purchase: *727 + organization: *701 + previous_marketplace_purchase: *728 + repository: *702 sender: *4 required: - action @@ -149812,11 +149843,11 @@ webhooks: type: string required: - to - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 sender: *4 required: - action @@ -149918,11 +149949,11 @@ webhooks: type: - string - 'null' - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150001,11 +150032,11 @@ webhooks: type: string enum: - removed - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150083,11 +150114,11 @@ webhooks: type: string enum: - added - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150165,7 +150196,7 @@ webhooks: required: - login - id - team: &726 + team: &729 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150395,11 +150426,11 @@ webhooks: type: string enum: - removed - enterprise: *696 - installation: *697 - member: *716 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + member: *719 + organization: *701 + repository: *702 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150478,7 +150509,7 @@ webhooks: required: - login - id - team: *726 + team: *729 required: - action - scope @@ -150560,8 +150591,8 @@ webhooks: type: string enum: - checks_requested - installation: *697 - merge_group: &727 + installation: *700 + merge_group: &730 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150587,8 +150618,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150674,10 +150705,10 @@ webhooks: - merged - invalidated - dequeued - installation: *697 - merge_group: *727 - organization: *698 - repository: *699 + installation: *700 + merge_group: *730 + organization: *701 + repository: *702 sender: *4 required: - action @@ -150750,7 +150781,7 @@ webhooks: type: string enum: - deleted - enterprise: *696 + enterprise: *699 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -150859,12 +150890,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *697 - organization: *698 + installation: *700 + organization: *701 repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -150944,11 +150975,11 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 - milestone: *721 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151027,9 +151058,9 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - milestone: &728 + enterprise: *699 + installation: *700 + milestone: &731 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151171,8 +151202,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151251,11 +151282,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - milestone: *721 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151365,11 +151396,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - milestone: *721 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *724 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151449,11 +151480,11 @@ webhooks: type: string enum: - opened - enterprise: *696 - installation: *697 - milestone: *728 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + milestone: *731 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151532,11 +151563,11 @@ webhooks: type: string enum: - blocked - blocked_user: *716 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + blocked_user: *719 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151615,11 +151646,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *716 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + blocked_user: *719 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151698,9 +151729,9 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - membership: &729 + enterprise: *699 + installation: *700 + membership: &732 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -151810,8 +151841,8 @@ webhooks: - role - organization_url - user - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151889,11 +151920,11 @@ webhooks: type: string enum: - member_added - enterprise: *696 - installation: *697 - membership: *729 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + membership: *732 + organization: *701 + repository: *702 sender: *4 required: - action @@ -151972,8 +152003,8 @@ webhooks: type: string enum: - member_invited - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152095,10 +152126,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 - user: *716 + user: *719 required: - action - invitation @@ -152176,11 +152207,11 @@ webhooks: type: string enum: - member_removed - enterprise: *696 - installation: *697 - membership: *729 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + membership: *732 + organization: *701 + repository: *702 sender: *4 required: - action @@ -152267,11 +152298,11 @@ webhooks: properties: from: type: string - enterprise: *696 - installation: *697 - membership: *729 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + membership: *732 + organization: *701 + repository: *702 sender: *4 required: - action @@ -152347,9 +152378,9 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 package: description: Information about the package. type: object @@ -152872,7 +152903,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &730 + items: &733 title: Ruby Gems metadata type: object properties: @@ -152969,7 +153000,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -153045,9 +153076,9 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 package: description: Information about the package. type: object @@ -153409,7 +153440,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *730 + items: *733 source_url: type: string format: uri @@ -153480,7 +153511,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -153661,12 +153692,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *696 + enterprise: *699 id: type: integer - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - id @@ -153743,7 +153774,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &731 + personal_access_token_request: &734 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -153893,10 +153924,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *696 - organization: *698 + enterprise: *699 + organization: *701 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -153973,11 +154004,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *731 - enterprise: *696 - organization: *698 + personal_access_token_request: *734 + enterprise: *699 + organization: *701 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -154053,11 +154084,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *731 - enterprise: *696 - organization: *698 + personal_access_token_request: *734 + enterprise: *699 + organization: *701 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -154132,11 +154163,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *731 - organization: *698 - enterprise: *696 + personal_access_token_request: *734 + organization: *701 + enterprise: *699 sender: *4 - installation: *697 + installation: *700 required: - action - personal_access_token_request @@ -154241,7 +154272,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *732 + last_response: *735 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154273,8 +154304,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 zen: description: Random string of GitHub zen. @@ -154519,10 +154550,10 @@ webhooks: - from required: - note - enterprise: *696 - installation: *697 - organization: *698 - project_card: &733 + enterprise: *699 + installation: *700 + organization: *701 + project_card: &736 title: Project Card type: object properties: @@ -154645,7 +154676,7 @@ webhooks: - creator - created_at - updated_at - repository: *699 + repository: *702 sender: *4 required: - action @@ -154726,11 +154757,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - project_card: *733 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_card: *736 + repository: *702 sender: *4 required: - action @@ -154810,9 +154841,9 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 project_card: title: Project Card type: object @@ -154942,7 +154973,7 @@ webhooks: repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -155036,11 +155067,11 @@ webhooks: - from required: - note - enterprise: *696 - installation: *697 - organization: *698 - project_card: *733 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_card: *736 + repository: *702 sender: *4 required: - action @@ -155134,9 +155165,9 @@ webhooks: - from required: - column_id - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 project_card: allOf: - title: Project Card @@ -155333,7 +155364,7 @@ webhooks: type: string required: - after_id - repository: *699 + repository: *702 sender: *4 required: - action @@ -155413,10 +155444,10 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 - organization: *698 - project: &735 + enterprise: *699 + installation: *700 + organization: *701 + project: &738 title: Project type: object properties: @@ -155543,7 +155574,7 @@ webhooks: - creator - created_at - updated_at - repository: *699 + repository: *702 sender: *4 required: - action @@ -155623,10 +155654,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - project_column: &734 + enterprise: *699 + installation: *700 + organization: *701 + project_column: &737 title: Project Column type: object properties: @@ -155666,7 +155697,7 @@ webhooks: - name - created_at - updated_at - repository: *699 + repository: *702 sender: *4 required: - action @@ -155745,14 +155776,14 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - project_column: *734 + enterprise: *699 + installation: *700 + organization: *701 + project_column: *737 repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -155841,11 +155872,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - project_column: *734 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_column: *737 + repository: *702 sender: *4 required: - action @@ -155925,11 +155956,11 @@ webhooks: type: string enum: - moved - enterprise: *696 - installation: *697 - organization: *698 - project_column: *734 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project_column: *737 + repository: *702 sender: *4 required: - action @@ -156009,11 +156040,11 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - project: *735 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 + repository: *702 sender: *4 required: - action @@ -156093,14 +156124,14 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - project: *735 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 repository: anyOf: - type: 'null' - - *699 + - *702 sender: *4 required: - action @@ -156201,11 +156232,11 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - project: *735 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 + repository: *702 sender: *4 required: - action @@ -156284,11 +156315,11 @@ webhooks: type: string enum: - reopened - enterprise: *696 - installation: *697 - organization: *698 - project: *735 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + project: *738 + repository: *702 sender: *4 required: - action @@ -156369,8 +156400,8 @@ webhooks: type: string enum: - closed - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156452,8 +156483,8 @@ webhooks: type: string enum: - created - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156535,8 +156566,8 @@ webhooks: type: string enum: - deleted - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156658,8 +156689,8 @@ webhooks: type: string to: type: string - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -156743,7 +156774,7 @@ webhooks: type: string enum: - archived - changes: &739 + changes: &742 type: object properties: archived_at: @@ -156759,9 +156790,9 @@ webhooks: - string - 'null' format: date-time - installation: *697 - organization: *698 - projects_v2_item: &736 + installation: *700 + organization: *701 + projects_v2_item: &739 title: Projects v2 Item description: An item belonging to a project type: object @@ -156901,9 +156932,9 @@ webhooks: - 'null' to: type: string - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -156985,9 +157016,9 @@ webhooks: type: string enum: - created - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157068,9 +157099,9 @@ webhooks: type: string enum: - deleted - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157175,7 +157206,7 @@ webhooks: oneOf: - type: string - type: integer - - &737 + - &740 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157199,7 +157230,7 @@ webhooks: required: - id - name - - &738 + - &741 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157239,8 +157270,8 @@ webhooks: oneOf: - type: string - type: integer - - *737 - - *738 + - *740 + - *741 type: - 'null' - string @@ -157263,9 +157294,9 @@ webhooks: - 'null' required: - body - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157362,9 +157393,9 @@ webhooks: type: - string - 'null' - installation: *697 - organization: *698 - projects_v2_item: *736 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157447,10 +157478,10 @@ webhooks: type: string enum: - restored - changes: *739 - installation: *697 - organization: *698 - projects_v2_item: *736 + changes: *742 + installation: *700 + organization: *701 + projects_v2_item: *739 sender: *4 required: - action @@ -157532,8 +157563,8 @@ webhooks: type: string enum: - reopened - installation: *697 - organization: *698 + installation: *700 + organization: *701 projects_v2: *249 sender: *4 required: @@ -157615,9 +157646,9 @@ webhooks: type: string enum: - created - installation: *697 - organization: *698 - projects_v2_status_update: *740 + installation: *700 + organization: *701 + projects_v2_status_update: *743 sender: *4 required: - action @@ -157698,9 +157729,9 @@ webhooks: type: string enum: - deleted - installation: *697 - organization: *698 - projects_v2_status_update: *740 + installation: *700 + organization: *701 + projects_v2_status_update: *743 sender: *4 required: - action @@ -157846,9 +157877,9 @@ webhooks: - string - 'null' format: date - installation: *697 - organization: *698 - projects_v2_status_update: *740 + installation: *700 + organization: *701 + projects_v2_status_update: *743 sender: *4 required: - action @@ -157919,10 +157950,10 @@ webhooks: title: public event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - repository @@ -157999,13 +158030,13 @@ webhooks: type: string enum: - assigned - assignee: *716 - enterprise: *696 - installation: *697 - number: &741 + assignee: *719 + enterprise: *699 + installation: *700 + number: &744 description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -160354,7 +160385,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -160436,11 +160467,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -162782,7 +162813,7 @@ webhooks: - draft reason: type: string - repository: *699 + repository: *702 sender: *4 required: - action @@ -162864,11 +162895,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -165210,7 +165241,7 @@ webhooks: - draft reason: type: string - repository: *699 + repository: *702 sender: *4 required: - action @@ -165292,13 +165323,13 @@ webhooks: type: string enum: - closed - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: &742 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: &745 allOf: - - *552 + - *555 - type: object properties: allow_auto_merge: @@ -165360,7 +165391,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *699 + repository: *702 sender: *4 required: - action @@ -165441,12 +165472,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -165526,11 +165557,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *696 + enterprise: *699 milestone: *252 - number: *741 - organization: *698 - pull_request: &743 + number: *744 + organization: *701 + pull_request: &746 title: Pull Request type: object properties: @@ -167857,7 +167888,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -167936,11 +167967,11 @@ webhooks: type: string enum: - dequeued - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -170286,7 +170317,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *699 + repository: *702 sender: *4 required: - action @@ -170410,12 +170441,12 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -170495,11 +170526,11 @@ webhooks: type: string enum: - enqueued - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -172830,7 +172861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -172910,11 +172941,11 @@ webhooks: type: string enum: - labeled - enterprise: *696 - installation: *697 - label: *715 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + label: *718 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -175262,7 +175293,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -175343,10 +175374,10 @@ webhooks: type: string enum: - locked - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -177692,7 +177723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -177772,12 +177803,12 @@ webhooks: type: string enum: - milestoned - enterprise: *696 + enterprise: *699 milestone: *252 - number: *741 - organization: *698 - pull_request: *743 - repository: *699 + number: *744 + organization: *701 + pull_request: *746 + repository: *702 sender: *4 required: - action @@ -177856,12 +177887,12 @@ webhooks: type: string enum: - opened - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -177942,12 +177973,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -178027,12 +178058,12 @@ webhooks: type: string enum: - reopened - enterprise: *696 - installation: *697 - number: *741 - organization: *698 - pull_request: *742 - repository: *699 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 + pull_request: *745 + repository: *702 sender: *4 required: - action @@ -178407,9 +178438,9 @@ webhooks: - start_side - side - reactions - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: type: object properties: @@ -180639,7 +180670,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *699 + repository: *702 sender: *4 required: - action @@ -180719,7 +180750,7 @@ webhooks: type: string enum: - deleted - comment: &745 + comment: &748 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -181012,9 +181043,9 @@ webhooks: - start_side - side - reactions - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: type: object properties: @@ -183232,7 +183263,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *699 + repository: *702 sender: *4 required: - action @@ -183312,11 +183343,11 @@ webhooks: type: string enum: - edited - changes: *744 - comment: *745 - enterprise: *696 - installation: *697 - organization: *698 + changes: *747 + comment: *748 + enterprise: *699 + installation: *700 + organization: *701 pull_request: type: object properties: @@ -185537,7 +185568,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *699 + repository: *702 sender: *4 required: - action @@ -185618,9 +185649,9 @@ webhooks: type: string enum: - dismissed - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -187853,7 +187884,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 + repository: *702 review: description: The review that was affected. type: object @@ -188104,9 +188135,9 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -190220,8 +190251,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 - review: &746 + repository: *702 + review: &749 description: The review that was affected. type: object properties: @@ -190459,12 +190490,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -192811,7 +192842,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_reviewer: title: User type: @@ -192897,12 +192928,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -195256,7 +195287,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195451,12 +195482,12 @@ webhooks: type: string enum: - review_requested - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -197805,7 +197836,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_reviewer: title: User type: @@ -197892,12 +197923,12 @@ webhooks: type: string enum: - review_requested - enterprise: *696 - installation: *697 + enterprise: *699 + installation: *700 number: description: The pull request number. type: integer - organization: *698 + organization: *701 pull_request: title: Pull Request type: object @@ -200237,7 +200268,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200421,9 +200452,9 @@ webhooks: type: string enum: - submitted - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -202659,8 +202690,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 - review: *746 + repository: *702 + review: *749 sender: *4 required: - action @@ -202740,9 +202771,9 @@ webhooks: type: string enum: - resolved - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -204873,7 +204904,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 + repository: *702 sender: *4 thread: type: object @@ -205270,9 +205301,9 @@ webhooks: type: string enum: - unresolved - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 pull_request: title: Simple Pull Request type: object @@ -207386,7 +207417,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *699 + repository: *702 sender: *4 thread: type: object @@ -207785,10 +207816,10 @@ webhooks: type: string before: type: string - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -210123,7 +210154,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -210205,11 +210236,11 @@ webhooks: type: string enum: - unassigned - assignee: *747 - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + assignee: *750 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -212559,7 +212590,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -212638,11 +212669,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *696 - installation: *697 - label: *715 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + label: *718 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -214981,7 +215012,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -215062,10 +215093,10 @@ webhooks: type: string enum: - unlocked - enterprise: *696 - installation: *697 - number: *741 - organization: *698 + enterprise: *699 + installation: *700 + number: *744 + organization: *701 pull_request: title: Pull Request type: object @@ -217394,7 +217425,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *699 + repository: *702 sender: *4 required: - action @@ -217597,7 +217628,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *696 + enterprise: *699 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217692,8 +217723,8 @@ webhooks: - url - author - committer - installation: *697 - organization: *698 + installation: *700 + organization: *701 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -218281,9 +218312,9 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 registry_package: type: object properties: @@ -218760,7 +218791,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *730 + items: *733 summary: type: string tag_name: @@ -218816,7 +218847,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -218894,9 +218925,9 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 registry_package: type: object properties: @@ -219208,7 +219239,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *730 + items: *733 summary: type: string tag_name: @@ -219258,7 +219289,7 @@ webhooks: - owner - package_version - registry - repository: *699 + repository: *702 sender: *4 required: - action @@ -219335,10 +219366,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - release: &748 + enterprise: *699 + installation: *700 + organization: *701 + release: &751 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -219669,7 +219700,7 @@ webhooks: - updated_at - zipball_url - body - repository: *699 + repository: *702 sender: *4 required: - action @@ -219746,11 +219777,11 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - release: *748 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *751 + repository: *702 sender: *4 required: - action @@ -219867,11 +219898,11 @@ webhooks: type: boolean required: - to - enterprise: *696 - installation: *697 - organization: *698 - release: *748 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *751 + repository: *702 sender: *4 required: - action @@ -219949,9 +219980,9 @@ webhooks: type: string enum: - prereleased - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -220287,7 +220318,7 @@ webhooks: - string - 'null' format: uri - repository: *699 + repository: *702 sender: *4 required: - action @@ -220363,10 +220394,10 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 - release: &749 + enterprise: *699 + installation: *700 + organization: *701 + release: &752 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -220699,7 +220730,7 @@ webhooks: - string - 'null' format: uri - repository: *699 + repository: *702 sender: *4 required: - action @@ -220775,11 +220806,11 @@ webhooks: type: string enum: - released - enterprise: *696 - installation: *697 - organization: *698 - release: *748 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *751 + repository: *702 sender: *4 required: - action @@ -220855,11 +220886,11 @@ webhooks: type: string enum: - unpublished - enterprise: *696 - installation: *697 - organization: *698 - release: *749 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + release: *752 + repository: *702 sender: *4 required: - action @@ -220935,11 +220966,11 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - repository_advisory: *616 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + repository_advisory: *619 sender: *4 required: - action @@ -221015,11 +221046,11 @@ webhooks: type: string enum: - reported - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - repository_advisory: *616 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + repository_advisory: *619 sender: *4 required: - action @@ -221095,10 +221126,10 @@ webhooks: type: string enum: - archived - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221175,10 +221206,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221256,10 +221287,10 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221344,10 +221375,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221462,10 +221493,10 @@ webhooks: - 'null' items: type: string - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221537,10 +221568,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 status: type: string @@ -221621,10 +221652,10 @@ webhooks: type: string enum: - privatized - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221701,10 +221732,10 @@ webhooks: type: string enum: - publicized - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221798,10 +221829,10 @@ webhooks: - name required: - repository - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -221881,10 +221912,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 repository_ruleset: *292 sender: *4 required: @@ -221963,10 +221994,10 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 repository_ruleset: *292 sender: *4 required: @@ -222045,10 +222076,10 @@ webhooks: type: string enum: - edited - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 repository_ruleset: *292 changes: type: object @@ -222110,16 +222141,16 @@ webhooks: properties: added: type: array - items: *572 + items: *575 deleted: type: array - items: *572 + items: *575 updated: type: array items: type: object properties: - rule: *572 + rule: *575 changes: type: object properties: @@ -222356,10 +222387,10 @@ webhooks: - from required: - owner - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222437,10 +222468,10 @@ webhooks: type: string enum: - unarchived - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222518,7 +222549,7 @@ webhooks: type: string enum: - create - alert: &750 + alert: &753 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222642,10 +222673,10 @@ webhooks: type: string enum: - open - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222855,10 +222886,10 @@ webhooks: type: string enum: - dismissed - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -222936,11 +222967,11 @@ webhooks: type: string enum: - reopen - alert: *750 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *753 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223142,10 +223173,10 @@ webhooks: enum: - fixed - open - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223223,7 +223254,7 @@ webhooks: type: string enum: - assigned - alert: &751 + alert: &754 type: object properties: number: *162 @@ -223338,10 +223369,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223419,11 +223450,11 @@ webhooks: type: string enum: - created - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223504,11 +223535,11 @@ webhooks: type: string enum: - created - alert: *751 - installation: *697 - location: *752 - organization: *698 - repository: *699 + alert: *754 + installation: *700 + location: *755 + organization: *701 + repository: *702 sender: *4 required: - location @@ -223746,11 +223777,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223828,11 +223859,11 @@ webhooks: type: string enum: - reopened - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223910,11 +223941,11 @@ webhooks: type: string enum: - resolved - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -223992,12 +224023,12 @@ webhooks: type: string enum: - unassigned - alert: *751 + alert: *754 assignee: *4 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -224075,11 +224106,11 @@ webhooks: type: string enum: - validated - alert: *751 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + alert: *754 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -224209,10 +224240,10 @@ webhooks: - organization - enterprise - - repository: *699 - enterprise: *696 - installation: *697 - organization: *698 + repository: *702 + enterprise: *699 + installation: *700 + organization: *701 sender: *4 required: - action @@ -224290,11 +224321,11 @@ webhooks: type: string enum: - published - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - security_advisory: &753 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + security_advisory: &756 description: The details of the security advisory, including summary, description, and severity. type: object @@ -224480,11 +224511,11 @@ webhooks: type: string enum: - updated - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 - security_advisory: *753 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 + security_advisory: *756 sender: *4 required: - action @@ -224557,10 +224588,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -224747,9 +224778,9 @@ webhooks: type: object properties: security_and_analysis: *265 - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: *321 sender: *4 required: @@ -224828,12 +224859,12 @@ webhooks: type: string enum: - cancelled - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: &754 + sponsorship: &757 type: object properties: created_at: @@ -225138,12 +225169,12 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - sponsorship @@ -225231,12 +225262,12 @@ webhooks: type: string required: - from - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - changes @@ -225313,17 +225344,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &755 + effective_date: &758 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: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - sponsorship @@ -225397,7 +225428,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &756 + changes: &759 type: object properties: tier: @@ -225441,13 +225472,13 @@ webhooks: - from required: - tier - effective_date: *755 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + effective_date: *758 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - changes @@ -225524,13 +225555,13 @@ webhooks: type: string enum: - tier_changed - changes: *756 - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + changes: *759 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - sponsorship: *754 + sponsorship: *757 required: - action - changes @@ -225604,10 +225635,10 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225691,10 +225722,10 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -226128,15 +226159,15 @@ webhooks: type: - string - 'null' - enterprise: *696 + enterprise: *699 id: description: The unique identifier of the status. type: integer - installation: *697 + installation: *700 name: type: string - organization: *698 - repository: *699 + organization: *701 + repository: *702 sender: *4 sha: description: The Commit SHA. @@ -226252,9 +226283,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226344,9 +226375,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226436,9 +226467,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226528,9 +226559,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *70 - installation: *697 - organization: *698 - repository: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -226607,12 +226638,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - team: &757 + team: &760 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226842,9 +226873,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -227314,7 +227345,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -227390,9 +227421,9 @@ webhooks: type: string enum: - created - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -227862,7 +227893,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -227939,9 +227970,9 @@ webhooks: type: string enum: - deleted - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -228411,7 +228442,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -228555,9 +228586,9 @@ webhooks: - from required: - permissions - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -229027,7 +229058,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - changes @@ -229105,9 +229136,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *696 - installation: *697 - organization: *698 + enterprise: *699 + installation: *700 + organization: *701 repository: title: Repository description: A git repository @@ -229577,7 +229608,7 @@ webhooks: - topics - visibility sender: *4 - team: *757 + team: *760 required: - action - team @@ -229653,10 +229684,10 @@ webhooks: type: string enum: - started - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 required: - action @@ -229729,17 +229760,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *696 + enterprise: *699 inputs: type: - object - 'null' additionalProperties: true - installation: *697 - organization: *698 + installation: *700 + organization: *701 ref: type: string - repository: *699 + repository: *702 sender: *4 workflow: type: string @@ -229821,10 +229852,10 @@ webhooks: type: string enum: - completed - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: allOf: @@ -230080,7 +230111,7 @@ webhooks: type: string required: - conclusion - deployment: *469 + deployment: *472 required: - action - repository @@ -230159,10 +230190,10 @@ webhooks: type: string enum: - in_progress - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: allOf: @@ -230444,7 +230475,7 @@ webhooks: required: - status - steps - deployment: *469 + deployment: *472 required: - action - repository @@ -230523,10 +230554,10 @@ webhooks: type: string enum: - queued - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: type: object @@ -230672,7 +230703,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *469 + deployment: *472 required: - action - repository @@ -230751,10 +230782,10 @@ webhooks: type: string enum: - waiting - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 workflow_job: type: object @@ -230901,7 +230932,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *469 + deployment: *472 required: - action - repository @@ -230981,12 +231012,12 @@ webhooks: type: string enum: - completed - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Workflow Run type: object @@ -232005,12 +232036,12 @@ webhooks: type: string enum: - in_progress - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Workflow Run type: object @@ -233014,12 +233045,12 @@ webhooks: type: string enum: - requested - enterprise: *696 - installation: *697 - organization: *698 - repository: *699 + enterprise: *699 + installation: *700 + organization: *701 + repository: *702 sender: *4 - workflow: *711 + workflow: *714 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 09f9749b2..84e81d2d8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -380058,10 +380058,9 @@ "string", "null" ], - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "enum": [ "open", - "dismissed", "fixed", null ] diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 0569e1105..4affed69b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1079,7 +1079,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: - - &729 + - &732 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1808,7 +1808,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &739 + schema: &742 title: Scim Error description: Scim Error type: object @@ -9260,7 +9260,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &740 + '401': &743 description: Authorization failure '404': *6 x-github: @@ -13664,13 +13664,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: &537 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: &537 + category: &538 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13684,7 +13684,7 @@ paths: properties: text: type: string - location: + location: &539 type: object description: Describe a region within a file for the alert. properties: @@ -13705,7 +13705,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: &540 type: - string - 'null' @@ -17468,7 +17468,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 - - &572 + - &575 name: has in: query description: |- @@ -17585,7 +17585,7 @@ paths: - direct - transitive - - security_advisory: &573 + security_advisory: &576 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17821,7 +17821,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: &574 + auto_dismissed_at: &577 type: - string - 'null' @@ -17829,7 +17829,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &575 + dismissal_request: &578 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21369,7 +21369,7 @@ paths: - object rules: type: array - items: &695 + items: &698 title: Repository Rule type: object description: A repository rule. @@ -21378,7 +21378,7 @@ paths: - *164 - *165 - *166 - - &693 + - &696 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21938,14 +21938,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &707 + state: &710 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: &708 + resolution: &711 type: - string - 'null' @@ -22052,14 +22052,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &709 + - &712 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &711 + - &714 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -22116,7 +22116,7 @@ paths: - blob_url - commit_sha - commit_url - - &712 + - &715 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. @@ -22177,7 +22177,7 @@ paths: - page_url - commit_sha - commit_url - - &713 + - &716 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -22192,7 +22192,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &714 + - &717 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -22207,7 +22207,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &715 + - &718 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -22222,7 +22222,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &716 + - &719 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -22237,7 +22237,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &717 + - &720 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -22252,7 +22252,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &718 + - &721 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -22267,7 +22267,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &719 + - &722 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. @@ -22282,7 +22282,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &720 + - &723 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. @@ -22297,7 +22297,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &721 + - &724 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. @@ -22312,7 +22312,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &722 + - &725 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. @@ -22327,7 +22327,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &723 + - &726 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 @@ -25669,7 +25669,7 @@ paths: properties: action: type: string - discussion: &847 + discussion: &850 title: Discussion description: A Discussion in a repository. type: object @@ -26455,7 +26455,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &767 + sub_issues_summary: &770 title: Sub-issues Summary type: object properties: @@ -26476,7 +26476,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &768 + issue_dependencies_summary: &771 title: Issue Dependencies Summary type: object properties: @@ -26495,7 +26495,7 @@ paths: - total_blocking issue_field_values: type: array - items: &769 + items: &772 title: Issue Field Value description: A value assigned to an issue field type: object @@ -26608,7 +26608,7 @@ paths: action: type: string issue: *212 - comment: &632 + comment: &635 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -27331,7 +27331,7 @@ paths: type: string release: allOf: - - &686 + - &689 title: Release description: A release. type: object @@ -27413,7 +27413,7 @@ paths: author: *4 assets: type: array - items: &687 + items: &690 title: Release Asset description: Data related to a release. type: object @@ -28004,7 +28004,7 @@ paths: url: type: string format: uri - user: &779 + user: &782 title: Public User description: Public User type: object @@ -31452,7 +31452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &660 + - &663 name: all description: If `true`, show notifications marked as read. in: query @@ -31460,7 +31460,7 @@ paths: schema: type: boolean default: false - - &661 + - &664 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -31470,7 +31470,7 @@ paths: type: boolean default: false - *218 - - &662 + - &665 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: @@ -32014,7 +32014,7 @@ paths: - url - subscription_url examples: - default: &663 + default: &666 value: - id: '1' repository: @@ -33143,7 +33143,7 @@ paths: type: array items: *149 examples: - default: &669 + default: &672 value: - property_name: environment value: production @@ -33193,7 +33193,7 @@ paths: required: - properties examples: - default: &670 + default: &673 value: properties: - property_name: environment @@ -36207,7 +36207,7 @@ paths: type: array items: *272 examples: - default: &782 + default: &785 value: total_count: 1 repositories: @@ -38922,12 +38922,12 @@ paths: required: - subject_digests examples: - default: &809 + default: &812 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &810 + withPredicateType: &813 value: subject_digests: - sha256:abc123 @@ -38986,7 +38986,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &811 + default: &814 value: attestations_subject_digests: - sha256:abc: @@ -41308,7 +41308,7 @@ paths: machine: anyOf: - type: 'null' - - &549 + - &552 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -42260,7 +42260,7 @@ paths: - updated_at - visibility examples: - default: &550 + default: &553 value: total_count: 2 secrets: @@ -42298,7 +42298,7 @@ paths: description: Response content: application/json: - schema: &551 + schema: &554 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -42333,7 +42333,7 @@ paths: - key_id - key examples: - default: &552 + default: &555 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42365,7 +42365,7 @@ paths: application/json: schema: *316 examples: - default: &554 + default: &557 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -44094,7 +44094,7 @@ paths: description: Response content: application/json: - schema: &578 + schema: &581 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -44113,7 +44113,7 @@ paths: - key_id - key examples: - default: &579 + default: &582 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -44443,7 +44443,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - &587 + - &590 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -44451,7 +44451,7 @@ paths: required: false schema: type: string - - &588 + - &591 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -44459,7 +44459,7 @@ paths: required: false schema: type: string - - &589 + - &592 name: time_period description: |- The time period to filter by. @@ -44475,7 +44475,7 @@ paths: - week - month default: month - - &590 + - &593 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -44500,7 +44500,7 @@ paths: application/json: schema: type: array - items: &591 + items: &594 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -44663,7 +44663,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &592 + default: &595 value: - id: 21 number: 42 @@ -44781,7 +44781,7 @@ paths: application/json: schema: type: array - items: &593 + items: &596 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -44904,7 +44904,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &594 + default: &597 value: - id: 21 number: 42 @@ -45006,7 +45006,7 @@ paths: application/json: schema: type: array - items: &595 + items: &598 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -45133,7 +45133,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &596 + default: &599 value: - id: 21 number: 42 @@ -46993,7 +46993,7 @@ paths: application/json: schema: *20 examples: - default: &627 + default: &630 value: id: 1 account: @@ -47221,7 +47221,7 @@ paths: required: true content: application/json: - schema: &628 + schema: &631 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -48089,7 +48089,7 @@ paths: application/json: schema: *363 examples: - default: &548 + default: &551 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -49347,7 +49347,7 @@ paths: parameters: - *85 - *369 - - &794 + - &797 name: repo_name description: repo_name parameter in: path @@ -50693,7 +50693,7 @@ paths: - nuget - container - *85 - - &795 + - &798 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -50734,7 +50734,7 @@ paths: default: *374 '403': *27 '401': *23 - '400': &797 + '400': &800 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -52560,7 +52560,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &880 + - &883 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -52834,7 +52834,7 @@ paths: content: oneOf: - *212 - - &561 + - &564 title: Pull Request Simple description: Pull Request Simple type: object @@ -53079,7 +53079,7 @@ paths: - review_comment - self author_association: *213 - auto_merge: &672 + auto_merge: &675 title: Auto merge description: The status of auto merging a pull request. type: @@ -53461,7 +53461,7 @@ paths: - updated_at - project_url examples: - default: &814 + default: &817 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -53638,7 +53638,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &815 + items: &818 type: object properties: name: @@ -53674,7 +53674,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &816 + iteration_configuration: &819 type: object description: The configuration for iteration fields. properties: @@ -53723,7 +53723,7 @@ paths: value: name: Due date data_type: date - single_select_field: &817 + single_select_field: &820 summary: Create a single select field value: name: Priority @@ -53750,7 +53750,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &818 + iteration_field: &821 summary: Create an iteration field value: name: Sprint @@ -53776,7 +53776,7 @@ paths: application/json: schema: *394 examples: - text_field: &819 + text_field: &822 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -53785,7 +53785,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: &820 + number_field: &823 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -53794,7 +53794,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: &821 + date_field: &824 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -53803,7 +53803,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: &822 + single_select_field: &825 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -53837,7 +53837,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &823 + iteration_field: &826 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -53883,7 +53883,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *391 - - &824 + - &827 name: field_id description: The unique identifier of the field. in: path @@ -53898,7 +53898,7 @@ paths: application/json: schema: *394 examples: - default: &825 + default: &828 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -56165,7 +56165,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &566 + code_of_conduct: &569 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -56832,7 +56832,7 @@ paths: - *85 - *17 - *19 - - &694 + - &697 name: targets description: | A comma-separated list of rule targets to filter by. @@ -57048,7 +57048,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *85 - - &696 + - &699 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 @@ -57060,14 +57060,14 @@ paths: x-multi-segment: true - *298 - *103 - - &697 + - &700 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 - - &698 + - &701 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -57087,7 +57087,7 @@ paths: description: Response content: application/json: - schema: &699 + schema: &702 title: Rule Suites description: Response type: array @@ -57143,7 +57143,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &700 + default: &703 value: - id: 21 actor_id: 12 @@ -57187,7 +57187,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *85 - - &701 + - &704 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -57203,7 +57203,7 @@ paths: description: Response content: application/json: - schema: &702 + schema: &705 title: Rule Suite description: Response type: object @@ -57310,7 +57310,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &703 + default: &706 value: id: 21 actor_id: 12 @@ -57642,7 +57642,7 @@ paths: - *108 - *19 - *17 - - &705 + - &708 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 @@ -57652,7 +57652,7 @@ paths: required: false schema: type: string - - &706 + - &709 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 @@ -57865,7 +57865,7 @@ paths: application/json: schema: type: array - items: &727 + items: &730 description: A repository security advisory. type: object properties: @@ -58184,7 +58184,7 @@ paths: - private_fork additionalProperties: false examples: - default: &728 + default: &731 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -60208,7 +60208,7 @@ paths: - updated_at - url examples: - default: &771 + default: &774 value: - author: login: octocat @@ -60456,7 +60456,7 @@ paths: application/json: schema: *433 examples: - default: &772 + default: &775 value: author: login: octocat @@ -60647,7 +60647,7 @@ paths: - updated_at - url examples: - default: &773 + default: &776 value: - author: login: octocat @@ -60873,7 +60873,7 @@ paths: application/json: schema: *436 examples: - default: &774 + default: &777 value: author: login: octocat @@ -61589,7 +61589,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &775 + response-if-user-is-a-team-maintainer: &778 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -61654,7 +61654,7 @@ paths: application/json: schema: *447 examples: - response-if-users-membership-with-team-is-now-pending: &776 + response-if-users-membership-with-team-is-now-pending: &779 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -61768,7 +61768,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &777 + schema: &780 title: Team Repository description: A team's access to a repository. type: object @@ -62606,7 +62606,7 @@ paths: type: array items: *301 examples: - response-if-child-teams-exist: &778 + response-if-child-teams-exist: &781 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -64041,7 +64041,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': &631 + '410': &634 description: Gone content: application/json: @@ -67781,7 +67781,7 @@ paths: items: type: object properties: - type: &597 + type: &600 type: string description: The type of reviewer. enum: @@ -67919,7 +67919,7 @@ paths: application/json: schema: type: array - items: &582 + items: &585 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -68031,7 +68031,7 @@ paths: - created_at - updated_at examples: - default: &583 + default: &586 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -68417,7 +68417,7 @@ paths: application/json: schema: *479 examples: - default: &610 + default: &613 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -68636,7 +68636,7 @@ paths: application/json: schema: *483 examples: - default: &611 + default: &614 value: name: USERNAME value: octocat @@ -70386,7 +70386,7 @@ paths: properties: name: type: string - commit: &557 + commit: &560 title: Commit description: Commit type: object @@ -70471,7 +70471,7 @@ paths: required: - sha - url - verification: &617 + verification: &620 title: Verification type: object properties: @@ -70551,7 +70551,7 @@ paths: type: integer files: type: array - items: &568 + items: &571 title: Diff Entry description: Diff Entry type: object @@ -74036,7 +74036,7 @@ paths: check. type: array items: *216 - deployment: &836 + deployment: &839 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75674,14 +75674,14 @@ paths: - *448 - *449 - *518 - - &563 + - &566 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &564 + - &567 name: status description: Returns check runs with the specified `status`. in: query @@ -75722,7 +75722,7 @@ paths: type: array items: *512 examples: - default: &565 + default: &568 value: total_count: 1 check_runs: @@ -76653,7 +76653,38 @@ paths: application/json: schema: type: array - items: *526 + items: + type: object + properties: + ref: *519 + analysis_key: *536 + environment: *537 + category: *538 + state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + enum: + - open + - fixed + - + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *539 + 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: *540 examples: default: value: @@ -76744,7 +76775,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &538 + schema: &541 type: string description: An identifier for the upload. examples: @@ -76766,11 +76797,11 @@ paths: application/json: schema: type: array - items: &539 + items: &542 type: object properties: ref: *519 - commit_sha: &547 + commit_sha: &550 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -76782,7 +76813,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *537 + category: *538 error: type: string examples: @@ -76807,7 +76838,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *538 + sarif_id: *541 tool: *525 deletable: type: boolean @@ -76920,7 +76951,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *542 examples: response: summary: application/json response @@ -77149,7 +77180,7 @@ paths: application/json: schema: type: array - items: &540 + items: &543 title: CodeQL Database description: A CodeQL database. type: object @@ -77303,7 +77334,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *543 examples: default: value: @@ -77335,7 +77366,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': &570 + '302': &573 description: Found '403': *527 '404': *6 @@ -77408,7 +77439,7 @@ paths: type: object additionalProperties: false properties: - language: &541 + language: &544 type: string description: The language targeted by the CodeQL query enum: @@ -77488,7 +77519,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &545 + schema: &548 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -77498,7 +77529,7 @@ paths: description: The ID of the variant analysis. controller_repo: *117 actor: *4 - query_language: *541 + query_language: *544 query_pack_url: type: string description: The download url for the query pack. @@ -77546,7 +77577,7 @@ paths: items: type: object properties: - repository: &542 + repository: &545 title: Repository Identifier description: Repository Identifier type: object @@ -77588,7 +77619,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &546 + analysis_status: &549 type: string description: The new status of the CodeQL variant analysis repository task. @@ -77620,7 +77651,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &543 + access_mismatch_repos: &546 type: object properties: repository_count: @@ -77635,7 +77666,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: *542 + items: *545 required: - repository_count - repositories @@ -77658,8 +77689,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *543 - over_limit_repos: *543 + no_codeql_db_repos: *546 + over_limit_repos: *546 required: - access_mismatch_repos - not_found_repos @@ -77675,7 +77706,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &544 + value: &547 summary: Default response value: id: 1 @@ -77827,10 +77858,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *544 + value: *547 repository_lists: summary: Response for a successful variant analysis submission - value: *544 + value: *547 '404': *6 '422': description: Unable to process variant analysis submission @@ -77871,9 +77902,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *548 examples: - default: *544 + default: *547 '404': *6 '503': *189 x-github: @@ -77931,7 +77962,7 @@ paths: type: object properties: repository: *117 - analysis_status: *546 + analysis_status: *549 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -78346,7 +78377,7 @@ paths: schema: type: object properties: - commit_sha: *547 + commit_sha: *550 ref: type: string description: |- @@ -78406,7 +78437,7 @@ paths: schema: type: object properties: - id: *538 + id: *541 url: type: string description: The REST API URL for checking the status of the upload. @@ -79110,7 +79141,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -79118,7 +79149,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '400': *14 '401': *23 '403': *27 @@ -79250,9 +79281,9 @@ paths: type: integer machines: type: array - items: *549 + items: *552 examples: - default: &785 + default: &788 value: total_count: 2 machines: @@ -79469,7 +79500,7 @@ paths: type: integer secrets: type: array - items: &553 + items: &556 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -79490,7 +79521,7 @@ paths: - created_at - updated_at examples: - default: *550 + default: *553 headers: Link: *45 x-github: @@ -79520,9 +79551,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *554 examples: - default: *552 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79550,9 +79581,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: *554 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79695,7 +79726,7 @@ paths: application/json: schema: type: array - items: &555 + items: &558 title: Collaborator description: Collaborator type: object @@ -79964,7 +79995,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &630 + schema: &633 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -80247,7 +80278,7 @@ paths: user: anyOf: - type: 'null' - - *555 + - *558 required: - permission - role_name @@ -80312,7 +80343,7 @@ paths: application/json: schema: type: array - items: &556 + items: &559 title: Commit Comment description: Commit Comment type: object @@ -80370,7 +80401,7 @@ paths: - created_at - updated_at examples: - default: &559 + default: &562 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -80437,9 +80468,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: - default: &560 + default: &563 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -80520,7 +80551,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: default: value: @@ -80819,9 +80850,9 @@ paths: application/json: schema: type: array - items: *557 + items: *560 examples: - default: &679 + default: &682 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -80917,7 +80948,7 @@ paths: parameters: - *448 - *449 - - &558 + - &561 name: commit_sha description: The SHA of the commit. in: path @@ -80991,7 +81022,7 @@ paths: parameters: - *448 - *449 - - *558 + - *561 - *17 - *19 responses: @@ -81001,9 +81032,9 @@ paths: application/json: schema: type: array - items: *556 + items: *559 examples: - default: *559 + default: *562 headers: Link: *45 x-github: @@ -81033,7 +81064,7 @@ paths: parameters: - *448 - *449 - - *558 + - *561 requestBody: required: true content: @@ -81068,9 +81099,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: - default: *560 + default: *563 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -81100,7 +81131,7 @@ paths: parameters: - *448 - *449 - - *558 + - *561 - *17 - *19 responses: @@ -81110,9 +81141,9 @@ paths: application/json: schema: type: array - items: *561 + items: *564 examples: - default: &671 + default: &674 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -81653,7 +81684,7 @@ paths: - *449 - *19 - *17 - - &562 + - &565 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)" @@ -81668,9 +81699,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: &657 + default: &660 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -81785,9 +81816,9 @@ paths: parameters: - *448 - *449 - - *562 - - *563 - - *564 + - *565 + - *566 + - *567 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -81823,7 +81854,7 @@ paths: type: array items: *512 examples: - default: *565 + default: *568 headers: Link: *45 x-github: @@ -81850,7 +81881,7 @@ paths: parameters: - *448 - *449 - - *562 + - *565 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -81858,7 +81889,7 @@ paths: schema: type: integer example: 1 - - *563 + - *566 - *17 - *19 responses: @@ -82078,7 +82109,7 @@ paths: parameters: - *448 - *449 - - *562 + - *565 - *17 - *19 responses: @@ -82282,7 +82313,7 @@ paths: parameters: - *448 - *449 - - *562 + - *565 - *17 - *19 responses: @@ -82292,7 +82323,7 @@ paths: application/json: schema: type: array - items: &732 + items: &735 title: Status description: The status of a commit. type: object @@ -82435,11 +82466,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *566 + - *569 code_of_conduct_file: anyOf: - type: 'null' - - &567 + - &570 title: Community Health File type: object properties: @@ -82459,19 +82490,19 @@ paths: contributing: anyOf: - type: 'null' - - *567 + - *570 readme: anyOf: - type: 'null' - - *567 + - *570 issue_template: anyOf: - type: 'null' - - *567 + - *570 pull_request_template: anyOf: - type: 'null' - - *567 + - *570 required: - code_of_conduct - code_of_conduct_file @@ -82649,8 +82680,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *557 - merge_base_commit: *557 + base_commit: *560 + merge_base_commit: *560 status: type: string enum: @@ -82674,10 +82705,10 @@ paths: - 6 commits: type: array - items: *557 + items: *560 files: type: array - items: *568 + items: *571 required: - url - html_url @@ -83117,7 +83148,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &569 + response-if-content-is-a-file: &572 summary: Response if content is a file value: type: file @@ -83254,7 +83285,7 @@ paths: - size - type - url - - &684 + - &687 title: Content File description: Content File type: object @@ -83472,7 +83503,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *569 + response-if-content-is-a-file: *572 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -83541,7 +83572,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *570 + '302': *573 '304': *35 x-github: githubCloudOnly: false @@ -83660,7 +83691,7 @@ paths: description: Response content: application/json: - schema: &571 + schema: &574 title: File Commit description: File Commit type: object @@ -83816,7 +83847,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: example-for-creating-a-file: value: @@ -83870,7 +83901,7 @@ paths: schema: oneOf: - *3 - - &612 + - &615 description: Repository rule violation was detected type: object properties: @@ -83891,7 +83922,7 @@ paths: items: type: object properties: - placeholder_id: &724 + placeholder_id: &727 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -83985,7 +84016,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: default: value: @@ -84178,7 +84209,7 @@ paths: schema: type: string - *325 - - *572 + - *575 - *326 - *327 - *108 @@ -84199,7 +84230,7 @@ paths: application/json: schema: type: array - items: &576 + items: &579 type: object description: A Dependabot alert. properties: @@ -84249,7 +84280,7 @@ paths: - direct - transitive - - security_advisory: *573 + security_advisory: *576 security_vulnerability: *127 url: *128 html_url: *129 @@ -84280,8 +84311,8 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *574 - dismissal_request: *575 + auto_dismissed_at: *577 + dismissal_request: *578 required: - number - state @@ -84513,7 +84544,7 @@ paths: parameters: - *448 - *449 - - &577 + - &580 name: alert_number in: path description: |- @@ -84528,7 +84559,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: default: value: @@ -84643,7 +84674,7 @@ paths: parameters: - *448 - *449 - - *577 + - *580 requestBody: required: true content: @@ -84688,7 +84719,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: default: value: @@ -84836,7 +84867,7 @@ paths: type: integer secrets: type: array - items: &580 + items: &583 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -84897,9 +84928,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: *579 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84927,7 +84958,7 @@ paths: description: Response content: application/json: - schema: *580 + schema: *583 examples: default: value: @@ -85551,7 +85582,7 @@ paths: - version - url additionalProperties: false - metadata: &581 + metadata: &584 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85590,7 +85621,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *581 + metadata: *584 resolved: type: object description: A collection of resolved package dependencies. @@ -85604,7 +85635,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *581 + metadata: *584 relationship: type: string description: A notation of whether a dependency is requested @@ -85779,9 +85810,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: *583 + default: *586 headers: Link: *45 x-github: @@ -85930,7 +85961,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: simple-example: summary: Simple example @@ -86005,7 +86036,7 @@ paths: parameters: - *448 - *449 - - &584 + - &587 name: deployment_id description: deployment_id parameter in: path @@ -86017,7 +86048,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -86084,7 +86115,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 responses: '204': description: Response @@ -86108,7 +86139,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 - *17 - *19 responses: @@ -86118,7 +86149,7 @@ paths: application/json: schema: type: array - items: &585 + items: &588 title: Deployment Status description: The status of a deployment. type: object @@ -86284,7 +86315,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 requestBody: required: true content: @@ -86359,9 +86390,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: &586 + default: &589 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -86419,7 +86450,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 - name: status_id in: path required: true @@ -86430,9 +86461,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: *586 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -86461,10 +86492,10 @@ paths: parameters: - *448 - *449 - - *587 - - *588 - - *589 - *590 + - *591 + - *592 + - *593 - *17 - *19 responses: @@ -86474,9 +86505,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *592 + default: *595 '404': *6 '403': *27 '500': *38 @@ -86513,7 +86544,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *591 + schema: *594 examples: default: value: @@ -86631,10 +86662,10 @@ paths: parameters: - *448 - *449 - - *587 - - *588 - - *589 - *590 + - *591 + - *592 + - *593 - *17 - *19 responses: @@ -86644,9 +86675,9 @@ paths: application/json: schema: type: array - items: *593 + items: *596 examples: - default: *594 + default: *597 '404': *6 '403': *27 '500': *38 @@ -86683,7 +86714,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *593 + schema: *596 examples: default: value: @@ -86821,9 +86852,9 @@ paths: application/json: schema: type: array - items: *595 + items: *598 examples: - default: *596 + default: *599 '404': *6 '403': *27 '500': *38 @@ -86861,7 +86892,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *595 + schema: *598 examples: default: value: @@ -87066,7 +87097,7 @@ paths: - 5 environments: type: array - items: &598 + items: &601 title: Environment description: Details of a deployment environment type: object @@ -87128,7 +87159,7 @@ paths: type: string examples: - wait_timer - wait_timer: &600 + wait_timer: &603 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -87170,7 +87201,7 @@ paths: items: type: object properties: - type: *597 + type: *600 reviewer: anyOf: - *4 @@ -87197,7 +87228,7 @@ paths: - id - node_id - type - deployment_branch_policy: &601 + deployment_branch_policy: &604 type: - object - 'null' @@ -87316,7 +87347,7 @@ paths: parameters: - *448 - *449 - - &599 + - &602 name: environment_name in: path required: true @@ -87329,9 +87360,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *601 examples: - default: &602 + default: &605 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -87417,7 +87448,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 requestBody: required: false content: @@ -87427,7 +87458,7 @@ paths: - object - 'null' properties: - wait_timer: *600 + wait_timer: *603 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -87446,14 +87477,14 @@ paths: items: type: object properties: - type: *597 + type: *600 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *601 + deployment_branch_policy: *604 additionalProperties: false examples: default: @@ -87473,9 +87504,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *601 examples: - default: *602 + default: *605 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -87501,7 +87532,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 responses: '204': description: Default response @@ -87528,7 +87559,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *17 - *19 responses: @@ -87547,7 +87578,7 @@ paths: - 2 branch_policies: type: array - items: &603 + items: &606 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -87610,7 +87641,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 requestBody: required: true content: @@ -87658,9 +87689,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: - example-wildcard: &604 + example-wildcard: &607 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -87704,8 +87735,8 @@ paths: parameters: - *448 - *449 - - *599 - - &605 + - *602 + - &608 name: branch_policy_id in: path required: true @@ -87717,9 +87748,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: - default: *604 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87740,8 +87771,8 @@ paths: parameters: - *448 - *449 - - *599 - - *605 + - *602 + - *608 requestBody: required: true content: @@ -87770,9 +87801,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: - default: *604 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87793,8 +87824,8 @@ paths: parameters: - *448 - *449 - - *599 - - *605 + - *602 + - *608 responses: '204': description: Response @@ -87819,7 +87850,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: - - *599 + - *602 - *449 - *448 responses: @@ -87838,7 +87869,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &606 + items: &609 title: Deployment protection rule description: Deployment protection rule type: object @@ -87860,7 +87891,7 @@ paths: for the environment. examples: - true - app: &607 + app: &610 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -87963,7 +87994,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: - - *599 + - *602 - *449 - *448 requestBody: @@ -87986,9 +88017,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *606 + schema: *609 examples: - default: &608 + default: &611 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -88023,7 +88054,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: - - *599 + - *602 - *449 - *448 - *19 @@ -88045,7 +88076,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *607 + items: *610 examples: default: value: @@ -88082,8 +88113,8 @@ paths: parameters: - *448 - *449 - - *599 - - &609 + - *602 + - &612 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -88095,9 +88126,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *609 examples: - default: *608 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88118,10 +88149,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: - - *599 + - *602 - *449 - *448 - - *609 + - *612 responses: '204': description: Response @@ -88149,7 +88180,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *17 - *19 responses: @@ -88196,7 +88227,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 responses: '200': description: Response @@ -88228,7 +88259,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *282 responses: '200': @@ -88237,7 +88268,7 @@ paths: application/json: schema: *479 examples: - default: *610 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88261,7 +88292,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *282 requestBody: required: true @@ -88321,7 +88352,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *282 responses: '204': @@ -88349,7 +88380,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *466 - *19 responses: @@ -88394,7 +88425,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 requestBody: required: true content: @@ -88448,7 +88479,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *285 responses: '200': @@ -88457,7 +88488,7 @@ paths: application/json: schema: *483 examples: - default: *611 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88481,7 +88512,7 @@ paths: - *448 - *449 - *285 - - *599 + - *602 requestBody: required: true content: @@ -88526,7 +88557,7 @@ paths: - *448 - *449 - *285 - - *599 + - *602 responses: '204': description: Response @@ -88895,7 +88926,7 @@ paths: schema: oneOf: - *247 - - *612 + - *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89131,7 +89162,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &616 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -89360,13 +89391,13 @@ paths: parameters: - *448 - *449 - - *558 + - *561 responses: '200': description: Response content: application/json: - schema: *613 + schema: *616 examples: default: value: @@ -89424,7 +89455,7 @@ paths: parameters: - *448 - *449 - - &614 + - &617 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. @@ -89441,7 +89472,7 @@ paths: application/json: schema: type: array - items: &615 + items: &618 title: Git Reference description: Git references within a repository type: object @@ -89519,15 +89550,15 @@ paths: parameters: - *448 - *449 - - *614 + - *617 responses: '200': description: Response content: application/json: - schema: *615 + schema: *618 examples: - default: &616 + default: &619 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -89586,9 +89617,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *618 examples: - default: *616 + default: *619 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -89616,7 +89647,7 @@ paths: parameters: - *448 - *449 - - *614 + - *617 requestBody: required: true content: @@ -89645,9 +89676,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *618 examples: - default: *616 + default: *619 '422': *15 '409': *116 x-github: @@ -89667,7 +89698,7 @@ paths: parameters: - *448 - *449 - - *614 + - *617 responses: '204': description: Response @@ -89790,7 +89821,7 @@ paths: description: Response content: application/json: - schema: &618 + schema: &621 title: Git Tag description: Metadata for a Git tag type: object @@ -89846,7 +89877,7 @@ paths: - sha - type - url - verification: *617 + verification: *620 required: - sha - url @@ -89856,7 +89887,7 @@ paths: - tag - message examples: - default: &619 + default: &622 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -89941,9 +89972,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *621 examples: - default: *619 + default: *622 '404': *6 '409': *116 x-github: @@ -90042,7 +90073,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &623 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -90168,7 +90199,7 @@ paths: description: Response content: application/json: - schema: *620 + schema: *623 examples: default-response: summary: Default response @@ -90238,7 +90269,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: Webhook description: Webhooks for repositories. type: object @@ -90301,7 +90332,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &872 + last_response: &875 title: Hook Response type: object properties: @@ -90432,9 +90463,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &622 + default: &625 value: type: Repository id: 12345678 @@ -90490,9 +90521,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '404': *6 x-github: githubCloudOnly: false @@ -90559,9 +90590,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '422': *15 '404': *6 x-github: @@ -90958,7 +90989,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &626 title: Import description: A repository import from an external source. type: object @@ -91065,7 +91096,7 @@ paths: - html_url - authors_url examples: - default: &626 + default: &629 value: vcs: subversion use_lfs: true @@ -91081,7 +91112,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': &624 + '503': &627 description: Unavailable due to service under maintenance. content: application/json: @@ -91159,7 +91190,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -91184,7 +91215,7 @@ paths: type: string '422': *15 '404': *6 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91265,7 +91296,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: example-1: summary: Example 1 @@ -91313,7 +91344,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': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91341,7 +91372,7 @@ paths: responses: '204': description: Response - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91369,7 +91400,7 @@ paths: parameters: - *448 - *449 - - &806 + - &809 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -91383,7 +91414,7 @@ paths: application/json: schema: type: array - items: &625 + items: &628 title: Porter Author description: Porter Author type: object @@ -91437,7 +91468,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': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91493,7 +91524,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *628 examples: default: value: @@ -91506,7 +91537,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91572,7 +91603,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91628,11 +91659,11 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: - default: *626 + default: *629 '422': *15 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91664,7 +91695,7 @@ paths: application/json: schema: *20 examples: - default: *627 + default: *630 '301': *454 '404': *6 x-github: @@ -91699,7 +91730,7 @@ paths: properties: {} additionalProperties: false examples: - default: &629 + default: &632 value: limit: collaborators_only origin: repository @@ -91730,7 +91761,7 @@ paths: required: true content: application/json: - schema: *628 + schema: *631 examples: default: summary: Example request body @@ -91744,7 +91775,7 @@ paths: application/json: schema: *353 examples: - default: *629 + default: *632 '409': description: Response x-github: @@ -91801,9 +91832,9 @@ paths: application/json: schema: type: array - items: *630 + items: *633 examples: - default: &799 + default: &802 value: - id: 1 repository: @@ -91965,7 +91996,7 @@ paths: description: Response content: application/json: - schema: *630 + schema: *633 examples: default: value: @@ -92203,7 +92234,7 @@ paths: type: array items: *212 examples: - default: &638 + default: &641 value: - id: 1 node_id: MDU6SXNzdWUx @@ -92473,7 +92504,7 @@ paths: application/json: schema: *212 examples: - default: &635 + default: &638 value: id: 1 node_id: MDU6SXNzdWUx @@ -92629,7 +92660,7 @@ paths: '422': *15 '503': *189 '404': *6 - '410': *631 + '410': *634 x-github: triggersNotification: true githubCloudOnly: false @@ -92679,9 +92710,9 @@ paths: application/json: schema: type: array - items: *632 + items: *635 examples: - default: &637 + default: &640 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92747,9 +92778,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: &633 + default: &636 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92827,9 +92858,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: *633 + default: *636 '422': *15 x-github: githubCloudOnly: false @@ -93019,7 +93050,7 @@ paths: application/json: schema: type: array - items: &634 + items: &637 title: Issue Event description: Issue Event type: object @@ -93370,7 +93401,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *637 examples: default: value: @@ -93562,7 +93593,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *631 + '410': *634 '403': *27 x-github: githubCloudOnly: false @@ -93598,7 +93629,7 @@ paths: parameters: - *448 - *449 - - &636 + - &639 name: issue_number description: The number that identifies the issue. in: path @@ -93612,10 +93643,10 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '301': *454 '404': *6 - '410': *631 + '410': *634 '304': *35 x-github: githubCloudOnly: false @@ -93642,7 +93673,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -93763,13 +93794,13 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '422': *15 '503': *189 '403': *27 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93789,7 +93820,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -93817,7 +93848,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93835,7 +93866,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: content: application/json: @@ -93862,7 +93893,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93886,7 +93917,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - name: assignee in: path required: true @@ -93928,7 +93959,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *218 - *17 - *19 @@ -93939,13 +93970,13 @@ paths: application/json: schema: type: array - items: *632 + items: *635 examples: - default: *637 + default: *640 headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93976,7 +94007,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -93998,16 +94029,16 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: *633 + default: *636 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *631 + '410': *634 '422': *15 '404': *6 x-github: @@ -94037,7 +94068,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -94049,12 +94080,12 @@ paths: type: array items: *212 examples: - default: *638 + default: *641 headers: Link: *45 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94084,7 +94115,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -94108,7 +94139,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -94116,7 +94147,7 @@ paths: type: string '301': *454 '403': *27 - '410': *631 + '410': *634 '422': *15 '404': *6 x-github: @@ -94149,7 +94180,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -94163,13 +94194,13 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '301': *454 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *631 + '410': *634 x-github: triggersNotification: true githubCloudOnly: false @@ -94197,7 +94228,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -94209,12 +94240,12 @@ paths: type: array items: *212 examples: - default: *638 + default: *641 headers: Link: *45 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94233,7 +94264,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -94247,7 +94278,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &640 + - &643 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -94296,7 +94327,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &641 + - &644 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -94424,7 +94455,7 @@ paths: - performed_via_github_app - assignee - assigner - - &642 + - &645 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -94470,7 +94501,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &643 + - &646 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -94516,7 +94547,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &644 + - &647 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -94565,7 +94596,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &645 + - &648 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -94607,7 +94638,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &646 + - &649 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -94649,7 +94680,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &647 + - &650 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -94705,7 +94736,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &648 + - &651 title: Locked Issue Event description: Locked Issue Event type: object @@ -94750,7 +94781,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &649 + - &652 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -94811,7 +94842,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &650 + - &653 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -94872,7 +94903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &651 + - &654 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -94933,7 +94964,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &652 + - &655 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -95026,7 +95057,7 @@ paths: color: red headers: Link: *45 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95045,7 +95076,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -95057,7 +95088,7 @@ paths: type: array items: *211 examples: - default: &639 + default: &642 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -95077,7 +95108,7 @@ paths: Link: *45 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95096,7 +95127,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -95157,10 +95188,10 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 '301': *454 '404': *6 - '410': *631 + '410': *634 '422': *15 x-github: githubCloudOnly: false @@ -95179,7 +95210,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -95241,10 +95272,10 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 '301': *454 '404': *6 - '410': *631 + '410': *634 '422': *15 x-github: githubCloudOnly: false @@ -95263,13 +95294,13 @@ paths: parameters: - *448 - *449 - - *636 + - *639 responses: '204': description: Response '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95290,7 +95321,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - name: name in: path required: true @@ -95316,7 +95347,7 @@ paths: default: true '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95338,7 +95369,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -95367,7 +95398,7 @@ paths: '204': description: Response '403': *27 - '410': *631 + '410': *634 '404': *6 '422': *15 x-github: @@ -95387,7 +95418,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 responses: '204': description: Response @@ -95419,7 +95450,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 responses: '200': description: Response @@ -95427,10 +95458,10 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95449,7 +95480,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - 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. @@ -95481,7 +95512,7 @@ paths: headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95501,7 +95532,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95566,7 +95597,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *442 responses: '204': @@ -95598,7 +95629,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95622,7 +95653,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -95657,7 +95688,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -95669,11 +95700,11 @@ paths: type: array items: *212 examples: - default: *638 + default: *641 headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95703,7 +95734,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95732,14 +95763,14 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *631 + '410': *634 '422': *15 '404': *6 x-github: @@ -95761,7 +95792,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95794,7 +95825,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '403': *27 '404': *6 '422': *7 @@ -95818,7 +95849,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -95833,9 +95864,6 @@ paths: description: Timeline Event type: object anyOf: - - *640 - - *641 - - *642 - *643 - *644 - *645 @@ -95846,6 +95874,9 @@ paths: - *650 - *651 - *652 + - *653 + - *654 + - *655 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -96174,7 +96205,7 @@ paths: type: string comments: type: array - items: &673 + items: &676 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -96412,7 +96443,7 @@ paths: type: string comments: type: array - items: *556 + items: *559 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -96687,7 +96718,7 @@ paths: headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96715,7 +96746,7 @@ paths: application/json: schema: type: array - items: &653 + items: &656 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -96820,9 +96851,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: &654 + default: &657 value: id: 1 key: ssh-rsa AAA... @@ -96858,7 +96889,7 @@ paths: parameters: - *448 - *449 - - &655 + - &658 name: key_id description: The unique identifier of the key. in: path @@ -96870,9 +96901,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: *654 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -96892,7 +96923,7 @@ paths: parameters: - *448 - *449 - - *655 + - *658 responses: '204': description: Response @@ -96925,7 +96956,7 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 headers: Link: *45 '404': *6 @@ -96985,7 +97016,7 @@ paths: application/json: schema: *211 examples: - default: &656 + default: &659 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -97031,7 +97062,7 @@ paths: application/json: schema: *211 examples: - default: *656 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -97484,9 +97515,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *557 + schema: *560 examples: - default: *657 + default: *660 '204': description: Response when already merged '404': @@ -97652,7 +97683,7 @@ paths: application/json: schema: *392 examples: - default: &658 + default: &661 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -97713,7 +97744,7 @@ paths: parameters: - *448 - *449 - - &659 + - &662 name: milestone_number description: The number that identifies the milestone. in: path @@ -97727,7 +97758,7 @@ paths: application/json: schema: *392 examples: - default: *658 + default: *661 '404': *6 x-github: githubCloudOnly: false @@ -97746,7 +97777,7 @@ paths: parameters: - *448 - *449 - - *659 + - *662 requestBody: required: false content: @@ -97786,7 +97817,7 @@ paths: application/json: schema: *392 examples: - default: *658 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97804,7 +97835,7 @@ paths: parameters: - *448 - *449 - - *659 + - *662 responses: '204': description: Response @@ -97827,7 +97858,7 @@ paths: parameters: - *448 - *449 - - *659 + - *662 - *17 - *19 responses: @@ -97839,7 +97870,7 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 headers: Link: *45 x-github: @@ -97860,10 +97891,10 @@ paths: parameters: - *448 - *449 - - *660 - - *661 + - *663 + - *664 - *218 - - *662 + - *665 - *17 - *19 responses: @@ -97875,7 +97906,7 @@ paths: type: array items: *238 examples: - default: *663 + default: *666 headers: Link: *45 x-github: @@ -97965,7 +97996,7 @@ paths: description: Response content: application/json: - schema: &664 + schema: &667 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -98109,7 +98140,7 @@ paths: - custom_404 - public examples: - default: &665 + default: &668 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -98206,9 +98237,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *667 examples: - default: *665 + default: *668 '422': *15 '409': *116 x-github: @@ -98378,7 +98409,7 @@ paths: application/json: schema: type: array - items: &666 + items: &669 title: Page Build description: Page Build type: object @@ -98525,9 +98556,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *669 examples: - default: &667 + default: &670 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -98587,9 +98618,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *669 examples: - default: *667 + default: *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98720,7 +98751,7 @@ paths: parameters: - *448 - *449 - - &668 + - &671 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -98780,7 +98811,7 @@ paths: parameters: - *448 - *449 - - *668 + - *671 responses: '204': *148 '404': *6 @@ -99197,7 +99228,7 @@ paths: type: array items: *149 examples: - default: *669 + default: *672 '403': *27 '404': *6 x-github: @@ -99236,7 +99267,7 @@ paths: required: - properties examples: - default: *670 + default: *673 responses: '204': description: No Content when custom property values are successfully created @@ -99335,9 +99366,9 @@ paths: application/json: schema: type: array - items: *561 + items: *564 examples: - default: *671 + default: *674 headers: Link: *45 '304': *35 @@ -99437,7 +99468,7 @@ paths: description: Response content: application/json: - schema: &675 + schema: &678 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -99677,7 +99708,7 @@ paths: - review_comment - self author_association: *213 - auto_merge: *672 + auto_merge: *675 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -99779,7 +99810,7 @@ paths: - merged_by - review_comments examples: - default: &676 + default: &679 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -100336,9 +100367,9 @@ paths: application/json: schema: type: array - items: *673 + items: *676 examples: - default: &678 + default: &681 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -100423,9 +100454,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: - default: &674 + default: &677 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -100524,9 +100555,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: - default: *674 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100729,7 +100760,7 @@ paths: parameters: - *448 - *449 - - &677 + - &680 name: pull_number description: The number that identifies the pull request. in: path @@ -100742,9 +100773,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '304': *35 '404': *6 '406': @@ -100781,7 +100812,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -100823,9 +100854,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '422': *15 '403': *27 x-github: @@ -100849,7 +100880,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: true content: @@ -100912,7 +100943,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -100920,7 +100951,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '401': *23 '403': *27 '404': *6 @@ -100952,7 +100983,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *235 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -100973,9 +101004,9 @@ paths: application/json: schema: type: array - items: *673 + items: *676 examples: - default: *678 + default: *681 headers: Link: *45 x-github: @@ -101010,7 +101041,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: true content: @@ -101116,7 +101147,7 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: example-for-a-multi-line-comment: value: @@ -101206,7 +101237,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *227 requestBody: required: true @@ -101229,7 +101260,7 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: default: value: @@ -101317,7 +101348,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *17 - *19 responses: @@ -101327,9 +101358,9 @@ paths: application/json: schema: type: array - items: *557 + items: *560 examples: - default: *679 + default: *682 headers: Link: *45 x-github: @@ -101361,7 +101392,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *17 - *19 responses: @@ -101371,7 +101402,7 @@ paths: application/json: schema: type: array - items: *568 + items: *571 examples: default: value: @@ -101411,7 +101442,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 responses: '204': description: Response if pull request has been merged @@ -101436,7 +101467,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -101550,7 +101581,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 responses: '200': description: Response @@ -101627,7 +101658,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -101664,7 +101695,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: default: value: @@ -102202,7 +102233,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: true content: @@ -102236,7 +102267,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: default: value: @@ -102743,7 +102774,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *17 - *19 responses: @@ -102753,7 +102784,7 @@ paths: application/json: schema: type: array - items: &680 + items: &683 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -102911,7 +102942,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -103001,9 +103032,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: &682 + default: &685 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -103068,8 +103099,8 @@ paths: parameters: - *448 - *449 - - *677 - - &681 + - *680 + - &684 name: review_id description: The unique identifier of the review. in: path @@ -103081,9 +103112,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: &683 + default: &686 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -103144,8 +103175,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 requestBody: required: true content: @@ -103168,7 +103199,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: default: value: @@ -103232,16 +103263,16 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 responses: '200': description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: *682 + default: *685 '422': *7 '404': *6 x-github: @@ -103270,8 +103301,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 - *17 - *19 responses: @@ -103531,8 +103562,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 requestBody: required: true content: @@ -103561,7 +103592,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: default: value: @@ -103626,8 +103657,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 requestBody: required: true content: @@ -103662,9 +103693,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: *683 + default: *686 '404': *6 '422': *7 '403': *27 @@ -103688,7 +103719,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -103766,9 +103797,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *687 examples: - default: &685 + default: &688 value: type: file encoding: base64 @@ -103831,9 +103862,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *687 examples: - default: *685 + default: *688 '404': *6 '422': *15 x-github: @@ -103866,7 +103897,7 @@ paths: application/json: schema: type: array - items: *686 + items: *689 examples: default: value: @@ -104037,9 +104068,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: &690 + default: &693 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -104146,7 +104177,7 @@ paths: parameters: - *448 - *449 - - &688 + - &691 name: asset_id description: The unique identifier of the asset. in: path @@ -104158,9 +104189,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *690 examples: - default: &689 + default: &692 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 @@ -104195,7 +104226,7 @@ paths: type: User site_admin: false '404': *6 - '302': *570 + '302': *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104213,7 +104244,7 @@ paths: parameters: - *448 - *449 - - *688 + - *691 requestBody: required: false content: @@ -104242,9 +104273,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *690 examples: - default: *689 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104262,7 +104293,7 @@ paths: parameters: - *448 - *449 - - *688 + - *691 responses: '204': description: Response @@ -104380,9 +104411,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: *690 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104413,9 +104444,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: *690 + default: *693 '404': *6 x-github: githubCloudOnly: false @@ -104439,7 +104470,7 @@ paths: parameters: - *448 - *449 - - &691 + - &694 name: release_id description: The unique identifier of the release. in: path @@ -104453,9 +104484,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: *686 + schema: *689 examples: - default: *690 + default: *693 '401': description: Unauthorized x-github: @@ -104475,7 +104506,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 requestBody: required: false content: @@ -104539,9 +104570,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: *690 + default: *693 '404': description: Not Found if the discussion category name is invalid content: @@ -104564,7 +104595,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 responses: '204': description: Response @@ -104586,7 +104617,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - *17 - *19 responses: @@ -104596,7 +104627,7 @@ paths: application/json: schema: type: array - items: *687 + items: *690 examples: default: value: @@ -104680,7 +104711,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - name: name in: query required: true @@ -104706,7 +104737,7 @@ paths: description: Response for successful upload content: application/json: - schema: *687 + schema: *690 examples: response-for-successful-upload: value: @@ -104763,7 +104794,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -104812,7 +104843,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 requestBody: required: true content: @@ -104875,7 +104906,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - *442 responses: '204': @@ -104919,7 +104950,7 @@ paths: oneOf: - allOf: - *163 - - &692 + - &695 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -104940,67 +104971,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *164 - - *692 + - *695 - allOf: - *165 - - *692 + - *695 - allOf: - *166 - - *692 + - *695 - allOf: - - *693 - - *692 + - *696 + - *695 - allOf: - *167 - - *692 + - *695 - allOf: - *168 - - *692 + - *695 - allOf: - *169 - - *692 + - *695 - allOf: - *170 - - *692 + - *695 - allOf: - *171 - - *692 + - *695 - allOf: - *172 - - *692 + - *695 - allOf: - *173 - - *692 + - *695 - allOf: - *174 - - *692 + - *695 - allOf: - *175 - - *692 + - *695 - allOf: - *176 - - *692 + - *695 - allOf: - *177 - - *692 + - *695 - allOf: - *178 - - *692 + - *695 - allOf: - *179 - - *692 + - *695 - allOf: - *180 - - *692 + - *695 - allOf: - *181 - - *692 + - *695 - allOf: - *182 - - *692 + - *695 - allOf: - *183 - - *692 + - *695 examples: default: value: @@ -105051,7 +105082,7 @@ paths: schema: type: boolean default: true - - *694 + - *697 responses: '200': description: Response @@ -105136,7 +105167,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *695 + items: *698 required: - name - enforcement @@ -105169,7 +105200,7 @@ paths: application/json: schema: *184 examples: - default: &704 + default: &707 value: id: 42 name: super cool ruleset @@ -105218,10 +105249,10 @@ paths: parameters: - *448 - *449 - - *696 + - *699 - *103 - - *697 - - *698 + - *700 + - *701 - *17 - *19 responses: @@ -105229,9 +105260,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: *700 + default: *703 '404': *6 '500': *38 x-github: @@ -105254,15 +105285,15 @@ paths: parameters: - *448 - *449 - - *701 + - *704 responses: '200': description: Response content: application/json: - schema: *702 + schema: *705 examples: - default: *703 + default: *706 '404': *6 '500': *38 x-github: @@ -105313,7 +105344,7 @@ paths: application/json: schema: *184 examples: - default: *704 + default: *707 '404': *6 '500': *38 put: @@ -105366,7 +105397,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *695 + items: *698 examples: default: value: @@ -105396,7 +105427,7 @@ paths: application/json: schema: *184 examples: - default: *704 + default: *707 '404': *6 '500': *38 delete: @@ -105560,8 +105591,8 @@ paths: - *108 - *19 - *17 - - *705 - - *706 + - *708 + - *709 - *415 - *416 - *417 @@ -105573,7 +105604,7 @@ paths: application/json: schema: type: array - items: &710 + items: &713 type: object properties: number: *123 @@ -105589,8 +105620,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *707 - resolution: *708 + state: *710 + resolution: *711 resolved_at: type: - string @@ -105684,7 +105715,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *709 + - *712 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -105838,7 +105869,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: default: value: @@ -105902,8 +105933,8 @@ paths: schema: type: object properties: - state: *707 - resolution: *708 + state: *710 + resolution: *711 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -105939,7 +105970,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: default: value: @@ -106047,7 +106078,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &892 + items: &895 type: object properties: type: @@ -106074,9 +106105,6 @@ paths: - commit details: oneOf: - - *711 - - *712 - - *713 - *714 - *715 - *716 @@ -106087,6 +106115,9 @@ paths: - *721 - *722 - *723 + - *724 + - *725 + - *726 examples: default: value: @@ -106181,14 +106212,14 @@ paths: schema: type: object properties: - reason: &725 + reason: &728 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *724 + placeholder_id: *727 required: - reason - placeholder_id @@ -106205,7 +106236,7 @@ paths: schema: type: object properties: - reason: *725 + reason: *728 expire_at: type: - string @@ -106268,7 +106299,7 @@ paths: properties: incremental_scans: type: array - items: &726 + items: &729 description: Information on a single scan performed by secret scanning on the repository type: object @@ -106296,15 +106327,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *726 + items: *729 backfill_scans: type: array - items: *726 + items: *729 custom_pattern_backfill_scans: type: array items: allOf: - - *726 + - *729 - type: object properties: pattern_name: @@ -106419,9 +106450,9 @@ paths: application/json: schema: type: array - items: *727 + items: *730 examples: - default: *728 + default: *731 '400': *14 '404': *6 x-github: @@ -106615,9 +106646,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *730 examples: - default: &730 + default: &733 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -106964,7 +106995,7 @@ paths: description: Response content: application/json: - schema: *727 + schema: *730 examples: default: value: @@ -107113,15 +107144,15 @@ paths: parameters: - *448 - *449 - - *729 + - *732 responses: '200': description: Response content: application/json: - schema: *727 + schema: *730 examples: - default: *730 + default: *733 '403': *27 '404': *6 x-github: @@ -107147,7 +107178,7 @@ paths: parameters: - *448 - *449 - - *729 + - *732 requestBody: required: true content: @@ -107318,10 +107349,10 @@ paths: description: Response content: application/json: - schema: *727 + schema: *730 examples: - default: *730 - add_credit: *730 + default: *733 + add_credit: *733 '403': *27 '404': *6 '422': @@ -107361,7 +107392,7 @@ paths: parameters: - *448 - *449 - - *729 + - *732 responses: '202': *37 '400': *14 @@ -107390,7 +107421,7 @@ paths: parameters: - *448 - *449 - - *729 + - *732 responses: '202': description: Response @@ -107531,7 +107562,7 @@ paths: application/json: schema: type: array - items: &731 + items: &734 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -107904,7 +107935,7 @@ paths: application/json: schema: type: array - items: *731 + items: *734 examples: default: value: @@ -107994,7 +108025,7 @@ paths: description: Response content: application/json: - schema: *732 + schema: *735 examples: default: value: @@ -108088,7 +108119,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &733 + schema: &736 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -108188,7 +108219,7 @@ paths: description: Response content: application/json: - schema: *733 + schema: *736 examples: default: value: @@ -108328,7 +108359,7 @@ paths: application/json: schema: type: array - items: &734 + items: &737 title: Tag protection description: Tag protection type: object @@ -108409,7 +108440,7 @@ paths: description: Response content: application/json: - schema: *734 + schema: *737 examples: default: value: @@ -108557,7 +108588,7 @@ paths: description: Response content: application/json: - schema: &735 + schema: &738 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -108569,7 +108600,7 @@ paths: required: - names examples: - default: &736 + default: &739 value: names: - octocat @@ -108624,9 +108655,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *738 examples: - default: *736 + default: *739 '404': *6 '422': *7 x-github: @@ -108649,7 +108680,7 @@ paths: parameters: - *448 - *449 - - &737 + - &740 name: per description: The time frame to display results for. in: query @@ -108680,7 +108711,7 @@ paths: - 128 clones: type: array - items: &738 + items: &741 title: Traffic type: object properties: @@ -108928,7 +108959,7 @@ paths: parameters: - *448 - *449 - - *737 + - *740 responses: '200': description: Response @@ -108949,7 +108980,7 @@ paths: - 3782 views: type: array - items: *738 + items: *741 required: - uniques - count @@ -109621,7 +109652,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &746 + - &749 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -109631,7 +109662,7 @@ paths: type: string examples: - members - - &751 + - &754 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -109643,7 +109674,7 @@ paths: format: int32 examples: - 1 - - &752 + - &755 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -109687,7 +109718,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &741 + items: &744 allOf: - type: object required: @@ -109769,7 +109800,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: &753 + meta: &756 type: object description: The metadata associated with the creation/updates to the user. @@ -109834,30 +109865,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &742 + '400': &745 description: Bad request content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '401': *740 - '403': &743 + schema: *742 + '401': *743 + '403': &746 description: Permission denied - '429': &744 + '429': &747 description: Too many requests content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '500': &745 + schema: *742 + '500': &748 description: Internal server error content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 + schema: *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109881,7 +109912,7 @@ paths: required: true content: application/json: - schema: &749 + schema: &752 type: object required: - schemas @@ -109945,9 +109976,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *741 + schema: *744 examples: - group: &747 + group: &750 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -109966,13 +109997,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': *742 - '401': *740 - '403': *743 - '409': &750 + '400': *745 + '401': *743 + '403': *746 + '409': &753 description: Duplicate record detected - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109989,7 +110020,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: - - &748 + - &751 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -109998,22 +110029,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *746 + - *749 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *741 + schema: *744 examples: - default: *747 - '400': *742 - '401': *740 - '403': *743 + default: *750 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110032,13 +110063,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: - - *748 + - *751 - *39 requestBody: required: true content: application/json: - schema: *749 + schema: *752 examples: group: summary: Group @@ -110064,17 +110095,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *741 + schema: *744 examples: - group: *747 - groupWithMembers: *747 - '400': *742 - '401': *740 - '403': *743 + group: *750 + groupWithMembers: *750 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110098,13 +110129,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: - - *748 + - *751 - *39 requestBody: required: true content: application/json: - schema: &760 + schema: &763 type: object required: - Operations @@ -110164,17 +110195,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *741 + schema: *744 examples: - updateGroup: *747 - addMembers: *747 - '400': *742 - '401': *740 - '403': *743 + updateGroup: *750 + addMembers: *750 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110190,17 +110221,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: - - *748 + - *751 - *39 responses: '204': description: Group was deleted, no content - '400': *742 - '401': *740 - '403': *743 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110234,8 +110265,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *751 - - *752 + - *754 + - *755 - *39 responses: '200': @@ -110269,7 +110300,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &755 + items: &758 allOf: - type: object required: @@ -110361,7 +110392,7 @@ paths: address. examples: - true - roles: &754 + roles: &757 type: array description: The roles assigned to the user. items: @@ -110420,7 +110451,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *753 + meta: *756 startIndex: type: integer description: A starting index for the returned page @@ -110459,11 +110490,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *742 - '401': *740 - '403': *743 - '429': *744 - '500': *745 + '400': *745 + '401': *743 + '403': *746 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110487,7 +110518,7 @@ paths: required: true content: application/json: - schema: &758 + schema: &761 type: object required: - schemas @@ -110580,9 +110611,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *754 + roles: *757 examples: - user: &759 + user: &762 summary: User value: schemas: @@ -110629,9 +110660,9 @@ paths: description: User has been created content: application/scim+json: - schema: *755 + schema: *758 examples: - user: &756 + user: &759 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -110657,13 +110688,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: *756 - '400': *742 - '401': *740 - '403': *743 - '409': *750 - '429': *744 - '500': *745 + enterpriseOwner: *759 + '400': *745 + '401': *743 + '403': *746 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110680,7 +110711,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: - - &757 + - &760 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -110693,15 +110724,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *755 + schema: *758 examples: - default: *756 - '400': *742 - '401': *740 - '403': *743 + default: *759 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110723,30 +110754,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: - - *757 + - *760 - *39 requestBody: required: true content: application/json: - schema: *758 + schema: *761 examples: - user: *759 + user: *762 responses: '200': description: User was updated content: application/scim+json: - schema: *755 + schema: *758 examples: - user: *756 - '400': *742 - '401': *740 - '403': *743 + user: *759 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110781,13 +110812,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: - - *757 + - *760 - *39 requestBody: required: true content: application/json: - schema: *760 + schema: *763 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -110827,18 +110858,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *755 + schema: *758 examples: - userMultiValuedProperties: *756 - userSingleValuedProperties: *756 - disableUser: *756 - '400': *742 - '401': *740 - '403': *743 + userMultiValuedProperties: *759 + userSingleValuedProperties: *759 + disableUser: *759 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110858,17 +110889,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: - - *757 + - *760 - *39 responses: '204': description: User was deleted, no content - '400': *742 - '401': *740 - '403': *743 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110959,7 +110990,7 @@ paths: - 1 Resources: type: array - items: &761 + items: &764 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -111206,22 +111237,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &762 + '404': &765 description: Resource not found content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '403': &763 + schema: *742 + '403': &766 description: Forbidden content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '400': *742 - '429': *744 + schema: *742 + '400': *745 + '429': *747 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -111247,9 +111278,9 @@ paths: description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: &764 + default: &767 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -111272,17 +111303,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *762 - '403': *763 - '500': *745 + '404': *765 + '403': *766 + '500': *748 '409': description: Conflict content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '400': *742 + schema: *742 + '400': *745 requestBody: required: true content: @@ -111382,17 +111413,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *85 - - *757 + - *760 responses: '200': description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: *764 - '404': *762 - '403': *763 + default: *767 + '404': *765 + '403': *766 '304': *35 x-github: githubCloudOnly: true @@ -111416,18 +111447,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *85 - - *757 + - *760 responses: '200': description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: *764 + default: *767 '304': *35 - '404': *762 - '403': *763 + '404': *765 + '403': *766 requestBody: required: true content: @@ -111542,19 +111573,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *85 - - *757 + - *760 responses: '200': description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: *764 + default: *767 '304': *35 - '404': *762 - '403': *763 - '400': *742 + '404': *765 + '403': *766 + '400': *745 '429': description: Response content: @@ -111650,12 +111681,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *85 - - *757 + - *760 responses: '204': description: Response - '404': *762 - '403': *763 + '404': *765 + '403': *766 '304': *35 x-github: githubCloudOnly: true @@ -111789,7 +111820,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &765 + text_matches: &768 title: Search Result Text Matches type: array items: @@ -111953,7 +111984,7 @@ paths: enum: - author-date - committer-date - - &766 + - &769 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 @@ -112041,7 +112072,7 @@ paths: url: type: string format: uri - verification: *617 + verification: *620 required: - author - committer @@ -112073,7 +112104,7 @@ paths: type: number node_id: type: string - text_matches: *765 + text_matches: *768 required: - sha - node_id @@ -112266,7 +112297,7 @@ paths: - interactions - created - updated - - *766 + - *769 - *17 - *19 - name: advanced_search @@ -112363,11 +112394,11 @@ paths: type: - string - 'null' - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: type: string state_reason: @@ -112395,7 +112426,7 @@ paths: - string - 'null' format: date-time - text_matches: *765 + text_matches: *768 pull_request: type: object properties: @@ -112618,7 +112649,7 @@ paths: enum: - created - updated - - *766 + - *769 - *17 - *19 responses: @@ -112663,7 +112694,7 @@ paths: - 'null' score: type: number - text_matches: *765 + text_matches: *768 required: - id - node_id @@ -112749,7 +112780,7 @@ paths: - forks - help-wanted-issues - updated - - *766 + - *769 - *17 - *19 responses: @@ -112986,7 +113017,7 @@ paths: - admin - pull - push - text_matches: *765 + text_matches: *768 temp_clone_token: type: string allow_merge_commit: @@ -113295,7 +113326,7 @@ paths: - string - 'null' format: uri - text_matches: *765 + text_matches: *768 related: type: - array @@ -113490,7 +113521,7 @@ paths: - followers - repositories - joined - - *766 + - *769 - *17 - *19 responses: @@ -113600,7 +113631,7 @@ paths: type: - boolean - 'null' - text_matches: *765 + text_matches: *768 blog: type: - string @@ -113682,7 +113713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &770 + - &773 name: team_id description: The unique identifier of the team. in: path @@ -113723,7 +113754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *770 + - *773 requestBody: required: true content: @@ -113824,7 +113855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *770 + - *773 responses: '204': description: Response @@ -113855,7 +113886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *770 + - *773 - *108 - *17 - *19 @@ -113868,7 +113899,7 @@ paths: type: array items: *433 examples: - default: *771 + default: *774 headers: Link: *45 x-github: @@ -113897,7 +113928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *770 + - *773 requestBody: required: true content: @@ -113960,7 +113991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *770 + - *773 - *435 responses: '200': @@ -113994,7 +114025,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *770 + - *773 - *435 requestBody: required: false @@ -114020,7 +114051,7 @@ paths: application/json: schema: *433 examples: - default: *772 + default: *775 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114045,7 +114076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *770 + - *773 - *435 responses: '204': @@ -114075,7 +114106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *770 + - *773 - *435 - *108 - *17 @@ -114089,7 +114120,7 @@ paths: type: array items: *436 examples: - default: *773 + default: *776 headers: Link: *45 x-github: @@ -114118,7 +114149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 requestBody: required: true @@ -114170,7 +114201,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 - *438 responses: @@ -114205,7 +114236,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 - *438 requestBody: @@ -114231,7 +114262,7 @@ paths: application/json: schema: *436 examples: - default: *774 + default: *777 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114256,7 +114287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 - *438 responses: @@ -114287,7 +114318,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: - - *770 + - *773 - *435 - *438 - name: content @@ -114346,7 +114377,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: - - *770 + - *773 - *435 - *438 requestBody: @@ -114408,7 +114439,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: - - *770 + - *773 - *435 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -114466,7 +114497,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: - - *770 + - *773 - *435 requestBody: required: true @@ -114525,7 +114556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *770 + - *773 - *17 - *19 responses: @@ -114563,7 +114594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *770 + - *773 - name: role description: Filters members returned by their role in the team. in: query @@ -114614,7 +114645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *770 + - *773 - *136 responses: '204': @@ -114651,7 +114682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *770 + - *773 - *136 responses: '204': @@ -114691,7 +114722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *770 + - *773 - *136 responses: '204': @@ -114728,7 +114759,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: - - *770 + - *773 - *136 responses: '200': @@ -114737,7 +114768,7 @@ paths: application/json: schema: *447 examples: - response-if-user-is-a-team-maintainer: *775 + response-if-user-is-a-team-maintainer: *778 '404': *6 x-github: githubCloudOnly: false @@ -114770,7 +114801,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: - - *770 + - *773 - *136 requestBody: required: false @@ -114798,7 +114829,7 @@ paths: application/json: schema: *447 examples: - response-if-users-membership-with-team-is-now-pending: *776 + response-if-users-membership-with-team-is-now-pending: *779 '403': description: Forbidden if team synchronization is set up '422': @@ -114832,7 +114863,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: - - *770 + - *773 - *136 responses: '204': @@ -114860,7 +114891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *770 + - *773 - *17 - *19 responses: @@ -114902,7 +114933,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: - - *770 + - *773 - *448 - *449 responses: @@ -114910,7 +114941,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *777 + schema: *780 examples: alternative-response-with-extra-repository-information: value: @@ -115061,7 +115092,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: - - *770 + - *773 - *448 - *449 requestBody: @@ -115113,7 +115144,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: - - *770 + - *773 - *448 - *449 responses: @@ -115144,7 +115175,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: - - *770 + - *773 responses: '200': description: Response @@ -115179,7 +115210,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: - - *770 + - *773 requestBody: required: true content: @@ -115271,7 +115302,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *770 + - *773 - *17 - *19 responses: @@ -115283,7 +115314,7 @@ paths: type: array items: *301 examples: - response-if-child-teams-exist: *778 + response-if-child-teams-exist: *781 headers: Link: *45 '404': *6 @@ -115316,7 +115347,7 @@ paths: application/json: schema: oneOf: - - &780 + - &783 title: Private User description: Private User type: object @@ -115566,7 +115597,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *779 + - *782 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -115726,7 +115757,7 @@ paths: description: Response content: application/json: - schema: *780 + schema: *783 examples: default: value: @@ -116072,7 +116103,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -116080,7 +116111,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '401': *23 '403': *27 '404': *6 @@ -116124,7 +116155,7 @@ paths: type: integer secrets: type: array - items: &781 + items: &784 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -116166,7 +116197,7 @@ paths: - visibility - selected_repositories_url examples: - default: *550 + default: *553 headers: Link: *45 x-github: @@ -116244,7 +116275,7 @@ paths: description: Response content: application/json: - schema: *781 + schema: *784 examples: default: value: @@ -116390,7 +116421,7 @@ paths: type: array items: *272 examples: - default: *782 + default: *785 '401': *23 '403': *27 '404': *6 @@ -116542,7 +116573,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '304': *35 '500': *38 '401': *23 @@ -116600,7 +116631,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '401': *23 '403': *27 '404': *6 @@ -116657,7 +116688,7 @@ paths: description: Response content: application/json: - schema: &783 + schema: &786 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -116710,7 +116741,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &784 + default: &787 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -116755,9 +116786,9 @@ paths: description: Response content: application/json: - schema: *783 + schema: *786 examples: - default: *784 + default: *787 '404': *6 x-github: githubCloudOnly: false @@ -116794,9 +116825,9 @@ paths: type: integer machines: type: array - items: *549 + items: *552 examples: - default: *785 + default: *788 '304': *35 '500': *38 '401': *23 @@ -116885,7 +116916,7 @@ paths: machine: anyOf: - type: 'null' - - *549 + - *552 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -117690,7 +117721,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '304': *35 '500': *38 '400': *14 @@ -117730,7 +117761,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '500': *38 '401': *23 '403': *27 @@ -117762,7 +117793,7 @@ paths: type: array items: *373 examples: - default: &796 + default: &799 value: - id: 197 name: hello_docker @@ -117863,7 +117894,7 @@ paths: application/json: schema: type: array - items: &786 + items: &789 title: Email description: Email type: object @@ -117933,9 +117964,9 @@ paths: application/json: schema: type: array - items: *786 + items: *789 examples: - default: &798 + default: &801 value: - email: octocat@github.com verified: true @@ -118012,7 +118043,7 @@ paths: application/json: schema: type: array - items: *786 + items: *789 examples: default: value: @@ -118270,7 +118301,7 @@ paths: application/json: schema: type: array - items: &787 + items: &790 title: GPG Key description: A unique encryption key type: object @@ -118415,7 +118446,7 @@ paths: - subkeys - revoked examples: - default: &812 + default: &815 value: - id: 3 name: Octocat's GPG Key @@ -118500,9 +118531,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *790 examples: - default: &788 + default: &791 value: id: 3 name: Octocat's GPG Key @@ -118559,7 +118590,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: - - &789 + - &792 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -118571,9 +118602,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *790 examples: - default: *788 + default: *791 '404': *6 '304': *35 '403': *27 @@ -118596,7 +118627,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: - - *789 + - *792 responses: '204': description: Response @@ -118901,7 +118932,7 @@ paths: required: true content: application/json: - schema: *628 + schema: *631 examples: default: value: @@ -119051,7 +119082,7 @@ paths: application/json: schema: type: array - items: &790 + items: &793 title: Key description: Key type: object @@ -119154,9 +119185,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *793 examples: - default: &791 + default: &794 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -119189,15 +119220,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: - - *655 + - *658 responses: '200': description: Response content: application/json: - schema: *790 + schema: *793 examples: - default: *791 + default: *794 '404': *6 '304': *35 '403': *27 @@ -119220,7 +119251,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: - - *655 + - *658 responses: '204': description: Response @@ -119253,7 +119284,7 @@ paths: application/json: schema: type: array - items: &792 + items: &795 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -119332,7 +119363,7 @@ paths: - account - plan examples: - default: &793 + default: &796 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -119394,9 +119425,9 @@ paths: application/json: schema: type: array - items: *792 + items: *795 examples: - default: *793 + default: *796 headers: Link: *45 '304': *35 @@ -120400,7 +120431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *369 - - *794 + - *797 responses: '204': description: Response @@ -120515,7 +120546,7 @@ paths: - docker - nuget - container - - *795 + - *798 - *19 - *17 responses: @@ -120527,8 +120558,8 @@ paths: type: array items: *373 examples: - default: *796 - '400': *797 + default: *799 + '400': *800 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120557,7 +120588,7 @@ paths: application/json: schema: *373 examples: - default: &813 + default: &816 value: id: 40201 name: octo-name @@ -120919,9 +120950,9 @@ paths: application/json: schema: type: array - items: *786 + items: *789 examples: - default: *798 + default: *801 headers: Link: *45 '304': *35 @@ -121034,7 +121065,7 @@ paths: type: array items: *76 examples: - default: &805 + default: &808 summary: Default response value: - id: 1296269 @@ -121392,9 +121423,9 @@ paths: application/json: schema: type: array - items: *630 + items: *633 examples: - default: *799 + default: *802 headers: Link: *45 '304': *35 @@ -121473,7 +121504,7 @@ paths: application/json: schema: type: array - items: &800 + items: &803 title: Social account description: Social media account type: object @@ -121490,7 +121521,7 @@ paths: - provider - url examples: - default: &801 + default: &804 value: - provider: twitter url: https://twitter.com/github @@ -121553,9 +121584,9 @@ paths: application/json: schema: type: array - items: *800 + items: *803 examples: - default: *801 + default: *804 '422': *15 '304': *35 '404': *6 @@ -121643,7 +121674,7 @@ paths: application/json: schema: type: array - items: &802 + items: &805 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -121663,7 +121694,7 @@ paths: - title - created_at examples: - default: &826 + default: &829 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -121728,9 +121759,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *805 examples: - default: &803 + default: &806 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -121760,7 +121791,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: - - &804 + - &807 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -121772,9 +121803,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *805 examples: - default: *803 + default: *806 '404': *6 '304': *35 '403': *27 @@ -121797,7 +121828,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: - - *804 + - *807 responses: '204': description: Response @@ -121826,7 +121857,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: - - &827 + - &830 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 @@ -121851,11 +121882,11 @@ paths: type: array items: *76 examples: - default-response: *805 + default-response: *808 application/vnd.github.v3.star+json: schema: type: array - items: &828 + items: &831 title: Starred Repository description: Starred Repository type: object @@ -122224,10 +122255,10 @@ paths: application/json: schema: oneOf: - - *780 - - *779 + - *783 + - *782 examples: - default-response: &807 + default-response: &810 summary: Default response value: login: octocat @@ -122262,7 +122293,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &808 + response-with-git-hub-plan-information: &811 summary: Response with GitHub plan information value: login: octocat @@ -122384,7 +122415,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *806 + - *809 - *17 responses: '200': @@ -122433,11 +122464,11 @@ paths: application/json: schema: oneOf: - - *780 - - *779 + - *783 + - *782 examples: - default-response: *807 - response-with-git-hub-plan-information: *808 + default-response: *810 + response-with-git-hub-plan-information: *811 '404': *6 x-github: githubCloudOnly: false @@ -122487,8 +122518,8 @@ paths: required: - subject_digests examples: - default: *809 - withPredicateType: *810 + default: *812 + withPredicateType: *813 responses: '200': description: Response @@ -122542,7 +122573,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *811 + default: *814 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -122788,7 +122819,7 @@ paths: type: array items: *373 examples: - default: *796 + default: *799 '403': *27 '401': *23 x-github: @@ -123172,9 +123203,9 @@ paths: application/json: schema: type: array - items: *787 + items: *790 examples: - default: *812 + default: *815 headers: Link: *45 x-github: @@ -123278,7 +123309,7 @@ paths: application/json: schema: *20 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123403,7 +123434,7 @@ paths: - docker - nuget - container - - *795 + - *798 - *136 - *19 - *17 @@ -123416,10 +123447,10 @@ paths: type: array items: *373 examples: - default: *796 + default: *799 '403': *27 '401': *23 - '400': *797 + '400': *800 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123449,7 +123480,7 @@ paths: application/json: schema: *373 examples: - default: *813 + default: *816 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123798,7 +123829,7 @@ paths: type: array items: *394 examples: - default: *814 + default: *817 headers: Link: *45 '304': *35 @@ -123858,7 +123889,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *815 + items: *818 required: - name - data_type @@ -123874,7 +123905,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *816 + iteration_configuration: *819 required: - name - data_type @@ -123896,8 +123927,8 @@ paths: value: name: Due date data_type: date - single_select_field: *817 - iteration_field: *818 + single_select_field: *820 + iteration_field: *821 responses: '201': description: Response @@ -123905,11 +123936,11 @@ paths: application/json: schema: *394 examples: - text_field: *819 - number_field: *820 - date_field: *821 - single_select_field: *822 - iteration_field: *823 + text_field: *822 + number_field: *823 + date_field: *824 + single_select_field: *825 + iteration_field: *826 '304': *35 '403': *27 '401': *23 @@ -123931,7 +123962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *391 - - *824 + - *827 - *136 responses: '200': @@ -123940,7 +123971,7 @@ paths: application/json: schema: *394 examples: - default: *825 + default: *828 headers: Link: *45 '304': *35 @@ -124478,9 +124509,9 @@ paths: application/json: schema: type: array - items: *800 + items: *803 examples: - default: *801 + default: *804 headers: Link: *45 x-github: @@ -124510,9 +124541,9 @@ paths: application/json: schema: type: array - items: *802 + items: *805 examples: - default: *826 + default: *829 headers: Link: *45 x-github: @@ -124537,7 +124568,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *136 - - *827 + - *830 - *108 - *17 - *19 @@ -124549,11 +124580,11 @@ paths: schema: anyOf: - type: array - items: *828 + items: *831 - type: array items: *76 examples: - default-response: *805 + default-response: *808 headers: Link: *45 x-github: @@ -124713,7 +124744,7 @@ webhooks: type: string enum: - disabled - enterprise: &829 + enterprise: &832 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -124782,7 +124813,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &830 + installation: &833 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -124803,7 +124834,7 @@ webhooks: required: - id - node_id - organization: &831 + organization: &834 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -124876,7 +124907,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &832 + repository: &835 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -125789,10 +125820,10 @@ webhooks: type: string enum: - enabled - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -125868,11 +125899,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - rule: &833 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + rule: &836 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) @@ -126095,11 +126126,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - rule: *833 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + rule: *836 sender: *4 required: - action @@ -126287,11 +126318,11 @@ webhooks: - everyone required: - from - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - rule: *833 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + rule: *836 sender: *4 required: - action @@ -126364,7 +126395,7 @@ webhooks: required: true content: application/json: - schema: &853 + schema: &856 title: Exemption request cancellation event type: object properties: @@ -126372,11 +126403,11 @@ webhooks: type: string enum: - cancelled - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: &834 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: &837 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -126650,7 +126681,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &835 + items: &838 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -126762,7 +126793,7 @@ webhooks: required: true content: application/json: - schema: &854 + schema: &857 title: Exemption request completed event type: object properties: @@ -126770,11 +126801,11 @@ webhooks: type: string enum: - completed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 sender: *4 required: - action @@ -126846,7 +126877,7 @@ webhooks: required: true content: application/json: - schema: &851 + schema: &854 title: Exemption request created event type: object properties: @@ -126854,11 +126885,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 sender: *4 required: - action @@ -126930,7 +126961,7 @@ webhooks: required: true content: application/json: - schema: &855 + schema: &858 title: Exemption response dismissed event type: object properties: @@ -126938,12 +126969,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 - exemption_response: *835 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 + exemption_response: *838 sender: *4 required: - action @@ -127017,7 +127048,7 @@ webhooks: required: true content: application/json: - schema: &852 + schema: &855 title: Exemption response submitted event type: object properties: @@ -127025,12 +127056,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 - exemption_response: *835 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 + exemption_response: *838 sender: *4 required: - action @@ -127114,7 +127145,7 @@ webhooks: type: string enum: - completed - check_run: &837 + check_run: &840 title: CheckRun description: A check performed on the code of a given code change type: object @@ -127224,7 +127255,7 @@ webhooks: - examples: - neutral - deployment: *836 + deployment: *839 details_url: type: string examples: @@ -127322,10 +127353,10 @@ webhooks: - output - app - pull_requests - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 sender: *4 required: - check_run @@ -127718,11 +127749,11 @@ webhooks: type: string enum: - created - check_run: *837 - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + check_run: *840 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 sender: *4 required: - check_run @@ -128118,11 +128149,11 @@ webhooks: type: string enum: - requested_action - check_run: *837 - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + check_run: *840 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 requested_action: description: The action requested by the user. type: object @@ -128527,11 +128558,11 @@ webhooks: type: string enum: - rerequested - check_run: *837 - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + check_run: *840 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 sender: *4 required: - check_run @@ -129523,10 +129554,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -130235,10 +130266,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -130941,10 +130972,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -131265,20 +131296,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &838 + commit_oid: &841 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: *829 - installation: *830 - organization: *831 - ref: &839 + enterprise: *832 + installation: *833 + organization: *834 + ref: &842 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: *832 + repository: *835 sender: *4 required: - action @@ -131686,12 +131717,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -131974,12 +132005,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -132325,12 +132356,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -132620,9 +132651,9 @@ webhooks: type: - string - 'null' - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -132630,7 +132661,7 @@ webhooks: type: - string - 'null' - repository: *832 + repository: *835 sender: *4 required: - action @@ -132876,12 +132907,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -133143,10 +133174,10 @@ webhooks: - updated_at - author_association - body - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -133227,18 +133258,18 @@ webhooks: type: - string - 'null' - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *831 - pusher_type: &840 + organization: *834 + pusher_type: &843 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &841 + ref: &844 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -133248,7 +133279,7 @@ webhooks: enum: - tag - branch - repository: *832 + repository: *835 sender: *4 required: - ref @@ -133331,9 +133362,9 @@ webhooks: enum: - created definition: *150 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133418,9 +133449,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133498,9 +133529,9 @@ webhooks: enum: - promote_to_enterprise definition: *150 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133578,9 +133609,9 @@ webhooks: enum: - updated definition: *150 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133657,10 +133688,10 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - repository: *832 - organization: *831 + enterprise: *832 + installation: *833 + repository: *835 + organization: *834 sender: *4 new_property_values: type: array @@ -133745,18 +133776,18 @@ webhooks: title: delete event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - pusher_type: *840 - ref: *841 + enterprise: *832 + installation: *833 + organization: *834 + pusher_type: *843 + ref: *844 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *832 + repository: *835 sender: *4 required: - ref @@ -133840,11 +133871,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -133928,11 +133959,11 @@ webhooks: type: string enum: - auto_reopened - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134016,11 +134047,11 @@ webhooks: type: string enum: - created - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134102,11 +134133,11 @@ webhooks: type: string enum: - dismissed - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134188,11 +134219,11 @@ webhooks: type: string enum: - fixed - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134275,11 +134306,11 @@ webhooks: type: string enum: - reintroduced - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134361,11 +134392,11 @@ webhooks: type: string enum: - reopened - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134442,9 +134473,9 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - key: &842 + enterprise: *832 + installation: *833 + key: &845 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -134482,8 +134513,8 @@ webhooks: - verified - created_at - read_only - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -134560,11 +134591,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - key: *842 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + key: *845 + organization: *834 + repository: *835 sender: *4 required: - action @@ -135136,12 +135167,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: &846 + workflow: &849 title: Workflow type: - object @@ -135879,13 +135910,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *582 + deployment: *585 pull_requests: type: array - items: *675 - repository: *832 - organization: *831 - installation: *830 + items: *678 + repository: *835 + organization: *834 + installation: *833 sender: *4 responses: '200': @@ -135956,7 +135987,7 @@ webhooks: type: string enum: - approved - approver: &843 + approver: &846 type: object properties: avatar_url: @@ -135999,11 +136030,11 @@ webhooks: type: string comment: type: string - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - reviewers: &844 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + reviewers: &847 type: array items: type: object @@ -136084,7 +136115,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &845 + workflow_job_run: &848 type: object properties: conclusion: @@ -136830,18 +136861,18 @@ webhooks: type: string enum: - rejected - approver: *843 + approver: *846 comment: type: string - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - reviewers: *844 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + reviewers: *847 sender: *4 since: type: string - workflow_job_run: *845 + workflow_job_run: *848 workflow_job_runs: type: array items: @@ -137558,13 +137589,13 @@ webhooks: type: string enum: - requested - enterprise: *829 + enterprise: *832 environment: type: string - installation: *830 - organization: *831 - repository: *832 - requestor: &856 + installation: *833 + organization: *834 + repository: *835 + requestor: &859 title: User type: - object @@ -139507,12 +139538,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Deployment Workflow Run type: @@ -140203,7 +140234,7 @@ webhooks: type: string enum: - answered - answer: &849 + answer: &852 type: object properties: author_association: @@ -140363,11 +140394,11 @@ webhooks: - created_at - updated_at - body - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140494,11 +140525,11 @@ webhooks: - from required: - category - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140581,11 +140612,11 @@ webhooks: type: string enum: - closed - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140667,7 +140698,7 @@ webhooks: type: string enum: - created - comment: &848 + comment: &851 type: object properties: author_association: @@ -140827,11 +140858,11 @@ webhooks: - updated_at - body - reactions - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140914,12 +140945,12 @@ webhooks: type: string enum: - deleted - comment: *848 - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + comment: *851 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141014,12 +141045,12 @@ webhooks: - from required: - body - comment: *848 - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + comment: *851 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141103,11 +141134,11 @@ webhooks: type: string enum: - created - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141189,11 +141220,11 @@ webhooks: type: string enum: - deleted - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141293,11 +141324,11 @@ webhooks: type: string required: - from - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141379,10 +141410,10 @@ webhooks: type: string enum: - labeled - discussion: *847 - enterprise: *829 - installation: *830 - label: &850 + discussion: *850 + enterprise: *832 + installation: *833 + label: &853 title: Label type: object properties: @@ -141415,8 +141446,8 @@ webhooks: - color - default - description - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141499,11 +141530,11 @@ webhooks: type: string enum: - locked - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141585,11 +141616,11 @@ webhooks: type: string enum: - pinned - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141671,11 +141702,11 @@ webhooks: type: string enum: - reopened - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141760,16 +141791,16 @@ webhooks: changes: type: object properties: - new_discussion: *847 - new_repository: *832 + new_discussion: *850 + new_repository: *835 required: - new_discussion - new_repository - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141852,10 +141883,10 @@ webhooks: type: string enum: - unanswered - discussion: *847 - old_answer: *849 - organization: *831 - repository: *832 + discussion: *850 + old_answer: *852 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141937,12 +141968,12 @@ webhooks: type: string enum: - unlabeled - discussion: *847 - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -142025,11 +142056,11 @@ webhooks: type: string enum: - unlocked - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -142111,11 +142142,11 @@ webhooks: type: string enum: - unpinned - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -142184,7 +142215,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142247,7 +142278,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142310,7 +142341,7 @@ webhooks: required: true content: application/json: - schema: *853 + schema: *856 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142373,7 +142404,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142436,7 +142467,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142502,7 +142533,7 @@ webhooks: required: true content: application/json: - schema: *853 + schema: *856 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142568,7 +142599,7 @@ webhooks: required: true content: application/json: - schema: *854 + schema: *857 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142634,7 +142665,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142700,7 +142731,7 @@ webhooks: required: true content: application/json: - schema: *855 + schema: *858 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142766,7 +142797,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142831,7 +142862,7 @@ webhooks: required: true content: application/json: - schema: *853 + schema: *856 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142896,7 +142927,7 @@ webhooks: required: true content: application/json: - schema: *854 + schema: *857 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142961,7 +142992,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -143026,7 +143057,7 @@ webhooks: required: true content: application/json: - schema: *855 + schema: *858 responses: '200': description: Return a 200 status to indicate that the data was received @@ -143092,7 +143123,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -143159,7 +143190,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *829 + enterprise: *832 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -143837,9 +143868,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - forkee @@ -143985,9 +144016,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pages: description: The pages that were updated. type: array @@ -144025,7 +144056,7 @@ webhooks: - action - sha - html_url - repository: *832 + repository: *835 sender: *4 required: - pages @@ -144101,10 +144132,10 @@ webhooks: type: string enum: - created - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: &857 + organization: *834 + repositories: &860 description: An array of repository objects that the installation can access. type: array @@ -144130,8 +144161,8 @@ webhooks: - name - full_name - private - repository: *832 - requester: *856 + repository: *835 + requester: *859 sender: *4 required: - action @@ -144206,11 +144237,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -144287,11 +144318,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -144368,10 +144399,10 @@ webhooks: type: string enum: - added - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories_added: &858 + organization: *834 + repositories_added: &861 description: An array of repository objects, which were added to the installation. type: array @@ -144417,15 +144448,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *832 - repository_selection: &859 + repository: *835 + repository_selection: &862 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *856 + requester: *859 sender: *4 required: - action @@ -144504,10 +144535,10 @@ webhooks: type: string enum: - removed - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories_added: *858 + organization: *834 + repositories_added: *861 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -144534,9 +144565,9 @@ webhooks: - name - full_name - private - repository: *832 - repository_selection: *859 - requester: *856 + repository: *835 + repository_selection: *862 + requester: *859 sender: *4 required: - action @@ -144615,11 +144646,11 @@ webhooks: type: string enum: - suspend - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -144802,10 +144833,10 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 target_type: type: string @@ -144884,11 +144915,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -145136,8 +145167,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145954,8 +145985,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146316,8 +146347,8 @@ webhooks: - state - locked - assignee - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -146397,7 +146428,7 @@ webhooks: type: string enum: - deleted - comment: &860 + comment: &863 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -146564,8 +146595,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -147378,8 +147409,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147742,8 +147773,8 @@ webhooks: - state - locked - assignee - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -147823,7 +147854,7 @@ webhooks: type: string enum: - edited - changes: &884 + changes: &887 description: The changes to the comment. type: object properties: @@ -147835,9 +147866,9 @@ webhooks: type: string required: - from - comment: *860 - enterprise: *829 - installation: *830 + comment: *863 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148653,8 +148684,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149015,8 +149046,8 @@ webhooks: - state - locked - assignee - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149106,9 +149137,9 @@ webhooks: type: number blocking_issue: *212 blocking_issue_repo: *76 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149197,9 +149228,9 @@ webhooks: type: number blocking_issue: *212 blocking_issue_repo: *76 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149287,9 +149318,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149378,9 +149409,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149460,10 +149491,10 @@ webhooks: type: string enum: - assigned - assignee: *856 - enterprise: *829 - installation: *830 - issue: &863 + assignee: *859 + enterprise: *832 + installation: *833 + issue: &866 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150275,11 +150306,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150399,8 +150430,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -150480,8 +150511,8 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -151298,11 +151329,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151565,8 +151596,8 @@ webhooks: required: - state - closed_at - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -151645,8 +151676,8 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152454,11 +152485,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152577,8 +152608,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -152657,8 +152688,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153489,11 +153520,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153591,7 +153622,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &861 + milestone: &864 title: Milestone description: A collection of related issues and pull requests. type: object @@ -153734,8 +153765,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -153834,8 +153865,8 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154647,11 +154678,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154771,9 +154802,9 @@ webhooks: - active_lock_reason - body - reactions - label: *850 - organization: *831 - repository: *832 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -154853,8 +154884,8 @@ webhooks: type: string enum: - labeled - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155665,11 +155696,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155789,9 +155820,9 @@ webhooks: - active_lock_reason - body - reactions - label: *850 - organization: *831 - repository: *832 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -155871,8 +155902,8 @@ webhooks: type: string enum: - locked - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156708,11 +156739,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156809,8 +156840,8 @@ webhooks: format: uri user_view_type: type: string - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -156889,8 +156920,8 @@ webhooks: type: string enum: - milestoned - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157720,11 +157751,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157821,9 +157852,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *861 - organization: *831 - repository: *832 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -158715,11 +158746,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159296,8 +159327,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160109,11 +160140,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160232,8 +160263,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -160313,9 +160344,9 @@ webhooks: type: string enum: - pinned - enterprise: *829 - installation: *830 - issue: &862 + enterprise: *832 + installation: *833 + issue: &865 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -161121,11 +161152,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161244,8 +161275,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -161324,8 +161355,8 @@ webhooks: type: string enum: - reopened - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162159,11 +162190,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162261,8 +162292,8 @@ webhooks: user_view_type: type: string type: *358 - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -163151,11 +163182,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163754,11 +163785,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *829 - installation: *830 - issue: *862 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *865 + organization: *834 + repository: *835 sender: *4 required: - action @@ -163838,12 +163869,12 @@ webhooks: type: string enum: - typed - enterprise: *829 - installation: *830 - issue: *863 + enterprise: *832 + installation: *833 + issue: *866 type: *358 - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -163924,7 +163955,7 @@ webhooks: type: string enum: - unassigned - assignee: &887 + assignee: &890 title: User type: - object @@ -163996,11 +164027,11 @@ webhooks: required: - login - id - enterprise: *829 - installation: *830 - issue: *863 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *866 + organization: *834 + repository: *835 sender: *4 required: - action @@ -164079,12 +164110,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *829 - installation: *830 - issue: *863 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *866 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -164164,8 +164195,8 @@ webhooks: type: string enum: - unlocked - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164999,11 +165030,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165100,8 +165131,8 @@ webhooks: format: uri user_view_type: type: string - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165181,11 +165212,11 @@ webhooks: type: string enum: - unpinned - enterprise: *829 - installation: *830 - issue: *862 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *865 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165264,12 +165295,12 @@ webhooks: type: string enum: - untyped - enterprise: *829 - installation: *830 - issue: *863 + enterprise: *832 + installation: *833 + issue: *866 type: *358 - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165349,11 +165380,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165431,11 +165462,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165545,11 +165576,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165631,9 +165662,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: &864 + enterprise: *832 + installation: *833 + marketplace_purchase: &867 title: Marketplace Purchase type: object required: @@ -165721,8 +165752,8 @@ webhooks: type: integer unit_count: type: integer - organization: *831 - previous_marketplace_purchase: &865 + organization: *834 + previous_marketplace_purchase: &868 title: Marketplace Purchase type: object properties: @@ -165806,7 +165837,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *832 + repository: *835 sender: *4 required: - action @@ -165886,10 +165917,10 @@ webhooks: - changed effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: *864 - organization: *831 + enterprise: *832 + installation: *833 + marketplace_purchase: *867 + organization: *834 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165977,7 +166008,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *832 + repository: *835 sender: *4 required: - action @@ -166059,10 +166090,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: *864 - organization: *831 + enterprise: *832 + installation: *833 + marketplace_purchase: *867 + organization: *834 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -166148,7 +166179,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *832 + repository: *835 sender: *4 required: - action @@ -166229,8 +166260,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 marketplace_purchase: title: Marketplace Purchase type: object @@ -166316,9 +166347,9 @@ webhooks: type: integer unit_count: type: integer - organization: *831 - previous_marketplace_purchase: *865 - repository: *832 + organization: *834 + previous_marketplace_purchase: *868 + repository: *835 sender: *4 required: - action @@ -166398,12 +166429,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: *864 - organization: *831 - previous_marketplace_purchase: *865 - repository: *832 + enterprise: *832 + installation: *833 + marketplace_purchase: *867 + organization: *834 + previous_marketplace_purchase: *868 + repository: *835 sender: *4 required: - action @@ -166505,11 +166536,11 @@ webhooks: type: string required: - to - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 sender: *4 required: - action @@ -166611,11 +166642,11 @@ webhooks: type: - string - 'null' - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 sender: *4 required: - action @@ -166694,11 +166725,11 @@ webhooks: type: string enum: - removed - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 sender: *4 required: - action @@ -166776,11 +166807,11 @@ webhooks: type: string enum: - added - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166858,7 +166889,7 @@ webhooks: required: - login - id - team: &866 + team: &869 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -167088,11 +167119,11 @@ webhooks: type: string enum: - removed - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 scope: description: The scope of the membership. Currently, can only be `team`. @@ -167171,7 +167202,7 @@ webhooks: required: - login - id - team: *866 + team: *869 required: - action - scope @@ -167253,8 +167284,8 @@ webhooks: type: string enum: - checks_requested - installation: *830 - merge_group: &867 + installation: *833 + merge_group: &870 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -167280,8 +167311,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167367,10 +167398,10 @@ webhooks: - merged - invalidated - dequeued - installation: *830 - merge_group: *867 - organization: *831 - repository: *832 + installation: *833 + merge_group: *870 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167443,7 +167474,7 @@ webhooks: type: string enum: - deleted - enterprise: *829 + enterprise: *832 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -167552,12 +167583,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *830 - organization: *831 + installation: *833 + organization: *834 repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -167637,11 +167668,11 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 - milestone: *861 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167720,9 +167751,9 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - milestone: &868 + enterprise: *832 + installation: *833 + milestone: &871 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167864,8 +167895,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167944,11 +167975,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - milestone: *861 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168058,11 +168089,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - milestone: *861 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168142,11 +168173,11 @@ webhooks: type: string enum: - opened - enterprise: *829 - installation: *830 - milestone: *868 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *871 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168225,11 +168256,11 @@ webhooks: type: string enum: - blocked - blocked_user: *856 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + blocked_user: *859 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168308,11 +168339,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *856 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + blocked_user: *859 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168388,7 +168419,7 @@ webhooks: enum: - created definition: *144 - enterprise: *829 + enterprise: *832 sender: *4 required: - action @@ -168468,8 +168499,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 sender: *4 required: - action @@ -168542,8 +168573,8 @@ webhooks: enum: - updated definition: *144 - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 sender: *4 required: - action @@ -168615,9 +168646,9 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 new_property_values: type: array @@ -168705,9 +168736,9 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - membership: &869 + enterprise: *832 + installation: *833 + membership: &872 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168817,8 +168848,8 @@ webhooks: - role - organization_url - user - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168896,11 +168927,11 @@ webhooks: type: string enum: - member_added - enterprise: *829 - installation: *830 - membership: *869 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + membership: *872 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168979,8 +169010,8 @@ webhooks: type: string enum: - member_invited - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -169102,10 +169133,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 - user: *856 + user: *859 required: - action - invitation @@ -169183,11 +169214,11 @@ webhooks: type: string enum: - member_removed - enterprise: *829 - installation: *830 - membership: *869 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + membership: *872 + organization: *834 + repository: *835 sender: *4 required: - action @@ -169274,11 +169305,11 @@ webhooks: properties: from: type: string - enterprise: *829 - installation: *830 - membership: *869 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + membership: *872 + organization: *834 + repository: *835 sender: *4 required: - action @@ -169354,9 +169385,9 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 package: description: Information about the package. type: object @@ -169879,7 +169910,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &870 + items: &873 title: Ruby Gems metadata type: object properties: @@ -169976,7 +170007,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -170052,9 +170083,9 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 package: description: Information about the package. type: object @@ -170416,7 +170447,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *870 + items: *873 source_url: type: string format: uri @@ -170487,7 +170518,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -170668,12 +170699,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *829 + enterprise: *832 id: type: integer - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - id @@ -170750,7 +170781,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &871 + personal_access_token_request: &874 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170900,10 +170931,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *829 - organization: *831 + enterprise: *832 + organization: *834 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -170980,11 +171011,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *871 - enterprise: *829 - organization: *831 + personal_access_token_request: *874 + enterprise: *832 + organization: *834 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -171060,11 +171091,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *871 - enterprise: *829 - organization: *831 + personal_access_token_request: *874 + enterprise: *832 + organization: *834 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -171139,11 +171170,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *871 - organization: *831 - enterprise: *829 + personal_access_token_request: *874 + organization: *834 + enterprise: *832 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -171248,7 +171279,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *872 + last_response: *875 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -171280,8 +171311,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 zen: description: Random string of GitHub zen. @@ -171526,10 +171557,10 @@ webhooks: - from required: - note - enterprise: *829 - installation: *830 - organization: *831 - project_card: &873 + enterprise: *832 + installation: *833 + organization: *834 + project_card: &876 title: Project Card type: object properties: @@ -171652,7 +171683,7 @@ webhooks: - creator - created_at - updated_at - repository: *832 + repository: *835 sender: *4 required: - action @@ -171733,11 +171764,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - project_card: *873 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_card: *876 + repository: *835 sender: *4 required: - action @@ -171817,9 +171848,9 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 project_card: title: Project Card type: object @@ -171949,7 +171980,7 @@ webhooks: repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -172043,11 +172074,11 @@ webhooks: - from required: - note - enterprise: *829 - installation: *830 - organization: *831 - project_card: *873 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_card: *876 + repository: *835 sender: *4 required: - action @@ -172141,9 +172172,9 @@ webhooks: - from required: - column_id - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 project_card: allOf: - title: Project Card @@ -172340,7 +172371,7 @@ webhooks: type: string required: - after_id - repository: *832 + repository: *835 sender: *4 required: - action @@ -172420,10 +172451,10 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 - organization: *831 - project: &875 + enterprise: *832 + installation: *833 + organization: *834 + project: &878 title: Project type: object properties: @@ -172550,7 +172581,7 @@ webhooks: - creator - created_at - updated_at - repository: *832 + repository: *835 sender: *4 required: - action @@ -172630,10 +172661,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - project_column: &874 + enterprise: *832 + installation: *833 + organization: *834 + project_column: &877 title: Project Column type: object properties: @@ -172673,7 +172704,7 @@ webhooks: - name - created_at - updated_at - repository: *832 + repository: *835 sender: *4 required: - action @@ -172752,14 +172783,14 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - project_column: *874 + enterprise: *832 + installation: *833 + organization: *834 + project_column: *877 repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -172848,11 +172879,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - project_column: *874 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_column: *877 + repository: *835 sender: *4 required: - action @@ -172932,11 +172963,11 @@ webhooks: type: string enum: - moved - enterprise: *829 - installation: *830 - organization: *831 - project_column: *874 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_column: *877 + repository: *835 sender: *4 required: - action @@ -173016,11 +173047,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - project: *875 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 + repository: *835 sender: *4 required: - action @@ -173100,14 +173131,14 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - project: *875 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -173208,11 +173239,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - project: *875 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 + repository: *835 sender: *4 required: - action @@ -173291,11 +173322,11 @@ webhooks: type: string enum: - reopened - enterprise: *829 - installation: *830 - organization: *831 - project: *875 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 + repository: *835 sender: *4 required: - action @@ -173376,8 +173407,8 @@ webhooks: type: string enum: - closed - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173459,8 +173490,8 @@ webhooks: type: string enum: - created - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173542,8 +173573,8 @@ webhooks: type: string enum: - deleted - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173665,8 +173696,8 @@ webhooks: type: string to: type: string - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173750,7 +173781,7 @@ webhooks: type: string enum: - archived - changes: &879 + changes: &882 type: object properties: archived_at: @@ -173766,9 +173797,9 @@ webhooks: - string - 'null' format: date-time - installation: *830 - organization: *831 - projects_v2_item: &876 + installation: *833 + organization: *834 + projects_v2_item: &879 title: Projects v2 Item description: An item belonging to a project type: object @@ -173908,9 +173939,9 @@ webhooks: - 'null' to: type: string - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -173992,9 +174023,9 @@ webhooks: type: string enum: - created - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174075,9 +174106,9 @@ webhooks: type: string enum: - deleted - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174182,7 +174213,7 @@ webhooks: oneOf: - type: string - type: integer - - &877 + - &880 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -174206,7 +174237,7 @@ webhooks: required: - id - name - - &878 + - &881 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -174246,8 +174277,8 @@ webhooks: oneOf: - type: string - type: integer - - *877 - - *878 + - *880 + - *881 type: - 'null' - string @@ -174270,9 +174301,9 @@ webhooks: - 'null' required: - body - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174369,9 +174400,9 @@ webhooks: type: - string - 'null' - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174454,10 +174485,10 @@ webhooks: type: string enum: - restored - changes: *879 - installation: *830 - organization: *831 - projects_v2_item: *876 + changes: *882 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174539,8 +174570,8 @@ webhooks: type: string enum: - reopened - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -174622,9 +174653,9 @@ webhooks: type: string enum: - created - installation: *830 - organization: *831 - projects_v2_status_update: *880 + installation: *833 + organization: *834 + projects_v2_status_update: *883 sender: *4 required: - action @@ -174705,9 +174736,9 @@ webhooks: type: string enum: - deleted - installation: *830 - organization: *831 - projects_v2_status_update: *880 + installation: *833 + organization: *834 + projects_v2_status_update: *883 sender: *4 required: - action @@ -174853,9 +174884,9 @@ webhooks: - string - 'null' format: date - installation: *830 - organization: *831 - projects_v2_status_update: *880 + installation: *833 + organization: *834 + projects_v2_status_update: *883 sender: *4 required: - action @@ -174926,10 +174957,10 @@ webhooks: title: public event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - repository @@ -175006,13 +175037,13 @@ webhooks: type: string enum: - assigned - assignee: *856 - enterprise: *829 - installation: *830 - number: &881 + assignee: *859 + enterprise: *832 + installation: *833 + number: &884 description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -177361,7 +177392,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -177443,11 +177474,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -179789,7 +179820,7 @@ webhooks: - draft reason: type: string - repository: *832 + repository: *835 sender: *4 required: - action @@ -179871,11 +179902,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -182217,7 +182248,7 @@ webhooks: - draft reason: type: string - repository: *832 + repository: *835 sender: *4 required: - action @@ -182299,13 +182330,13 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: &882 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: &885 allOf: - - *675 + - *678 - type: object properties: allow_auto_merge: @@ -182367,7 +182398,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *832 + repository: *835 sender: *4 required: - action @@ -182448,12 +182479,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -182533,11 +182564,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *829 + enterprise: *832 milestone: *392 - number: *881 - organization: *831 - pull_request: &883 + number: *884 + organization: *834 + pull_request: &886 title: Pull Request type: object properties: @@ -184864,7 +184895,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -184943,11 +184974,11 @@ webhooks: type: string enum: - dequeued - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -187293,7 +187324,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *832 + repository: *835 sender: *4 required: - action @@ -187417,12 +187448,12 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -187502,11 +187533,11 @@ webhooks: type: string enum: - enqueued - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -189837,7 +189868,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -189917,11 +189948,11 @@ webhooks: type: string enum: - labeled - enterprise: *829 - installation: *830 - label: *850 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + label: *853 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -192269,7 +192300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -192350,10 +192381,10 @@ webhooks: type: string enum: - locked - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -194699,7 +194730,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -194779,12 +194810,12 @@ webhooks: type: string enum: - milestoned - enterprise: *829 + enterprise: *832 milestone: *392 - number: *881 - organization: *831 - pull_request: *883 - repository: *832 + number: *884 + organization: *834 + pull_request: *886 + repository: *835 sender: *4 required: - action @@ -194863,12 +194894,12 @@ webhooks: type: string enum: - opened - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -194949,12 +194980,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -195034,12 +195065,12 @@ webhooks: type: string enum: - reopened - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -195414,9 +195445,9 @@ webhooks: - start_side - side - reactions - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: type: object properties: @@ -197646,7 +197677,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *832 + repository: *835 sender: *4 required: - action @@ -197726,7 +197757,7 @@ webhooks: type: string enum: - deleted - comment: &885 + comment: &888 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. @@ -198019,9 +198050,9 @@ webhooks: - start_side - side - reactions - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: type: object properties: @@ -200239,7 +200270,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *832 + repository: *835 sender: *4 required: - action @@ -200319,11 +200350,11 @@ webhooks: type: string enum: - edited - changes: *884 - comment: *885 - enterprise: *829 - installation: *830 - organization: *831 + changes: *887 + comment: *888 + enterprise: *832 + installation: *833 + organization: *834 pull_request: type: object properties: @@ -202544,7 +202575,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *832 + repository: *835 sender: *4 required: - action @@ -202625,9 +202656,9 @@ webhooks: type: string enum: - dismissed - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -204860,7 +204891,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 + repository: *835 review: description: The review that was affected. type: object @@ -205111,9 +205142,9 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -207227,8 +207258,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 - review: &886 + repository: *835 + review: &889 description: The review that was affected. type: object properties: @@ -207466,12 +207497,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -209818,7 +209849,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_reviewer: title: User type: @@ -209904,12 +209935,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -212263,7 +212294,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212458,12 +212489,12 @@ webhooks: type: string enum: - review_requested - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -214812,7 +214843,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_reviewer: title: User type: @@ -214899,12 +214930,12 @@ webhooks: type: string enum: - review_requested - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -217244,7 +217275,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_team: title: Team description: Groups of organization members that gives permissions @@ -217428,9 +217459,9 @@ webhooks: type: string enum: - submitted - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -219666,8 +219697,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 - review: *886 + repository: *835 + review: *889 sender: *4 required: - action @@ -219747,9 +219778,9 @@ webhooks: type: string enum: - resolved - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -221880,7 +221911,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 + repository: *835 sender: *4 thread: type: object @@ -222277,9 +222308,9 @@ webhooks: type: string enum: - unresolved - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -224393,7 +224424,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 + repository: *835 sender: *4 thread: type: object @@ -224792,10 +224823,10 @@ webhooks: type: string before: type: string - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -227130,7 +227161,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -227212,11 +227243,11 @@ webhooks: type: string enum: - unassigned - assignee: *887 - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + assignee: *890 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -229566,7 +229597,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -229645,11 +229676,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *829 - installation: *830 - label: *850 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + label: *853 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -231988,7 +232019,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -232069,10 +232100,10 @@ webhooks: type: string enum: - unlocked - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -234401,7 +234432,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -234604,7 +234635,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *829 + enterprise: *832 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -234699,8 +234730,8 @@ webhooks: - url - author - committer - installation: *830 - organization: *831 + installation: *833 + organization: *834 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -235288,9 +235319,9 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 registry_package: type: object properties: @@ -235767,7 +235798,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *870 + items: *873 summary: type: string tag_name: @@ -235823,7 +235854,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -235901,9 +235932,9 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 registry_package: type: object properties: @@ -236215,7 +236246,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *870 + items: *873 summary: type: string tag_name: @@ -236265,7 +236296,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -236342,10 +236373,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - release: &888 + enterprise: *832 + installation: *833 + organization: *834 + release: &891 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -236676,7 +236707,7 @@ webhooks: - updated_at - zipball_url - body - repository: *832 + repository: *835 sender: *4 required: - action @@ -236753,11 +236784,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - release: *888 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *891 + repository: *835 sender: *4 required: - action @@ -236874,11 +236905,11 @@ webhooks: type: boolean required: - to - enterprise: *829 - installation: *830 - organization: *831 - release: *888 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *891 + repository: *835 sender: *4 required: - action @@ -236956,9 +236987,9 @@ webhooks: type: string enum: - prereleased - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -237294,7 +237325,7 @@ webhooks: - string - 'null' format: uri - repository: *832 + repository: *835 sender: *4 required: - action @@ -237370,10 +237401,10 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 - release: &889 + enterprise: *832 + installation: *833 + organization: *834 + release: &892 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -237706,7 +237737,7 @@ webhooks: - string - 'null' format: uri - repository: *832 + repository: *835 sender: *4 required: - action @@ -237782,11 +237813,11 @@ webhooks: type: string enum: - released - enterprise: *829 - installation: *830 - organization: *831 - release: *888 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *891 + repository: *835 sender: *4 required: - action @@ -237862,11 +237893,11 @@ webhooks: type: string enum: - unpublished - enterprise: *829 - installation: *830 - organization: *831 - release: *889 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *892 + repository: *835 sender: *4 required: - action @@ -237942,11 +237973,11 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - repository_advisory: *727 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + repository_advisory: *730 sender: *4 required: - action @@ -238022,11 +238053,11 @@ webhooks: type: string enum: - reported - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - repository_advisory: *727 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + repository_advisory: *730 sender: *4 required: - action @@ -238102,10 +238133,10 @@ webhooks: type: string enum: - archived - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238182,10 +238213,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238263,10 +238294,10 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238351,10 +238382,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238469,10 +238500,10 @@ webhooks: - 'null' items: type: string - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238544,10 +238575,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 status: type: string @@ -238628,10 +238659,10 @@ webhooks: type: string enum: - privatized - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238708,10 +238739,10 @@ webhooks: type: string enum: - publicized - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238805,10 +238836,10 @@ webhooks: - name required: - repository - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238888,10 +238919,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 repository_ruleset: *184 sender: *4 required: @@ -238970,10 +239001,10 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 repository_ruleset: *184 sender: *4 required: @@ -239052,10 +239083,10 @@ webhooks: type: string enum: - edited - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 repository_ruleset: *184 changes: type: object @@ -239117,16 +239148,16 @@ webhooks: properties: added: type: array - items: *695 + items: *698 deleted: type: array - items: *695 + items: *698 updated: type: array items: type: object properties: - rule: *695 + rule: *698 changes: type: object properties: @@ -239363,10 +239394,10 @@ webhooks: - from required: - owner - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239444,10 +239475,10 @@ webhooks: type: string enum: - unarchived - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239525,7 +239556,7 @@ webhooks: type: string enum: - create - alert: &890 + alert: &893 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -239649,10 +239680,10 @@ webhooks: type: string enum: - open - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239862,10 +239893,10 @@ webhooks: type: string enum: - dismissed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239943,11 +239974,11 @@ webhooks: type: string enum: - reopen - alert: *890 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *893 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240149,10 +240180,10 @@ webhooks: enum: - fixed - open - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240230,7 +240261,7 @@ webhooks: type: string enum: - assigned - alert: &891 + alert: &894 type: object properties: number: *123 @@ -240345,10 +240376,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240426,11 +240457,11 @@ webhooks: type: string enum: - created - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240511,11 +240542,11 @@ webhooks: type: string enum: - created - alert: *891 - installation: *830 - location: *892 - organization: *831 - repository: *832 + alert: *894 + installation: *833 + location: *895 + organization: *834 + repository: *835 sender: *4 required: - location @@ -240753,11 +240784,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240835,11 +240866,11 @@ webhooks: type: string enum: - reopened - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240917,11 +240948,11 @@ webhooks: type: string enum: - resolved - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240999,12 +241030,12 @@ webhooks: type: string enum: - unassigned - alert: *891 + alert: *894 assignee: *4 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -241082,11 +241113,11 @@ webhooks: type: string enum: - validated - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -241216,10 +241247,10 @@ webhooks: - organization - enterprise - - repository: *832 - enterprise: *829 - installation: *830 - organization: *831 + repository: *835 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -241297,11 +241328,11 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - security_advisory: &893 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + security_advisory: &896 description: The details of the security advisory, including summary, description, and severity. type: object @@ -241487,11 +241518,11 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - security_advisory: *893 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + security_advisory: *896 sender: *4 required: - action @@ -241564,10 +241595,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -241754,9 +241785,9 @@ webhooks: type: object properties: security_and_analysis: *402 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: *453 sender: *4 required: @@ -241835,12 +241866,12 @@ webhooks: type: string enum: - cancelled - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: &894 + sponsorship: &897 type: object properties: created_at: @@ -242145,12 +242176,12 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - sponsorship @@ -242238,12 +242269,12 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - changes @@ -242320,17 +242351,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &895 + effective_date: &898 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: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - sponsorship @@ -242404,7 +242435,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &896 + changes: &899 type: object properties: tier: @@ -242448,13 +242479,13 @@ webhooks: - from required: - tier - effective_date: *895 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + effective_date: *898 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - changes @@ -242531,13 +242562,13 @@ webhooks: type: string enum: - tier_changed - changes: *896 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + changes: *899 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - changes @@ -242611,10 +242642,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242698,10 +242729,10 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -243135,15 +243166,15 @@ webhooks: type: - string - 'null' - enterprise: *829 + enterprise: *832 id: description: The unique identifier of the status. type: integer - installation: *830 + installation: *833 name: type: string - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 sha: description: The Commit SHA. @@ -243259,9 +243290,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243351,9 +243382,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243443,9 +243474,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243535,9 +243566,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243614,12 +243645,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - team: &897 + team: &900 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -243849,9 +243880,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -244321,7 +244352,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -244397,9 +244428,9 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -244869,7 +244900,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -244946,9 +244977,9 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -245418,7 +245449,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -245562,9 +245593,9 @@ webhooks: - from required: - permissions - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -246034,7 +246065,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - changes @@ -246112,9 +246143,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -246584,7 +246615,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -246660,10 +246691,10 @@ webhooks: type: string enum: - started - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -246736,17 +246767,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *829 + enterprise: *832 inputs: type: - object - 'null' additionalProperties: true - installation: *830 - organization: *831 + installation: *833 + organization: *834 ref: type: string - repository: *832 + repository: *835 sender: *4 workflow: type: string @@ -246828,10 +246859,10 @@ webhooks: type: string enum: - completed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: allOf: @@ -247087,7 +247118,7 @@ webhooks: type: string required: - conclusion - deployment: *582 + deployment: *585 required: - action - repository @@ -247166,10 +247197,10 @@ webhooks: type: string enum: - in_progress - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: allOf: @@ -247451,7 +247482,7 @@ webhooks: required: - status - steps - deployment: *582 + deployment: *585 required: - action - repository @@ -247530,10 +247561,10 @@ webhooks: type: string enum: - queued - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: type: object @@ -247679,7 +247710,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *582 + deployment: *585 required: - action - repository @@ -247758,10 +247789,10 @@ webhooks: type: string enum: - waiting - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: type: object @@ -247908,7 +247939,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *582 + deployment: *585 required: - action - repository @@ -247988,12 +248019,12 @@ webhooks: type: string enum: - completed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Workflow Run type: object @@ -249012,12 +249043,12 @@ webhooks: type: string enum: - in_progress - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Workflow Run type: object @@ -250021,12 +250052,12 @@ webhooks: type: string enum: - requested - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 09f9749b2..84e81d2d8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -380058,10 +380058,9 @@ "string", "null" ], - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "enum": [ "open", - "dismissed", "fixed", null ] diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 0569e1105..4affed69b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -1079,7 +1079,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: - - &729 + - &732 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1808,7 +1808,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &739 + schema: &742 title: Scim Error description: Scim Error type: object @@ -9260,7 +9260,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &740 + '401': &743 description: Authorization failure '404': *6 x-github: @@ -13664,13 +13664,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: &537 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: &537 + category: &538 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13684,7 +13684,7 @@ paths: properties: text: type: string - location: + location: &539 type: object description: Describe a region within a file for the alert. properties: @@ -13705,7 +13705,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: &540 type: - string - 'null' @@ -17468,7 +17468,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 - - &572 + - &575 name: has in: query description: |- @@ -17585,7 +17585,7 @@ paths: - direct - transitive - - security_advisory: &573 + security_advisory: &576 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17821,7 +17821,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: &574 + auto_dismissed_at: &577 type: - string - 'null' @@ -17829,7 +17829,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &575 + dismissal_request: &578 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21369,7 +21369,7 @@ paths: - object rules: type: array - items: &695 + items: &698 title: Repository Rule type: object description: A repository rule. @@ -21378,7 +21378,7 @@ paths: - *164 - *165 - *166 - - &693 + - &696 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21938,14 +21938,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &707 + state: &710 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: &708 + resolution: &711 type: - string - 'null' @@ -22052,14 +22052,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &709 + - &712 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &711 + - &714 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -22116,7 +22116,7 @@ paths: - blob_url - commit_sha - commit_url - - &712 + - &715 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. @@ -22177,7 +22177,7 @@ paths: - page_url - commit_sha - commit_url - - &713 + - &716 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -22192,7 +22192,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &714 + - &717 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -22207,7 +22207,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &715 + - &718 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -22222,7 +22222,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &716 + - &719 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -22237,7 +22237,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &717 + - &720 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -22252,7 +22252,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &718 + - &721 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -22267,7 +22267,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &719 + - &722 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. @@ -22282,7 +22282,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &720 + - &723 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. @@ -22297,7 +22297,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &721 + - &724 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. @@ -22312,7 +22312,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &722 + - &725 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. @@ -22327,7 +22327,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &723 + - &726 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 @@ -25669,7 +25669,7 @@ paths: properties: action: type: string - discussion: &847 + discussion: &850 title: Discussion description: A Discussion in a repository. type: object @@ -26455,7 +26455,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &767 + sub_issues_summary: &770 title: Sub-issues Summary type: object properties: @@ -26476,7 +26476,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &768 + issue_dependencies_summary: &771 title: Issue Dependencies Summary type: object properties: @@ -26495,7 +26495,7 @@ paths: - total_blocking issue_field_values: type: array - items: &769 + items: &772 title: Issue Field Value description: A value assigned to an issue field type: object @@ -26608,7 +26608,7 @@ paths: action: type: string issue: *212 - comment: &632 + comment: &635 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -27331,7 +27331,7 @@ paths: type: string release: allOf: - - &686 + - &689 title: Release description: A release. type: object @@ -27413,7 +27413,7 @@ paths: author: *4 assets: type: array - items: &687 + items: &690 title: Release Asset description: Data related to a release. type: object @@ -28004,7 +28004,7 @@ paths: url: type: string format: uri - user: &779 + user: &782 title: Public User description: Public User type: object @@ -31452,7 +31452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &660 + - &663 name: all description: If `true`, show notifications marked as read. in: query @@ -31460,7 +31460,7 @@ paths: schema: type: boolean default: false - - &661 + - &664 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -31470,7 +31470,7 @@ paths: type: boolean default: false - *218 - - &662 + - &665 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: @@ -32014,7 +32014,7 @@ paths: - url - subscription_url examples: - default: &663 + default: &666 value: - id: '1' repository: @@ -33143,7 +33143,7 @@ paths: type: array items: *149 examples: - default: &669 + default: &672 value: - property_name: environment value: production @@ -33193,7 +33193,7 @@ paths: required: - properties examples: - default: &670 + default: &673 value: properties: - property_name: environment @@ -36207,7 +36207,7 @@ paths: type: array items: *272 examples: - default: &782 + default: &785 value: total_count: 1 repositories: @@ -38922,12 +38922,12 @@ paths: required: - subject_digests examples: - default: &809 + default: &812 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &810 + withPredicateType: &813 value: subject_digests: - sha256:abc123 @@ -38986,7 +38986,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &811 + default: &814 value: attestations_subject_digests: - sha256:abc: @@ -41308,7 +41308,7 @@ paths: machine: anyOf: - type: 'null' - - &549 + - &552 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -42260,7 +42260,7 @@ paths: - updated_at - visibility examples: - default: &550 + default: &553 value: total_count: 2 secrets: @@ -42298,7 +42298,7 @@ paths: description: Response content: application/json: - schema: &551 + schema: &554 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -42333,7 +42333,7 @@ paths: - key_id - key examples: - default: &552 + default: &555 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42365,7 +42365,7 @@ paths: application/json: schema: *316 examples: - default: &554 + default: &557 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -44094,7 +44094,7 @@ paths: description: Response content: application/json: - schema: &578 + schema: &581 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -44113,7 +44113,7 @@ paths: - key_id - key examples: - default: &579 + default: &582 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -44443,7 +44443,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - &587 + - &590 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -44451,7 +44451,7 @@ paths: required: false schema: type: string - - &588 + - &591 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -44459,7 +44459,7 @@ paths: required: false schema: type: string - - &589 + - &592 name: time_period description: |- The time period to filter by. @@ -44475,7 +44475,7 @@ paths: - week - month default: month - - &590 + - &593 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -44500,7 +44500,7 @@ paths: application/json: schema: type: array - items: &591 + items: &594 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -44663,7 +44663,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &592 + default: &595 value: - id: 21 number: 42 @@ -44781,7 +44781,7 @@ paths: application/json: schema: type: array - items: &593 + items: &596 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -44904,7 +44904,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &594 + default: &597 value: - id: 21 number: 42 @@ -45006,7 +45006,7 @@ paths: application/json: schema: type: array - items: &595 + items: &598 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -45133,7 +45133,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &596 + default: &599 value: - id: 21 number: 42 @@ -46993,7 +46993,7 @@ paths: application/json: schema: *20 examples: - default: &627 + default: &630 value: id: 1 account: @@ -47221,7 +47221,7 @@ paths: required: true content: application/json: - schema: &628 + schema: &631 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -48089,7 +48089,7 @@ paths: application/json: schema: *363 examples: - default: &548 + default: &551 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -49347,7 +49347,7 @@ paths: parameters: - *85 - *369 - - &794 + - &797 name: repo_name description: repo_name parameter in: path @@ -50693,7 +50693,7 @@ paths: - nuget - container - *85 - - &795 + - &798 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -50734,7 +50734,7 @@ paths: default: *374 '403': *27 '401': *23 - '400': &797 + '400': &800 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -52560,7 +52560,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &880 + - &883 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -52834,7 +52834,7 @@ paths: content: oneOf: - *212 - - &561 + - &564 title: Pull Request Simple description: Pull Request Simple type: object @@ -53079,7 +53079,7 @@ paths: - review_comment - self author_association: *213 - auto_merge: &672 + auto_merge: &675 title: Auto merge description: The status of auto merging a pull request. type: @@ -53461,7 +53461,7 @@ paths: - updated_at - project_url examples: - default: &814 + default: &817 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -53638,7 +53638,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &815 + items: &818 type: object properties: name: @@ -53674,7 +53674,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &816 + iteration_configuration: &819 type: object description: The configuration for iteration fields. properties: @@ -53723,7 +53723,7 @@ paths: value: name: Due date data_type: date - single_select_field: &817 + single_select_field: &820 summary: Create a single select field value: name: Priority @@ -53750,7 +53750,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &818 + iteration_field: &821 summary: Create an iteration field value: name: Sprint @@ -53776,7 +53776,7 @@ paths: application/json: schema: *394 examples: - text_field: &819 + text_field: &822 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -53785,7 +53785,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: &820 + number_field: &823 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -53794,7 +53794,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: &821 + date_field: &824 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -53803,7 +53803,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: &822 + single_select_field: &825 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -53837,7 +53837,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &823 + iteration_field: &826 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -53883,7 +53883,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *391 - - &824 + - &827 name: field_id description: The unique identifier of the field. in: path @@ -53898,7 +53898,7 @@ paths: application/json: schema: *394 examples: - default: &825 + default: &828 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -56165,7 +56165,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &566 + code_of_conduct: &569 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -56832,7 +56832,7 @@ paths: - *85 - *17 - *19 - - &694 + - &697 name: targets description: | A comma-separated list of rule targets to filter by. @@ -57048,7 +57048,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *85 - - &696 + - &699 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 @@ -57060,14 +57060,14 @@ paths: x-multi-segment: true - *298 - *103 - - &697 + - &700 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 - - &698 + - &701 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -57087,7 +57087,7 @@ paths: description: Response content: application/json: - schema: &699 + schema: &702 title: Rule Suites description: Response type: array @@ -57143,7 +57143,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &700 + default: &703 value: - id: 21 actor_id: 12 @@ -57187,7 +57187,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *85 - - &701 + - &704 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -57203,7 +57203,7 @@ paths: description: Response content: application/json: - schema: &702 + schema: &705 title: Rule Suite description: Response type: object @@ -57310,7 +57310,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &703 + default: &706 value: id: 21 actor_id: 12 @@ -57642,7 +57642,7 @@ paths: - *108 - *19 - *17 - - &705 + - &708 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 @@ -57652,7 +57652,7 @@ paths: required: false schema: type: string - - &706 + - &709 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 @@ -57865,7 +57865,7 @@ paths: application/json: schema: type: array - items: &727 + items: &730 description: A repository security advisory. type: object properties: @@ -58184,7 +58184,7 @@ paths: - private_fork additionalProperties: false examples: - default: &728 + default: &731 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -60208,7 +60208,7 @@ paths: - updated_at - url examples: - default: &771 + default: &774 value: - author: login: octocat @@ -60456,7 +60456,7 @@ paths: application/json: schema: *433 examples: - default: &772 + default: &775 value: author: login: octocat @@ -60647,7 +60647,7 @@ paths: - updated_at - url examples: - default: &773 + default: &776 value: - author: login: octocat @@ -60873,7 +60873,7 @@ paths: application/json: schema: *436 examples: - default: &774 + default: &777 value: author: login: octocat @@ -61589,7 +61589,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &775 + response-if-user-is-a-team-maintainer: &778 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -61654,7 +61654,7 @@ paths: application/json: schema: *447 examples: - response-if-users-membership-with-team-is-now-pending: &776 + response-if-users-membership-with-team-is-now-pending: &779 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -61768,7 +61768,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &777 + schema: &780 title: Team Repository description: A team's access to a repository. type: object @@ -62606,7 +62606,7 @@ paths: type: array items: *301 examples: - response-if-child-teams-exist: &778 + response-if-child-teams-exist: &781 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -64041,7 +64041,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': &631 + '410': &634 description: Gone content: application/json: @@ -67781,7 +67781,7 @@ paths: items: type: object properties: - type: &597 + type: &600 type: string description: The type of reviewer. enum: @@ -67919,7 +67919,7 @@ paths: application/json: schema: type: array - items: &582 + items: &585 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -68031,7 +68031,7 @@ paths: - created_at - updated_at examples: - default: &583 + default: &586 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -68417,7 +68417,7 @@ paths: application/json: schema: *479 examples: - default: &610 + default: &613 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -68636,7 +68636,7 @@ paths: application/json: schema: *483 examples: - default: &611 + default: &614 value: name: USERNAME value: octocat @@ -70386,7 +70386,7 @@ paths: properties: name: type: string - commit: &557 + commit: &560 title: Commit description: Commit type: object @@ -70471,7 +70471,7 @@ paths: required: - sha - url - verification: &617 + verification: &620 title: Verification type: object properties: @@ -70551,7 +70551,7 @@ paths: type: integer files: type: array - items: &568 + items: &571 title: Diff Entry description: Diff Entry type: object @@ -74036,7 +74036,7 @@ paths: check. type: array items: *216 - deployment: &836 + deployment: &839 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75674,14 +75674,14 @@ paths: - *448 - *449 - *518 - - &563 + - &566 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &564 + - &567 name: status description: Returns check runs with the specified `status`. in: query @@ -75722,7 +75722,7 @@ paths: type: array items: *512 examples: - default: &565 + default: &568 value: total_count: 1 check_runs: @@ -76653,7 +76653,38 @@ paths: application/json: schema: type: array - items: *526 + items: + type: object + properties: + ref: *519 + analysis_key: *536 + environment: *537 + category: *538 + state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + enum: + - open + - fixed + - + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *539 + 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: *540 examples: default: value: @@ -76744,7 +76775,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &538 + schema: &541 type: string description: An identifier for the upload. examples: @@ -76766,11 +76797,11 @@ paths: application/json: schema: type: array - items: &539 + items: &542 type: object properties: ref: *519 - commit_sha: &547 + commit_sha: &550 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -76782,7 +76813,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *537 + category: *538 error: type: string examples: @@ -76807,7 +76838,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *538 + sarif_id: *541 tool: *525 deletable: type: boolean @@ -76920,7 +76951,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *542 examples: response: summary: application/json response @@ -77149,7 +77180,7 @@ paths: application/json: schema: type: array - items: &540 + items: &543 title: CodeQL Database description: A CodeQL database. type: object @@ -77303,7 +77334,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *543 examples: default: value: @@ -77335,7 +77366,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': &570 + '302': &573 description: Found '403': *527 '404': *6 @@ -77408,7 +77439,7 @@ paths: type: object additionalProperties: false properties: - language: &541 + language: &544 type: string description: The language targeted by the CodeQL query enum: @@ -77488,7 +77519,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &545 + schema: &548 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -77498,7 +77529,7 @@ paths: description: The ID of the variant analysis. controller_repo: *117 actor: *4 - query_language: *541 + query_language: *544 query_pack_url: type: string description: The download url for the query pack. @@ -77546,7 +77577,7 @@ paths: items: type: object properties: - repository: &542 + repository: &545 title: Repository Identifier description: Repository Identifier type: object @@ -77588,7 +77619,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &546 + analysis_status: &549 type: string description: The new status of the CodeQL variant analysis repository task. @@ -77620,7 +77651,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &543 + access_mismatch_repos: &546 type: object properties: repository_count: @@ -77635,7 +77666,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: *542 + items: *545 required: - repository_count - repositories @@ -77658,8 +77689,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *543 - over_limit_repos: *543 + no_codeql_db_repos: *546 + over_limit_repos: *546 required: - access_mismatch_repos - not_found_repos @@ -77675,7 +77706,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &544 + value: &547 summary: Default response value: id: 1 @@ -77827,10 +77858,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *544 + value: *547 repository_lists: summary: Response for a successful variant analysis submission - value: *544 + value: *547 '404': *6 '422': description: Unable to process variant analysis submission @@ -77871,9 +77902,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *548 examples: - default: *544 + default: *547 '404': *6 '503': *189 x-github: @@ -77931,7 +77962,7 @@ paths: type: object properties: repository: *117 - analysis_status: *546 + analysis_status: *549 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -78346,7 +78377,7 @@ paths: schema: type: object properties: - commit_sha: *547 + commit_sha: *550 ref: type: string description: |- @@ -78406,7 +78437,7 @@ paths: schema: type: object properties: - id: *538 + id: *541 url: type: string description: The REST API URL for checking the status of the upload. @@ -79110,7 +79141,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -79118,7 +79149,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '400': *14 '401': *23 '403': *27 @@ -79250,9 +79281,9 @@ paths: type: integer machines: type: array - items: *549 + items: *552 examples: - default: &785 + default: &788 value: total_count: 2 machines: @@ -79469,7 +79500,7 @@ paths: type: integer secrets: type: array - items: &553 + items: &556 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -79490,7 +79521,7 @@ paths: - created_at - updated_at examples: - default: *550 + default: *553 headers: Link: *45 x-github: @@ -79520,9 +79551,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *554 examples: - default: *552 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79550,9 +79581,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: *554 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79695,7 +79726,7 @@ paths: application/json: schema: type: array - items: &555 + items: &558 title: Collaborator description: Collaborator type: object @@ -79964,7 +79995,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &630 + schema: &633 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -80247,7 +80278,7 @@ paths: user: anyOf: - type: 'null' - - *555 + - *558 required: - permission - role_name @@ -80312,7 +80343,7 @@ paths: application/json: schema: type: array - items: &556 + items: &559 title: Commit Comment description: Commit Comment type: object @@ -80370,7 +80401,7 @@ paths: - created_at - updated_at examples: - default: &559 + default: &562 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -80437,9 +80468,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: - default: &560 + default: &563 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -80520,7 +80551,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: default: value: @@ -80819,9 +80850,9 @@ paths: application/json: schema: type: array - items: *557 + items: *560 examples: - default: &679 + default: &682 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -80917,7 +80948,7 @@ paths: parameters: - *448 - *449 - - &558 + - &561 name: commit_sha description: The SHA of the commit. in: path @@ -80991,7 +81022,7 @@ paths: parameters: - *448 - *449 - - *558 + - *561 - *17 - *19 responses: @@ -81001,9 +81032,9 @@ paths: application/json: schema: type: array - items: *556 + items: *559 examples: - default: *559 + default: *562 headers: Link: *45 x-github: @@ -81033,7 +81064,7 @@ paths: parameters: - *448 - *449 - - *558 + - *561 requestBody: required: true content: @@ -81068,9 +81099,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: - default: *560 + default: *563 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -81100,7 +81131,7 @@ paths: parameters: - *448 - *449 - - *558 + - *561 - *17 - *19 responses: @@ -81110,9 +81141,9 @@ paths: application/json: schema: type: array - items: *561 + items: *564 examples: - default: &671 + default: &674 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -81653,7 +81684,7 @@ paths: - *449 - *19 - *17 - - &562 + - &565 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)" @@ -81668,9 +81699,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *560 examples: - default: &657 + default: &660 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -81785,9 +81816,9 @@ paths: parameters: - *448 - *449 - - *562 - - *563 - - *564 + - *565 + - *566 + - *567 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -81823,7 +81854,7 @@ paths: type: array items: *512 examples: - default: *565 + default: *568 headers: Link: *45 x-github: @@ -81850,7 +81881,7 @@ paths: parameters: - *448 - *449 - - *562 + - *565 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -81858,7 +81889,7 @@ paths: schema: type: integer example: 1 - - *563 + - *566 - *17 - *19 responses: @@ -82078,7 +82109,7 @@ paths: parameters: - *448 - *449 - - *562 + - *565 - *17 - *19 responses: @@ -82282,7 +82313,7 @@ paths: parameters: - *448 - *449 - - *562 + - *565 - *17 - *19 responses: @@ -82292,7 +82323,7 @@ paths: application/json: schema: type: array - items: &732 + items: &735 title: Status description: The status of a commit. type: object @@ -82435,11 +82466,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *566 + - *569 code_of_conduct_file: anyOf: - type: 'null' - - &567 + - &570 title: Community Health File type: object properties: @@ -82459,19 +82490,19 @@ paths: contributing: anyOf: - type: 'null' - - *567 + - *570 readme: anyOf: - type: 'null' - - *567 + - *570 issue_template: anyOf: - type: 'null' - - *567 + - *570 pull_request_template: anyOf: - type: 'null' - - *567 + - *570 required: - code_of_conduct - code_of_conduct_file @@ -82649,8 +82680,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *557 - merge_base_commit: *557 + base_commit: *560 + merge_base_commit: *560 status: type: string enum: @@ -82674,10 +82705,10 @@ paths: - 6 commits: type: array - items: *557 + items: *560 files: type: array - items: *568 + items: *571 required: - url - html_url @@ -83117,7 +83148,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &569 + response-if-content-is-a-file: &572 summary: Response if content is a file value: type: file @@ -83254,7 +83285,7 @@ paths: - size - type - url - - &684 + - &687 title: Content File description: Content File type: object @@ -83472,7 +83503,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *569 + response-if-content-is-a-file: *572 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -83541,7 +83572,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *570 + '302': *573 '304': *35 x-github: githubCloudOnly: false @@ -83660,7 +83691,7 @@ paths: description: Response content: application/json: - schema: &571 + schema: &574 title: File Commit description: File Commit type: object @@ -83816,7 +83847,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: example-for-creating-a-file: value: @@ -83870,7 +83901,7 @@ paths: schema: oneOf: - *3 - - &612 + - &615 description: Repository rule violation was detected type: object properties: @@ -83891,7 +83922,7 @@ paths: items: type: object properties: - placeholder_id: &724 + placeholder_id: &727 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -83985,7 +84016,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: default: value: @@ -84178,7 +84209,7 @@ paths: schema: type: string - *325 - - *572 + - *575 - *326 - *327 - *108 @@ -84199,7 +84230,7 @@ paths: application/json: schema: type: array - items: &576 + items: &579 type: object description: A Dependabot alert. properties: @@ -84249,7 +84280,7 @@ paths: - direct - transitive - - security_advisory: *573 + security_advisory: *576 security_vulnerability: *127 url: *128 html_url: *129 @@ -84280,8 +84311,8 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *574 - dismissal_request: *575 + auto_dismissed_at: *577 + dismissal_request: *578 required: - number - state @@ -84513,7 +84544,7 @@ paths: parameters: - *448 - *449 - - &577 + - &580 name: alert_number in: path description: |- @@ -84528,7 +84559,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: default: value: @@ -84643,7 +84674,7 @@ paths: parameters: - *448 - *449 - - *577 + - *580 requestBody: required: true content: @@ -84688,7 +84719,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: default: value: @@ -84836,7 +84867,7 @@ paths: type: integer secrets: type: array - items: &580 + items: &583 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -84897,9 +84928,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: *579 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84927,7 +84958,7 @@ paths: description: Response content: application/json: - schema: *580 + schema: *583 examples: default: value: @@ -85551,7 +85582,7 @@ paths: - version - url additionalProperties: false - metadata: &581 + metadata: &584 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85590,7 +85621,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *581 + metadata: *584 resolved: type: object description: A collection of resolved package dependencies. @@ -85604,7 +85635,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *581 + metadata: *584 relationship: type: string description: A notation of whether a dependency is requested @@ -85779,9 +85810,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: *583 + default: *586 headers: Link: *45 x-github: @@ -85930,7 +85961,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: simple-example: summary: Simple example @@ -86005,7 +86036,7 @@ paths: parameters: - *448 - *449 - - &584 + - &587 name: deployment_id description: deployment_id parameter in: path @@ -86017,7 +86048,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -86084,7 +86115,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 responses: '204': description: Response @@ -86108,7 +86139,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 - *17 - *19 responses: @@ -86118,7 +86149,7 @@ paths: application/json: schema: type: array - items: &585 + items: &588 title: Deployment Status description: The status of a deployment. type: object @@ -86284,7 +86315,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 requestBody: required: true content: @@ -86359,9 +86390,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: &586 + default: &589 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -86419,7 +86450,7 @@ paths: parameters: - *448 - *449 - - *584 + - *587 - name: status_id in: path required: true @@ -86430,9 +86461,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: *586 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -86461,10 +86492,10 @@ paths: parameters: - *448 - *449 - - *587 - - *588 - - *589 - *590 + - *591 + - *592 + - *593 - *17 - *19 responses: @@ -86474,9 +86505,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *592 + default: *595 '404': *6 '403': *27 '500': *38 @@ -86513,7 +86544,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *591 + schema: *594 examples: default: value: @@ -86631,10 +86662,10 @@ paths: parameters: - *448 - *449 - - *587 - - *588 - - *589 - *590 + - *591 + - *592 + - *593 - *17 - *19 responses: @@ -86644,9 +86675,9 @@ paths: application/json: schema: type: array - items: *593 + items: *596 examples: - default: *594 + default: *597 '404': *6 '403': *27 '500': *38 @@ -86683,7 +86714,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *593 + schema: *596 examples: default: value: @@ -86821,9 +86852,9 @@ paths: application/json: schema: type: array - items: *595 + items: *598 examples: - default: *596 + default: *599 '404': *6 '403': *27 '500': *38 @@ -86861,7 +86892,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *595 + schema: *598 examples: default: value: @@ -87066,7 +87097,7 @@ paths: - 5 environments: type: array - items: &598 + items: &601 title: Environment description: Details of a deployment environment type: object @@ -87128,7 +87159,7 @@ paths: type: string examples: - wait_timer - wait_timer: &600 + wait_timer: &603 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -87170,7 +87201,7 @@ paths: items: type: object properties: - type: *597 + type: *600 reviewer: anyOf: - *4 @@ -87197,7 +87228,7 @@ paths: - id - node_id - type - deployment_branch_policy: &601 + deployment_branch_policy: &604 type: - object - 'null' @@ -87316,7 +87347,7 @@ paths: parameters: - *448 - *449 - - &599 + - &602 name: environment_name in: path required: true @@ -87329,9 +87360,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *601 examples: - default: &602 + default: &605 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -87417,7 +87448,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 requestBody: required: false content: @@ -87427,7 +87458,7 @@ paths: - object - 'null' properties: - wait_timer: *600 + wait_timer: *603 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -87446,14 +87477,14 @@ paths: items: type: object properties: - type: *597 + type: *600 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *601 + deployment_branch_policy: *604 additionalProperties: false examples: default: @@ -87473,9 +87504,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *601 examples: - default: *602 + default: *605 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -87501,7 +87532,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 responses: '204': description: Default response @@ -87528,7 +87559,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *17 - *19 responses: @@ -87547,7 +87578,7 @@ paths: - 2 branch_policies: type: array - items: &603 + items: &606 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -87610,7 +87641,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 requestBody: required: true content: @@ -87658,9 +87689,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: - example-wildcard: &604 + example-wildcard: &607 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -87704,8 +87735,8 @@ paths: parameters: - *448 - *449 - - *599 - - &605 + - *602 + - &608 name: branch_policy_id in: path required: true @@ -87717,9 +87748,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: - default: *604 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87740,8 +87771,8 @@ paths: parameters: - *448 - *449 - - *599 - - *605 + - *602 + - *608 requestBody: required: true content: @@ -87770,9 +87801,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: - default: *604 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87793,8 +87824,8 @@ paths: parameters: - *448 - *449 - - *599 - - *605 + - *602 + - *608 responses: '204': description: Response @@ -87819,7 +87850,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: - - *599 + - *602 - *449 - *448 responses: @@ -87838,7 +87869,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &606 + items: &609 title: Deployment protection rule description: Deployment protection rule type: object @@ -87860,7 +87891,7 @@ paths: for the environment. examples: - true - app: &607 + app: &610 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -87963,7 +87994,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: - - *599 + - *602 - *449 - *448 requestBody: @@ -87986,9 +88017,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *606 + schema: *609 examples: - default: &608 + default: &611 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -88023,7 +88054,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: - - *599 + - *602 - *449 - *448 - *19 @@ -88045,7 +88076,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *607 + items: *610 examples: default: value: @@ -88082,8 +88113,8 @@ paths: parameters: - *448 - *449 - - *599 - - &609 + - *602 + - &612 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -88095,9 +88126,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *609 examples: - default: *608 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88118,10 +88149,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: - - *599 + - *602 - *449 - *448 - - *609 + - *612 responses: '204': description: Response @@ -88149,7 +88180,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *17 - *19 responses: @@ -88196,7 +88227,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 responses: '200': description: Response @@ -88228,7 +88259,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *282 responses: '200': @@ -88237,7 +88268,7 @@ paths: application/json: schema: *479 examples: - default: *610 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88261,7 +88292,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *282 requestBody: required: true @@ -88321,7 +88352,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *282 responses: '204': @@ -88349,7 +88380,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *466 - *19 responses: @@ -88394,7 +88425,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 requestBody: required: true content: @@ -88448,7 +88479,7 @@ paths: parameters: - *448 - *449 - - *599 + - *602 - *285 responses: '200': @@ -88457,7 +88488,7 @@ paths: application/json: schema: *483 examples: - default: *611 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88481,7 +88512,7 @@ paths: - *448 - *449 - *285 - - *599 + - *602 requestBody: required: true content: @@ -88526,7 +88557,7 @@ paths: - *448 - *449 - *285 - - *599 + - *602 responses: '204': description: Response @@ -88895,7 +88926,7 @@ paths: schema: oneOf: - *247 - - *612 + - *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89131,7 +89162,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &616 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -89360,13 +89391,13 @@ paths: parameters: - *448 - *449 - - *558 + - *561 responses: '200': description: Response content: application/json: - schema: *613 + schema: *616 examples: default: value: @@ -89424,7 +89455,7 @@ paths: parameters: - *448 - *449 - - &614 + - &617 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. @@ -89441,7 +89472,7 @@ paths: application/json: schema: type: array - items: &615 + items: &618 title: Git Reference description: Git references within a repository type: object @@ -89519,15 +89550,15 @@ paths: parameters: - *448 - *449 - - *614 + - *617 responses: '200': description: Response content: application/json: - schema: *615 + schema: *618 examples: - default: &616 + default: &619 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -89586,9 +89617,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *618 examples: - default: *616 + default: *619 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -89616,7 +89647,7 @@ paths: parameters: - *448 - *449 - - *614 + - *617 requestBody: required: true content: @@ -89645,9 +89676,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *618 examples: - default: *616 + default: *619 '422': *15 '409': *116 x-github: @@ -89667,7 +89698,7 @@ paths: parameters: - *448 - *449 - - *614 + - *617 responses: '204': description: Response @@ -89790,7 +89821,7 @@ paths: description: Response content: application/json: - schema: &618 + schema: &621 title: Git Tag description: Metadata for a Git tag type: object @@ -89846,7 +89877,7 @@ paths: - sha - type - url - verification: *617 + verification: *620 required: - sha - url @@ -89856,7 +89887,7 @@ paths: - tag - message examples: - default: &619 + default: &622 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -89941,9 +89972,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *621 examples: - default: *619 + default: *622 '404': *6 '409': *116 x-github: @@ -90042,7 +90073,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &623 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -90168,7 +90199,7 @@ paths: description: Response content: application/json: - schema: *620 + schema: *623 examples: default-response: summary: Default response @@ -90238,7 +90269,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: Webhook description: Webhooks for repositories. type: object @@ -90301,7 +90332,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &872 + last_response: &875 title: Hook Response type: object properties: @@ -90432,9 +90463,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &622 + default: &625 value: type: Repository id: 12345678 @@ -90490,9 +90521,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '404': *6 x-github: githubCloudOnly: false @@ -90559,9 +90590,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '422': *15 '404': *6 x-github: @@ -90958,7 +90989,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &626 title: Import description: A repository import from an external source. type: object @@ -91065,7 +91096,7 @@ paths: - html_url - authors_url examples: - default: &626 + default: &629 value: vcs: subversion use_lfs: true @@ -91081,7 +91112,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': &624 + '503': &627 description: Unavailable due to service under maintenance. content: application/json: @@ -91159,7 +91190,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -91184,7 +91215,7 @@ paths: type: string '422': *15 '404': *6 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91265,7 +91296,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: example-1: summary: Example 1 @@ -91313,7 +91344,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': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91341,7 +91372,7 @@ paths: responses: '204': description: Response - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91369,7 +91400,7 @@ paths: parameters: - *448 - *449 - - &806 + - &809 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -91383,7 +91414,7 @@ paths: application/json: schema: type: array - items: &625 + items: &628 title: Porter Author description: Porter Author type: object @@ -91437,7 +91468,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': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91493,7 +91524,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *628 examples: default: value: @@ -91506,7 +91537,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91572,7 +91603,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91628,11 +91659,11 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: - default: *626 + default: *629 '422': *15 - '503': *624 + '503': *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91664,7 +91695,7 @@ paths: application/json: schema: *20 examples: - default: *627 + default: *630 '301': *454 '404': *6 x-github: @@ -91699,7 +91730,7 @@ paths: properties: {} additionalProperties: false examples: - default: &629 + default: &632 value: limit: collaborators_only origin: repository @@ -91730,7 +91761,7 @@ paths: required: true content: application/json: - schema: *628 + schema: *631 examples: default: summary: Example request body @@ -91744,7 +91775,7 @@ paths: application/json: schema: *353 examples: - default: *629 + default: *632 '409': description: Response x-github: @@ -91801,9 +91832,9 @@ paths: application/json: schema: type: array - items: *630 + items: *633 examples: - default: &799 + default: &802 value: - id: 1 repository: @@ -91965,7 +91996,7 @@ paths: description: Response content: application/json: - schema: *630 + schema: *633 examples: default: value: @@ -92203,7 +92234,7 @@ paths: type: array items: *212 examples: - default: &638 + default: &641 value: - id: 1 node_id: MDU6SXNzdWUx @@ -92473,7 +92504,7 @@ paths: application/json: schema: *212 examples: - default: &635 + default: &638 value: id: 1 node_id: MDU6SXNzdWUx @@ -92629,7 +92660,7 @@ paths: '422': *15 '503': *189 '404': *6 - '410': *631 + '410': *634 x-github: triggersNotification: true githubCloudOnly: false @@ -92679,9 +92710,9 @@ paths: application/json: schema: type: array - items: *632 + items: *635 examples: - default: &637 + default: &640 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92747,9 +92778,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: &633 + default: &636 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92827,9 +92858,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: *633 + default: *636 '422': *15 x-github: githubCloudOnly: false @@ -93019,7 +93050,7 @@ paths: application/json: schema: type: array - items: &634 + items: &637 title: Issue Event description: Issue Event type: object @@ -93370,7 +93401,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *637 examples: default: value: @@ -93562,7 +93593,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *631 + '410': *634 '403': *27 x-github: githubCloudOnly: false @@ -93598,7 +93629,7 @@ paths: parameters: - *448 - *449 - - &636 + - &639 name: issue_number description: The number that identifies the issue. in: path @@ -93612,10 +93643,10 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '301': *454 '404': *6 - '410': *631 + '410': *634 '304': *35 x-github: githubCloudOnly: false @@ -93642,7 +93673,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -93763,13 +93794,13 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '422': *15 '503': *189 '403': *27 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93789,7 +93820,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -93817,7 +93848,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93835,7 +93866,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: content: application/json: @@ -93862,7 +93893,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93886,7 +93917,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - name: assignee in: path required: true @@ -93928,7 +93959,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *218 - *17 - *19 @@ -93939,13 +93970,13 @@ paths: application/json: schema: type: array - items: *632 + items: *635 examples: - default: *637 + default: *640 headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93976,7 +94007,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -93998,16 +94029,16 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: *633 + default: *636 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *631 + '410': *634 '422': *15 '404': *6 x-github: @@ -94037,7 +94068,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -94049,12 +94080,12 @@ paths: type: array items: *212 examples: - default: *638 + default: *641 headers: Link: *45 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94084,7 +94115,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -94108,7 +94139,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -94116,7 +94147,7 @@ paths: type: string '301': *454 '403': *27 - '410': *631 + '410': *634 '422': *15 '404': *6 x-github: @@ -94149,7 +94180,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -94163,13 +94194,13 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '301': *454 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *631 + '410': *634 x-github: triggersNotification: true githubCloudOnly: false @@ -94197,7 +94228,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -94209,12 +94240,12 @@ paths: type: array items: *212 examples: - default: *638 + default: *641 headers: Link: *45 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94233,7 +94264,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -94247,7 +94278,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &640 + - &643 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -94296,7 +94327,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &641 + - &644 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -94424,7 +94455,7 @@ paths: - performed_via_github_app - assignee - assigner - - &642 + - &645 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -94470,7 +94501,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &643 + - &646 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -94516,7 +94547,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &644 + - &647 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -94565,7 +94596,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &645 + - &648 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -94607,7 +94638,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &646 + - &649 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -94649,7 +94680,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &647 + - &650 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -94705,7 +94736,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &648 + - &651 title: Locked Issue Event description: Locked Issue Event type: object @@ -94750,7 +94781,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &649 + - &652 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -94811,7 +94842,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &650 + - &653 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -94872,7 +94903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &651 + - &654 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -94933,7 +94964,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &652 + - &655 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -95026,7 +95057,7 @@ paths: color: red headers: Link: *45 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95045,7 +95076,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -95057,7 +95088,7 @@ paths: type: array items: *211 examples: - default: &639 + default: &642 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -95077,7 +95108,7 @@ paths: Link: *45 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95096,7 +95127,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -95157,10 +95188,10 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 '301': *454 '404': *6 - '410': *631 + '410': *634 '422': *15 x-github: githubCloudOnly: false @@ -95179,7 +95210,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -95241,10 +95272,10 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 '301': *454 '404': *6 - '410': *631 + '410': *634 '422': *15 x-github: githubCloudOnly: false @@ -95263,13 +95294,13 @@ paths: parameters: - *448 - *449 - - *636 + - *639 responses: '204': description: Response '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95290,7 +95321,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - name: name in: path required: true @@ -95316,7 +95347,7 @@ paths: default: true '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95338,7 +95369,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: false content: @@ -95367,7 +95398,7 @@ paths: '204': description: Response '403': *27 - '410': *631 + '410': *634 '404': *6 '422': *15 x-github: @@ -95387,7 +95418,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 responses: '204': description: Response @@ -95419,7 +95450,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 responses: '200': description: Response @@ -95427,10 +95458,10 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '301': *454 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95449,7 +95480,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - 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. @@ -95481,7 +95512,7 @@ paths: headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95501,7 +95532,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95566,7 +95597,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *442 responses: '204': @@ -95598,7 +95629,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95622,7 +95653,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -95657,7 +95688,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -95669,11 +95700,11 @@ paths: type: array items: *212 examples: - default: *638 + default: *641 headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95703,7 +95734,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95732,14 +95763,14 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *631 + '410': *634 '422': *15 '404': *6 x-github: @@ -95761,7 +95792,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 requestBody: required: true content: @@ -95794,7 +95825,7 @@ paths: application/json: schema: *212 examples: - default: *635 + default: *638 '403': *27 '404': *6 '422': *7 @@ -95818,7 +95849,7 @@ paths: parameters: - *448 - *449 - - *636 + - *639 - *17 - *19 responses: @@ -95833,9 +95864,6 @@ paths: description: Timeline Event type: object anyOf: - - *640 - - *641 - - *642 - *643 - *644 - *645 @@ -95846,6 +95874,9 @@ paths: - *650 - *651 - *652 + - *653 + - *654 + - *655 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -96174,7 +96205,7 @@ paths: type: string comments: type: array - items: &673 + items: &676 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -96412,7 +96443,7 @@ paths: type: string comments: type: array - items: *556 + items: *559 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -96687,7 +96718,7 @@ paths: headers: Link: *45 '404': *6 - '410': *631 + '410': *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96715,7 +96746,7 @@ paths: application/json: schema: type: array - items: &653 + items: &656 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -96820,9 +96851,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: &654 + default: &657 value: id: 1 key: ssh-rsa AAA... @@ -96858,7 +96889,7 @@ paths: parameters: - *448 - *449 - - &655 + - &658 name: key_id description: The unique identifier of the key. in: path @@ -96870,9 +96901,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: - default: *654 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -96892,7 +96923,7 @@ paths: parameters: - *448 - *449 - - *655 + - *658 responses: '204': description: Response @@ -96925,7 +96956,7 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 headers: Link: *45 '404': *6 @@ -96985,7 +97016,7 @@ paths: application/json: schema: *211 examples: - default: &656 + default: &659 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -97031,7 +97062,7 @@ paths: application/json: schema: *211 examples: - default: *656 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -97484,9 +97515,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *557 + schema: *560 examples: - default: *657 + default: *660 '204': description: Response when already merged '404': @@ -97652,7 +97683,7 @@ paths: application/json: schema: *392 examples: - default: &658 + default: &661 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -97713,7 +97744,7 @@ paths: parameters: - *448 - *449 - - &659 + - &662 name: milestone_number description: The number that identifies the milestone. in: path @@ -97727,7 +97758,7 @@ paths: application/json: schema: *392 examples: - default: *658 + default: *661 '404': *6 x-github: githubCloudOnly: false @@ -97746,7 +97777,7 @@ paths: parameters: - *448 - *449 - - *659 + - *662 requestBody: required: false content: @@ -97786,7 +97817,7 @@ paths: application/json: schema: *392 examples: - default: *658 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97804,7 +97835,7 @@ paths: parameters: - *448 - *449 - - *659 + - *662 responses: '204': description: Response @@ -97827,7 +97858,7 @@ paths: parameters: - *448 - *449 - - *659 + - *662 - *17 - *19 responses: @@ -97839,7 +97870,7 @@ paths: type: array items: *211 examples: - default: *639 + default: *642 headers: Link: *45 x-github: @@ -97860,10 +97891,10 @@ paths: parameters: - *448 - *449 - - *660 - - *661 + - *663 + - *664 - *218 - - *662 + - *665 - *17 - *19 responses: @@ -97875,7 +97906,7 @@ paths: type: array items: *238 examples: - default: *663 + default: *666 headers: Link: *45 x-github: @@ -97965,7 +97996,7 @@ paths: description: Response content: application/json: - schema: &664 + schema: &667 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -98109,7 +98140,7 @@ paths: - custom_404 - public examples: - default: &665 + default: &668 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -98206,9 +98237,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *667 examples: - default: *665 + default: *668 '422': *15 '409': *116 x-github: @@ -98378,7 +98409,7 @@ paths: application/json: schema: type: array - items: &666 + items: &669 title: Page Build description: Page Build type: object @@ -98525,9 +98556,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *669 examples: - default: &667 + default: &670 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -98587,9 +98618,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *669 examples: - default: *667 + default: *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98720,7 +98751,7 @@ paths: parameters: - *448 - *449 - - &668 + - &671 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -98780,7 +98811,7 @@ paths: parameters: - *448 - *449 - - *668 + - *671 responses: '204': *148 '404': *6 @@ -99197,7 +99228,7 @@ paths: type: array items: *149 examples: - default: *669 + default: *672 '403': *27 '404': *6 x-github: @@ -99236,7 +99267,7 @@ paths: required: - properties examples: - default: *670 + default: *673 responses: '204': description: No Content when custom property values are successfully created @@ -99335,9 +99366,9 @@ paths: application/json: schema: type: array - items: *561 + items: *564 examples: - default: *671 + default: *674 headers: Link: *45 '304': *35 @@ -99437,7 +99468,7 @@ paths: description: Response content: application/json: - schema: &675 + schema: &678 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -99677,7 +99708,7 @@ paths: - review_comment - self author_association: *213 - auto_merge: *672 + auto_merge: *675 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -99779,7 +99810,7 @@ paths: - merged_by - review_comments examples: - default: &676 + default: &679 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -100336,9 +100367,9 @@ paths: application/json: schema: type: array - items: *673 + items: *676 examples: - default: &678 + default: &681 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -100423,9 +100454,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: - default: &674 + default: &677 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -100524,9 +100555,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: - default: *674 + default: *677 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100729,7 +100760,7 @@ paths: parameters: - *448 - *449 - - &677 + - &680 name: pull_number description: The number that identifies the pull request. in: path @@ -100742,9 +100773,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '304': *35 '404': *6 '406': @@ -100781,7 +100812,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -100823,9 +100854,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '422': *15 '403': *27 x-github: @@ -100849,7 +100880,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: true content: @@ -100912,7 +100943,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -100920,7 +100951,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '401': *23 '403': *27 '404': *6 @@ -100952,7 +100983,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *235 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -100973,9 +101004,9 @@ paths: application/json: schema: type: array - items: *673 + items: *676 examples: - default: *678 + default: *681 headers: Link: *45 x-github: @@ -101010,7 +101041,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: true content: @@ -101116,7 +101147,7 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: example-for-a-multi-line-comment: value: @@ -101206,7 +101237,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *227 requestBody: required: true @@ -101229,7 +101260,7 @@ paths: description: Response content: application/json: - schema: *673 + schema: *676 examples: default: value: @@ -101317,7 +101348,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *17 - *19 responses: @@ -101327,9 +101358,9 @@ paths: application/json: schema: type: array - items: *557 + items: *560 examples: - default: *679 + default: *682 headers: Link: *45 x-github: @@ -101361,7 +101392,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *17 - *19 responses: @@ -101371,7 +101402,7 @@ paths: application/json: schema: type: array - items: *568 + items: *571 examples: default: value: @@ -101411,7 +101442,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 responses: '204': description: Response if pull request has been merged @@ -101436,7 +101467,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -101550,7 +101581,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 responses: '200': description: Response @@ -101627,7 +101658,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -101664,7 +101695,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: default: value: @@ -102202,7 +102233,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: true content: @@ -102236,7 +102267,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *564 examples: default: value: @@ -102743,7 +102774,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 - *17 - *19 responses: @@ -102753,7 +102784,7 @@ paths: application/json: schema: type: array - items: &680 + items: &683 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -102911,7 +102942,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -103001,9 +103032,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: &682 + default: &685 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -103068,8 +103099,8 @@ paths: parameters: - *448 - *449 - - *677 - - &681 + - *680 + - &684 name: review_id description: The unique identifier of the review. in: path @@ -103081,9 +103112,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: &683 + default: &686 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -103144,8 +103175,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 requestBody: required: true content: @@ -103168,7 +103199,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: default: value: @@ -103232,16 +103263,16 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 responses: '200': description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: *682 + default: *685 '422': *7 '404': *6 x-github: @@ -103270,8 +103301,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 - *17 - *19 responses: @@ -103531,8 +103562,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 requestBody: required: true content: @@ -103561,7 +103592,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: default: value: @@ -103626,8 +103657,8 @@ paths: parameters: - *448 - *449 - - *677 - - *681 + - *680 + - *684 requestBody: required: true content: @@ -103662,9 +103693,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: - default: *683 + default: *686 '404': *6 '422': *7 '403': *27 @@ -103688,7 +103719,7 @@ paths: parameters: - *448 - *449 - - *677 + - *680 requestBody: required: false content: @@ -103766,9 +103797,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *687 examples: - default: &685 + default: &688 value: type: file encoding: base64 @@ -103831,9 +103862,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *687 examples: - default: *685 + default: *688 '404': *6 '422': *15 x-github: @@ -103866,7 +103897,7 @@ paths: application/json: schema: type: array - items: *686 + items: *689 examples: default: value: @@ -104037,9 +104068,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: &690 + default: &693 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -104146,7 +104177,7 @@ paths: parameters: - *448 - *449 - - &688 + - &691 name: asset_id description: The unique identifier of the asset. in: path @@ -104158,9 +104189,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *690 examples: - default: &689 + default: &692 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 @@ -104195,7 +104226,7 @@ paths: type: User site_admin: false '404': *6 - '302': *570 + '302': *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104213,7 +104244,7 @@ paths: parameters: - *448 - *449 - - *688 + - *691 requestBody: required: false content: @@ -104242,9 +104273,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *690 examples: - default: *689 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104262,7 +104293,7 @@ paths: parameters: - *448 - *449 - - *688 + - *691 responses: '204': description: Response @@ -104380,9 +104411,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: *690 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104413,9 +104444,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: *690 + default: *693 '404': *6 x-github: githubCloudOnly: false @@ -104439,7 +104470,7 @@ paths: parameters: - *448 - *449 - - &691 + - &694 name: release_id description: The unique identifier of the release. in: path @@ -104453,9 +104484,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: *686 + schema: *689 examples: - default: *690 + default: *693 '401': description: Unauthorized x-github: @@ -104475,7 +104506,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 requestBody: required: false content: @@ -104539,9 +104570,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *689 examples: - default: *690 + default: *693 '404': description: Not Found if the discussion category name is invalid content: @@ -104564,7 +104595,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 responses: '204': description: Response @@ -104586,7 +104617,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - *17 - *19 responses: @@ -104596,7 +104627,7 @@ paths: application/json: schema: type: array - items: *687 + items: *690 examples: default: value: @@ -104680,7 +104711,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - name: name in: query required: true @@ -104706,7 +104737,7 @@ paths: description: Response for successful upload content: application/json: - schema: *687 + schema: *690 examples: response-for-successful-upload: value: @@ -104763,7 +104794,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -104812,7 +104843,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 requestBody: required: true content: @@ -104875,7 +104906,7 @@ paths: parameters: - *448 - *449 - - *691 + - *694 - *442 responses: '204': @@ -104919,7 +104950,7 @@ paths: oneOf: - allOf: - *163 - - &692 + - &695 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -104940,67 +104971,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *164 - - *692 + - *695 - allOf: - *165 - - *692 + - *695 - allOf: - *166 - - *692 + - *695 - allOf: - - *693 - - *692 + - *696 + - *695 - allOf: - *167 - - *692 + - *695 - allOf: - *168 - - *692 + - *695 - allOf: - *169 - - *692 + - *695 - allOf: - *170 - - *692 + - *695 - allOf: - *171 - - *692 + - *695 - allOf: - *172 - - *692 + - *695 - allOf: - *173 - - *692 + - *695 - allOf: - *174 - - *692 + - *695 - allOf: - *175 - - *692 + - *695 - allOf: - *176 - - *692 + - *695 - allOf: - *177 - - *692 + - *695 - allOf: - *178 - - *692 + - *695 - allOf: - *179 - - *692 + - *695 - allOf: - *180 - - *692 + - *695 - allOf: - *181 - - *692 + - *695 - allOf: - *182 - - *692 + - *695 - allOf: - *183 - - *692 + - *695 examples: default: value: @@ -105051,7 +105082,7 @@ paths: schema: type: boolean default: true - - *694 + - *697 responses: '200': description: Response @@ -105136,7 +105167,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *695 + items: *698 required: - name - enforcement @@ -105169,7 +105200,7 @@ paths: application/json: schema: *184 examples: - default: &704 + default: &707 value: id: 42 name: super cool ruleset @@ -105218,10 +105249,10 @@ paths: parameters: - *448 - *449 - - *696 + - *699 - *103 - - *697 - - *698 + - *700 + - *701 - *17 - *19 responses: @@ -105229,9 +105260,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: *700 + default: *703 '404': *6 '500': *38 x-github: @@ -105254,15 +105285,15 @@ paths: parameters: - *448 - *449 - - *701 + - *704 responses: '200': description: Response content: application/json: - schema: *702 + schema: *705 examples: - default: *703 + default: *706 '404': *6 '500': *38 x-github: @@ -105313,7 +105344,7 @@ paths: application/json: schema: *184 examples: - default: *704 + default: *707 '404': *6 '500': *38 put: @@ -105366,7 +105397,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *695 + items: *698 examples: default: value: @@ -105396,7 +105427,7 @@ paths: application/json: schema: *184 examples: - default: *704 + default: *707 '404': *6 '500': *38 delete: @@ -105560,8 +105591,8 @@ paths: - *108 - *19 - *17 - - *705 - - *706 + - *708 + - *709 - *415 - *416 - *417 @@ -105573,7 +105604,7 @@ paths: application/json: schema: type: array - items: &710 + items: &713 type: object properties: number: *123 @@ -105589,8 +105620,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *707 - resolution: *708 + state: *710 + resolution: *711 resolved_at: type: - string @@ -105684,7 +105715,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *709 + - *712 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -105838,7 +105869,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: default: value: @@ -105902,8 +105933,8 @@ paths: schema: type: object properties: - state: *707 - resolution: *708 + state: *710 + resolution: *711 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -105939,7 +105970,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: default: value: @@ -106047,7 +106078,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &892 + items: &895 type: object properties: type: @@ -106074,9 +106105,6 @@ paths: - commit details: oneOf: - - *711 - - *712 - - *713 - *714 - *715 - *716 @@ -106087,6 +106115,9 @@ paths: - *721 - *722 - *723 + - *724 + - *725 + - *726 examples: default: value: @@ -106181,14 +106212,14 @@ paths: schema: type: object properties: - reason: &725 + reason: &728 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *724 + placeholder_id: *727 required: - reason - placeholder_id @@ -106205,7 +106236,7 @@ paths: schema: type: object properties: - reason: *725 + reason: *728 expire_at: type: - string @@ -106268,7 +106299,7 @@ paths: properties: incremental_scans: type: array - items: &726 + items: &729 description: Information on a single scan performed by secret scanning on the repository type: object @@ -106296,15 +106327,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *726 + items: *729 backfill_scans: type: array - items: *726 + items: *729 custom_pattern_backfill_scans: type: array items: allOf: - - *726 + - *729 - type: object properties: pattern_name: @@ -106419,9 +106450,9 @@ paths: application/json: schema: type: array - items: *727 + items: *730 examples: - default: *728 + default: *731 '400': *14 '404': *6 x-github: @@ -106615,9 +106646,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *730 examples: - default: &730 + default: &733 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -106964,7 +106995,7 @@ paths: description: Response content: application/json: - schema: *727 + schema: *730 examples: default: value: @@ -107113,15 +107144,15 @@ paths: parameters: - *448 - *449 - - *729 + - *732 responses: '200': description: Response content: application/json: - schema: *727 + schema: *730 examples: - default: *730 + default: *733 '403': *27 '404': *6 x-github: @@ -107147,7 +107178,7 @@ paths: parameters: - *448 - *449 - - *729 + - *732 requestBody: required: true content: @@ -107318,10 +107349,10 @@ paths: description: Response content: application/json: - schema: *727 + schema: *730 examples: - default: *730 - add_credit: *730 + default: *733 + add_credit: *733 '403': *27 '404': *6 '422': @@ -107361,7 +107392,7 @@ paths: parameters: - *448 - *449 - - *729 + - *732 responses: '202': *37 '400': *14 @@ -107390,7 +107421,7 @@ paths: parameters: - *448 - *449 - - *729 + - *732 responses: '202': description: Response @@ -107531,7 +107562,7 @@ paths: application/json: schema: type: array - items: &731 + items: &734 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -107904,7 +107935,7 @@ paths: application/json: schema: type: array - items: *731 + items: *734 examples: default: value: @@ -107994,7 +108025,7 @@ paths: description: Response content: application/json: - schema: *732 + schema: *735 examples: default: value: @@ -108088,7 +108119,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &733 + schema: &736 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -108188,7 +108219,7 @@ paths: description: Response content: application/json: - schema: *733 + schema: *736 examples: default: value: @@ -108328,7 +108359,7 @@ paths: application/json: schema: type: array - items: &734 + items: &737 title: Tag protection description: Tag protection type: object @@ -108409,7 +108440,7 @@ paths: description: Response content: application/json: - schema: *734 + schema: *737 examples: default: value: @@ -108557,7 +108588,7 @@ paths: description: Response content: application/json: - schema: &735 + schema: &738 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -108569,7 +108600,7 @@ paths: required: - names examples: - default: &736 + default: &739 value: names: - octocat @@ -108624,9 +108655,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *738 examples: - default: *736 + default: *739 '404': *6 '422': *7 x-github: @@ -108649,7 +108680,7 @@ paths: parameters: - *448 - *449 - - &737 + - &740 name: per description: The time frame to display results for. in: query @@ -108680,7 +108711,7 @@ paths: - 128 clones: type: array - items: &738 + items: &741 title: Traffic type: object properties: @@ -108928,7 +108959,7 @@ paths: parameters: - *448 - *449 - - *737 + - *740 responses: '200': description: Response @@ -108949,7 +108980,7 @@ paths: - 3782 views: type: array - items: *738 + items: *741 required: - uniques - count @@ -109621,7 +109652,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &746 + - &749 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -109631,7 +109662,7 @@ paths: type: string examples: - members - - &751 + - &754 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -109643,7 +109674,7 @@ paths: format: int32 examples: - 1 - - &752 + - &755 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -109687,7 +109718,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &741 + items: &744 allOf: - type: object required: @@ -109769,7 +109800,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: &753 + meta: &756 type: object description: The metadata associated with the creation/updates to the user. @@ -109834,30 +109865,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &742 + '400': &745 description: Bad request content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '401': *740 - '403': &743 + schema: *742 + '401': *743 + '403': &746 description: Permission denied - '429': &744 + '429': &747 description: Too many requests content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '500': &745 + schema: *742 + '500': &748 description: Internal server error content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 + schema: *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109881,7 +109912,7 @@ paths: required: true content: application/json: - schema: &749 + schema: &752 type: object required: - schemas @@ -109945,9 +109976,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *741 + schema: *744 examples: - group: &747 + group: &750 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -109966,13 +109997,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': *742 - '401': *740 - '403': *743 - '409': &750 + '400': *745 + '401': *743 + '403': *746 + '409': &753 description: Duplicate record detected - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109989,7 +110020,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: - - &748 + - &751 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -109998,22 +110029,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *746 + - *749 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *741 + schema: *744 examples: - default: *747 - '400': *742 - '401': *740 - '403': *743 + default: *750 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110032,13 +110063,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: - - *748 + - *751 - *39 requestBody: required: true content: application/json: - schema: *749 + schema: *752 examples: group: summary: Group @@ -110064,17 +110095,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *741 + schema: *744 examples: - group: *747 - groupWithMembers: *747 - '400': *742 - '401': *740 - '403': *743 + group: *750 + groupWithMembers: *750 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110098,13 +110129,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: - - *748 + - *751 - *39 requestBody: required: true content: application/json: - schema: &760 + schema: &763 type: object required: - Operations @@ -110164,17 +110195,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *741 + schema: *744 examples: - updateGroup: *747 - addMembers: *747 - '400': *742 - '401': *740 - '403': *743 + updateGroup: *750 + addMembers: *750 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110190,17 +110221,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: - - *748 + - *751 - *39 responses: '204': description: Group was deleted, no content - '400': *742 - '401': *740 - '403': *743 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110234,8 +110265,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *751 - - *752 + - *754 + - *755 - *39 responses: '200': @@ -110269,7 +110300,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &755 + items: &758 allOf: - type: object required: @@ -110361,7 +110392,7 @@ paths: address. examples: - true - roles: &754 + roles: &757 type: array description: The roles assigned to the user. items: @@ -110420,7 +110451,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *753 + meta: *756 startIndex: type: integer description: A starting index for the returned page @@ -110459,11 +110490,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *742 - '401': *740 - '403': *743 - '429': *744 - '500': *745 + '400': *745 + '401': *743 + '403': *746 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110487,7 +110518,7 @@ paths: required: true content: application/json: - schema: &758 + schema: &761 type: object required: - schemas @@ -110580,9 +110611,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *754 + roles: *757 examples: - user: &759 + user: &762 summary: User value: schemas: @@ -110629,9 +110660,9 @@ paths: description: User has been created content: application/scim+json: - schema: *755 + schema: *758 examples: - user: &756 + user: &759 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -110657,13 +110688,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: *756 - '400': *742 - '401': *740 - '403': *743 - '409': *750 - '429': *744 - '500': *745 + enterpriseOwner: *759 + '400': *745 + '401': *743 + '403': *746 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110680,7 +110711,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: - - &757 + - &760 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -110693,15 +110724,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *755 + schema: *758 examples: - default: *756 - '400': *742 - '401': *740 - '403': *743 + default: *759 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110723,30 +110754,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: - - *757 + - *760 - *39 requestBody: required: true content: application/json: - schema: *758 + schema: *761 examples: - user: *759 + user: *762 responses: '200': description: User was updated content: application/scim+json: - schema: *755 + schema: *758 examples: - user: *756 - '400': *742 - '401': *740 - '403': *743 + user: *759 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110781,13 +110812,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: - - *757 + - *760 - *39 requestBody: required: true content: application/json: - schema: *760 + schema: *763 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -110827,18 +110858,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *755 + schema: *758 examples: - userMultiValuedProperties: *756 - userSingleValuedProperties: *756 - disableUser: *756 - '400': *742 - '401': *740 - '403': *743 + userMultiValuedProperties: *759 + userSingleValuedProperties: *759 + disableUser: *759 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '409': *750 - '429': *744 - '500': *745 + '409': *753 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110858,17 +110889,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: - - *757 + - *760 - *39 responses: '204': description: User was deleted, no content - '400': *742 - '401': *740 - '403': *743 + '400': *745 + '401': *743 + '403': *746 '404': *6 - '429': *744 - '500': *745 + '429': *747 + '500': *748 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110959,7 +110990,7 @@ paths: - 1 Resources: type: array - items: &761 + items: &764 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -111206,22 +111237,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &762 + '404': &765 description: Resource not found content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '403': &763 + schema: *742 + '403': &766 description: Forbidden content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '400': *742 - '429': *744 + schema: *742 + '400': *745 + '429': *747 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -111247,9 +111278,9 @@ paths: description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: &764 + default: &767 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -111272,17 +111303,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *762 - '403': *763 - '500': *745 + '404': *765 + '403': *766 + '500': *748 '409': description: Conflict content: application/json: - schema: *739 + schema: *742 application/scim+json: - schema: *739 - '400': *742 + schema: *742 + '400': *745 requestBody: required: true content: @@ -111382,17 +111413,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *85 - - *757 + - *760 responses: '200': description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: *764 - '404': *762 - '403': *763 + default: *767 + '404': *765 + '403': *766 '304': *35 x-github: githubCloudOnly: true @@ -111416,18 +111447,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *85 - - *757 + - *760 responses: '200': description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: *764 + default: *767 '304': *35 - '404': *762 - '403': *763 + '404': *765 + '403': *766 requestBody: required: true content: @@ -111542,19 +111573,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *85 - - *757 + - *760 responses: '200': description: Response content: application/scim+json: - schema: *761 + schema: *764 examples: - default: *764 + default: *767 '304': *35 - '404': *762 - '403': *763 - '400': *742 + '404': *765 + '403': *766 + '400': *745 '429': description: Response content: @@ -111650,12 +111681,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *85 - - *757 + - *760 responses: '204': description: Response - '404': *762 - '403': *763 + '404': *765 + '403': *766 '304': *35 x-github: githubCloudOnly: true @@ -111789,7 +111820,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &765 + text_matches: &768 title: Search Result Text Matches type: array items: @@ -111953,7 +111984,7 @@ paths: enum: - author-date - committer-date - - &766 + - &769 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 @@ -112041,7 +112072,7 @@ paths: url: type: string format: uri - verification: *617 + verification: *620 required: - author - committer @@ -112073,7 +112104,7 @@ paths: type: number node_id: type: string - text_matches: *765 + text_matches: *768 required: - sha - node_id @@ -112266,7 +112297,7 @@ paths: - interactions - created - updated - - *766 + - *769 - *17 - *19 - name: advanced_search @@ -112363,11 +112394,11 @@ paths: type: - string - 'null' - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: type: string state_reason: @@ -112395,7 +112426,7 @@ paths: - string - 'null' format: date-time - text_matches: *765 + text_matches: *768 pull_request: type: object properties: @@ -112618,7 +112649,7 @@ paths: enum: - created - updated - - *766 + - *769 - *17 - *19 responses: @@ -112663,7 +112694,7 @@ paths: - 'null' score: type: number - text_matches: *765 + text_matches: *768 required: - id - node_id @@ -112749,7 +112780,7 @@ paths: - forks - help-wanted-issues - updated - - *766 + - *769 - *17 - *19 responses: @@ -112986,7 +113017,7 @@ paths: - admin - pull - push - text_matches: *765 + text_matches: *768 temp_clone_token: type: string allow_merge_commit: @@ -113295,7 +113326,7 @@ paths: - string - 'null' format: uri - text_matches: *765 + text_matches: *768 related: type: - array @@ -113490,7 +113521,7 @@ paths: - followers - repositories - joined - - *766 + - *769 - *17 - *19 responses: @@ -113600,7 +113631,7 @@ paths: type: - boolean - 'null' - text_matches: *765 + text_matches: *768 blog: type: - string @@ -113682,7 +113713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &770 + - &773 name: team_id description: The unique identifier of the team. in: path @@ -113723,7 +113754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *770 + - *773 requestBody: required: true content: @@ -113824,7 +113855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *770 + - *773 responses: '204': description: Response @@ -113855,7 +113886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *770 + - *773 - *108 - *17 - *19 @@ -113868,7 +113899,7 @@ paths: type: array items: *433 examples: - default: *771 + default: *774 headers: Link: *45 x-github: @@ -113897,7 +113928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *770 + - *773 requestBody: required: true content: @@ -113960,7 +113991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *770 + - *773 - *435 responses: '200': @@ -113994,7 +114025,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *770 + - *773 - *435 requestBody: required: false @@ -114020,7 +114051,7 @@ paths: application/json: schema: *433 examples: - default: *772 + default: *775 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114045,7 +114076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *770 + - *773 - *435 responses: '204': @@ -114075,7 +114106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *770 + - *773 - *435 - *108 - *17 @@ -114089,7 +114120,7 @@ paths: type: array items: *436 examples: - default: *773 + default: *776 headers: Link: *45 x-github: @@ -114118,7 +114149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 requestBody: required: true @@ -114170,7 +114201,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 - *438 responses: @@ -114205,7 +114236,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 - *438 requestBody: @@ -114231,7 +114262,7 @@ paths: application/json: schema: *436 examples: - default: *774 + default: *777 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114256,7 +114287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *770 + - *773 - *435 - *438 responses: @@ -114287,7 +114318,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: - - *770 + - *773 - *435 - *438 - name: content @@ -114346,7 +114377,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: - - *770 + - *773 - *435 - *438 requestBody: @@ -114408,7 +114439,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: - - *770 + - *773 - *435 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -114466,7 +114497,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: - - *770 + - *773 - *435 requestBody: required: true @@ -114525,7 +114556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *770 + - *773 - *17 - *19 responses: @@ -114563,7 +114594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *770 + - *773 - name: role description: Filters members returned by their role in the team. in: query @@ -114614,7 +114645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *770 + - *773 - *136 responses: '204': @@ -114651,7 +114682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *770 + - *773 - *136 responses: '204': @@ -114691,7 +114722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *770 + - *773 - *136 responses: '204': @@ -114728,7 +114759,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: - - *770 + - *773 - *136 responses: '200': @@ -114737,7 +114768,7 @@ paths: application/json: schema: *447 examples: - response-if-user-is-a-team-maintainer: *775 + response-if-user-is-a-team-maintainer: *778 '404': *6 x-github: githubCloudOnly: false @@ -114770,7 +114801,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: - - *770 + - *773 - *136 requestBody: required: false @@ -114798,7 +114829,7 @@ paths: application/json: schema: *447 examples: - response-if-users-membership-with-team-is-now-pending: *776 + response-if-users-membership-with-team-is-now-pending: *779 '403': description: Forbidden if team synchronization is set up '422': @@ -114832,7 +114863,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: - - *770 + - *773 - *136 responses: '204': @@ -114860,7 +114891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *770 + - *773 - *17 - *19 responses: @@ -114902,7 +114933,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: - - *770 + - *773 - *448 - *449 responses: @@ -114910,7 +114941,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *777 + schema: *780 examples: alternative-response-with-extra-repository-information: value: @@ -115061,7 +115092,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: - - *770 + - *773 - *448 - *449 requestBody: @@ -115113,7 +115144,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: - - *770 + - *773 - *448 - *449 responses: @@ -115144,7 +115175,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: - - *770 + - *773 responses: '200': description: Response @@ -115179,7 +115210,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: - - *770 + - *773 requestBody: required: true content: @@ -115271,7 +115302,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *770 + - *773 - *17 - *19 responses: @@ -115283,7 +115314,7 @@ paths: type: array items: *301 examples: - response-if-child-teams-exist: *778 + response-if-child-teams-exist: *781 headers: Link: *45 '404': *6 @@ -115316,7 +115347,7 @@ paths: application/json: schema: oneOf: - - &780 + - &783 title: Private User description: Private User type: object @@ -115566,7 +115597,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *779 + - *782 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -115726,7 +115757,7 @@ paths: description: Response content: application/json: - schema: *780 + schema: *783 examples: default: value: @@ -116072,7 +116103,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -116080,7 +116111,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '401': *23 '403': *27 '404': *6 @@ -116124,7 +116155,7 @@ paths: type: integer secrets: type: array - items: &781 + items: &784 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -116166,7 +116197,7 @@ paths: - visibility - selected_repositories_url examples: - default: *550 + default: *553 headers: Link: *45 x-github: @@ -116244,7 +116275,7 @@ paths: description: Response content: application/json: - schema: *781 + schema: *784 examples: default: value: @@ -116390,7 +116421,7 @@ paths: type: array items: *272 examples: - default: *782 + default: *785 '401': *23 '403': *27 '404': *6 @@ -116542,7 +116573,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '304': *35 '500': *38 '401': *23 @@ -116600,7 +116631,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '401': *23 '403': *27 '404': *6 @@ -116657,7 +116688,7 @@ paths: description: Response content: application/json: - schema: &783 + schema: &786 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -116710,7 +116741,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &784 + default: &787 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -116755,9 +116786,9 @@ paths: description: Response content: application/json: - schema: *783 + schema: *786 examples: - default: *784 + default: *787 '404': *6 x-github: githubCloudOnly: false @@ -116794,9 +116825,9 @@ paths: type: integer machines: type: array - items: *549 + items: *552 examples: - default: *785 + default: *788 '304': *35 '500': *38 '401': *23 @@ -116885,7 +116916,7 @@ paths: machine: anyOf: - type: 'null' - - *549 + - *552 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -117690,7 +117721,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '304': *35 '500': *38 '400': *14 @@ -117730,7 +117761,7 @@ paths: application/json: schema: *363 examples: - default: *548 + default: *551 '500': *38 '401': *23 '403': *27 @@ -117762,7 +117793,7 @@ paths: type: array items: *373 examples: - default: &796 + default: &799 value: - id: 197 name: hello_docker @@ -117863,7 +117894,7 @@ paths: application/json: schema: type: array - items: &786 + items: &789 title: Email description: Email type: object @@ -117933,9 +117964,9 @@ paths: application/json: schema: type: array - items: *786 + items: *789 examples: - default: &798 + default: &801 value: - email: octocat@github.com verified: true @@ -118012,7 +118043,7 @@ paths: application/json: schema: type: array - items: *786 + items: *789 examples: default: value: @@ -118270,7 +118301,7 @@ paths: application/json: schema: type: array - items: &787 + items: &790 title: GPG Key description: A unique encryption key type: object @@ -118415,7 +118446,7 @@ paths: - subkeys - revoked examples: - default: &812 + default: &815 value: - id: 3 name: Octocat's GPG Key @@ -118500,9 +118531,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *790 examples: - default: &788 + default: &791 value: id: 3 name: Octocat's GPG Key @@ -118559,7 +118590,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: - - &789 + - &792 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -118571,9 +118602,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *790 examples: - default: *788 + default: *791 '404': *6 '304': *35 '403': *27 @@ -118596,7 +118627,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: - - *789 + - *792 responses: '204': description: Response @@ -118901,7 +118932,7 @@ paths: required: true content: application/json: - schema: *628 + schema: *631 examples: default: value: @@ -119051,7 +119082,7 @@ paths: application/json: schema: type: array - items: &790 + items: &793 title: Key description: Key type: object @@ -119154,9 +119185,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *793 examples: - default: &791 + default: &794 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -119189,15 +119220,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: - - *655 + - *658 responses: '200': description: Response content: application/json: - schema: *790 + schema: *793 examples: - default: *791 + default: *794 '404': *6 '304': *35 '403': *27 @@ -119220,7 +119251,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: - - *655 + - *658 responses: '204': description: Response @@ -119253,7 +119284,7 @@ paths: application/json: schema: type: array - items: &792 + items: &795 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -119332,7 +119363,7 @@ paths: - account - plan examples: - default: &793 + default: &796 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -119394,9 +119425,9 @@ paths: application/json: schema: type: array - items: *792 + items: *795 examples: - default: *793 + default: *796 headers: Link: *45 '304': *35 @@ -120400,7 +120431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *369 - - *794 + - *797 responses: '204': description: Response @@ -120515,7 +120546,7 @@ paths: - docker - nuget - container - - *795 + - *798 - *19 - *17 responses: @@ -120527,8 +120558,8 @@ paths: type: array items: *373 examples: - default: *796 - '400': *797 + default: *799 + '400': *800 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120557,7 +120588,7 @@ paths: application/json: schema: *373 examples: - default: &813 + default: &816 value: id: 40201 name: octo-name @@ -120919,9 +120950,9 @@ paths: application/json: schema: type: array - items: *786 + items: *789 examples: - default: *798 + default: *801 headers: Link: *45 '304': *35 @@ -121034,7 +121065,7 @@ paths: type: array items: *76 examples: - default: &805 + default: &808 summary: Default response value: - id: 1296269 @@ -121392,9 +121423,9 @@ paths: application/json: schema: type: array - items: *630 + items: *633 examples: - default: *799 + default: *802 headers: Link: *45 '304': *35 @@ -121473,7 +121504,7 @@ paths: application/json: schema: type: array - items: &800 + items: &803 title: Social account description: Social media account type: object @@ -121490,7 +121521,7 @@ paths: - provider - url examples: - default: &801 + default: &804 value: - provider: twitter url: https://twitter.com/github @@ -121553,9 +121584,9 @@ paths: application/json: schema: type: array - items: *800 + items: *803 examples: - default: *801 + default: *804 '422': *15 '304': *35 '404': *6 @@ -121643,7 +121674,7 @@ paths: application/json: schema: type: array - items: &802 + items: &805 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -121663,7 +121694,7 @@ paths: - title - created_at examples: - default: &826 + default: &829 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -121728,9 +121759,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *805 examples: - default: &803 + default: &806 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -121760,7 +121791,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: - - &804 + - &807 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -121772,9 +121803,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *805 examples: - default: *803 + default: *806 '404': *6 '304': *35 '403': *27 @@ -121797,7 +121828,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: - - *804 + - *807 responses: '204': description: Response @@ -121826,7 +121857,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: - - &827 + - &830 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 @@ -121851,11 +121882,11 @@ paths: type: array items: *76 examples: - default-response: *805 + default-response: *808 application/vnd.github.v3.star+json: schema: type: array - items: &828 + items: &831 title: Starred Repository description: Starred Repository type: object @@ -122224,10 +122255,10 @@ paths: application/json: schema: oneOf: - - *780 - - *779 + - *783 + - *782 examples: - default-response: &807 + default-response: &810 summary: Default response value: login: octocat @@ -122262,7 +122293,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &808 + response-with-git-hub-plan-information: &811 summary: Response with GitHub plan information value: login: octocat @@ -122384,7 +122415,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *806 + - *809 - *17 responses: '200': @@ -122433,11 +122464,11 @@ paths: application/json: schema: oneOf: - - *780 - - *779 + - *783 + - *782 examples: - default-response: *807 - response-with-git-hub-plan-information: *808 + default-response: *810 + response-with-git-hub-plan-information: *811 '404': *6 x-github: githubCloudOnly: false @@ -122487,8 +122518,8 @@ paths: required: - subject_digests examples: - default: *809 - withPredicateType: *810 + default: *812 + withPredicateType: *813 responses: '200': description: Response @@ -122542,7 +122573,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *811 + default: *814 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -122788,7 +122819,7 @@ paths: type: array items: *373 examples: - default: *796 + default: *799 '403': *27 '401': *23 x-github: @@ -123172,9 +123203,9 @@ paths: application/json: schema: type: array - items: *787 + items: *790 examples: - default: *812 + default: *815 headers: Link: *45 x-github: @@ -123278,7 +123309,7 @@ paths: application/json: schema: *20 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123403,7 +123434,7 @@ paths: - docker - nuget - container - - *795 + - *798 - *136 - *19 - *17 @@ -123416,10 +123447,10 @@ paths: type: array items: *373 examples: - default: *796 + default: *799 '403': *27 '401': *23 - '400': *797 + '400': *800 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123449,7 +123480,7 @@ paths: application/json: schema: *373 examples: - default: *813 + default: *816 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123798,7 +123829,7 @@ paths: type: array items: *394 examples: - default: *814 + default: *817 headers: Link: *45 '304': *35 @@ -123858,7 +123889,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *815 + items: *818 required: - name - data_type @@ -123874,7 +123905,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *816 + iteration_configuration: *819 required: - name - data_type @@ -123896,8 +123927,8 @@ paths: value: name: Due date data_type: date - single_select_field: *817 - iteration_field: *818 + single_select_field: *820 + iteration_field: *821 responses: '201': description: Response @@ -123905,11 +123936,11 @@ paths: application/json: schema: *394 examples: - text_field: *819 - number_field: *820 - date_field: *821 - single_select_field: *822 - iteration_field: *823 + text_field: *822 + number_field: *823 + date_field: *824 + single_select_field: *825 + iteration_field: *826 '304': *35 '403': *27 '401': *23 @@ -123931,7 +123962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *391 - - *824 + - *827 - *136 responses: '200': @@ -123940,7 +123971,7 @@ paths: application/json: schema: *394 examples: - default: *825 + default: *828 headers: Link: *45 '304': *35 @@ -124478,9 +124509,9 @@ paths: application/json: schema: type: array - items: *800 + items: *803 examples: - default: *801 + default: *804 headers: Link: *45 x-github: @@ -124510,9 +124541,9 @@ paths: application/json: schema: type: array - items: *802 + items: *805 examples: - default: *826 + default: *829 headers: Link: *45 x-github: @@ -124537,7 +124568,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *136 - - *827 + - *830 - *108 - *17 - *19 @@ -124549,11 +124580,11 @@ paths: schema: anyOf: - type: array - items: *828 + items: *831 - type: array items: *76 examples: - default-response: *805 + default-response: *808 headers: Link: *45 x-github: @@ -124713,7 +124744,7 @@ webhooks: type: string enum: - disabled - enterprise: &829 + enterprise: &832 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -124782,7 +124813,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &830 + installation: &833 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -124803,7 +124834,7 @@ webhooks: required: - id - node_id - organization: &831 + organization: &834 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -124876,7 +124907,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &832 + repository: &835 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -125789,10 +125820,10 @@ webhooks: type: string enum: - enabled - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -125868,11 +125899,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - rule: &833 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + rule: &836 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) @@ -126095,11 +126126,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - rule: *833 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + rule: *836 sender: *4 required: - action @@ -126287,11 +126318,11 @@ webhooks: - everyone required: - from - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - rule: *833 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + rule: *836 sender: *4 required: - action @@ -126364,7 +126395,7 @@ webhooks: required: true content: application/json: - schema: &853 + schema: &856 title: Exemption request cancellation event type: object properties: @@ -126372,11 +126403,11 @@ webhooks: type: string enum: - cancelled - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: &834 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: &837 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -126650,7 +126681,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &835 + items: &838 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -126762,7 +126793,7 @@ webhooks: required: true content: application/json: - schema: &854 + schema: &857 title: Exemption request completed event type: object properties: @@ -126770,11 +126801,11 @@ webhooks: type: string enum: - completed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 sender: *4 required: - action @@ -126846,7 +126877,7 @@ webhooks: required: true content: application/json: - schema: &851 + schema: &854 title: Exemption request created event type: object properties: @@ -126854,11 +126885,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 sender: *4 required: - action @@ -126930,7 +126961,7 @@ webhooks: required: true content: application/json: - schema: &855 + schema: &858 title: Exemption response dismissed event type: object properties: @@ -126938,12 +126969,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 - exemption_response: *835 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 + exemption_response: *838 sender: *4 required: - action @@ -127017,7 +127048,7 @@ webhooks: required: true content: application/json: - schema: &852 + schema: &855 title: Exemption response submitted event type: object properties: @@ -127025,12 +127056,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - exemption_request: *834 - exemption_response: *835 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + exemption_request: *837 + exemption_response: *838 sender: *4 required: - action @@ -127114,7 +127145,7 @@ webhooks: type: string enum: - completed - check_run: &837 + check_run: &840 title: CheckRun description: A check performed on the code of a given code change type: object @@ -127224,7 +127255,7 @@ webhooks: - examples: - neutral - deployment: *836 + deployment: *839 details_url: type: string examples: @@ -127322,10 +127353,10 @@ webhooks: - output - app - pull_requests - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 sender: *4 required: - check_run @@ -127718,11 +127749,11 @@ webhooks: type: string enum: - created - check_run: *837 - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + check_run: *840 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 sender: *4 required: - check_run @@ -128118,11 +128149,11 @@ webhooks: type: string enum: - requested_action - check_run: *837 - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + check_run: *840 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 requested_action: description: The action requested by the user. type: object @@ -128527,11 +128558,11 @@ webhooks: type: string enum: - rerequested - check_run: *837 - installation: *830 - enterprise: *829 - organization: *831 - repository: *832 + check_run: *840 + installation: *833 + enterprise: *832 + organization: *834 + repository: *835 sender: *4 required: - check_run @@ -129523,10 +129554,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -130235,10 +130266,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -130941,10 +130972,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -131265,20 +131296,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &838 + commit_oid: &841 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: *829 - installation: *830 - organization: *831 - ref: &839 + enterprise: *832 + installation: *833 + organization: *834 + ref: &842 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: *832 + repository: *835 sender: *4 required: - action @@ -131686,12 +131717,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -131974,12 +132005,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -132325,12 +132356,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -132620,9 +132651,9 @@ webhooks: type: - string - 'null' - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -132630,7 +132661,7 @@ webhooks: type: - string - 'null' - repository: *832 + repository: *835 sender: *4 required: - action @@ -132876,12 +132907,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *838 - enterprise: *829 - installation: *830 - organization: *831 - ref: *839 - repository: *832 + commit_oid: *841 + enterprise: *832 + installation: *833 + organization: *834 + ref: *842 + repository: *835 sender: *4 required: - action @@ -133143,10 +133174,10 @@ webhooks: - updated_at - author_association - body - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -133227,18 +133258,18 @@ webhooks: type: - string - 'null' - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *831 - pusher_type: &840 + organization: *834 + pusher_type: &843 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &841 + ref: &844 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -133248,7 +133279,7 @@ webhooks: enum: - tag - branch - repository: *832 + repository: *835 sender: *4 required: - ref @@ -133331,9 +133362,9 @@ webhooks: enum: - created definition: *150 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133418,9 +133449,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133498,9 +133529,9 @@ webhooks: enum: - promote_to_enterprise definition: *150 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133578,9 +133609,9 @@ webhooks: enum: - updated definition: *150 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -133657,10 +133688,10 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - repository: *832 - organization: *831 + enterprise: *832 + installation: *833 + repository: *835 + organization: *834 sender: *4 new_property_values: type: array @@ -133745,18 +133776,18 @@ webhooks: title: delete event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - pusher_type: *840 - ref: *841 + enterprise: *832 + installation: *833 + organization: *834 + pusher_type: *843 + ref: *844 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *832 + repository: *835 sender: *4 required: - ref @@ -133840,11 +133871,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -133928,11 +133959,11 @@ webhooks: type: string enum: - auto_reopened - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134016,11 +134047,11 @@ webhooks: type: string enum: - created - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134102,11 +134133,11 @@ webhooks: type: string enum: - dismissed - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134188,11 +134219,11 @@ webhooks: type: string enum: - fixed - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134275,11 +134306,11 @@ webhooks: type: string enum: - reintroduced - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134361,11 +134392,11 @@ webhooks: type: string enum: - reopened - alert: *576 - installation: *830 - organization: *831 - enterprise: *829 - repository: *832 + alert: *579 + installation: *833 + organization: *834 + enterprise: *832 + repository: *835 sender: *4 required: - action @@ -134442,9 +134473,9 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - key: &842 + enterprise: *832 + installation: *833 + key: &845 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -134482,8 +134513,8 @@ webhooks: - verified - created_at - read_only - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -134560,11 +134591,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - key: *842 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + key: *845 + organization: *834 + repository: *835 sender: *4 required: - action @@ -135136,12 +135167,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: &846 + workflow: &849 title: Workflow type: - object @@ -135879,13 +135910,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *582 + deployment: *585 pull_requests: type: array - items: *675 - repository: *832 - organization: *831 - installation: *830 + items: *678 + repository: *835 + organization: *834 + installation: *833 sender: *4 responses: '200': @@ -135956,7 +135987,7 @@ webhooks: type: string enum: - approved - approver: &843 + approver: &846 type: object properties: avatar_url: @@ -135999,11 +136030,11 @@ webhooks: type: string comment: type: string - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - reviewers: &844 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + reviewers: &847 type: array items: type: object @@ -136084,7 +136115,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &845 + workflow_job_run: &848 type: object properties: conclusion: @@ -136830,18 +136861,18 @@ webhooks: type: string enum: - rejected - approver: *843 + approver: *846 comment: type: string - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - reviewers: *844 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + reviewers: *847 sender: *4 since: type: string - workflow_job_run: *845 + workflow_job_run: *848 workflow_job_runs: type: array items: @@ -137558,13 +137589,13 @@ webhooks: type: string enum: - requested - enterprise: *829 + enterprise: *832 environment: type: string - installation: *830 - organization: *831 - repository: *832 - requestor: &856 + installation: *833 + organization: *834 + repository: *835 + requestor: &859 title: User type: - object @@ -139507,12 +139538,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Deployment Workflow Run type: @@ -140203,7 +140234,7 @@ webhooks: type: string enum: - answered - answer: &849 + answer: &852 type: object properties: author_association: @@ -140363,11 +140394,11 @@ webhooks: - created_at - updated_at - body - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140494,11 +140525,11 @@ webhooks: - from required: - category - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140581,11 +140612,11 @@ webhooks: type: string enum: - closed - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140667,7 +140698,7 @@ webhooks: type: string enum: - created - comment: &848 + comment: &851 type: object properties: author_association: @@ -140827,11 +140858,11 @@ webhooks: - updated_at - body - reactions - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -140914,12 +140945,12 @@ webhooks: type: string enum: - deleted - comment: *848 - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + comment: *851 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141014,12 +141045,12 @@ webhooks: - from required: - body - comment: *848 - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + comment: *851 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141103,11 +141134,11 @@ webhooks: type: string enum: - created - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141189,11 +141220,11 @@ webhooks: type: string enum: - deleted - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141293,11 +141324,11 @@ webhooks: type: string required: - from - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141379,10 +141410,10 @@ webhooks: type: string enum: - labeled - discussion: *847 - enterprise: *829 - installation: *830 - label: &850 + discussion: *850 + enterprise: *832 + installation: *833 + label: &853 title: Label type: object properties: @@ -141415,8 +141446,8 @@ webhooks: - color - default - description - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141499,11 +141530,11 @@ webhooks: type: string enum: - locked - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141585,11 +141616,11 @@ webhooks: type: string enum: - pinned - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141671,11 +141702,11 @@ webhooks: type: string enum: - reopened - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141760,16 +141791,16 @@ webhooks: changes: type: object properties: - new_discussion: *847 - new_repository: *832 + new_discussion: *850 + new_repository: *835 required: - new_discussion - new_repository - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141852,10 +141883,10 @@ webhooks: type: string enum: - unanswered - discussion: *847 - old_answer: *849 - organization: *831 - repository: *832 + discussion: *850 + old_answer: *852 + organization: *834 + repository: *835 sender: *4 required: - action @@ -141937,12 +141968,12 @@ webhooks: type: string enum: - unlabeled - discussion: *847 - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -142025,11 +142056,11 @@ webhooks: type: string enum: - unlocked - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -142111,11 +142142,11 @@ webhooks: type: string enum: - unpinned - discussion: *847 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + discussion: *850 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -142184,7 +142215,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142247,7 +142278,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142310,7 +142341,7 @@ webhooks: required: true content: application/json: - schema: *853 + schema: *856 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142373,7 +142404,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142436,7 +142467,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142502,7 +142533,7 @@ webhooks: required: true content: application/json: - schema: *853 + schema: *856 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142568,7 +142599,7 @@ webhooks: required: true content: application/json: - schema: *854 + schema: *857 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142634,7 +142665,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142700,7 +142731,7 @@ webhooks: required: true content: application/json: - schema: *855 + schema: *858 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142766,7 +142797,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142831,7 +142862,7 @@ webhooks: required: true content: application/json: - schema: *853 + schema: *856 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142896,7 +142927,7 @@ webhooks: required: true content: application/json: - schema: *854 + schema: *857 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142961,7 +142992,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *854 responses: '200': description: Return a 200 status to indicate that the data was received @@ -143026,7 +143057,7 @@ webhooks: required: true content: application/json: - schema: *855 + schema: *858 responses: '200': description: Return a 200 status to indicate that the data was received @@ -143092,7 +143123,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *855 responses: '200': description: Return a 200 status to indicate that the data was received @@ -143159,7 +143190,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *829 + enterprise: *832 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -143837,9 +143868,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - forkee @@ -143985,9 +144016,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pages: description: The pages that were updated. type: array @@ -144025,7 +144056,7 @@ webhooks: - action - sha - html_url - repository: *832 + repository: *835 sender: *4 required: - pages @@ -144101,10 +144132,10 @@ webhooks: type: string enum: - created - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: &857 + organization: *834 + repositories: &860 description: An array of repository objects that the installation can access. type: array @@ -144130,8 +144161,8 @@ webhooks: - name - full_name - private - repository: *832 - requester: *856 + repository: *835 + requester: *859 sender: *4 required: - action @@ -144206,11 +144237,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -144287,11 +144318,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -144368,10 +144399,10 @@ webhooks: type: string enum: - added - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories_added: &858 + organization: *834 + repositories_added: &861 description: An array of repository objects, which were added to the installation. type: array @@ -144417,15 +144448,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *832 - repository_selection: &859 + repository: *835 + repository_selection: &862 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *856 + requester: *859 sender: *4 required: - action @@ -144504,10 +144535,10 @@ webhooks: type: string enum: - removed - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories_added: *858 + organization: *834 + repositories_added: *861 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -144534,9 +144565,9 @@ webhooks: - name - full_name - private - repository: *832 - repository_selection: *859 - requester: *856 + repository: *835 + repository_selection: *862 + requester: *859 sender: *4 required: - action @@ -144615,11 +144646,11 @@ webhooks: type: string enum: - suspend - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -144802,10 +144833,10 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 target_type: type: string @@ -144884,11 +144915,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *829 + enterprise: *832 installation: *20 - organization: *831 - repositories: *857 - repository: *832 + organization: *834 + repositories: *860 + repository: *835 requester: type: - 'null' @@ -145136,8 +145167,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145954,8 +145985,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146316,8 +146347,8 @@ webhooks: - state - locked - assignee - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -146397,7 +146428,7 @@ webhooks: type: string enum: - deleted - comment: &860 + comment: &863 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -146564,8 +146595,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -147378,8 +147409,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147742,8 +147773,8 @@ webhooks: - state - locked - assignee - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -147823,7 +147854,7 @@ webhooks: type: string enum: - edited - changes: &884 + changes: &887 description: The changes to the comment. type: object properties: @@ -147835,9 +147866,9 @@ webhooks: type: string required: - from - comment: *860 - enterprise: *829 - installation: *830 + comment: *863 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148653,8 +148684,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149015,8 +149046,8 @@ webhooks: - state - locked - assignee - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149106,9 +149137,9 @@ webhooks: type: number blocking_issue: *212 blocking_issue_repo: *76 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149197,9 +149228,9 @@ webhooks: type: number blocking_issue: *212 blocking_issue_repo: *76 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149287,9 +149318,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149378,9 +149409,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -149460,10 +149491,10 @@ webhooks: type: string enum: - assigned - assignee: *856 - enterprise: *829 - installation: *830 - issue: &863 + assignee: *859 + enterprise: *832 + installation: *833 + issue: &866 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150275,11 +150306,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150399,8 +150430,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -150480,8 +150511,8 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -151298,11 +151329,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151565,8 +151596,8 @@ webhooks: required: - state - closed_at - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -151645,8 +151676,8 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152454,11 +152485,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152577,8 +152608,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -152657,8 +152688,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153489,11 +153520,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153591,7 +153622,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &861 + milestone: &864 title: Milestone description: A collection of related issues and pull requests. type: object @@ -153734,8 +153765,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -153834,8 +153865,8 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154647,11 +154678,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154771,9 +154802,9 @@ webhooks: - active_lock_reason - body - reactions - label: *850 - organization: *831 - repository: *832 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -154853,8 +154884,8 @@ webhooks: type: string enum: - labeled - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155665,11 +155696,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155789,9 +155820,9 @@ webhooks: - active_lock_reason - body - reactions - label: *850 - organization: *831 - repository: *832 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -155871,8 +155902,8 @@ webhooks: type: string enum: - locked - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156708,11 +156739,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156809,8 +156840,8 @@ webhooks: format: uri user_view_type: type: string - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -156889,8 +156920,8 @@ webhooks: type: string enum: - milestoned - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157720,11 +157751,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157821,9 +157852,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *861 - organization: *831 - repository: *832 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -158715,11 +158746,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159296,8 +159327,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160109,11 +160140,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160232,8 +160263,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -160313,9 +160344,9 @@ webhooks: type: string enum: - pinned - enterprise: *829 - installation: *830 - issue: &862 + enterprise: *832 + installation: *833 + issue: &865 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -161121,11 +161152,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161244,8 +161275,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -161324,8 +161355,8 @@ webhooks: type: string enum: - reopened - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162159,11 +162190,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162261,8 +162292,8 @@ webhooks: user_view_type: type: string type: *358 - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -163151,11 +163182,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163754,11 +163785,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *829 - installation: *830 - issue: *862 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *865 + organization: *834 + repository: *835 sender: *4 required: - action @@ -163838,12 +163869,12 @@ webhooks: type: string enum: - typed - enterprise: *829 - installation: *830 - issue: *863 + enterprise: *832 + installation: *833 + issue: *866 type: *358 - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -163924,7 +163955,7 @@ webhooks: type: string enum: - unassigned - assignee: &887 + assignee: &890 title: User type: - object @@ -163996,11 +164027,11 @@ webhooks: required: - login - id - enterprise: *829 - installation: *830 - issue: *863 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *866 + organization: *834 + repository: *835 sender: *4 required: - action @@ -164079,12 +164110,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *829 - installation: *830 - issue: *863 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *866 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -164164,8 +164195,8 @@ webhooks: type: string enum: - unlocked - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164999,11 +165030,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *767 - issue_dependencies_summary: *768 + sub_issues_summary: *770 + issue_dependencies_summary: *771 issue_field_values: type: array - items: *769 + items: *772 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165100,8 +165131,8 @@ webhooks: format: uri user_view_type: type: string - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165181,11 +165212,11 @@ webhooks: type: string enum: - unpinned - enterprise: *829 - installation: *830 - issue: *862 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + issue: *865 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165264,12 +165295,12 @@ webhooks: type: string enum: - untyped - enterprise: *829 - installation: *830 - issue: *863 + enterprise: *832 + installation: *833 + issue: *866 type: *358 - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165349,11 +165380,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165431,11 +165462,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165545,11 +165576,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - label: *850 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + label: *853 + organization: *834 + repository: *835 sender: *4 required: - action @@ -165631,9 +165662,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: &864 + enterprise: *832 + installation: *833 + marketplace_purchase: &867 title: Marketplace Purchase type: object required: @@ -165721,8 +165752,8 @@ webhooks: type: integer unit_count: type: integer - organization: *831 - previous_marketplace_purchase: &865 + organization: *834 + previous_marketplace_purchase: &868 title: Marketplace Purchase type: object properties: @@ -165806,7 +165837,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *832 + repository: *835 sender: *4 required: - action @@ -165886,10 +165917,10 @@ webhooks: - changed effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: *864 - organization: *831 + enterprise: *832 + installation: *833 + marketplace_purchase: *867 + organization: *834 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165977,7 +166008,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *832 + repository: *835 sender: *4 required: - action @@ -166059,10 +166090,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: *864 - organization: *831 + enterprise: *832 + installation: *833 + marketplace_purchase: *867 + organization: *834 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -166148,7 +166179,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *832 + repository: *835 sender: *4 required: - action @@ -166229,8 +166260,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 marketplace_purchase: title: Marketplace Purchase type: object @@ -166316,9 +166347,9 @@ webhooks: type: integer unit_count: type: integer - organization: *831 - previous_marketplace_purchase: *865 - repository: *832 + organization: *834 + previous_marketplace_purchase: *868 + repository: *835 sender: *4 required: - action @@ -166398,12 +166429,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *829 - installation: *830 - marketplace_purchase: *864 - organization: *831 - previous_marketplace_purchase: *865 - repository: *832 + enterprise: *832 + installation: *833 + marketplace_purchase: *867 + organization: *834 + previous_marketplace_purchase: *868 + repository: *835 sender: *4 required: - action @@ -166505,11 +166536,11 @@ webhooks: type: string required: - to - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 sender: *4 required: - action @@ -166611,11 +166642,11 @@ webhooks: type: - string - 'null' - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 sender: *4 required: - action @@ -166694,11 +166725,11 @@ webhooks: type: string enum: - removed - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 sender: *4 required: - action @@ -166776,11 +166807,11 @@ webhooks: type: string enum: - added - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166858,7 +166889,7 @@ webhooks: required: - login - id - team: &866 + team: &869 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -167088,11 +167119,11 @@ webhooks: type: string enum: - removed - enterprise: *829 - installation: *830 - member: *856 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + member: *859 + organization: *834 + repository: *835 scope: description: The scope of the membership. Currently, can only be `team`. @@ -167171,7 +167202,7 @@ webhooks: required: - login - id - team: *866 + team: *869 required: - action - scope @@ -167253,8 +167284,8 @@ webhooks: type: string enum: - checks_requested - installation: *830 - merge_group: &867 + installation: *833 + merge_group: &870 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -167280,8 +167311,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167367,10 +167398,10 @@ webhooks: - merged - invalidated - dequeued - installation: *830 - merge_group: *867 - organization: *831 - repository: *832 + installation: *833 + merge_group: *870 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167443,7 +167474,7 @@ webhooks: type: string enum: - deleted - enterprise: *829 + enterprise: *832 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -167552,12 +167583,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *830 - organization: *831 + installation: *833 + organization: *834 repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -167637,11 +167668,11 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 - milestone: *861 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167720,9 +167751,9 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - milestone: &868 + enterprise: *832 + installation: *833 + milestone: &871 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167864,8 +167895,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -167944,11 +167975,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - milestone: *861 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168058,11 +168089,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - milestone: *861 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *864 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168142,11 +168173,11 @@ webhooks: type: string enum: - opened - enterprise: *829 - installation: *830 - milestone: *868 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + milestone: *871 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168225,11 +168256,11 @@ webhooks: type: string enum: - blocked - blocked_user: *856 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + blocked_user: *859 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168308,11 +168339,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *856 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + blocked_user: *859 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168388,7 +168419,7 @@ webhooks: enum: - created definition: *144 - enterprise: *829 + enterprise: *832 sender: *4 required: - action @@ -168468,8 +168499,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 sender: *4 required: - action @@ -168542,8 +168573,8 @@ webhooks: enum: - updated definition: *144 - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 sender: *4 required: - action @@ -168615,9 +168646,9 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 new_property_values: type: array @@ -168705,9 +168736,9 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - membership: &869 + enterprise: *832 + installation: *833 + membership: &872 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168817,8 +168848,8 @@ webhooks: - role - organization_url - user - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168896,11 +168927,11 @@ webhooks: type: string enum: - member_added - enterprise: *829 - installation: *830 - membership: *869 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + membership: *872 + organization: *834 + repository: *835 sender: *4 required: - action @@ -168979,8 +169010,8 @@ webhooks: type: string enum: - member_invited - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -169102,10 +169133,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 - user: *856 + user: *859 required: - action - invitation @@ -169183,11 +169214,11 @@ webhooks: type: string enum: - member_removed - enterprise: *829 - installation: *830 - membership: *869 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + membership: *872 + organization: *834 + repository: *835 sender: *4 required: - action @@ -169274,11 +169305,11 @@ webhooks: properties: from: type: string - enterprise: *829 - installation: *830 - membership: *869 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + membership: *872 + organization: *834 + repository: *835 sender: *4 required: - action @@ -169354,9 +169385,9 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 package: description: Information about the package. type: object @@ -169879,7 +169910,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &870 + items: &873 title: Ruby Gems metadata type: object properties: @@ -169976,7 +170007,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -170052,9 +170083,9 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 package: description: Information about the package. type: object @@ -170416,7 +170447,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *870 + items: *873 source_url: type: string format: uri @@ -170487,7 +170518,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -170668,12 +170699,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *829 + enterprise: *832 id: type: integer - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - id @@ -170750,7 +170781,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &871 + personal_access_token_request: &874 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170900,10 +170931,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *829 - organization: *831 + enterprise: *832 + organization: *834 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -170980,11 +171011,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *871 - enterprise: *829 - organization: *831 + personal_access_token_request: *874 + enterprise: *832 + organization: *834 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -171060,11 +171091,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *871 - enterprise: *829 - organization: *831 + personal_access_token_request: *874 + enterprise: *832 + organization: *834 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -171139,11 +171170,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *871 - organization: *831 - enterprise: *829 + personal_access_token_request: *874 + organization: *834 + enterprise: *832 sender: *4 - installation: *830 + installation: *833 required: - action - personal_access_token_request @@ -171248,7 +171279,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *872 + last_response: *875 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -171280,8 +171311,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 zen: description: Random string of GitHub zen. @@ -171526,10 +171557,10 @@ webhooks: - from required: - note - enterprise: *829 - installation: *830 - organization: *831 - project_card: &873 + enterprise: *832 + installation: *833 + organization: *834 + project_card: &876 title: Project Card type: object properties: @@ -171652,7 +171683,7 @@ webhooks: - creator - created_at - updated_at - repository: *832 + repository: *835 sender: *4 required: - action @@ -171733,11 +171764,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - project_card: *873 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_card: *876 + repository: *835 sender: *4 required: - action @@ -171817,9 +171848,9 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 project_card: title: Project Card type: object @@ -171949,7 +171980,7 @@ webhooks: repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -172043,11 +172074,11 @@ webhooks: - from required: - note - enterprise: *829 - installation: *830 - organization: *831 - project_card: *873 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_card: *876 + repository: *835 sender: *4 required: - action @@ -172141,9 +172172,9 @@ webhooks: - from required: - column_id - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 project_card: allOf: - title: Project Card @@ -172340,7 +172371,7 @@ webhooks: type: string required: - after_id - repository: *832 + repository: *835 sender: *4 required: - action @@ -172420,10 +172451,10 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 - organization: *831 - project: &875 + enterprise: *832 + installation: *833 + organization: *834 + project: &878 title: Project type: object properties: @@ -172550,7 +172581,7 @@ webhooks: - creator - created_at - updated_at - repository: *832 + repository: *835 sender: *4 required: - action @@ -172630,10 +172661,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - project_column: &874 + enterprise: *832 + installation: *833 + organization: *834 + project_column: &877 title: Project Column type: object properties: @@ -172673,7 +172704,7 @@ webhooks: - name - created_at - updated_at - repository: *832 + repository: *835 sender: *4 required: - action @@ -172752,14 +172783,14 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - project_column: *874 + enterprise: *832 + installation: *833 + organization: *834 + project_column: *877 repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -172848,11 +172879,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - project_column: *874 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_column: *877 + repository: *835 sender: *4 required: - action @@ -172932,11 +172963,11 @@ webhooks: type: string enum: - moved - enterprise: *829 - installation: *830 - organization: *831 - project_column: *874 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project_column: *877 + repository: *835 sender: *4 required: - action @@ -173016,11 +173047,11 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - project: *875 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 + repository: *835 sender: *4 required: - action @@ -173100,14 +173131,14 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - project: *875 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 repository: anyOf: - type: 'null' - - *832 + - *835 sender: *4 required: - action @@ -173208,11 +173239,11 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - project: *875 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 + repository: *835 sender: *4 required: - action @@ -173291,11 +173322,11 @@ webhooks: type: string enum: - reopened - enterprise: *829 - installation: *830 - organization: *831 - project: *875 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + project: *878 + repository: *835 sender: *4 required: - action @@ -173376,8 +173407,8 @@ webhooks: type: string enum: - closed - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173459,8 +173490,8 @@ webhooks: type: string enum: - created - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173542,8 +173573,8 @@ webhooks: type: string enum: - deleted - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173665,8 +173696,8 @@ webhooks: type: string to: type: string - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -173750,7 +173781,7 @@ webhooks: type: string enum: - archived - changes: &879 + changes: &882 type: object properties: archived_at: @@ -173766,9 +173797,9 @@ webhooks: - string - 'null' format: date-time - installation: *830 - organization: *831 - projects_v2_item: &876 + installation: *833 + organization: *834 + projects_v2_item: &879 title: Projects v2 Item description: An item belonging to a project type: object @@ -173908,9 +173939,9 @@ webhooks: - 'null' to: type: string - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -173992,9 +174023,9 @@ webhooks: type: string enum: - created - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174075,9 +174106,9 @@ webhooks: type: string enum: - deleted - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174182,7 +174213,7 @@ webhooks: oneOf: - type: string - type: integer - - &877 + - &880 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -174206,7 +174237,7 @@ webhooks: required: - id - name - - &878 + - &881 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -174246,8 +174277,8 @@ webhooks: oneOf: - type: string - type: integer - - *877 - - *878 + - *880 + - *881 type: - 'null' - string @@ -174270,9 +174301,9 @@ webhooks: - 'null' required: - body - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174369,9 +174400,9 @@ webhooks: type: - string - 'null' - installation: *830 - organization: *831 - projects_v2_item: *876 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174454,10 +174485,10 @@ webhooks: type: string enum: - restored - changes: *879 - installation: *830 - organization: *831 - projects_v2_item: *876 + changes: *882 + installation: *833 + organization: *834 + projects_v2_item: *879 sender: *4 required: - action @@ -174539,8 +174570,8 @@ webhooks: type: string enum: - reopened - installation: *830 - organization: *831 + installation: *833 + organization: *834 projects_v2: *389 sender: *4 required: @@ -174622,9 +174653,9 @@ webhooks: type: string enum: - created - installation: *830 - organization: *831 - projects_v2_status_update: *880 + installation: *833 + organization: *834 + projects_v2_status_update: *883 sender: *4 required: - action @@ -174705,9 +174736,9 @@ webhooks: type: string enum: - deleted - installation: *830 - organization: *831 - projects_v2_status_update: *880 + installation: *833 + organization: *834 + projects_v2_status_update: *883 sender: *4 required: - action @@ -174853,9 +174884,9 @@ webhooks: - string - 'null' format: date - installation: *830 - organization: *831 - projects_v2_status_update: *880 + installation: *833 + organization: *834 + projects_v2_status_update: *883 sender: *4 required: - action @@ -174926,10 +174957,10 @@ webhooks: title: public event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - repository @@ -175006,13 +175037,13 @@ webhooks: type: string enum: - assigned - assignee: *856 - enterprise: *829 - installation: *830 - number: &881 + assignee: *859 + enterprise: *832 + installation: *833 + number: &884 description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -177361,7 +177392,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -177443,11 +177474,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -179789,7 +179820,7 @@ webhooks: - draft reason: type: string - repository: *832 + repository: *835 sender: *4 required: - action @@ -179871,11 +179902,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -182217,7 +182248,7 @@ webhooks: - draft reason: type: string - repository: *832 + repository: *835 sender: *4 required: - action @@ -182299,13 +182330,13 @@ webhooks: type: string enum: - closed - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: &882 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: &885 allOf: - - *675 + - *678 - type: object properties: allow_auto_merge: @@ -182367,7 +182398,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *832 + repository: *835 sender: *4 required: - action @@ -182448,12 +182479,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -182533,11 +182564,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *829 + enterprise: *832 milestone: *392 - number: *881 - organization: *831 - pull_request: &883 + number: *884 + organization: *834 + pull_request: &886 title: Pull Request type: object properties: @@ -184864,7 +184895,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -184943,11 +184974,11 @@ webhooks: type: string enum: - dequeued - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -187293,7 +187324,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *832 + repository: *835 sender: *4 required: - action @@ -187417,12 +187448,12 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -187502,11 +187533,11 @@ webhooks: type: string enum: - enqueued - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -189837,7 +189868,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -189917,11 +189948,11 @@ webhooks: type: string enum: - labeled - enterprise: *829 - installation: *830 - label: *850 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + label: *853 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -192269,7 +192300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -192350,10 +192381,10 @@ webhooks: type: string enum: - locked - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -194699,7 +194730,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -194779,12 +194810,12 @@ webhooks: type: string enum: - milestoned - enterprise: *829 + enterprise: *832 milestone: *392 - number: *881 - organization: *831 - pull_request: *883 - repository: *832 + number: *884 + organization: *834 + pull_request: *886 + repository: *835 sender: *4 required: - action @@ -194863,12 +194894,12 @@ webhooks: type: string enum: - opened - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -194949,12 +194980,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -195034,12 +195065,12 @@ webhooks: type: string enum: - reopened - enterprise: *829 - installation: *830 - number: *881 - organization: *831 - pull_request: *882 - repository: *832 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 + pull_request: *885 + repository: *835 sender: *4 required: - action @@ -195414,9 +195445,9 @@ webhooks: - start_side - side - reactions - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: type: object properties: @@ -197646,7 +197677,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *832 + repository: *835 sender: *4 required: - action @@ -197726,7 +197757,7 @@ webhooks: type: string enum: - deleted - comment: &885 + comment: &888 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. @@ -198019,9 +198050,9 @@ webhooks: - start_side - side - reactions - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: type: object properties: @@ -200239,7 +200270,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *832 + repository: *835 sender: *4 required: - action @@ -200319,11 +200350,11 @@ webhooks: type: string enum: - edited - changes: *884 - comment: *885 - enterprise: *829 - installation: *830 - organization: *831 + changes: *887 + comment: *888 + enterprise: *832 + installation: *833 + organization: *834 pull_request: type: object properties: @@ -202544,7 +202575,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *832 + repository: *835 sender: *4 required: - action @@ -202625,9 +202656,9 @@ webhooks: type: string enum: - dismissed - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -204860,7 +204891,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 + repository: *835 review: description: The review that was affected. type: object @@ -205111,9 +205142,9 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -207227,8 +207258,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 - review: &886 + repository: *835 + review: &889 description: The review that was affected. type: object properties: @@ -207466,12 +207497,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -209818,7 +209849,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_reviewer: title: User type: @@ -209904,12 +209935,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -212263,7 +212294,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212458,12 +212489,12 @@ webhooks: type: string enum: - review_requested - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -214812,7 +214843,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_reviewer: title: User type: @@ -214899,12 +214930,12 @@ webhooks: type: string enum: - review_requested - enterprise: *829 - installation: *830 + enterprise: *832 + installation: *833 number: description: The pull request number. type: integer - organization: *831 + organization: *834 pull_request: title: Pull Request type: object @@ -217244,7 +217275,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 requested_team: title: Team description: Groups of organization members that gives permissions @@ -217428,9 +217459,9 @@ webhooks: type: string enum: - submitted - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -219666,8 +219697,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 - review: *886 + repository: *835 + review: *889 sender: *4 required: - action @@ -219747,9 +219778,9 @@ webhooks: type: string enum: - resolved - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -221880,7 +221911,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 + repository: *835 sender: *4 thread: type: object @@ -222277,9 +222308,9 @@ webhooks: type: string enum: - unresolved - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 pull_request: title: Simple Pull Request type: object @@ -224393,7 +224424,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *832 + repository: *835 sender: *4 thread: type: object @@ -224792,10 +224823,10 @@ webhooks: type: string before: type: string - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -227130,7 +227161,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -227212,11 +227243,11 @@ webhooks: type: string enum: - unassigned - assignee: *887 - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + assignee: *890 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -229566,7 +229597,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -229645,11 +229676,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *829 - installation: *830 - label: *850 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + label: *853 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -231988,7 +232019,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -232069,10 +232100,10 @@ webhooks: type: string enum: - unlocked - enterprise: *829 - installation: *830 - number: *881 - organization: *831 + enterprise: *832 + installation: *833 + number: *884 + organization: *834 pull_request: title: Pull Request type: object @@ -234401,7 +234432,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *832 + repository: *835 sender: *4 required: - action @@ -234604,7 +234635,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *829 + enterprise: *832 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -234699,8 +234730,8 @@ webhooks: - url - author - committer - installation: *830 - organization: *831 + installation: *833 + organization: *834 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -235288,9 +235319,9 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 registry_package: type: object properties: @@ -235767,7 +235798,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *870 + items: *873 summary: type: string tag_name: @@ -235823,7 +235854,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -235901,9 +235932,9 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 registry_package: type: object properties: @@ -236215,7 +236246,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *870 + items: *873 summary: type: string tag_name: @@ -236265,7 +236296,7 @@ webhooks: - owner - package_version - registry - repository: *832 + repository: *835 sender: *4 required: - action @@ -236342,10 +236373,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - release: &888 + enterprise: *832 + installation: *833 + organization: *834 + release: &891 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -236676,7 +236707,7 @@ webhooks: - updated_at - zipball_url - body - repository: *832 + repository: *835 sender: *4 required: - action @@ -236753,11 +236784,11 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - release: *888 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *891 + repository: *835 sender: *4 required: - action @@ -236874,11 +236905,11 @@ webhooks: type: boolean required: - to - enterprise: *829 - installation: *830 - organization: *831 - release: *888 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *891 + repository: *835 sender: *4 required: - action @@ -236956,9 +236987,9 @@ webhooks: type: string enum: - prereleased - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -237294,7 +237325,7 @@ webhooks: - string - 'null' format: uri - repository: *832 + repository: *835 sender: *4 required: - action @@ -237370,10 +237401,10 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 - release: &889 + enterprise: *832 + installation: *833 + organization: *834 + release: &892 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -237706,7 +237737,7 @@ webhooks: - string - 'null' format: uri - repository: *832 + repository: *835 sender: *4 required: - action @@ -237782,11 +237813,11 @@ webhooks: type: string enum: - released - enterprise: *829 - installation: *830 - organization: *831 - release: *888 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *891 + repository: *835 sender: *4 required: - action @@ -237862,11 +237893,11 @@ webhooks: type: string enum: - unpublished - enterprise: *829 - installation: *830 - organization: *831 - release: *889 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + release: *892 + repository: *835 sender: *4 required: - action @@ -237942,11 +237973,11 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - repository_advisory: *727 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + repository_advisory: *730 sender: *4 required: - action @@ -238022,11 +238053,11 @@ webhooks: type: string enum: - reported - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - repository_advisory: *727 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + repository_advisory: *730 sender: *4 required: - action @@ -238102,10 +238133,10 @@ webhooks: type: string enum: - archived - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238182,10 +238213,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238263,10 +238294,10 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238351,10 +238382,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238469,10 +238500,10 @@ webhooks: - 'null' items: type: string - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238544,10 +238575,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 status: type: string @@ -238628,10 +238659,10 @@ webhooks: type: string enum: - privatized - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238708,10 +238739,10 @@ webhooks: type: string enum: - publicized - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238805,10 +238836,10 @@ webhooks: - name required: - repository - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -238888,10 +238919,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 repository_ruleset: *184 sender: *4 required: @@ -238970,10 +239001,10 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 repository_ruleset: *184 sender: *4 required: @@ -239052,10 +239083,10 @@ webhooks: type: string enum: - edited - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 repository_ruleset: *184 changes: type: object @@ -239117,16 +239148,16 @@ webhooks: properties: added: type: array - items: *695 + items: *698 deleted: type: array - items: *695 + items: *698 updated: type: array items: type: object properties: - rule: *695 + rule: *698 changes: type: object properties: @@ -239363,10 +239394,10 @@ webhooks: - from required: - owner - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239444,10 +239475,10 @@ webhooks: type: string enum: - unarchived - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239525,7 +239556,7 @@ webhooks: type: string enum: - create - alert: &890 + alert: &893 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -239649,10 +239680,10 @@ webhooks: type: string enum: - open - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239862,10 +239893,10 @@ webhooks: type: string enum: - dismissed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -239943,11 +239974,11 @@ webhooks: type: string enum: - reopen - alert: *890 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *893 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240149,10 +240180,10 @@ webhooks: enum: - fixed - open - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240230,7 +240261,7 @@ webhooks: type: string enum: - assigned - alert: &891 + alert: &894 type: object properties: number: *123 @@ -240345,10 +240376,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240426,11 +240457,11 @@ webhooks: type: string enum: - created - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240511,11 +240542,11 @@ webhooks: type: string enum: - created - alert: *891 - installation: *830 - location: *892 - organization: *831 - repository: *832 + alert: *894 + installation: *833 + location: *895 + organization: *834 + repository: *835 sender: *4 required: - location @@ -240753,11 +240784,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240835,11 +240866,11 @@ webhooks: type: string enum: - reopened - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240917,11 +240948,11 @@ webhooks: type: string enum: - resolved - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -240999,12 +241030,12 @@ webhooks: type: string enum: - unassigned - alert: *891 + alert: *894 assignee: *4 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -241082,11 +241113,11 @@ webhooks: type: string enum: - validated - alert: *891 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + alert: *894 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -241216,10 +241247,10 @@ webhooks: - organization - enterprise - - repository: *832 - enterprise: *829 - installation: *830 - organization: *831 + repository: *835 + enterprise: *832 + installation: *833 + organization: *834 sender: *4 required: - action @@ -241297,11 +241328,11 @@ webhooks: type: string enum: - published - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - security_advisory: &893 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + security_advisory: &896 description: The details of the security advisory, including summary, description, and severity. type: object @@ -241487,11 +241518,11 @@ webhooks: type: string enum: - updated - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 - security_advisory: *893 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 + security_advisory: *896 sender: *4 required: - action @@ -241564,10 +241595,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -241754,9 +241785,9 @@ webhooks: type: object properties: security_and_analysis: *402 - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: *453 sender: *4 required: @@ -241835,12 +241866,12 @@ webhooks: type: string enum: - cancelled - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: &894 + sponsorship: &897 type: object properties: created_at: @@ -242145,12 +242176,12 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - sponsorship @@ -242238,12 +242269,12 @@ webhooks: type: string required: - from - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - changes @@ -242320,17 +242351,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &895 + effective_date: &898 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: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - sponsorship @@ -242404,7 +242435,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &896 + changes: &899 type: object properties: tier: @@ -242448,13 +242479,13 @@ webhooks: - from required: - tier - effective_date: *895 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + effective_date: *898 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - changes @@ -242531,13 +242562,13 @@ webhooks: type: string enum: - tier_changed - changes: *896 - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + changes: *899 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - sponsorship: *894 + sponsorship: *897 required: - action - changes @@ -242611,10 +242642,10 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242698,10 +242729,10 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -243135,15 +243166,15 @@ webhooks: type: - string - 'null' - enterprise: *829 + enterprise: *832 id: description: The unique identifier of the status. type: integer - installation: *830 + installation: *833 name: type: string - organization: *831 - repository: *832 + organization: *834 + repository: *835 sender: *4 sha: description: The Commit SHA. @@ -243259,9 +243290,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243351,9 +243382,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243443,9 +243474,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243535,9 +243566,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *212 - installation: *830 - organization: *831 - repository: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -243614,12 +243645,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - team: &897 + team: &900 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -243849,9 +243880,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -244321,7 +244352,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -244397,9 +244428,9 @@ webhooks: type: string enum: - created - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -244869,7 +244900,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -244946,9 +244977,9 @@ webhooks: type: string enum: - deleted - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -245418,7 +245449,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -245562,9 +245593,9 @@ webhooks: - from required: - permissions - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -246034,7 +246065,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - changes @@ -246112,9 +246143,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *829 - installation: *830 - organization: *831 + enterprise: *832 + installation: *833 + organization: *834 repository: title: Repository description: A git repository @@ -246584,7 +246615,7 @@ webhooks: - topics - visibility sender: *4 - team: *897 + team: *900 required: - action - team @@ -246660,10 +246691,10 @@ webhooks: type: string enum: - started - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 required: - action @@ -246736,17 +246767,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *829 + enterprise: *832 inputs: type: - object - 'null' additionalProperties: true - installation: *830 - organization: *831 + installation: *833 + organization: *834 ref: type: string - repository: *832 + repository: *835 sender: *4 workflow: type: string @@ -246828,10 +246859,10 @@ webhooks: type: string enum: - completed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: allOf: @@ -247087,7 +247118,7 @@ webhooks: type: string required: - conclusion - deployment: *582 + deployment: *585 required: - action - repository @@ -247166,10 +247197,10 @@ webhooks: type: string enum: - in_progress - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: allOf: @@ -247451,7 +247482,7 @@ webhooks: required: - status - steps - deployment: *582 + deployment: *585 required: - action - repository @@ -247530,10 +247561,10 @@ webhooks: type: string enum: - queued - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: type: object @@ -247679,7 +247710,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *582 + deployment: *585 required: - action - repository @@ -247758,10 +247789,10 @@ webhooks: type: string enum: - waiting - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 workflow_job: type: object @@ -247908,7 +247939,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *582 + deployment: *585 required: - action - repository @@ -247988,12 +248019,12 @@ webhooks: type: string enum: - completed - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Workflow Run type: object @@ -249012,12 +249043,12 @@ webhooks: type: string enum: - in_progress - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Workflow Run type: object @@ -250021,12 +250052,12 @@ webhooks: type: string enum: - requested - enterprise: *829 - installation: *830 - organization: *831 - repository: *832 + enterprise: *832 + installation: *833 + organization: *834 + repository: *835 sender: *4 - workflow: *846 + workflow: *849 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index de6ab1b76..8df322bae 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -53296,7 +53296,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -148897,6 +148897,62 @@ } } }, + "code-scanning-alert-instance-state": { + "type": [ + "string", + "null" + ], + "description": "State of a code scanning alert instance.", + "enum": [ + "open", + "fixed", + null + ] + }, + "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-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index e6f70f33b..165d8bcaf 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -38410,7 +38410,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" @@ -107812,6 +107812,46 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: + - string + - 'null' + description: State of a code scanning alert instance. + 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-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index de6ab1b76..8df322bae 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -53296,7 +53296,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -148897,6 +148897,62 @@ } } }, + "code-scanning-alert-instance-state": { + "type": [ + "string", + "null" + ], + "description": "State of a code scanning alert instance.", + "enum": [ + "open", + "fixed", + null + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}