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 32224c8d26..05091a76e6 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 8115b2ff52..45ce4d9e9b 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 32224c8d26..05091a76e6 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 8115b2ff52..45ce4d9e9b 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 a8ef69ba86..bbb0494e3b 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 3d0e20b60c..63df0bd620 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 a8ef69ba86..bbb0494e3b 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 3d0e20b60c..63df0bd620 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 09f9749b2a..84e81d2d87 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 0569e11052..4affed69b5 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 09f9749b2a..84e81d2d87 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 0569e11052..4affed69b5 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 de6ab1b762..8df322bae8 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 e6f70f33bb..165d8bcaff 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 de6ab1b762..8df322bae8 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", + "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.yaml b/descriptions-next/ghec/ghec.yaml index e6f70f33bb..165d8bcaff 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 6e9c72a18b..c71632a423 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -312256,10 +312256,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 018bbd7bf7..090c515991 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -4664,7 +4664,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &531 + schema: &534 title: Scim Error description: Scim Error type: object @@ -12838,13 +12838,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: &384 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: &384 + category: &385 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -12858,7 +12858,7 @@ paths: properties: text: type: string - location: + location: &386 type: object description: Describe a region within a file for the alert. properties: @@ -12879,7 +12879,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: &387 type: - string - 'null' @@ -13712,7 +13712,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 - - &403 + - &406 name: has in: query description: |- @@ -13837,7 +13837,7 @@ paths: - development - runtime - - security_advisory: &404 + security_advisory: &407 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14072,7 +14072,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &405 + auto_dismissed_at: &408 type: - string - 'null' @@ -14080,7 +14080,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &406 + dismissal_request: &409 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -14554,14 +14554,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &522 + state: &525 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: &523 + resolution: &526 type: - string - 'null' @@ -15448,7 +15448,7 @@ paths: timeline_url: type: string format: uri - type: &558 + type: &561 title: Issue Type description: The type of issue. type: @@ -15559,7 +15559,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &555 + sub_issues_summary: &558 title: Sub-issues Summary type: object properties: @@ -15580,7 +15580,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &556 + issue_dependencies_summary: &559 title: Issue Dependencies Summary type: object properties: @@ -15599,7 +15599,7 @@ paths: - total_blocking issue_field_values: type: array - items: &557 + items: &560 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15766,7 +15766,7 @@ paths: action: type: string issue: *105 - comment: &447 + comment: &450 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16467,7 +16467,7 @@ paths: - review_comment - self author_association: *106 - auto_merge: &395 + auto_merge: &398 title: Auto merge description: The status of auto merging a pull request. type: @@ -16950,7 +16950,7 @@ paths: type: string release: allOf: - - &500 + - &503 title: Release description: A release. type: object @@ -17032,7 +17032,7 @@ paths: author: *17 assets: type: array - items: &501 + items: &504 title: Release Asset description: Data related to a release. type: object @@ -17624,7 +17624,7 @@ paths: url: type: string format: uri - user: &573 + user: &576 title: Public User description: Public User type: object @@ -22414,7 +22414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &474 + - &477 name: all description: If `true`, show notifications marked as read. in: query @@ -22422,7 +22422,7 @@ paths: schema: type: boolean default: false - - &475 + - &478 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22432,7 +22432,7 @@ paths: type: boolean default: false - *113 - - &476 + - &479 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: @@ -22938,7 +22938,7 @@ paths: - url - subscription_url examples: - default: &477 + default: &480 value: - id: '1' repository: @@ -23491,7 +23491,7 @@ paths: type: array items: *68 examples: - default: &582 + default: &585 value: - login: github id: 1 @@ -24714,7 +24714,7 @@ paths: type: array items: *82 examples: - default: &579 + default: &582 value: total_count: 1 repositories: @@ -28161,7 +28161,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &412 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -28180,7 +28180,7 @@ paths: - key_id - key examples: - default: &410 + default: &413 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29615,7 +29615,7 @@ paths: application/json: schema: *37 examples: - default: &444 + default: &447 value: id: 1 account: @@ -32342,7 +32342,7 @@ paths: - nuget - container - *134 - - &583 + - &586 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32383,7 +32383,7 @@ paths: default: *215 '403': *41 '401': *39 - '400': &585 + '400': &588 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -36043,7 +36043,7 @@ paths: - *134 - *4 - *5 - - &508 + - &511 name: targets description: | A comma-separated list of rule targets to filter by. @@ -36322,7 +36322,7 @@ paths: - object rules: type: array - items: &509 + items: &512 title: Repository Rule type: object description: A repository rule. @@ -37068,7 +37068,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *134 - - &510 + - &513 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -37081,7 +37081,7 @@ paths: in: query schema: type: string - - &511 + - &514 name: time_period description: |- The time period to filter by. @@ -37097,14 +37097,14 @@ paths: - week - month default: day - - &512 + - &515 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 - - &513 + - &516 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -37124,7 +37124,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &517 title: Rule Suites description: Response type: array @@ -37179,7 +37179,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &515 + default: &518 value: - id: 21 actor_id: 12 @@ -37223,7 +37223,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *134 - - &516 + - &519 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37239,7 +37239,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &520 title: Rule Suite description: Response type: object @@ -37344,7 +37344,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &518 + default: &521 value: id: 21 actor_id: 12 @@ -37562,7 +37562,7 @@ paths: - *9 - *5 - *4 - - &520 + - &523 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -37572,7 +37572,7 @@ paths: required: false schema: type: string - - &521 + - &524 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -38685,7 +38685,7 @@ paths: - updated_at - url examples: - default: &563 + default: &566 value: - author: login: octocat @@ -38933,7 +38933,7 @@ paths: application/json: schema: *277 examples: - default: &564 + default: &567 value: author: login: octocat @@ -39124,7 +39124,7 @@ paths: - updated_at - url examples: - default: &565 + default: &568 value: - author: login: octocat @@ -39350,7 +39350,7 @@ paths: application/json: schema: *280 examples: - default: &566 + default: &569 value: author: login: octocat @@ -40030,7 +40030,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &567 + response-if-user-is-a-team-maintainer: &570 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40095,7 +40095,7 @@ paths: application/json: schema: *291 examples: - response-if-users-membership-with-team-is-now-pending: &568 + response-if-users-membership-with-team-is-now-pending: &571 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40237,7 +40237,7 @@ paths: - updated_at - permissions examples: - default: &569 + default: &572 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40316,7 +40316,7 @@ paths: application/json: schema: *292 examples: - default: &570 + default: &573 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40527,7 +40527,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &571 + schema: &574 title: Team Repository description: A team's access to a repository. type: object @@ -41256,7 +41256,7 @@ paths: type: array items: *296 examples: - response-if-child-teams-exist: &572 + response-if-child-teams-exist: &575 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47446,7 +47446,7 @@ paths: items: type: object properties: - type: &418 + type: &421 type: string description: The type of reviewer. enum: @@ -47584,7 +47584,7 @@ paths: application/json: schema: type: array - items: &413 + items: &416 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -47696,7 +47696,7 @@ paths: - created_at - updated_at examples: - default: &414 + default: &417 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47936,7 +47936,7 @@ paths: application/json: schema: *331 examples: - default: &431 + default: &434 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48155,7 +48155,7 @@ paths: application/json: schema: *335 examples: - default: &432 + default: &435 value: name: USERNAME value: octocat @@ -49595,7 +49595,7 @@ paths: properties: name: type: string - commit: &391 + commit: &394 title: Commit description: Commit type: object @@ -49680,7 +49680,7 @@ paths: required: - sha - url - verification: &438 + verification: &441 title: Verification type: object properties: @@ -49755,7 +49755,7 @@ paths: type: integer files: type: array - items: &400 + items: &403 title: Diff Entry description: Diff Entry type: object @@ -52907,7 +52907,7 @@ paths: check. type: array items: *363 - deployment: &608 + deployment: &611 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -54545,14 +54545,14 @@ paths: - *294 - *295 - *370 - - &397 + - &400 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &398 + - &401 name: status description: Returns check runs with the specified `status`. in: query @@ -54593,7 +54593,7 @@ paths: type: array items: *364 examples: - default: &399 + default: &402 value: total_count: 1 check_runs: @@ -55268,7 +55268,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &387 + '403': &390 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -55308,7 +55308,38 @@ paths: application/json: schema: type: array - items: *378 + items: + type: object + properties: + ref: *371 + analysis_key: *383 + environment: *384 + category: *385 + 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: *386 + 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: *387 examples: default: value: @@ -55398,7 +55429,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &385 + schema: &388 type: string description: An identifier for the upload. examples: @@ -55420,11 +55451,11 @@ paths: application/json: schema: type: array - items: &386 + items: &389 type: object properties: ref: *371 - commit_sha: &388 + commit_sha: &391 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -55436,7 +55467,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *384 + category: *385 error: type: string examples: @@ -55461,7 +55492,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *385 + sarif_id: *388 tool: *377 deletable: type: boolean @@ -55574,7 +55605,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *389 examples: response: summary: application/json response @@ -55767,7 +55798,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *32 - '403': *387 + '403': *390 '404': *24 '503': *102 x-github: @@ -55949,7 +55980,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *387 + '403': *390 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -56029,7 +56060,7 @@ paths: schema: type: object properties: - commit_sha: *388 + commit_sha: *391 ref: type: string description: |- @@ -56084,7 +56115,7 @@ paths: schema: type: object properties: - id: *385 + id: *388 url: type: string description: The REST API URL for checking the status of the upload. @@ -56098,7 +56129,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *387 + '403': *390 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -56366,7 +56397,7 @@ paths: application/json: schema: type: array - items: &389 + items: &392 title: Collaborator description: Collaborator type: object @@ -56722,7 +56753,7 @@ paths: user: anyOf: - type: 'null' - - *389 + - *392 required: - permission - role_name @@ -56787,7 +56818,7 @@ paths: application/json: schema: type: array - items: &390 + items: &393 title: Commit Comment description: Commit Comment type: object @@ -56845,7 +56876,7 @@ paths: - created_at - updated_at examples: - default: &393 + default: &396 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -56912,9 +56943,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *393 examples: - default: &394 + default: &397 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -56995,7 +57026,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *393 examples: default: value: @@ -57294,9 +57325,9 @@ paths: application/json: schema: type: array - items: *391 + items: *394 examples: - default: &493 + default: &496 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -57391,7 +57422,7 @@ paths: parameters: - *294 - *295 - - &392 + - &395 name: commit_sha description: The SHA of the commit. in: path @@ -57465,7 +57496,7 @@ paths: parameters: - *294 - *295 - - *392 + - *395 - *4 - *5 responses: @@ -57475,9 +57506,9 @@ paths: application/json: schema: type: array - items: *390 + items: *393 examples: - default: *393 + default: *396 headers: Link: *6 x-github: @@ -57507,7 +57538,7 @@ paths: parameters: - *294 - *295 - - *392 + - *395 requestBody: required: true content: @@ -57542,9 +57573,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *393 examples: - default: *394 + default: *397 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57574,7 +57605,7 @@ paths: parameters: - *294 - *295 - - *392 + - *395 - *4 - *5 responses: @@ -57584,7 +57615,7 @@ paths: application/json: schema: type: array - items: &485 + items: &488 title: Pull Request Simple description: Pull Request Simple type: object @@ -57821,7 +57852,7 @@ paths: - review_comment - self author_association: *106 - auto_merge: *395 + auto_merge: *398 draft: description: Indicates whether or not the pull request is a draft. @@ -57861,7 +57892,7 @@ paths: - author_association - auto_merge examples: - default: &486 + default: &489 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -58402,7 +58433,7 @@ paths: - *295 - *5 - *4 - - &396 + - &399 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)" @@ -58417,9 +58448,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *394 examples: - default: &471 + default: &474 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58531,9 +58562,9 @@ paths: parameters: - *294 - *295 - - *396 - - *397 - - *398 + - *399 + - *400 + - *401 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -58569,7 +58600,7 @@ paths: type: array items: *364 examples: - default: *399 + default: *402 headers: Link: *6 x-github: @@ -58596,7 +58627,7 @@ paths: parameters: - *294 - *295 - - *396 + - *399 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -58604,7 +58635,7 @@ paths: schema: type: integer example: 1 - - *397 + - *400 - *4 - *5 responses: @@ -58824,7 +58855,7 @@ paths: parameters: - *294 - *295 - - *396 + - *399 - *4 - *5 responses: @@ -59028,7 +59059,7 @@ paths: parameters: - *294 - *295 - - *396 + - *399 - *4 - *5 responses: @@ -59038,7 +59069,7 @@ paths: application/json: schema: type: array - items: &526 + items: &529 title: Status description: The status of a commit. type: object @@ -59236,8 +59267,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *391 - merge_base_commit: *391 + base_commit: *394 + merge_base_commit: *394 status: type: string enum: @@ -59261,10 +59292,10 @@ paths: - 6 commits: type: array - items: *391 + items: *394 files: type: array - items: *400 + items: *403 required: - url - html_url @@ -59697,7 +59728,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &401 + response-if-content-is-a-file: &404 summary: Response if content is a file value: type: file @@ -59834,7 +59865,7 @@ paths: - size - type - url - - &498 + - &501 title: Content File description: Content File type: object @@ -60052,7 +60083,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *401 + response-if-content-is-a-file: *404 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -60121,7 +60152,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &502 + '302': &505 description: Found '304': *40 x-github: @@ -60241,7 +60272,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &405 title: File Commit description: File Commit type: object @@ -60390,7 +60421,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *405 examples: example-for-creating-a-file: value: @@ -60441,7 +60472,7 @@ paths: schema: oneOf: - *22 - - &433 + - &436 description: Repository rule violation was detected type: object properties: @@ -60556,7 +60587,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *405 examples: default: value: @@ -60745,7 +60776,7 @@ paths: schema: type: string - *189 - - *403 + - *406 - *190 - *191 - *9 @@ -60776,7 +60807,7 @@ paths: application/json: schema: type: array - items: &407 + items: &410 type: object description: A Dependabot alert. properties: @@ -60811,7 +60842,7 @@ paths: - development - runtime - - security_advisory: *404 + security_advisory: *407 security_vulnerability: *94 url: *95 html_url: *96 @@ -60842,8 +60873,8 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *405 - dismissal_request: *406 + auto_dismissed_at: *408 + dismissal_request: *409 required: - number - state @@ -61072,7 +61103,7 @@ paths: parameters: - *294 - *295 - - &408 + - &411 name: alert_number in: path description: |- @@ -61087,7 +61118,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *410 examples: default: value: @@ -61193,7 +61224,7 @@ paths: parameters: - *294 - *295 - - *408 + - *411 requestBody: required: true content: @@ -61238,7 +61269,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *410 examples: default: value: @@ -61386,7 +61417,7 @@ paths: type: integer secrets: type: array - items: &411 + items: &414 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -61447,9 +61478,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *412 examples: - default: *410 + default: *413 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61477,7 +61508,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *414 examples: default: value: @@ -62087,7 +62118,7 @@ paths: - version - url additionalProperties: false - metadata: &412 + metadata: &415 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -62126,7 +62157,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *412 + metadata: *415 resolved: type: object description: A collection of resolved package dependencies. @@ -62140,7 +62171,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *412 + metadata: *415 relationship: type: string description: A notation of whether a dependency is requested @@ -62315,9 +62346,9 @@ paths: application/json: schema: type: array - items: *413 + items: *416 examples: - default: *414 + default: *417 headers: Link: *6 x-github: @@ -62466,7 +62497,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *416 examples: simple-example: summary: Simple example @@ -62541,7 +62572,7 @@ paths: parameters: - *294 - *295 - - &415 + - &418 name: deployment_id description: deployment_id parameter in: path @@ -62553,7 +62584,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *416 examples: default: value: @@ -62620,7 +62651,7 @@ paths: parameters: - *294 - *295 - - *415 + - *418 responses: '204': description: Response @@ -62644,7 +62675,7 @@ paths: parameters: - *294 - *295 - - *415 + - *418 - *4 - *5 responses: @@ -62654,7 +62685,7 @@ paths: application/json: schema: type: array - items: &416 + items: &419 title: Deployment Status description: The status of a deployment. type: object @@ -62820,7 +62851,7 @@ paths: parameters: - *294 - *295 - - *415 + - *418 requestBody: required: true content: @@ -62895,9 +62926,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *419 examples: - default: &417 + default: &420 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -62955,7 +62986,7 @@ paths: parameters: - *294 - *295 - - *415 + - *418 - name: status_id in: path required: true @@ -62966,9 +62997,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *419 examples: - default: *417 + default: *420 '404': *24 x-github: githubCloudOnly: false @@ -63070,7 +63101,7 @@ paths: - 5 environments: type: array - items: &419 + items: &422 title: Environment description: Details of a deployment environment type: object @@ -63132,7 +63163,7 @@ paths: type: string examples: - wait_timer - wait_timer: &421 + wait_timer: &424 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -63174,7 +63205,7 @@ paths: items: type: object properties: - type: *418 + type: *421 reviewer: anyOf: - *17 @@ -63201,7 +63232,7 @@ paths: - id - node_id - type - deployment_branch_policy: &422 + deployment_branch_policy: &425 type: - object - 'null' @@ -63319,7 +63350,7 @@ paths: parameters: - *294 - *295 - - &420 + - &423 name: environment_name in: path required: true @@ -63332,9 +63363,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *422 examples: - default: &423 + default: &426 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -63419,7 +63450,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 requestBody: required: false content: @@ -63429,7 +63460,7 @@ paths: - object - 'null' properties: - wait_timer: *421 + wait_timer: *424 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -63448,14 +63479,14 @@ paths: items: type: object properties: - type: *418 + type: *421 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *422 + deployment_branch_policy: *425 additionalProperties: false examples: default: @@ -63475,9 +63506,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *422 examples: - default: *423 + default: *426 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -63503,7 +63534,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 responses: '204': description: Default response @@ -63530,7 +63561,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *4 - *5 responses: @@ -63549,7 +63580,7 @@ paths: - 2 branch_policies: type: array - items: &424 + items: &427 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -63612,7 +63643,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 requestBody: required: true content: @@ -63660,9 +63691,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *427 examples: - example-wildcard: &425 + example-wildcard: &428 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -63706,8 +63737,8 @@ paths: parameters: - *294 - *295 - - *420 - - &426 + - *423 + - &429 name: branch_policy_id in: path required: true @@ -63719,9 +63750,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *427 examples: - default: *425 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63742,8 +63773,8 @@ paths: parameters: - *294 - *295 - - *420 - - *426 + - *423 + - *429 requestBody: required: true content: @@ -63772,9 +63803,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *427 examples: - default: *425 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63795,8 +63826,8 @@ paths: parameters: - *294 - *295 - - *420 - - *426 + - *423 + - *429 responses: '204': description: Response @@ -63821,7 +63852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *420 + - *423 - *295 - *294 responses: @@ -63840,7 +63871,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &427 + items: &430 title: Deployment protection rule description: Deployment protection rule type: object @@ -63862,7 +63893,7 @@ paths: for the environment. examples: - true - app: &428 + app: &431 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -63965,7 +63996,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *420 + - *423 - *295 - *294 requestBody: @@ -63988,9 +64019,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *427 + schema: *430 examples: - default: &429 + default: &432 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -64025,7 +64056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *420 + - *423 - *295 - *294 - *5 @@ -64047,7 +64078,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *428 + items: *431 examples: default: value: @@ -64084,8 +64115,8 @@ paths: parameters: - *294 - *295 - - *420 - - &430 + - *423 + - &433 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -64097,9 +64128,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *430 examples: - default: *429 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64120,10 +64151,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *420 + - *423 - *295 - *294 - - *430 + - *433 responses: '204': description: Response @@ -64151,7 +64182,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *4 - *5 responses: @@ -64198,7 +64229,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 responses: '200': description: Response @@ -64230,7 +64261,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *162 responses: '200': @@ -64239,7 +64270,7 @@ paths: application/json: schema: *331 examples: - default: *431 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64263,7 +64294,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *162 requestBody: required: true @@ -64323,7 +64354,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *162 responses: '204': @@ -64351,7 +64382,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *318 - *5 responses: @@ -64396,7 +64427,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 requestBody: required: true content: @@ -64450,7 +64481,7 @@ paths: parameters: - *294 - *295 - - *420 + - *423 - *165 responses: '200': @@ -64459,7 +64490,7 @@ paths: application/json: schema: *335 examples: - default: *432 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64483,7 +64514,7 @@ paths: - *294 - *295 - *165 - - *420 + - *423 requestBody: required: true content: @@ -64528,7 +64559,7 @@ paths: - *294 - *295 - *165 - - *420 + - *423 responses: '204': description: Response @@ -64907,7 +64938,7 @@ paths: schema: oneOf: - *137 - - *433 + - *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65143,7 +65174,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &437 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -65364,13 +65395,13 @@ paths: parameters: - *294 - *295 - - *392 + - *395 responses: '200': description: Response content: application/json: - schema: *434 + schema: *437 examples: default: value: @@ -65425,7 +65456,7 @@ paths: parameters: - *294 - *295 - - &435 + - &438 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. @@ -65442,7 +65473,7 @@ paths: application/json: schema: type: array - items: &436 + items: &439 title: Git Reference description: Git references within a repository type: object @@ -65520,15 +65551,15 @@ paths: parameters: - *294 - *295 - - *435 + - *438 responses: '200': description: Response content: application/json: - schema: *436 + schema: *439 examples: - default: &437 + default: &440 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -65587,9 +65618,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *439 examples: - default: *437 + default: *440 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -65617,7 +65648,7 @@ paths: parameters: - *294 - *295 - - *435 + - *438 requestBody: required: true content: @@ -65646,9 +65677,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *439 examples: - default: *437 + default: *440 '422': *33 '409': *139 x-github: @@ -65668,7 +65699,7 @@ paths: parameters: - *294 - *295 - - *435 + - *438 responses: '204': description: Response @@ -65791,7 +65822,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &442 title: Git Tag description: Metadata for a Git tag type: object @@ -65847,7 +65878,7 @@ paths: - sha - type - url - verification: *438 + verification: *441 required: - sha - url @@ -65857,7 +65888,7 @@ paths: - tag - message examples: - default: &440 + default: &443 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -65939,9 +65970,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *442 examples: - default: *440 + default: *443 '404': *24 '409': *139 x-github: @@ -66040,7 +66071,7 @@ paths: description: Response content: application/json: - schema: &441 + schema: &444 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -66166,7 +66197,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *444 examples: default-response: summary: Default response @@ -66236,7 +66267,7 @@ paths: application/json: schema: type: array - items: &442 + items: &445 title: Webhook description: Webhooks for repositories. type: object @@ -66299,7 +66330,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &636 + last_response: &639 title: Hook Response type: object properties: @@ -66430,9 +66461,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *445 examples: - default: &443 + default: &446 value: type: Repository id: 12345678 @@ -66488,9 +66519,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *445 examples: - default: *443 + default: *446 '404': *24 x-github: githubCloudOnly: false @@ -66557,9 +66588,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *445 examples: - default: *443 + default: *446 '422': *33 '404': *24 x-github: @@ -66831,7 +66862,7 @@ paths: application/json: schema: *37 examples: - default: *444 + default: *447 '301': *306 '404': *24 x-github: @@ -66862,7 +66893,7 @@ paths: application/json: schema: type: array - items: &445 + items: &448 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66924,7 +66955,7 @@ paths: - html_url - created_at examples: - default: &587 + default: &590 value: - id: 1 repository: @@ -67057,7 +67088,7 @@ paths: parameters: - *294 - *295 - - &446 + - &449 name: invitation_id description: The unique identifier of the invitation. in: path @@ -67092,7 +67123,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *448 examples: default: value: @@ -67225,7 +67256,7 @@ paths: parameters: - *294 - *295 - - *446 + - *449 responses: '204': description: Response @@ -67600,7 +67631,7 @@ paths: application/json: schema: *105 examples: - default: &450 + default: &453 value: id: 1 node_id: MDU6SXNzdWUx @@ -67786,7 +67817,7 @@ paths: parameters: - *294 - *295 - - &491 + - &494 name: sort description: The property to sort the results by. in: query @@ -67816,9 +67847,9 @@ paths: application/json: schema: type: array - items: *447 + items: *450 examples: - default: &452 + default: &455 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -67884,9 +67915,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: &448 + default: &451 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -67964,9 +67995,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '422': *33 x-github: githubCloudOnly: false @@ -68156,7 +68187,7 @@ paths: application/json: schema: type: array - items: &449 + items: &452 title: Issue Event description: Issue Event type: object @@ -68507,7 +68538,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: default: value: @@ -68735,7 +68766,7 @@ paths: parameters: - *294 - *295 - - &451 + - &454 name: issue_number description: The number that identifies the issue. in: path @@ -68749,7 +68780,7 @@ paths: application/json: schema: *105 examples: - default: *450 + default: *453 '301': *306 '404': *24 '410': *233 @@ -68779,7 +68810,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: false content: @@ -68900,7 +68931,7 @@ paths: application/json: schema: *105 examples: - default: *450 + default: *453 '422': *33 '503': *102 '403': *41 @@ -68926,7 +68957,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: false content: @@ -68954,7 +68985,7 @@ paths: application/json: schema: *105 examples: - default: *450 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68972,7 +69003,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: content: application/json: @@ -68999,7 +69030,7 @@ paths: application/json: schema: *105 examples: - default: *450 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69023,7 +69054,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - name: assignee in: path required: true @@ -69065,7 +69096,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - *113 - *4 - *5 @@ -69076,9 +69107,9 @@ paths: application/json: schema: type: array - items: *447 + items: *450 examples: - default: *452 + default: *455 headers: Link: *6 '404': *24 @@ -69113,7 +69144,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: true content: @@ -69135,9 +69166,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -69166,7 +69197,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - *4 - *5 responses: @@ -69180,7 +69211,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &454 + - &457 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -69229,7 +69260,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &455 + - &458 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -69357,7 +69388,7 @@ paths: - performed_via_github_app - assignee - assigner - - &456 + - &459 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -69403,7 +69434,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &457 + - &460 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -69449,7 +69480,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &458 + - &461 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -69498,7 +69529,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &459 + - &462 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -69540,7 +69571,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &463 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -69582,7 +69613,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &461 + - &464 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -69638,7 +69669,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &465 title: Locked Issue Event description: Locked Issue Event type: object @@ -69683,7 +69714,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &466 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -69744,7 +69775,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &467 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -69805,7 +69836,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &468 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -69866,7 +69897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &469 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -69978,7 +70009,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - *4 - *5 responses: @@ -69990,7 +70021,7 @@ paths: type: array items: *104 examples: - default: &453 + default: &456 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -70029,7 +70060,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: false content: @@ -70090,7 +70121,7 @@ paths: type: array items: *104 examples: - default: *453 + default: *456 '301': *306 '404': *24 '410': *233 @@ -70112,7 +70143,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: false content: @@ -70174,7 +70205,7 @@ paths: type: array items: *104 examples: - default: *453 + default: *456 '301': *306 '404': *24 '410': *233 @@ -70196,7 +70227,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 responses: '204': description: Response @@ -70223,7 +70254,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - name: name in: path required: true @@ -70271,7 +70302,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: false content: @@ -70320,7 +70351,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 responses: '204': description: Response @@ -70344,7 +70375,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -70396,7 +70427,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 requestBody: required: true content: @@ -70461,7 +70492,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - *286 responses: '204': @@ -70484,7 +70515,7 @@ paths: parameters: - *294 - *295 - - *451 + - *454 - *4 - *5 responses: @@ -70499,9 +70530,6 @@ paths: description: Timeline Event type: object anyOf: - - *454 - - *455 - - *456 - *457 - *458 - *459 @@ -70512,6 +70540,9 @@ paths: - *464 - *465 - *466 + - *467 + - *468 + - *469 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -70835,7 +70866,7 @@ paths: type: string comments: type: array - items: &487 + items: &490 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -71073,7 +71104,7 @@ paths: type: string comments: type: array - items: *390 + items: *393 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -71376,7 +71407,7 @@ paths: application/json: schema: type: array - items: &467 + items: &470 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -71479,9 +71510,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: - default: &468 + default: &471 value: id: 1 key: ssh-rsa AAA... @@ -71516,7 +71547,7 @@ paths: parameters: - *294 - *295 - - &469 + - &472 name: key_id description: The unique identifier of the key. in: path @@ -71528,9 +71559,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: - default: *468 + default: *471 '404': *24 x-github: githubCloudOnly: false @@ -71550,7 +71581,7 @@ paths: parameters: - *294 - *295 - - *469 + - *472 responses: '204': description: Response @@ -71583,7 +71614,7 @@ paths: type: array items: *104 examples: - default: *453 + default: *456 headers: Link: *6 '404': *24 @@ -71643,7 +71674,7 @@ paths: application/json: schema: *104 examples: - default: &470 + default: &473 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71689,7 +71720,7 @@ paths: application/json: schema: *104 examples: - default: *470 + default: *473 '404': *24 x-github: githubCloudOnly: false @@ -72142,9 +72173,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *391 + schema: *394 examples: - default: *471 + default: *474 '204': description: Response when already merged '404': @@ -72310,7 +72341,7 @@ paths: application/json: schema: *109 examples: - default: &472 + default: &475 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -72371,7 +72402,7 @@ paths: parameters: - *294 - *295 - - &473 + - &476 name: milestone_number description: The number that identifies the milestone. in: path @@ -72385,7 +72416,7 @@ paths: application/json: schema: *109 examples: - default: *472 + default: *475 '404': *24 x-github: githubCloudOnly: false @@ -72404,7 +72435,7 @@ paths: parameters: - *294 - *295 - - *473 + - *476 requestBody: required: false content: @@ -72444,7 +72475,7 @@ paths: application/json: schema: *109 examples: - default: *472 + default: *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72462,7 +72493,7 @@ paths: parameters: - *294 - *295 - - *473 + - *476 responses: '204': description: Response @@ -72485,7 +72516,7 @@ paths: parameters: - *294 - *295 - - *473 + - *476 - *4 - *5 responses: @@ -72497,7 +72528,7 @@ paths: type: array items: *104 examples: - default: *453 + default: *456 headers: Link: *6 x-github: @@ -72518,10 +72549,10 @@ paths: parameters: - *294 - *295 - - *474 - - *475 + - *477 + - *478 - *113 - - *476 + - *479 - *4 - *5 responses: @@ -72533,7 +72564,7 @@ paths: type: array items: *130 examples: - default: *477 + default: *480 headers: Link: *6 x-github: @@ -72623,7 +72654,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &481 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -72767,7 +72798,7 @@ paths: - custom_404 - public examples: - default: &479 + default: &482 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -72864,9 +72895,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: *479 + default: *482 '422': *33 '409': *139 x-github: @@ -73028,7 +73059,7 @@ paths: application/json: schema: type: array - items: &480 + items: &483 title: Page Build description: Page Build type: object @@ -73175,9 +73206,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - default: &481 + default: &484 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -73237,9 +73268,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *483 examples: - default: *481 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73365,7 +73396,7 @@ paths: parameters: - *294 - *295 - - &482 + - &485 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -73425,7 +73456,7 @@ paths: parameters: - *294 - *295 - - *482 + - *485 responses: '204': *229 '404': *24 @@ -73470,7 +73501,7 @@ paths: application/json: schema: type: array - items: &483 + items: &486 type: object properties: id: @@ -73512,9 +73543,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: - default: &484 + default: &487 value: id: 42 name: Check Commits @@ -73544,7 +73575,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: default: value: @@ -73597,9 +73628,9 @@ paths: global level. content: application/json: - schema: *483 + schema: *486 examples: - default: *484 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73922,9 +73953,9 @@ paths: application/json: schema: type: array - items: *485 + items: *488 examples: - default: *486 + default: *489 headers: Link: *6 '304': *40 @@ -74026,7 +74057,7 @@ paths: application/json: schema: *111 examples: - default: &489 + default: &492 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -74583,9 +74614,9 @@ paths: application/json: schema: type: array - items: *487 + items: *490 examples: - default: &492 + default: &495 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -74670,9 +74701,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *490 examples: - default: &488 + default: &491 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -74771,9 +74802,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *490 examples: - default: *488 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74976,7 +75007,7 @@ paths: parameters: - *294 - *295 - - &490 + - &493 name: pull_number description: The number that identifies the pull request. in: path @@ -74991,7 +75022,7 @@ paths: application/json: schema: *111 examples: - default: *489 + default: *492 '304': *40 '404': *24 '406': @@ -75028,7 +75059,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: false content: @@ -75072,7 +75103,7 @@ paths: application/json: schema: *111 examples: - default: *489 + default: *492 '422': *33 '403': *41 x-github: @@ -75102,8 +75133,8 @@ paths: parameters: - *294 - *295 - - *490 - - *491 + - *493 + - *494 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -75123,9 +75154,9 @@ paths: application/json: schema: type: array - items: *487 + items: *490 examples: - default: *492 + default: *495 headers: Link: *6 x-github: @@ -75160,7 +75191,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: true content: @@ -75266,7 +75297,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *490 examples: example-for-a-multi-line-comment: value: @@ -75356,7 +75387,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 - *122 requestBody: required: true @@ -75379,7 +75410,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *490 examples: default: value: @@ -75467,7 +75498,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 - *4 - *5 responses: @@ -75477,9 +75508,9 @@ paths: application/json: schema: type: array - items: *391 + items: *394 examples: - default: *493 + default: *496 headers: Link: *6 x-github: @@ -75511,7 +75542,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 - *4 - *5 responses: @@ -75521,7 +75552,7 @@ paths: application/json: schema: type: array - items: *400 + items: *403 examples: default: value: @@ -75561,7 +75592,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 responses: '204': description: Response if pull request has been merged @@ -75586,7 +75617,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: false content: @@ -75700,7 +75731,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 responses: '200': description: Response @@ -75777,7 +75808,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: false content: @@ -75814,7 +75845,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *488 examples: default: value: @@ -76352,7 +76383,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: true content: @@ -76386,7 +76417,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *488 examples: default: value: @@ -76893,7 +76924,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 - *4 - *5 responses: @@ -76903,7 +76934,7 @@ paths: application/json: schema: type: array - items: &494 + items: &497 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -77061,7 +77092,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: false content: @@ -77151,9 +77182,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *497 examples: - default: &496 + default: &499 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -77218,8 +77249,8 @@ paths: parameters: - *294 - *295 - - *490 - - &495 + - *493 + - &498 name: review_id description: The unique identifier of the review. in: path @@ -77231,9 +77262,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *497 examples: - default: &497 + default: &500 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -77294,8 +77325,8 @@ paths: parameters: - *294 - *295 - - *490 - - *495 + - *493 + - *498 requestBody: required: true content: @@ -77318,7 +77349,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *497 examples: default: value: @@ -77382,16 +77413,16 @@ paths: parameters: - *294 - *295 - - *490 - - *495 + - *493 + - *498 responses: '200': description: Response content: application/json: - schema: *494 + schema: *497 examples: - default: *496 + default: *499 '422': *25 '404': *24 x-github: @@ -77420,8 +77451,8 @@ paths: parameters: - *294 - *295 - - *490 - - *495 + - *493 + - *498 - *4 - *5 responses: @@ -77681,8 +77712,8 @@ paths: parameters: - *294 - *295 - - *490 - - *495 + - *493 + - *498 requestBody: required: true content: @@ -77711,7 +77742,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *497 examples: default: value: @@ -77776,8 +77807,8 @@ paths: parameters: - *294 - *295 - - *490 - - *495 + - *493 + - *498 requestBody: required: true content: @@ -77812,9 +77843,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *497 examples: - default: *497 + default: *500 '404': *24 '422': *25 '403': *41 @@ -77838,7 +77869,7 @@ paths: parameters: - *294 - *295 - - *490 + - *493 requestBody: required: false content: @@ -77916,9 +77947,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: &499 + default: &502 value: type: file encoding: base64 @@ -77981,9 +78012,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *501 examples: - default: *499 + default: *502 '404': *24 '422': *33 x-github: @@ -78016,7 +78047,7 @@ paths: application/json: schema: type: array - items: *500 + items: *503 examples: default: value: @@ -78181,9 +78212,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: &505 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -78285,7 +78316,7 @@ paths: parameters: - *294 - *295 - - &503 + - &506 name: asset_id description: The unique identifier of the asset. in: path @@ -78297,9 +78328,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: &504 + default: &507 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 @@ -78334,7 +78365,7 @@ paths: type: User site_admin: false '404': *24 - '302': *502 + '302': *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78352,7 +78383,7 @@ paths: parameters: - *294 - *295 - - *503 + - *506 requestBody: required: false content: @@ -78381,9 +78412,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *504 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78401,7 +78432,7 @@ paths: parameters: - *294 - *295 - - *503 + - *506 responses: '204': description: Response @@ -78519,9 +78550,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: *505 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78552,9 +78583,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: *505 + default: *508 '404': *24 x-github: githubCloudOnly: false @@ -78578,7 +78609,7 @@ paths: parameters: - *294 - *295 - - &506 + - &509 name: release_id description: The unique identifier of the release. in: path @@ -78592,9 +78623,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *500 + schema: *503 examples: - default: *505 + default: *508 '401': description: Unauthorized x-github: @@ -78614,7 +78645,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 requestBody: required: false content: @@ -78671,9 +78702,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: *505 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78691,7 +78722,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 responses: '204': description: Response @@ -78713,7 +78744,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 - *4 - *5 responses: @@ -78723,7 +78754,7 @@ paths: application/json: schema: type: array - items: *501 + items: *504 examples: default: value: @@ -78807,7 +78838,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 - name: name in: query required: true @@ -78833,7 +78864,7 @@ paths: description: Response for successful upload content: application/json: - schema: *501 + schema: *504 examples: response-for-successful-upload: value: @@ -78890,7 +78921,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -78939,7 +78970,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 requestBody: required: true content: @@ -79002,7 +79033,7 @@ paths: parameters: - *294 - *295 - - *506 + - *509 - *286 responses: '204': @@ -79118,7 +79149,7 @@ paths: oneOf: - allOf: - *245 - - &507 + - &510 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -79139,49 +79170,49 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *246 - - *507 + - *510 - allOf: - *247 - - *507 + - *510 - allOf: - *248 - - *507 + - *510 - allOf: - *249 - - *507 + - *510 - allOf: - *250 - - *507 + - *510 - allOf: - *251 - - *507 + - *510 - allOf: - *252 - - *507 + - *510 - allOf: - *253 - - *507 + - *510 - allOf: - *254 - - *507 + - *510 - allOf: - *255 - - *507 + - *510 - allOf: - *256 - - *507 + - *510 - allOf: - *257 - - *507 + - *510 - allOf: - *258 - - *507 + - *510 - allOf: - *259 - - *507 + - *510 - allOf: - *260 - - *507 + - *510 examples: default: value: @@ -79232,7 +79263,7 @@ paths: schema: type: boolean default: true - - *508 + - *511 responses: '200': description: Response @@ -79317,7 +79348,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *509 + items: *512 required: - name - enforcement @@ -79350,7 +79381,7 @@ paths: application/json: schema: *261 examples: - default: &519 + default: &522 value: id: 42 name: super cool ruleset @@ -79399,10 +79430,10 @@ paths: parameters: - *294 - *295 - - *510 - - *511 - - *512 - *513 + - *514 + - *515 + - *516 - *4 - *5 responses: @@ -79410,9 +79441,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *517 examples: - default: *515 + default: *518 '404': *24 '500': *220 x-github: @@ -79435,15 +79466,15 @@ paths: parameters: - *294 - *295 - - *516 + - *519 responses: '200': description: Response content: application/json: - schema: *517 + schema: *520 examples: - default: *518 + default: *521 '404': *24 '500': *220 x-github: @@ -79494,7 +79525,7 @@ paths: application/json: schema: *261 examples: - default: *519 + default: *522 '404': *24 '500': *220 put: @@ -79547,7 +79578,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *509 + items: *512 examples: default: value: @@ -79577,7 +79608,7 @@ paths: application/json: schema: *261 examples: - default: *519 + default: *522 '404': *24 '500': *220 delete: @@ -79633,8 +79664,8 @@ paths: - *9 - *5 - *4 - - *520 - - *521 + - *523 + - *524 - *268 responses: '200': @@ -79643,7 +79674,7 @@ paths: application/json: schema: type: array - items: &524 + items: &527 type: object properties: number: *91 @@ -79659,8 +79690,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *522 - resolution: *523 + state: *525 + resolution: *526 resolved_at: type: - string @@ -79844,7 +79875,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *527 examples: default: value: @@ -79894,8 +79925,8 @@ paths: schema: type: object properties: - state: *522 - resolution: *523 + state: *525 + resolution: *526 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -79915,7 +79946,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *527 examples: default: value: @@ -79995,7 +80026,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &656 + items: &659 type: object properties: type: @@ -80478,7 +80509,7 @@ paths: application/json: schema: type: array - items: &525 + items: &528 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -80846,7 +80877,7 @@ paths: application/json: schema: type: array - items: *525 + items: *528 examples: default: value: @@ -80936,7 +80967,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -81030,7 +81061,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &527 + schema: &530 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -81130,7 +81161,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *530 examples: default: value: @@ -81270,7 +81301,7 @@ paths: application/json: schema: type: array - items: &528 + items: &531 title: Tag protection description: Tag protection type: object @@ -81351,7 +81382,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -81499,7 +81530,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &532 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -81511,7 +81542,7 @@ paths: required: - names examples: - default: &530 + default: &533 value: names: - octocat @@ -81566,9 +81597,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: *530 + default: *533 '404': *24 '422': *25 x-github: @@ -82210,7 +82241,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &538 + - &541 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -82220,7 +82251,7 @@ paths: type: string examples: - members - - &543 + - &546 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -82232,7 +82263,7 @@ paths: format: int32 examples: - 1 - - &544 + - &547 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -82276,7 +82307,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &532 + items: &535 allOf: - type: object required: @@ -82358,7 +82389,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: &545 + meta: &548 type: object description: The metadata associated with the creation/updates to the user. @@ -82423,31 +82454,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &533 + '400': &536 description: Bad request content: application/json: - schema: *531 + schema: *534 application/scim+json: - schema: *531 - '401': &534 + schema: *534 + '401': &537 description: Authorization failure - '403': &535 + '403': &538 description: Permission denied - '429': &536 + '429': &539 description: Too many requests content: application/json: - schema: *531 + schema: *534 application/scim+json: - schema: *531 - '500': &537 + schema: *534 + '500': &540 description: Internal server error content: application/json: - schema: *531 + schema: *534 application/scim+json: - schema: *531 + schema: *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82474,7 +82505,7 @@ paths: required: true content: application/json: - schema: &541 + schema: &544 type: object required: - schemas @@ -82538,9 +82569,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *532 + schema: *535 examples: - group: &539 + group: &542 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -82559,13 +82590,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': *533 - '401': *534 - '403': *535 - '409': &542 + '400': *536 + '401': *537 + '403': *538 + '409': &545 description: Duplicate record detected - '429': *536 - '500': *537 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82586,7 +82617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &540 + - &543 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -82595,22 +82626,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *538 + - *541 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *532 + schema: *535 examples: - default: *539 - '400': *533 - '401': *534 - '403': *535 + default: *542 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '429': *536 - '500': *537 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82632,13 +82663,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *540 + - *543 - *63 requestBody: required: true content: application/json: - schema: *541 + schema: *544 examples: group: summary: Group @@ -82664,17 +82695,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *532 + schema: *535 examples: - group: *539 - groupWithMembers: *539 - '400': *533 - '401': *534 - '403': *535 + group: *542 + groupWithMembers: *542 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '409': *542 - '429': *536 - '500': *537 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82698,13 +82729,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *540 + - *543 - *63 requestBody: required: true content: application/json: - schema: &552 + schema: &555 type: object required: - Operations @@ -82764,17 +82795,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *532 + schema: *535 examples: - updateGroup: *539 - addMembers: *539 - '400': *533 - '401': *534 - '403': *535 + updateGroup: *542 + addMembers: *542 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '409': *542 - '429': *536 - '500': *537 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82794,17 +82825,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *540 + - *543 - *63 responses: '204': description: Group was deleted, no content - '400': *533 - '401': *534 - '403': *535 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '429': *536 - '500': *537 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82841,8 +82872,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *543 - - *544 + - *546 + - *547 - *63 responses: '200': @@ -82876,7 +82907,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &547 + items: &550 allOf: - type: object required: @@ -82968,7 +82999,7 @@ paths: address. examples: - true - roles: &546 + roles: &549 type: array description: The roles assigned to the user. items: @@ -83027,7 +83058,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *545 + meta: *548 startIndex: type: integer description: A starting index for the returned page @@ -83066,11 +83097,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *533 - '401': *534 - '403': *535 - '429': *536 - '500': *537 + '400': *536 + '401': *537 + '403': *538 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83099,7 +83130,7 @@ paths: required: true content: application/json: - schema: &550 + schema: &553 type: object required: - schemas @@ -83192,9 +83223,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *546 + roles: *549 examples: - user: &551 + user: &554 summary: User value: schemas: @@ -83241,9 +83272,9 @@ paths: description: User has been created content: application/scim+json: - schema: *547 + schema: *550 examples: - user: &548 + user: &551 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -83269,13 +83300,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: *548 - '400': *533 - '401': *534 - '403': *535 - '409': *542 - '429': *536 - '500': *537 + enterpriseOwner: *551 + '400': *536 + '401': *537 + '403': *538 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83296,7 +83327,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &549 + - &552 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -83309,15 +83340,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *547 + schema: *550 examples: - default: *548 - '400': *533 - '401': *534 - '403': *535 + default: *551 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '429': *536 - '500': *537 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83342,30 +83373,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *549 + - *552 - *63 requestBody: required: true content: application/json: - schema: *550 + schema: *553 examples: - user: *551 + user: *554 responses: '200': description: User was updated content: application/scim+json: - schema: *547 + schema: *550 examples: - user: *548 - '400': *533 - '401': *534 - '403': *535 + user: *551 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '409': *542 - '429': *536 - '500': *537 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83403,13 +83434,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *549 + - *552 - *63 requestBody: required: true content: application/json: - schema: *552 + schema: *555 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -83449,18 +83480,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *547 - examples: - userMultiValuedProperties: *548 - userSingleValuedProperties: *548 - disableUser: *548 - '400': *533 - '401': *534 - '403': *535 + schema: *550 + examples: + userMultiValuedProperties: *551 + userSingleValuedProperties: *551 + disableUser: *551 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '409': *542 - '429': *536 - '500': *537 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83480,17 +83511,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *549 + - *552 - *63 responses: '204': description: User was deleted, no content - '400': *533 - '401': *534 - '403': *535 + '400': *536 + '401': *537 + '403': *538 '404': *24 - '429': *536 - '500': *537 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83618,7 +83649,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &553 + text_matches: &556 title: Search Result Text Matches type: array items: @@ -83782,7 +83813,7 @@ paths: enum: - author-date - committer-date - - &554 + - &557 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 @@ -83870,7 +83901,7 @@ paths: url: type: string format: uri - verification: *438 + verification: *441 required: - author - committer @@ -83902,7 +83933,7 @@ paths: type: number node_id: type: string - text_matches: *553 + text_matches: *556 required: - sha - node_id @@ -84095,7 +84126,7 @@ paths: - interactions - created - updated - - *554 + - *557 - *4 - *5 - name: advanced_search @@ -84192,11 +84223,11 @@ paths: type: - string - 'null' - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: type: string state_reason: @@ -84224,7 +84255,7 @@ paths: - string - 'null' format: date-time - text_matches: *553 + text_matches: *556 pull_request: type: object properties: @@ -84273,7 +84304,7 @@ paths: timeline_url: type: string format: uri - type: *558 + type: *561 performed_via_github_app: anyOf: - type: 'null' @@ -84447,7 +84478,7 @@ paths: enum: - created - updated - - *554 + - *557 - *4 - *5 responses: @@ -84492,7 +84523,7 @@ paths: - 'null' score: type: number - text_matches: *553 + text_matches: *556 required: - id - node_id @@ -84578,7 +84609,7 @@ paths: - forks - help-wanted-issues - updated - - *554 + - *557 - *4 - *5 responses: @@ -84815,7 +84846,7 @@ paths: - admin - pull - push - text_matches: *553 + text_matches: *556 temp_clone_token: type: string allow_merge_commit: @@ -85124,7 +85155,7 @@ paths: - string - 'null' format: uri - text_matches: *553 + text_matches: *556 related: type: - array @@ -85319,7 +85350,7 @@ paths: - followers - repositories - joined - - *554 + - *557 - *4 - *5 responses: @@ -85429,7 +85460,7 @@ paths: type: - boolean - 'null' - text_matches: *553 + text_matches: *556 blog: type: - string @@ -85627,7 +85658,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &562 type: object properties: status: @@ -85647,7 +85678,7 @@ paths: - name - number examples: - default: &560 + default: &563 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -85692,9 +85723,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *562 examples: - default: *560 + default: *563 '401': description: Unauthorized requestBody: @@ -86287,7 +86318,7 @@ paths: application/json: schema: type: array - items: &561 + items: &564 type: object properties: key: @@ -86295,7 +86326,7 @@ paths: pretty-print: type: string examples: - default: &562 + default: &565 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -86338,9 +86369,9 @@ paths: application/json: schema: type: array - items: *561 + items: *564 examples: - default: *562 + default: *565 '401': description: Unauthorized requestBody: @@ -86392,9 +86423,9 @@ paths: application/json: schema: type: array - items: *561 + items: *564 examples: - default: *562 + default: *565 '401': description: Unauthorized requestBody: @@ -86725,7 +86756,7 @@ paths: type: array items: *277 examples: - default: *563 + default: *566 headers: Link: *6 x-github: @@ -86877,7 +86908,7 @@ paths: application/json: schema: *277 examples: - default: *564 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86946,7 +86977,7 @@ paths: type: array items: *280 examples: - default: *565 + default: *568 headers: Link: *6 x-github: @@ -87088,7 +87119,7 @@ paths: application/json: schema: *280 examples: - default: *566 + default: *569 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87556,7 +87587,7 @@ paths: application/json: schema: *291 examples: - response-if-user-is-a-team-maintainer: *567 + response-if-user-is-a-team-maintainer: *570 '404': *24 x-github: githubCloudOnly: false @@ -87617,7 +87648,7 @@ paths: application/json: schema: *291 examples: - response-if-users-membership-with-team-is-now-pending: *568 + response-if-users-membership-with-team-is-now-pending: *571 '403': description: Forbidden if team synchronization is set up '422': @@ -87692,7 +87723,7 @@ paths: type: array items: *292 examples: - default: *569 + default: *572 headers: Link: *6 '404': *24 @@ -87727,7 +87758,7 @@ paths: application/json: schema: *292 examples: - default: *570 + default: *573 '404': description: Not Found if project is not managed by this team x-github: @@ -87898,7 +87929,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *571 + schema: *574 examples: alternative-response-with-extra-repository-information: value: @@ -88140,7 +88171,7 @@ paths: type: array items: *296 examples: - response-if-child-teams-exist: *572 + response-if-child-teams-exist: *575 headers: Link: *6 '404': *24 @@ -88173,7 +88204,7 @@ paths: application/json: schema: oneOf: - - &574 + - &577 title: Private User description: Private User type: object @@ -88423,7 +88454,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *573 + - *576 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -88581,7 +88612,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: default: value: @@ -88659,7 +88690,7 @@ paths: type: array items: *214 examples: - default: &584 + default: &587 value: - id: 197 name: hello_docker @@ -88746,7 +88777,7 @@ paths: application/json: schema: type: array - items: &575 + items: &578 title: Email description: Email type: object @@ -88776,7 +88807,7 @@ paths: - verified - visibility examples: - default: &586 + default: &589 value: - email: octocat@github.com verified: true @@ -88853,7 +88884,7 @@ paths: application/json: schema: type: array - items: *575 + items: *578 examples: default: value: @@ -89111,7 +89142,7 @@ paths: application/json: schema: type: array - items: &576 + items: &579 title: GPG Key description: A unique encryption key type: object @@ -89256,7 +89287,7 @@ paths: - subkeys - revoked examples: - default: &596 + default: &599 value: - id: 3 name: Octocat's GPG Key @@ -89341,9 +89372,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: &577 + default: &580 value: id: 3 name: Octocat's GPG Key @@ -89400,7 +89431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &578 + - &581 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -89412,9 +89443,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '404': *24 '304': *40 '403': *41 @@ -89437,7 +89468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *578 + - *581 responses: '204': description: Response @@ -89628,7 +89659,7 @@ paths: type: array items: *82 examples: - default: *579 + default: *582 headers: Link: *6 '404': *24 @@ -89804,7 +89835,7 @@ paths: application/json: schema: type: array - items: &580 + items: &583 title: Key description: Key type: object @@ -89907,9 +89938,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *583 examples: - default: &581 + default: &584 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89942,15 +89973,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *469 + - *472 responses: '200': description: Response content: application/json: - schema: *580 + schema: *583 examples: - default: *581 + default: *584 '404': *24 '304': *40 '403': *41 @@ -89973,7 +90004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *469 + - *472 responses: '204': description: Response @@ -90802,7 +90833,7 @@ paths: type: array items: *68 examples: - default: *582 + default: *585 headers: Link: *6 '304': *40 @@ -90844,7 +90875,7 @@ paths: - docker - nuget - container - - *583 + - *586 - *5 - *4 responses: @@ -90856,8 +90887,8 @@ paths: type: array items: *214 examples: - default: *584 - '400': *585 + default: *587 + '400': *588 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90886,7 +90917,7 @@ paths: application/json: schema: *214 examples: - default: &597 + default: &600 value: id: 40201 name: octo-name @@ -91339,9 +91370,9 @@ paths: application/json: schema: type: array - items: *575 + items: *578 examples: - default: *586 + default: *589 headers: Link: *6 '304': *40 @@ -91454,7 +91485,7 @@ paths: type: array items: *82 examples: - default: &593 + default: &596 summary: Default response value: - id: 1296269 @@ -91812,9 +91843,9 @@ paths: application/json: schema: type: array - items: *445 + items: *448 examples: - default: *587 + default: *590 headers: Link: *6 '304': *40 @@ -91837,7 +91868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *446 + - *449 responses: '204': description: Response @@ -91860,7 +91891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *446 + - *449 responses: '204': description: Response @@ -91893,7 +91924,7 @@ paths: application/json: schema: type: array - items: &588 + items: &591 title: Social account description: Social media account type: object @@ -91910,7 +91941,7 @@ paths: - provider - url examples: - default: &589 + default: &592 value: - provider: twitter url: https://twitter.com/github @@ -91973,9 +92004,9 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: - default: *589 + default: *592 '422': *33 '304': *40 '404': *24 @@ -92063,7 +92094,7 @@ paths: application/json: schema: type: array - items: &590 + items: &593 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -92083,7 +92114,7 @@ paths: - title - created_at examples: - default: &598 + default: &601 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -92148,9 +92179,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *593 examples: - default: &591 + default: &594 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -92180,7 +92211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &592 + - &595 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -92192,9 +92223,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *593 examples: - default: *591 + default: *594 '404': *24 '304': *40 '403': *41 @@ -92217,7 +92248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *592 + - *595 responses: '204': description: Response @@ -92246,7 +92277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &599 + - &602 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 @@ -92271,11 +92302,11 @@ paths: type: array items: *82 examples: - default-response: *593 + default-response: *596 application/vnd.github.v3.star+json: schema: type: array - items: &600 + items: &603 title: Starred Repository description: Starred Repository type: object @@ -92645,10 +92676,10 @@ paths: application/json: schema: oneOf: - - *574 - - *573 + - *577 + - *576 examples: - default-response: &594 + default-response: &597 summary: Default response value: login: octocat @@ -92683,7 +92714,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &595 + response-with-git-hub-plan-information: &598 summary: Response with GitHub plan information value: login: octocat @@ -92795,11 +92826,11 @@ paths: application/json: schema: oneOf: - - *574 - - *573 + - *577 + - *576 examples: - default-response: *594 - response-with-git-hub-plan-information: *595 + default-response: *597 + response-with-git-hub-plan-information: *598 '404': *24 x-github: githubCloudOnly: false @@ -92830,7 +92861,7 @@ paths: type: array items: *214 examples: - default: *584 + default: *587 '403': *41 '401': *39 x-github: @@ -93243,9 +93274,9 @@ paths: application/json: schema: type: array - items: *576 + items: *579 examples: - default: *596 + default: *599 headers: Link: *6 x-github: @@ -93349,7 +93380,7 @@ paths: application/json: schema: *37 examples: - default: *444 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93435,7 +93466,7 @@ paths: type: array items: *68 examples: - default: *582 + default: *585 headers: Link: *6 x-github: @@ -93474,7 +93505,7 @@ paths: - docker - nuget - container - - *583 + - *586 - *8 - *5 - *4 @@ -93487,10 +93518,10 @@ paths: type: array items: *214 examples: - default: *584 + default: *587 '403': *41 '401': *39 - '400': *585 + '400': *588 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93520,7 +93551,7 @@ paths: application/json: schema: *214 examples: - default: *597 + default: *600 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94149,9 +94180,9 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: - default: *589 + default: *592 headers: Link: *6 x-github: @@ -94181,9 +94212,9 @@ paths: application/json: schema: type: array - items: *590 + items: *593 examples: - default: *598 + default: *601 headers: Link: *6 x-github: @@ -94208,7 +94239,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *599 + - *602 - *9 - *4 - *5 @@ -94220,11 +94251,11 @@ paths: schema: anyOf: - type: array - items: *600 + items: *603 - type: array items: *82 examples: - default-response: *593 + default-response: *596 headers: Link: *6 x-github: @@ -94436,7 +94467,7 @@ webhooks: type: string enum: - disabled - enterprise: &601 + enterprise: &604 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -94505,7 +94536,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &602 + installation: &605 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -94526,7 +94557,7 @@ webhooks: required: - id - node_id - organization: &603 + organization: &606 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -94599,7 +94630,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &604 + repository: &607 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -95512,10 +95543,10 @@ webhooks: type: string enum: - enabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -95601,11 +95632,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: &605 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + rule: &608 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -95822,11 +95853,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: *605 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + rule: *608 sender: *17 required: - action @@ -96004,11 +96035,11 @@ webhooks: - everyone required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: *605 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + rule: *608 sender: *17 required: - action @@ -96089,11 +96120,11 @@ webhooks: type: string enum: - cancelled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: &606 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + exemption_request: &609 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -96367,7 +96398,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &607 + items: &610 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -96487,11 +96518,11 @@ webhooks: type: string enum: - completed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + exemption_request: *609 sender: *17 required: - action @@ -96571,11 +96602,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + exemption_request: *609 sender: *17 required: - action @@ -96655,12 +96686,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 - exemption_response: *607 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + exemption_request: *609 + exemption_response: *610 sender: *17 required: - action @@ -96742,12 +96773,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 - exemption_response: *607 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + exemption_request: *609 + exemption_response: *610 sender: *17 required: - action @@ -96832,12 +96863,12 @@ webhooks: type: string cache_location: type: string - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 ref: type: string - repository: *604 + repository: *607 sender: *17 required: - cache_location @@ -96931,7 +96962,7 @@ webhooks: type: string enum: - completed - check_run: &609 + check_run: &612 title: CheckRun description: A check performed on the code of a given code change type: object @@ -97041,7 +97072,7 @@ webhooks: - examples: - neutral - deployment: *608 + deployment: *611 details_url: type: string examples: @@ -97139,10 +97170,10 @@ webhooks: - output - app - pull_requests - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + installation: *605 + enterprise: *604 + organization: *606 + repository: *607 sender: *17 required: - check_run @@ -97545,11 +97576,11 @@ webhooks: type: string enum: - created - check_run: *609 - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + check_run: *612 + installation: *605 + enterprise: *604 + organization: *606 + repository: *607 sender: *17 required: - check_run @@ -97955,11 +97986,11 @@ webhooks: type: string enum: - requested_action - check_run: *609 - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + check_run: *612 + installation: *605 + enterprise: *604 + organization: *606 + repository: *607 requested_action: description: The action requested by the user. type: object @@ -98374,11 +98405,11 @@ webhooks: type: string enum: - rerequested - check_run: *609 - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + check_run: *612 + installation: *605 + enterprise: *604 + organization: *606 + repository: *607 sender: *17 required: - check_run @@ -99380,10 +99411,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -100102,10 +100133,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -100818,10 +100849,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -101152,20 +101183,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &610 + commit_oid: &613 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: *601 - installation: *602 - organization: *603 - ref: &611 + enterprise: *604 + installation: *605 + organization: *606 + ref: &614 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: *604 + repository: *607 sender: *17 required: - action @@ -101583,12 +101614,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *613 + enterprise: *604 + installation: *605 + organization: *606 + ref: *614 + repository: *607 sender: *17 required: - action @@ -101881,12 +101912,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *613 + enterprise: *604 + installation: *605 + organization: *606 + ref: *614 + repository: *607 sender: *17 required: - action @@ -102242,12 +102273,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *613 + enterprise: *604 + installation: *605 + organization: *606 + ref: *614 + repository: *607 sender: *17 required: - action @@ -102547,9 +102578,9 @@ webhooks: type: - string - 'null' - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -102557,7 +102588,7 @@ webhooks: type: - string - 'null' - repository: *604 + repository: *607 sender: *17 required: - action @@ -102813,12 +102844,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *613 + enterprise: *604 + installation: *605 + organization: *606 + ref: *614 + repository: *607 sender: *17 required: - action @@ -103090,10 +103121,10 @@ webhooks: - updated_at - author_association - body - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -103184,18 +103215,18 @@ webhooks: type: - string - 'null' - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *603 - pusher_type: &612 + organization: *606 + pusher_type: &615 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &613 + ref: &616 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -103205,7 +103236,7 @@ webhooks: enum: - tag - branch - repository: *604 + repository: *607 sender: *17 required: - ref @@ -103288,9 +103319,9 @@ webhooks: enum: - created definition: *234 - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 sender: *17 required: - action @@ -103375,9 +103406,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 sender: *17 required: - action @@ -103455,9 +103486,9 @@ webhooks: enum: - updated definition: *234 - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 sender: *17 required: - action @@ -103534,10 +103565,10 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - repository: *604 - organization: *603 + enterprise: *604 + installation: *605 + repository: *607 + organization: *606 sender: *17 new_property_values: type: array @@ -103632,18 +103663,18 @@ webhooks: title: delete event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - pusher_type: *612 - ref: *613 + enterprise: *604 + installation: *605 + organization: *606 + pusher_type: *615 + ref: *616 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *604 + repository: *607 sender: *17 required: - ref @@ -103737,11 +103768,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -103835,11 +103866,11 @@ webhooks: type: string enum: - auto_reopened - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -103933,11 +103964,11 @@ webhooks: type: string enum: - created - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -104029,11 +104060,11 @@ webhooks: type: string enum: - dismissed - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -104125,11 +104156,11 @@ webhooks: type: string enum: - fixed - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -104222,11 +104253,11 @@ webhooks: type: string enum: - reintroduced - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -104318,11 +104349,11 @@ webhooks: type: string enum: - reopened - alert: *407 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *410 + installation: *605 + organization: *606 + enterprise: *604 + repository: *607 sender: *17 required: - action @@ -104409,9 +104440,9 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - key: &614 + enterprise: *604 + installation: *605 + key: &617 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -104447,8 +104478,8 @@ webhooks: - verified - created_at - read_only - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -104535,11 +104566,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - key: *614 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + key: *617 + organization: *606 + repository: *607 sender: *17 required: - action @@ -105121,12 +105152,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - workflow: &618 + workflow: &621 title: Workflow type: - object @@ -105874,13 +105905,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *413 + deployment: *416 pull_requests: type: array items: *111 - repository: *604 - organization: *603 - installation: *602 + repository: *607 + organization: *606 + installation: *605 sender: *17 responses: '200': @@ -105961,7 +105992,7 @@ webhooks: type: string enum: - approved - approver: &615 + approver: &618 type: object properties: avatar_url: @@ -106004,11 +106035,11 @@ webhooks: type: string comment: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - reviewers: &616 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + reviewers: &619 type: array items: type: object @@ -106089,7 +106120,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &617 + workflow_job_run: &620 type: object properties: conclusion: @@ -106845,18 +106876,18 @@ webhooks: type: string enum: - rejected - approver: *615 + approver: *618 comment: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - reviewers: *616 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + reviewers: *619 sender: *17 since: type: string - workflow_job_run: *617 + workflow_job_run: *620 workflow_job_runs: type: array items: @@ -107583,13 +107614,13 @@ webhooks: type: string enum: - requested - enterprise: *601 + enterprise: *604 environment: type: string - installation: *602 - organization: *603 - repository: *604 - requestor: &623 + installation: *605 + organization: *606 + repository: *607 + requestor: &626 title: User type: - object @@ -109542,12 +109573,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - workflow: *618 + workflow: *621 workflow_run: title: Deployment Workflow Run type: @@ -110248,7 +110279,7 @@ webhooks: type: string enum: - answered - answer: &621 + answer: &624 type: object properties: author_association: @@ -110408,7 +110439,7 @@ webhooks: - created_at - updated_at - body - discussion: &619 + discussion: &622 title: Discussion description: A Discussion in a repository. type: object @@ -110725,10 +110756,10 @@ webhooks: - updated_at - active_lock_reason - body - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -110865,11 +110896,11 @@ webhooks: - from required: - category - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -110962,11 +110993,11 @@ webhooks: type: string enum: - closed - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111058,7 +111089,7 @@ webhooks: type: string enum: - created - comment: &620 + comment: &623 type: object properties: author_association: @@ -111218,11 +111249,11 @@ webhooks: - updated_at - body - reactions - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111315,12 +111346,12 @@ webhooks: type: string enum: - deleted - comment: *620 - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + comment: *623 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111425,12 +111456,12 @@ webhooks: - from required: - body - comment: *620 - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + comment: *623 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111524,11 +111555,11 @@ webhooks: type: string enum: - created - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111620,11 +111651,11 @@ webhooks: type: string enum: - deleted - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111734,11 +111765,11 @@ webhooks: type: string required: - from - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111830,10 +111861,10 @@ webhooks: type: string enum: - labeled - discussion: *619 - enterprise: *601 - installation: *602 - label: &622 + discussion: *622 + enterprise: *604 + installation: *605 + label: &625 title: Label type: object properties: @@ -111866,8 +111897,8 @@ webhooks: - color - default - description - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -111960,11 +111991,11 @@ webhooks: type: string enum: - locked - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112056,11 +112087,11 @@ webhooks: type: string enum: - pinned - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112152,11 +112183,11 @@ webhooks: type: string enum: - reopened - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112251,16 +112282,16 @@ webhooks: changes: type: object properties: - new_discussion: *619 - new_repository: *604 + new_discussion: *622 + new_repository: *607 required: - new_discussion - new_repository - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112353,10 +112384,10 @@ webhooks: type: string enum: - unanswered - discussion: *619 - old_answer: *621 - organization: *603 - repository: *604 + discussion: *622 + old_answer: *624 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112448,12 +112479,12 @@ webhooks: type: string enum: - unlabeled - discussion: *619 - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112546,11 +112577,11 @@ webhooks: type: string enum: - unlocked - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112642,11 +112673,11 @@ webhooks: type: string enum: - unpinned - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *622 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -112887,7 +112918,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *601 + enterprise: *604 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -113565,9 +113596,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *602 - organization: *603 - repository: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - forkee @@ -113733,9 +113764,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pages: description: The pages that were updated. type: array @@ -113773,7 +113804,7 @@ webhooks: - action - sha - html_url - repository: *604 + repository: *607 sender: *17 required: - pages @@ -113859,10 +113890,10 @@ webhooks: type: string enum: - created - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories: &624 + organization: *606 + repositories: &627 description: An array of repository objects that the installation can access. type: array @@ -113888,8 +113919,8 @@ webhooks: - name - full_name - private - repository: *604 - requester: *623 + repository: *607 + requester: *626 sender: *17 required: - action @@ -113974,11 +114005,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *606 + repositories: *627 + repository: *607 requester: type: - 'null' @@ -114065,11 +114096,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *606 + repositories: *627 + repository: *607 requester: type: - 'null' @@ -114156,10 +114187,10 @@ webhooks: type: string enum: - added - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories_added: &625 + organization: *606 + repositories_added: &628 description: An array of repository objects, which were added to the installation. type: array @@ -114205,15 +114236,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *604 - repository_selection: &626 + repository: *607 + repository_selection: &629 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *623 + requester: *626 sender: *17 required: - action @@ -114302,10 +114333,10 @@ webhooks: type: string enum: - removed - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories_added: *625 + organization: *606 + repositories_added: *628 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -114332,9 +114363,9 @@ webhooks: - name - full_name - private - repository: *604 - repository_selection: *626 - requester: *623 + repository: *607 + repository_selection: *629 + requester: *626 sender: *17 required: - action @@ -114423,11 +114454,11 @@ webhooks: type: string enum: - suspend - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *606 + repositories: *627 + repository: *607 requester: type: - 'null' @@ -114620,10 +114651,10 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 target_type: type: string @@ -114712,11 +114743,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *601 + enterprise: *604 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *606 + repositories: *627 + repository: *607 requester: type: - 'null' @@ -114974,8 +115005,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115792,8 +115823,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -115810,7 +115841,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -116154,8 +116185,8 @@ webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -116245,7 +116276,7 @@ webhooks: type: string enum: - deleted - comment: &627 + comment: &630 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -116412,8 +116443,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117226,8 +117257,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117244,7 +117275,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -117590,8 +117621,8 @@ webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -117681,7 +117712,7 @@ webhooks: type: string enum: - edited - changes: &648 + changes: &651 description: The changes to the comment. type: object properties: @@ -117693,9 +117724,9 @@ webhooks: type: string required: - from - comment: *627 - enterprise: *601 - installation: *602 + comment: *630 + enterprise: *604 + installation: *605 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118511,8 +118542,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118529,7 +118560,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -118873,8 +118904,8 @@ webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -118966,10 +118997,10 @@ webhooks: type: string enum: - assigned - assignee: *623 - enterprise: *601 - installation: *602 - issue: &630 + assignee: *626 + enterprise: *604 + installation: *605 + issue: &633 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119781,11 +119812,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119802,7 +119833,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -119905,8 +119936,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -119996,8 +120027,8 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -120814,11 +120845,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120835,7 +120866,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -121081,8 +121112,8 @@ webhooks: required: - state - closed_at - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -121171,8 +121202,8 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121980,11 +122011,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122001,7 +122032,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -122103,8 +122134,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -122193,8 +122224,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123025,11 +123056,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123046,7 +123077,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -123127,7 +123158,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &628 + milestone: &631 title: Milestone description: A collection of related issues and pull requests. type: object @@ -123270,8 +123301,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -123380,8 +123411,8 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124193,11 +124224,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124211,7 +124242,7 @@ webhooks: timeline_url: type: string format: uri - type: *558 + type: *561 title: description: Title of the issue type: string @@ -124317,9 +124348,9 @@ webhooks: - active_lock_reason - body - reactions - label: *622 - organization: *603 - repository: *604 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -124409,8 +124440,8 @@ webhooks: type: string enum: - labeled - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125221,11 +125252,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125239,7 +125270,7 @@ webhooks: timeline_url: type: string format: uri - type: *558 + type: *561 title: description: Title of the issue type: string @@ -125345,9 +125376,9 @@ webhooks: - active_lock_reason - body - reactions - label: *622 - organization: *603 - repository: *604 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -125437,8 +125468,8 @@ webhooks: type: string enum: - locked - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -126274,11 +126305,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126292,7 +126323,7 @@ webhooks: timeline_url: type: string format: uri - type: *558 + type: *561 title: description: Title of the issue type: string @@ -126375,8 +126406,8 @@ webhooks: format: uri user_view_type: type: string - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -126465,8 +126496,8 @@ webhooks: type: string enum: - milestoned - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -127296,11 +127327,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127317,7 +127348,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -127397,9 +127428,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *628 - organization: *603 - repository: *604 + milestone: *631 + organization: *606 + repository: *607 sender: *17 required: - action @@ -128301,11 +128332,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128401,7 +128432,7 @@ webhooks: required: - login - id - type: *558 + type: *561 required: - id - number @@ -128882,8 +128913,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -129695,11 +129726,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129716,7 +129747,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -129818,8 +129849,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -129909,9 +129940,9 @@ webhooks: type: string enum: - pinned - enterprise: *601 - installation: *602 - issue: &629 + enterprise: *604 + installation: *605 + issue: &632 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -130717,11 +130748,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130738,7 +130769,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -130840,8 +130871,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -130930,8 +130961,8 @@ webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -131765,11 +131796,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131866,9 +131897,9 @@ webhooks: format: uri user_view_type: type: string - type: *558 - organization: *603 - repository: *604 + type: *561 + organization: *606 + repository: *607 sender: *17 required: - action @@ -132767,11 +132798,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132788,7 +132819,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -133370,11 +133401,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *601 - installation: *602 - issue: *629 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + issue: *632 + organization: *606 + repository: *607 sender: *17 required: - action @@ -133465,7 +133496,7 @@ webhooks: type: string enum: - unassigned - assignee: &651 + assignee: &654 title: User type: - object @@ -133537,11 +133568,11 @@ webhooks: required: - login - id - enterprise: *601 - installation: *602 - issue: *630 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + issue: *633 + organization: *606 + repository: *607 sender: *17 required: - action @@ -133630,12 +133661,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *601 - installation: *602 - issue: *630 - label: *622 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + issue: *633 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -133725,8 +133756,8 @@ webhooks: type: string enum: - unlocked - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -134560,11 +134591,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *555 - issue_dependencies_summary: *556 + sub_issues_summary: *558 + issue_dependencies_summary: *559 issue_field_values: type: array - items: *557 + items: *560 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134581,7 +134612,7 @@ webhooks: title: description: Title of the issue type: string - type: *558 + type: *561 updated_at: type: string format: date-time @@ -134661,8 +134692,8 @@ webhooks: format: uri user_view_type: type: string - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -134752,11 +134783,11 @@ webhooks: type: string enum: - unpinned - enterprise: *601 - installation: *602 - issue: *629 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + issue: *632 + organization: *606 + repository: *607 sender: *17 required: - action @@ -134845,11 +134876,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -134937,11 +134968,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -135061,11 +135092,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + label: *625 + organization: *606 + repository: *607 sender: *17 required: - action @@ -135179,11 +135210,11 @@ webhooks: type: string required: - to - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + member: *626 + organization: *606 + repository: *607 sender: *17 required: - action @@ -135295,11 +135326,11 @@ webhooks: type: - string - 'null' - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + member: *626 + organization: *606 + repository: *607 sender: *17 required: - action @@ -135388,11 +135419,11 @@ webhooks: type: string enum: - removed - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + member: *626 + organization: *606 + repository: *607 sender: *17 required: - action @@ -135480,11 +135511,11 @@ webhooks: type: string enum: - added - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + member: *626 + organization: *606 + repository: *607 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135562,7 +135593,7 @@ webhooks: required: - login - id - team: &631 + team: &634 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -135802,11 +135833,11 @@ webhooks: type: string enum: - removed - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + member: *626 + organization: *606 + repository: *607 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135885,7 +135916,7 @@ webhooks: required: - login - id - team: *631 + team: *634 required: - action - scope @@ -135973,7 +136004,7 @@ webhooks: type: string enum: - deleted - enterprise: *601 + enterprise: *604 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -136082,12 +136113,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *602 - organization: *603 + installation: *605 + organization: *606 repository: anyOf: - type: 'null' - - *604 + - *607 sender: *17 required: - action @@ -136177,11 +136208,11 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - milestone: *628 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + milestone: *631 + organization: *606 + repository: *607 sender: *17 required: - action @@ -136270,9 +136301,9 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - milestone: &632 + enterprise: *604 + installation: *605 + milestone: &635 title: Milestone description: A collection of related issues and pull requests. type: object @@ -136414,8 +136445,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -136504,11 +136535,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - milestone: *628 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + milestone: *631 + organization: *606 + repository: *607 sender: *17 required: - action @@ -136628,11 +136659,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - milestone: *628 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + milestone: *631 + organization: *606 + repository: *607 sender: *17 required: - action @@ -136722,11 +136753,11 @@ webhooks: type: string enum: - opened - enterprise: *601 - installation: *602 - milestone: *632 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + milestone: *635 + organization: *606 + repository: *607 sender: *17 required: - action @@ -136815,9 +136846,9 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - membership: &633 + enterprise: *604 + installation: *605 + membership: &636 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -136927,8 +136958,8 @@ webhooks: - role - organization_url - user - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 required: - action @@ -137016,11 +137047,11 @@ webhooks: type: string enum: - member_added - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + membership: *636 + organization: *606 + repository: *607 sender: *17 required: - action @@ -137109,8 +137140,8 @@ webhooks: type: string enum: - member_invited - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -137232,10 +137263,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 - user: *623 + user: *626 required: - action - invitation @@ -137323,11 +137354,11 @@ webhooks: type: string enum: - member_removed - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + membership: *636 + organization: *606 + repository: *607 sender: *17 required: - action @@ -137424,11 +137455,11 @@ webhooks: properties: from: type: string - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + membership: *636 + organization: *606 + repository: *607 sender: *17 required: - action @@ -137514,9 +137545,9 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 package: description: Information about the package. type: object @@ -138039,7 +138070,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &634 + items: &637 title: Ruby Gems metadata type: object properties: @@ -138136,7 +138167,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *607 sender: *17 required: - action @@ -138222,9 +138253,9 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 package: description: Information about the package. type: object @@ -138586,7 +138617,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *634 + items: *637 source_url: type: string format: uri @@ -138657,7 +138688,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *607 sender: *17 required: - action @@ -138848,12 +138879,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *601 + enterprise: *604 id: type: integer - installation: *602 - organization: *603 - repository: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - id @@ -138930,7 +138961,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &635 + personal_access_token_request: &638 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -139080,10 +139111,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *601 - organization: *603 + enterprise: *604 + organization: *606 sender: *17 - installation: *602 + installation: *605 required: - action - personal_access_token_request @@ -139160,11 +139191,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *635 - enterprise: *601 - organization: *603 + personal_access_token_request: *638 + enterprise: *604 + organization: *606 sender: *17 - installation: *602 + installation: *605 required: - action - personal_access_token_request @@ -139240,11 +139271,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *635 - enterprise: *601 - organization: *603 + personal_access_token_request: *638 + enterprise: *604 + organization: *606 sender: *17 - installation: *602 + installation: *605 required: - action - personal_access_token_request @@ -139319,11 +139350,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *635 - organization: *603 - enterprise: *601 + personal_access_token_request: *638 + organization: *606 + enterprise: *604 sender: *17 - installation: *602 + installation: *605 required: - action - personal_access_token_request @@ -139438,7 +139469,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *636 + last_response: *639 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -139470,8 +139501,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 zen: description: Random string of GitHub zen. @@ -139726,10 +139757,10 @@ webhooks: - from required: - note - enterprise: *601 - installation: *602 - organization: *603 - project_card: &637 + enterprise: *604 + installation: *605 + organization: *606 + project_card: &640 title: Project Card type: object properties: @@ -139852,7 +139883,7 @@ webhooks: - creator - created_at - updated_at - repository: *604 + repository: *607 sender: *17 required: - action @@ -139943,11 +139974,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project_card: *637 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project_card: *640 + repository: *607 sender: *17 required: - action @@ -140037,9 +140068,9 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 project_card: title: Project Card type: object @@ -140169,7 +140200,7 @@ webhooks: repository: anyOf: - type: 'null' - - *604 + - *607 sender: *17 required: - action @@ -140273,11 +140304,11 @@ webhooks: - from required: - note - enterprise: *601 - installation: *602 - organization: *603 - project_card: *637 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project_card: *640 + repository: *607 sender: *17 required: - action @@ -140381,9 +140412,9 @@ webhooks: - from required: - column_id - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 project_card: allOf: - title: Project Card @@ -140580,7 +140611,7 @@ webhooks: type: string required: - after_id - repository: *604 + repository: *607 sender: *17 required: - action @@ -140670,10 +140701,10 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - organization: *603 - project: &639 + enterprise: *604 + installation: *605 + organization: *606 + project: &642 title: Project type: object properties: @@ -140800,7 +140831,7 @@ webhooks: - creator - created_at - updated_at - repository: *604 + repository: *607 sender: *17 required: - action @@ -140890,10 +140921,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project_column: &638 + enterprise: *604 + installation: *605 + organization: *606 + project_column: &641 title: Project Column type: object properties: @@ -140933,7 +140964,7 @@ webhooks: - name - created_at - updated_at - repository: *604 + repository: *607 sender: *17 required: - action @@ -141022,14 +141053,14 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 + enterprise: *604 + installation: *605 + organization: *606 + project_column: *641 repository: anyOf: - type: 'null' - - *604 + - *607 sender: *17 required: - action @@ -141128,11 +141159,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project_column: *641 + repository: *607 sender: *17 required: - action @@ -141222,11 +141253,11 @@ webhooks: type: string enum: - moved - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project_column: *641 + repository: *607 sender: *17 required: - action @@ -141316,11 +141347,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project: *642 + repository: *607 sender: *17 required: - action @@ -141410,14 +141441,14 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - project: *639 + enterprise: *604 + installation: *605 + organization: *606 + project: *642 repository: anyOf: - type: 'null' - - *604 + - *607 sender: *17 required: - action @@ -141528,11 +141559,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project: *642 + repository: *607 sender: *17 required: - action @@ -141621,11 +141652,11 @@ webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + project: *642 + repository: *607 sender: *17 required: - action @@ -141716,9 +141747,9 @@ webhooks: type: string enum: - closed - installation: *602 - organization: *603 - projects_v2: &640 + installation: *605 + organization: *606 + projects_v2: &643 title: Projects v2 Project description: A projects v2 project type: object @@ -141965,9 +141996,9 @@ webhooks: type: string enum: - created - installation: *602 - organization: *603 - projects_v2: *640 + installation: *605 + organization: *606 + projects_v2: *643 sender: *17 required: - action @@ -142058,9 +142089,9 @@ webhooks: type: string enum: - deleted - installation: *602 - organization: *603 - projects_v2: *640 + installation: *605 + organization: *606 + projects_v2: *643 sender: *17 required: - action @@ -142191,9 +142222,9 @@ webhooks: type: string to: type: string - installation: *602 - organization: *603 - projects_v2: *640 + installation: *605 + organization: *606 + projects_v2: *643 sender: *17 required: - action @@ -142286,7 +142317,7 @@ webhooks: type: string enum: - archived - changes: &644 + changes: &647 type: object properties: archived_at: @@ -142302,9 +142333,9 @@ webhooks: - string - 'null' format: date-time - installation: *602 - organization: *603 - projects_v2_item: &641 + installation: *605 + organization: *606 + projects_v2_item: &644 title: Projects v2 Item description: An item belonging to a project type: object @@ -142461,9 +142492,9 @@ webhooks: - 'null' to: type: string - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *605 + organization: *606 + projects_v2_item: *644 sender: *17 required: - action @@ -142555,9 +142586,9 @@ webhooks: type: string enum: - created - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *605 + organization: *606 + projects_v2_item: *644 sender: *17 required: - action @@ -142648,9 +142679,9 @@ webhooks: type: string enum: - deleted - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *605 + organization: *606 + projects_v2_item: *644 sender: *17 required: - action @@ -142765,7 +142796,7 @@ webhooks: oneOf: - type: string - type: integer - - &642 + - &645 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -142789,7 +142820,7 @@ webhooks: required: - id - name - - &643 + - &646 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -142829,8 +142860,8 @@ webhooks: oneOf: - type: string - type: integer - - *642 - - *643 + - *645 + - *646 type: - 'null' - string @@ -142853,9 +142884,9 @@ webhooks: - 'null' required: - body - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *605 + organization: *606 + projects_v2_item: *644 sender: *17 required: - action @@ -142962,9 +142993,9 @@ webhooks: type: - string - 'null' - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *605 + organization: *606 + projects_v2_item: *644 sender: *17 required: - action @@ -143057,10 +143088,10 @@ webhooks: type: string enum: - restored - changes: *644 - installation: *602 - organization: *603 - projects_v2_item: *641 + changes: *647 + installation: *605 + organization: *606 + projects_v2_item: *644 sender: *17 required: - action @@ -143152,9 +143183,9 @@ webhooks: type: string enum: - reopened - installation: *602 - organization: *603 - projects_v2: *640 + installation: *605 + organization: *606 + projects_v2: *643 sender: *17 required: - action @@ -143235,10 +143266,10 @@ webhooks: title: public event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - repository @@ -143325,13 +143356,13 @@ webhooks: type: string enum: - assigned - assignee: *623 - enterprise: *601 - installation: *602 - number: &645 + assignee: *626 + enterprise: *604 + installation: *605 + number: &648 description: The pull request number. type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -145680,7 +145711,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -145772,11 +145803,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 number: type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -148118,7 +148149,7 @@ webhooks: - draft reason: type: string - repository: *604 + repository: *607 sender: *17 required: - action @@ -148210,11 +148241,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 number: type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -150556,7 +150587,7 @@ webhooks: - draft reason: type: string - repository: *604 + repository: *607 sender: *17 required: - action @@ -150648,11 +150679,11 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: &646 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 + pull_request: &649 allOf: - *111 - type: object @@ -150716,7 +150747,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *604 + repository: *607 sender: *17 required: - action @@ -150807,12 +150838,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 + pull_request: *649 + repository: *607 sender: *17 required: - action @@ -150902,11 +150933,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *601 + enterprise: *604 milestone: *109 - number: *645 - organization: *603 - pull_request: &647 + number: *648 + organization: *606 + pull_request: &650 title: Pull Request type: object properties: @@ -153233,7 +153264,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -153365,12 +153396,12 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 + pull_request: *649 + repository: *607 sender: *17 required: - action @@ -153460,11 +153491,11 @@ webhooks: type: string enum: - labeled - enterprise: *601 - installation: *602 - label: *622 - number: *645 - organization: *603 + enterprise: *604 + installation: *605 + label: *625 + number: *648 + organization: *606 pull_request: title: Pull Request type: object @@ -155812,7 +155843,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -155903,10 +155934,10 @@ webhooks: type: string enum: - locked - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 pull_request: title: Pull Request type: object @@ -158252,7 +158283,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -158342,12 +158373,12 @@ webhooks: type: string enum: - milestoned - enterprise: *601 + enterprise: *604 milestone: *109 - number: *645 - organization: *603 - pull_request: *647 - repository: *604 + number: *648 + organization: *606 + pull_request: *650 + repository: *607 sender: *17 required: - action @@ -158436,12 +158467,12 @@ webhooks: type: string enum: - opened - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 + pull_request: *649 + repository: *607 sender: *17 required: - action @@ -158532,12 +158563,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 + pull_request: *649 + repository: *607 sender: *17 required: - action @@ -158627,12 +158658,12 @@ webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 + pull_request: *649 + repository: *607 sender: *17 required: - action @@ -159017,9 +159048,9 @@ webhooks: - start_side - side - reactions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: type: object properties: @@ -161249,7 +161280,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *607 sender: *17 required: - action @@ -161339,7 +161370,7 @@ webhooks: type: string enum: - deleted - comment: &649 + comment: &652 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -161632,9 +161663,9 @@ webhooks: - start_side - side - reactions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: type: object properties: @@ -163852,7 +163883,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *607 sender: *17 required: - action @@ -163942,11 +163973,11 @@ webhooks: type: string enum: - edited - changes: *648 - comment: *649 - enterprise: *601 - installation: *602 - organization: *603 + changes: *651 + comment: *652 + enterprise: *604 + installation: *605 + organization: *606 pull_request: type: object properties: @@ -166167,7 +166198,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *607 sender: *17 required: - action @@ -166258,9 +166289,9 @@ webhooks: type: string enum: - dismissed - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: title: Simple Pull Request type: object @@ -168493,7 +168524,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *607 review: description: The review that was affected. type: object @@ -168754,9 +168785,9 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: title: Simple Pull Request type: object @@ -170870,8 +170901,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 - review: &650 + repository: *607 + review: &653 description: The review that was affected. type: object properties: @@ -171119,12 +171150,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 number: description: The pull request number. type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -173471,7 +173502,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 requested_reviewer: title: User type: @@ -173557,12 +173588,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 number: description: The pull request number. type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -175916,7 +175947,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 requested_team: title: Team description: Groups of organization members that gives permissions @@ -176121,12 +176152,12 @@ webhooks: type: string enum: - review_requested - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 number: description: The pull request number. type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -178475,7 +178506,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 requested_reviewer: title: User type: @@ -178562,12 +178593,12 @@ webhooks: type: string enum: - review_requested - enterprise: *601 - installation: *602 + enterprise: *604 + installation: *605 number: description: The pull request number. type: integer - organization: *603 + organization: *606 pull_request: title: Pull Request type: object @@ -180907,7 +180938,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 requested_team: title: Team description: Groups of organization members that gives permissions @@ -181101,9 +181132,9 @@ webhooks: type: string enum: - submitted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: title: Simple Pull Request type: object @@ -183339,8 +183370,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 - review: *650 + repository: *607 + review: *653 sender: *17 required: - action @@ -183430,9 +183461,9 @@ webhooks: type: string enum: - resolved - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: title: Simple Pull Request type: object @@ -185563,7 +185594,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *607 sender: *17 thread: type: object @@ -185970,9 +186001,9 @@ webhooks: type: string enum: - unresolved - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 pull_request: title: Simple Pull Request type: object @@ -188086,7 +188117,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *607 sender: *17 thread: type: object @@ -188495,10 +188526,10 @@ webhooks: type: string before: type: string - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 pull_request: title: Pull Request type: object @@ -190833,7 +190864,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -190925,11 +190956,11 @@ webhooks: type: string enum: - unassigned - assignee: *651 - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + assignee: *654 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 pull_request: title: Pull Request type: object @@ -193279,7 +193310,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -193368,11 +193399,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *601 - installation: *602 - label: *622 - number: *645 - organization: *603 + enterprise: *604 + installation: *605 + label: *625 + number: *648 + organization: *606 pull_request: title: Pull Request type: object @@ -195711,7 +195742,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -195802,10 +195833,10 @@ webhooks: type: string enum: - unlocked - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + enterprise: *604 + installation: *605 + number: *648 + organization: *606 pull_request: title: Pull Request type: object @@ -198134,7 +198165,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *607 sender: *17 required: - action @@ -198347,7 +198378,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *601 + enterprise: *604 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -198442,8 +198473,8 @@ webhooks: - url - author - committer - installation: *602 - organization: *603 + installation: *605 + organization: *606 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -199041,9 +199072,9 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 registry_package: type: object properties: @@ -199520,7 +199551,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *634 + items: *637 summary: type: string tag_name: @@ -199576,7 +199607,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *607 sender: *17 required: - action @@ -199664,9 +199695,9 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 registry_package: type: object properties: @@ -199978,7 +200009,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *634 + items: *637 summary: type: string tag_name: @@ -200028,7 +200059,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *607 sender: *17 required: - action @@ -200115,10 +200146,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - release: &652 + enterprise: *604 + installation: *605 + organization: *606 + release: &655 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -200449,7 +200480,7 @@ webhooks: - updated_at - zipball_url - body - repository: *604 + repository: *607 sender: *17 required: - action @@ -200536,11 +200567,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - release: *652 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + release: *655 + repository: *607 sender: *17 required: - action @@ -200667,11 +200698,11 @@ webhooks: type: boolean required: - to - enterprise: *601 - installation: *602 - organization: *603 - release: *652 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + release: *655 + repository: *607 sender: *17 required: - action @@ -200759,9 +200790,9 @@ webhooks: type: string enum: - prereleased - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -201097,7 +201128,7 @@ webhooks: - string - 'null' format: uri - repository: *604 + repository: *607 sender: *17 required: - action @@ -201183,10 +201214,10 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 - release: &653 + enterprise: *604 + installation: *605 + organization: *606 + release: &656 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -201519,7 +201550,7 @@ webhooks: - string - 'null' format: uri - repository: *604 + repository: *607 sender: *17 required: - action @@ -201605,11 +201636,11 @@ webhooks: type: string enum: - released - enterprise: *601 - installation: *602 - organization: *603 - release: *652 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + release: *655 + repository: *607 sender: *17 required: - action @@ -201695,11 +201726,11 @@ webhooks: type: string enum: - unpublished - enterprise: *601 - installation: *602 - organization: *603 - release: *653 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + release: *656 + repository: *607 sender: *17 required: - action @@ -201785,10 +201816,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -201873,10 +201904,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -201961,10 +201992,10 @@ webhooks: type: string enum: - archived - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202051,10 +202082,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202142,10 +202173,10 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202240,10 +202271,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202368,10 +202399,10 @@ webhooks: - 'null' items: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202459,10 +202490,10 @@ webhooks: type: string enum: - privatized - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202549,10 +202580,10 @@ webhooks: type: string enum: - publicized - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202656,10 +202687,10 @@ webhooks: - name required: - repository - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -202739,10 +202770,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 repository_ruleset: *261 sender: *17 required: @@ -202821,10 +202852,10 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 repository_ruleset: *261 sender: *17 required: @@ -202903,10 +202934,10 @@ webhooks: type: string enum: - edited - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 repository_ruleset: *261 changes: type: object @@ -202968,16 +202999,16 @@ webhooks: properties: added: type: array - items: *509 + items: *512 deleted: type: array - items: *509 + items: *512 updated: type: array items: type: object properties: - rule: *509 + rule: *512 changes: type: object properties: @@ -203224,10 +203255,10 @@ webhooks: - from required: - owner - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -203315,10 +203346,10 @@ webhooks: type: string enum: - unarchived - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -203406,7 +203437,7 @@ webhooks: type: string enum: - create - alert: &654 + alert: &657 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -203530,10 +203561,10 @@ webhooks: type: string enum: - open - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -203753,10 +203784,10 @@ webhooks: type: string enum: - dismissed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -203844,11 +203875,11 @@ webhooks: type: string enum: - reopen - alert: *654 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *657 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -204060,10 +204091,10 @@ webhooks: enum: - fixed - open - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -204151,7 +204182,7 @@ webhooks: type: string enum: - created - alert: &655 + alert: &658 type: object properties: number: *91 @@ -204228,10 +204259,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -204322,11 +204353,11 @@ webhooks: type: string enum: - created - alert: *655 - installation: *602 - location: *656 - organization: *603 - repository: *604 + alert: *658 + installation: *605 + location: *659 + organization: *606 + repository: *607 sender: *17 required: - location @@ -204569,11 +204600,11 @@ webhooks: type: string enum: - reopened - alert: *655 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *658 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -204661,11 +204692,11 @@ webhooks: type: string enum: - resolved - alert: *655 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *658 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -204753,11 +204784,11 @@ webhooks: type: string enum: - validated - alert: *655 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *658 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -204843,11 +204874,11 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - security_advisory: &657 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + security_advisory: &660 description: The details of the security advisory, including summary, description, and severity. type: object @@ -205043,11 +205074,11 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - security_advisory: *657 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 + security_advisory: *660 sender: *17 required: - action @@ -205130,10 +205161,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -205330,9 +205361,9 @@ webhooks: type: object properties: security_and_analysis: *239 - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 repository: *305 sender: *17 required: @@ -205421,12 +205452,12 @@ webhooks: type: string enum: - cancelled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - sponsorship: &658 + sponsorship: &661 type: object properties: created_at: @@ -205741,12 +205772,12 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - sponsorship: *658 + sponsorship: *661 required: - action - sponsorship @@ -205844,12 +205875,12 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - sponsorship: *658 + sponsorship: *661 required: - action - changes @@ -205936,17 +205967,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &659 + effective_date: &662 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: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - sponsorship: *658 + sponsorship: *661 required: - action - sponsorship @@ -206030,7 +206061,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &660 + changes: &663 type: object properties: tier: @@ -206074,13 +206105,13 @@ webhooks: - from required: - tier - effective_date: *659 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + effective_date: *662 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - sponsorship: *658 + sponsorship: *661 required: - action - changes @@ -206167,13 +206198,13 @@ webhooks: type: string enum: - tier_changed - changes: *660 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + changes: *663 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - sponsorship: *658 + sponsorship: *661 required: - action - changes @@ -206257,10 +206288,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -206354,10 +206385,10 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -206796,15 +206827,15 @@ webhooks: type: - string - 'null' - enterprise: *601 + enterprise: *604 id: description: The unique identifier of the status. type: integer - installation: *602 + installation: *605 name: type: string - organization: *603 - repository: *604 + organization: *606 + repository: *607 sender: *17 sha: description: The Commit SHA. @@ -206917,12 +206948,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - team: &661 + team: &664 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -207162,9 +207193,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 repository: title: Repository description: A git repository @@ -207634,7 +207665,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *664 required: - action - team @@ -207720,9 +207751,9 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 repository: title: Repository description: A git repository @@ -208192,7 +208223,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *664 required: - action - team @@ -208279,9 +208310,9 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 repository: title: Repository description: A git repository @@ -208751,7 +208782,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *664 required: - action - team @@ -208905,9 +208936,9 @@ webhooks: - from required: - permissions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 repository: title: Repository description: A git repository @@ -209377,7 +209408,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *664 required: - action - changes @@ -209465,9 +209496,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *604 + installation: *605 + organization: *606 repository: title: Repository description: A git repository @@ -209937,7 +209968,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *664 required: - action - team @@ -210020,12 +210051,12 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - user: *623 + user: *626 required: - action responses: @@ -210103,12 +210134,12 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 - user: *623 + user: *626 required: - action responses: @@ -210189,10 +210220,10 @@ webhooks: type: string enum: - started - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 required: - action @@ -210275,17 +210306,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *601 + enterprise: *604 inputs: type: - object - 'null' additionalProperties: true - installation: *602 - organization: *603 + installation: *605 + organization: *606 ref: type: string - repository: *604 + repository: *607 sender: *17 workflow: type: string @@ -210377,10 +210408,10 @@ webhooks: type: string enum: - completed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 workflow_job: allOf: @@ -210636,7 +210667,7 @@ webhooks: type: string required: - conclusion - deployment: *413 + deployment: *416 required: - action - repository @@ -210725,10 +210756,10 @@ webhooks: type: string enum: - in_progress - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 workflow_job: allOf: @@ -211010,7 +211041,7 @@ webhooks: required: - status - steps - deployment: *413 + deployment: *416 required: - action - repository @@ -211099,10 +211130,10 @@ webhooks: type: string enum: - queued - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 workflow_job: type: object @@ -211248,7 +211279,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *413 + deployment: *416 required: - action - repository @@ -211337,10 +211368,10 @@ webhooks: type: string enum: - waiting - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *604 + installation: *605 + organization: *606 + repository: *607 sender: *17 workflow_job: type: object @@ -211487,7 +211518{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}