diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 02fe4b5103..3e10661233 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -40983,7 +40983,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -125421,6 +125421,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8843348222..f1b64fee71 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -29659,7 +29659,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -92221,6 +92221,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 02fe4b5103..3e10661233 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -40983,7 +40983,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -125421,6 +125421,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8843348222..f1b64fee71 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -29659,7 +29659,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -92221,6 +92221,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 5033f85857..811e0a2c99 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -277486,11 +277486,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 5a69879e38..b04e95d214 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1021,7 +1021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &642 + - &645 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8786,7 +8786,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &480 + - &483 name: has in: query description: |- @@ -8902,7 +8902,7 @@ paths: - unknown - direct - transitive - security_advisory: &481 + security_advisory: &484 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9164,14 +9164,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &482 + auto_dismissed_at: &485 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &483 + dismissal_request: &486 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -10533,7 +10533,7 @@ paths: properties: action: type: string - discussion: &737 + discussion: &740 title: Discussion description: A Discussion in a repository. type: object @@ -10900,7 +10900,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &532 + properties: &535 id: type: integer format: int64 @@ -11277,7 +11277,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &654 + sub_issues_summary: &657 title: Sub-issues Summary type: object properties: @@ -11297,7 +11297,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &655 + issue_dependencies_summary: &658 title: Issue Dependencies Summary type: object properties: @@ -11316,7 +11316,7 @@ paths: - total_blocking issue_field_values: type: array - items: &656 + items: &659 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11377,7 +11377,7 @@ paths: - node_id - data_type - value - required: &533 + required: &536 - assignee - closed_at - comments @@ -11415,7 +11415,7 @@ paths: action: type: string issue: *74 - comment: &530 + comment: &533 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12134,7 +12134,7 @@ paths: type: string release: allOf: - - &587 + - &590 title: Release description: A release. type: object @@ -12205,7 +12205,7 @@ paths: author: *4 assets: type: array - items: &588 + items: &591 title: Release Asset description: Data related to a release. type: object @@ -12796,7 +12796,7 @@ paths: url: type: string format: uri - user: &666 + user: &669 title: Public User description: Public User type: object @@ -16192,7 +16192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &561 + - &564 name: all description: If `true`, show notifications marked as read. in: query @@ -16200,7 +16200,7 @@ paths: schema: type: boolean default: false - - &562 + - &565 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16210,7 +16210,7 @@ paths: type: boolean default: false - *81 - - &563 + - &566 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -16684,7 +16684,7 @@ paths: - url - subscription_url examples: - default: &564 + default: &567 value: - id: '1' repository: @@ -17698,7 +17698,7 @@ paths: - property_name - value examples: - default: &570 + default: &573 value: - property_name: environment value: production @@ -17748,7 +17748,7 @@ paths: required: - properties examples: - default: &571 + default: &574 value: properties: - property_name: environment @@ -18309,7 +18309,7 @@ paths: required: false schema: type: string - - &714 + - &717 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -18455,7 +18455,7 @@ paths: parameters: - *67 - *114 - - &715 + - &718 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -18567,7 +18567,7 @@ paths: - *114 - *116 - *115 - - &716 + - &719 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -18575,7 +18575,7 @@ paths: schema: type: string - *117 - - &717 + - &720 name: sku description: The SKU to query for usage. in: query @@ -22139,7 +22139,7 @@ paths: type: array items: *151 examples: - default: &669 + default: &672 value: total_count: 1 repositories: @@ -25051,12 +25051,12 @@ paths: required: - subject_digests examples: - default: &697 + default: &700 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &698 + withPredicateType: &701 value: subject_digests: - sha256:abc123 @@ -25114,7 +25114,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &699 + default: &702 value: attestations_subject_digests: - sha256:abc: @@ -26588,13 +26588,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &441 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &441 + category: &442 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -26608,7 +26608,7 @@ paths: properties: text: type: string - location: + location: &443 type: object description: Describe a region within a file for the alert. properties: @@ -26629,7 +26629,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &444 type: string description: A classification of the file. For example to identify it as generated. @@ -27918,7 +27918,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &453 + properties: &456 name: type: string description: The name of the machine. @@ -27960,7 +27960,7 @@ paths: - ready - in_progress nullable: true - required: &454 + required: &457 - name - display_name - operating_system @@ -28828,7 +28828,7 @@ paths: - updated_at - visibility examples: - default: &455 + default: &458 value: total_count: 2 secrets: @@ -28866,7 +28866,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &459 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -28895,7 +28895,7 @@ paths: - key_id - key examples: - default: &457 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28927,7 +28927,7 @@ paths: application/json: schema: *186 examples: - default: &459 + default: &462 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -30540,7 +30540,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &489 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -30557,7 +30557,7 @@ paths: - key_id - key examples: - default: &487 + default: &490 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32357,7 +32357,7 @@ paths: application/json: schema: *22 examples: - default: &525 + default: &528 value: id: 1 account: @@ -32582,7 +32582,7 @@ paths: required: true content: application/json: - schema: &526 + schema: &529 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -33435,7 +33435,7 @@ paths: application/json: schema: *232 examples: - default: &452 + default: &455 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -34680,7 +34680,7 @@ paths: parameters: - *67 - *239 - - &682 + - &685 name: repo_name description: repo_name parameter in: path @@ -35719,7 +35719,7 @@ paths: - nuget - container - *67 - - &683 + - &686 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -35760,7 +35760,7 @@ paths: default: *246 '403': *29 '401': *25 - '400': &685 + '400': &688 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37552,7 +37552,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &768 + properties: &771 id: type: number description: The unique identifier of the status update. @@ -37600,7 +37600,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &769 + required: &772 - id - node_id - created_at @@ -37814,7 +37814,7 @@ paths: content: oneOf: - *74 - - &467 + - &470 title: Pull Request Simple description: Pull Request Simple type: object @@ -38043,7 +38043,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: &573 + auto_merge: &576 title: Auto merge description: The status of auto merging a pull request. type: object @@ -38418,7 +38418,7 @@ paths: - updated_at - project_url examples: - default: &702 + default: &705 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38595,7 +38595,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &703 + items: &706 type: object properties: name: @@ -38631,7 +38631,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &704 + iteration_configuration: &707 type: object description: The configuration for iteration fields. properties: @@ -38680,7 +38680,7 @@ paths: value: name: Due date data_type: date - single_select_field: &705 + single_select_field: &708 summary: Create a single select field value: name: Priority @@ -38707,7 +38707,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &706 + iteration_field: &709 summary: Create an iteration field value: name: Sprint @@ -38733,7 +38733,7 @@ paths: application/json: schema: *267 examples: - text_field: &707 + text_field: &710 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -38742,7 +38742,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &708 + number_field: &711 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -38751,7 +38751,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &709 + date_field: &712 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -38760,7 +38760,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &710 + single_select_field: &713 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38794,7 +38794,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &711 + iteration_field: &714 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -38840,7 +38840,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *263 - - &712 + - &715 name: field_id description: The unique identifier of the field. in: path @@ -38855,7 +38855,7 @@ paths: application/json: schema: *267 examples: - default: &713 + default: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41179,7 +41179,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &472 + properties: &475 url: type: string format: uri @@ -41195,7 +41195,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &473 + required: &476 - url - key - name @@ -41805,7 +41805,7 @@ paths: - *67 - *17 - *19 - - &595 + - &598 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42086,7 +42086,7 @@ paths: - repository_property rules: type: array - items: &596 + items: &599 title: Repository Rule type: object description: A repository rule. @@ -42148,7 +42148,7 @@ paths: type: string enum: - required_linear_history - - &594 + - &597 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -43044,7 +43044,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *67 - - &597 + - &600 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -43059,7 +43059,7 @@ paths: in: query schema: type: string - - &598 + - &601 name: time_period description: |- The time period to filter by. @@ -43075,14 +43075,14 @@ paths: - week - month default: day - - &599 + - &602 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &600 + - &603 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -43102,7 +43102,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: Rule Suites description: Response type: array @@ -43157,7 +43157,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &602 + default: &605 value: - id: 21 actor_id: 12 @@ -43201,7 +43201,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *67 - - &603 + - &606 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43217,7 +43217,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &607 title: Rule Suite description: Response type: object @@ -43316,7 +43316,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &605 + default: &608 value: id: 21 actor_id: 12 @@ -43562,7 +43562,7 @@ paths: type: string format: date-time examples: - default: &607 + default: &610 value: - version_id: 3 actor: @@ -43615,7 +43615,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &611 allOf: - *310 - type: object @@ -43687,7 +43687,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *67 - - &609 + - &612 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -43698,7 +43698,7 @@ paths: enum: - open - resolved - - &610 + - &613 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -43708,7 +43708,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -43717,7 +43717,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -43736,7 +43736,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &613 + - &616 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -43751,7 +43751,7 @@ paths: - *52 - *19 - *17 - - &614 + - &617 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -43761,7 +43761,7 @@ paths: required: false schema: type: string - - &615 + - &618 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -43771,7 +43771,7 @@ paths: required: false schema: type: string - - &616 + - &619 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -43780,7 +43780,7 @@ paths: required: false schema: type: string - - &617 + - &620 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -43789,7 +43789,7 @@ paths: schema: type: boolean default: false - - &618 + - &621 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -43798,7 +43798,7 @@ paths: schema: type: boolean default: false - - &619 + - &622 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -43833,14 +43833,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &620 + state: &623 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &621 + resolution: &624 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -43947,8 +43947,8 @@ paths: pull request. ' - oneOf: &622 - - &624 + oneOf: &625 + - &627 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -44000,7 +44000,7 @@ paths: - blob_url - commit_sha - commit_url - - &625 + - &628 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -44055,7 +44055,7 @@ paths: - page_url - commit_sha - commit_url - - &626 + - &629 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -44069,7 +44069,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &627 + - &630 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -44083,7 +44083,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &628 + - &631 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -44097,7 +44097,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &629 + - &632 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -44111,7 +44111,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &630 + - &633 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -44125,7 +44125,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &631 + - &634 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -44139,7 +44139,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &632 + - &635 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -44153,7 +44153,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &633 + - &636 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -44167,7 +44167,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &634 + - &637 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -44181,7 +44181,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &635 + - &638 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -44195,7 +44195,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &636 + - &639 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -44693,7 +44693,7 @@ paths: application/json: schema: type: array - items: &640 + items: &643 description: A repository security advisory. type: object properties: @@ -44984,7 +44984,7 @@ paths: - private_fork additionalProperties: false examples: - default: &641 + default: &644 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -46895,7 +46895,7 @@ paths: - updated_at - url examples: - default: &658 + default: &661 value: - author: login: octocat @@ -47143,7 +47143,7 @@ paths: application/json: schema: *323 examples: - default: &659 + default: &662 value: author: login: octocat @@ -47326,7 +47326,7 @@ paths: - updated_at - url examples: - default: &660 + default: &663 value: - author: login: octocat @@ -47552,7 +47552,7 @@ paths: application/json: schema: *326 examples: - default: &661 + default: &664 value: author: login: octocat @@ -48168,7 +48168,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &662 + response-if-user-is-a-team-maintainer: &665 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48233,7 +48233,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: &663 + response-if-users-membership-with-team-is-now-pending: &666 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48347,7 +48347,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &664 + schema: &667 title: Team Repository description: A team's access to a repository. type: object @@ -49004,7 +49004,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: &665 + response-if-child-teams-exist: &668 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50407,7 +50407,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &529 + '410': &532 description: Gone content: application/json: @@ -54017,7 +54017,7 @@ paths: items: type: object properties: - type: &495 + type: &498 type: string description: The type of reviewer. enum: @@ -54151,7 +54151,7 @@ paths: application/json: schema: type: array - items: &490 + items: &493 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54257,7 +54257,7 @@ paths: - created_at - updated_at examples: - default: &491 + default: &494 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54640,7 +54640,7 @@ paths: application/json: schema: *379 examples: - default: &508 + default: &511 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54859,7 +54859,7 @@ paths: application/json: schema: *383 examples: - default: &509 + default: &512 value: name: USERNAME value: octocat @@ -56559,7 +56559,7 @@ paths: properties: name: type: string - commit: &463 + commit: &466 title: Commit description: Commit type: object @@ -56630,7 +56630,7 @@ paths: required: - sha - url - verification: &515 + verification: &518 title: Verification type: object properties: @@ -56700,7 +56700,7 @@ paths: type: integer files: type: array - items: &476 + items: &479 title: Diff Entry description: Diff Entry type: object @@ -59816,7 +59816,7 @@ paths: check. type: array items: *79 - deployment: &726 + deployment: &729 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60728,7 +60728,7 @@ paths: type: string format: date-time nullable: true - head_commit: &752 + head_commit: &755 title: Simple Commit description: A commit. type: object @@ -61425,14 +61425,14 @@ paths: - *334 - *335 - *419 - - &469 + - &472 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &470 + - &473 name: status description: Returns check runs with the specified `status`. in: query @@ -61473,7 +61473,7 @@ paths: type: array items: *412 examples: - default: &471 + default: &474 value: total_count: 1 check_runs: @@ -62406,7 +62406,36 @@ paths: application/json: schema: type: array - items: *430 + items: + type: object + properties: + ref: *422 + analysis_key: *440 + environment: *441 + category: *442 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *443 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *444 examples: default: value: @@ -62497,7 +62526,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &442 + schema: &445 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62518,11 +62547,11 @@ paths: application/json: schema: type: array - items: &443 + items: &446 type: object properties: ref: *422 - commit_sha: &451 + commit_sha: &454 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -62534,7 +62563,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *441 + category: *442 error: type: string example: error reading field xyz @@ -62558,7 +62587,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *442 + sarif_id: *445 tool: *429 deletable: type: boolean @@ -62670,7 +62699,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: response: summary: application/json response @@ -62896,7 +62925,7 @@ paths: application/json: schema: type: array - items: &444 + items: &447 title: CodeQL Database description: A CodeQL database. type: object @@ -63049,7 +63078,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *447 examples: default: value: @@ -63081,7 +63110,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &478 + '302': &481 description: Found '403': *431 '404': *6 @@ -63154,7 +63183,7 @@ paths: type: object additionalProperties: false properties: - language: &445 + language: &448 type: string description: The language targeted by the CodeQL query enum: @@ -63234,7 +63263,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &449 + schema: &452 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63244,7 +63273,7 @@ paths: description: The ID of the variant analysis. controller_repo: *57 actor: *4 - query_language: *445 + query_language: *448 query_pack_url: type: string description: The download url for the query pack. @@ -63291,7 +63320,7 @@ paths: items: type: object properties: - repository: &446 + repository: &449 title: Repository Identifier description: Repository Identifier type: object @@ -63327,7 +63356,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &450 + analysis_status: &453 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63359,7 +63388,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &447 + access_mismatch_repos: &450 type: object properties: repository_count: @@ -63373,7 +63402,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *446 + items: *449 required: - repository_count - repositories @@ -63395,8 +63424,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *447 - over_limit_repos: *447 + no_codeql_db_repos: *450 + over_limit_repos: *450 required: - access_mismatch_repos - not_found_repos @@ -63412,7 +63441,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &448 + value: &451 summary: Default response value: id: 1 @@ -63564,10 +63593,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *448 + value: *451 repository_lists: summary: Response for a successful variant analysis submission - value: *448 + value: *451 '404': *6 '422': description: Unable to process variant analysis submission @@ -63608,9 +63637,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: - default: *448 + default: *451 '404': *6 '503': *112 x-github: @@ -63668,7 +63697,7 @@ paths: type: object properties: repository: *57 - analysis_status: *450 + analysis_status: *453 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64073,7 +64102,7 @@ paths: schema: type: object properties: - commit_sha: *451 + commit_sha: *454 ref: type: string description: |- @@ -64131,7 +64160,7 @@ paths: schema: type: object properties: - id: *442 + id: *445 url: type: string description: The REST API URL for checking the status of the upload. @@ -64824,7 +64853,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -64832,7 +64861,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '400': *14 '401': *25 '403': *29 @@ -64962,14 +64991,14 @@ paths: type: integer machines: type: array - items: &672 + items: &675 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 examples: - default: &673 + default: &676 value: total_count: 2 machines: @@ -65180,7 +65209,7 @@ paths: type: integer secrets: type: array - items: &458 + items: &461 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65200,7 +65229,7 @@ paths: - created_at - updated_at examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -65230,9 +65259,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: *457 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65260,9 +65289,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: - default: *459 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65409,7 +65438,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &460 + properties: &463 login: type: string example: octocat @@ -65502,7 +65531,7 @@ paths: user_view_type: type: string example: public - required: &461 + required: &464 - avatar_url - events_url - followers_url @@ -65652,7 +65681,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &528 + schema: &531 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65936,8 +65965,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *460 - required: *461 + properties: *463 + required: *464 nullable: true required: - permission @@ -66003,7 +66032,7 @@ paths: application/json: schema: type: array - items: &462 + items: &465 title: Commit Comment description: Commit Comment type: object @@ -66061,7 +66090,7 @@ paths: - created_at - updated_at examples: - default: &465 + default: &468 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66128,9 +66157,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: &466 + default: &469 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66211,7 +66240,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: default: value: @@ -66510,9 +66539,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: &580 + default: &583 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66608,7 +66637,7 @@ paths: parameters: - *334 - *335 - - &464 + - &467 name: commit_sha description: The SHA of the commit. in: path @@ -66682,7 +66711,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66692,9 +66721,9 @@ paths: application/json: schema: type: array - items: *462 + items: *465 examples: - default: *465 + default: *468 headers: Link: *58 x-github: @@ -66724,7 +66753,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 requestBody: required: true content: @@ -66759,9 +66788,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: *466 + default: *469 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66791,7 +66820,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66801,9 +66830,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: &572 + default: &575 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67344,7 +67373,7 @@ paths: - *335 - *19 - *17 - - &468 + - &471 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -67359,9 +67388,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: - default: &557 + default: &560 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67476,9 +67505,9 @@ paths: parameters: - *334 - *335 - - *468 - - *469 - - *470 + - *471 + - *472 + - *473 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67514,7 +67543,7 @@ paths: type: array items: *412 examples: - default: *471 + default: *474 headers: Link: *58 x-github: @@ -67541,7 +67570,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67549,7 +67578,7 @@ paths: schema: type: integer example: 1 - - *469 + - *472 - *17 - *19 responses: @@ -67769,7 +67798,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67969,7 +67998,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67979,7 +68008,7 @@ paths: application/json: schema: type: array - items: &645 + items: &648 title: Status description: The status of a commit. type: object @@ -68118,20 +68147,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *472 - required: *473 + properties: *475 + required: *476 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &474 + properties: &477 url: type: string format: uri html_url: type: string format: uri - required: &475 + required: &478 - url - html_url nullable: true @@ -68145,26 +68174,26 @@ paths: contributing: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true readme: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true issue_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true pull_request_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true required: - code_of_conduct @@ -68335,8 +68364,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *463 - merge_base_commit: *463 + base_commit: *466 + merge_base_commit: *466 status: type: string enum: @@ -68356,10 +68385,10 @@ paths: example: 6 commits: type: array - items: *463 + items: *466 files: type: array - items: *476 + items: *479 required: - url - html_url @@ -68789,7 +68818,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &477 + response-if-content-is-a-file: &480 summary: Response if content is a file value: type: file @@ -68921,7 +68950,7 @@ paths: - size - type - url - - &585 + - &588 title: Content File description: Content File type: object @@ -69122,7 +69151,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *477 + response-if-content-is-a-file: *480 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69191,7 +69220,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *478 + '302': *481 '304': *37 x-github: githubCloudOnly: false @@ -69308,7 +69337,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &482 title: File Commit description: File Commit type: object @@ -69460,7 +69489,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: example-for-creating-a-file: value: @@ -69514,7 +69543,7 @@ paths: schema: oneOf: - *3 - - &510 + - &513 description: Repository rule violation was detected type: object properties: @@ -69535,7 +69564,7 @@ paths: items: type: object properties: - placeholder_id: &637 + placeholder_id: &640 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69629,7 +69658,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: default: value: @@ -69821,7 +69850,7 @@ paths: schema: type: string - *194 - - *480 + - *483 - *195 - *196 - *52 @@ -69842,7 +69871,7 @@ paths: application/json: schema: type: array - items: &484 + items: &487 type: object description: A Dependabot alert. properties: @@ -69888,7 +69917,7 @@ paths: - unknown - direct - transitive - security_advisory: *481 + security_advisory: *484 security_vulnerability: *56 url: *172 html_url: *173 @@ -69919,8 +69948,8 @@ paths: nullable: true maxLength: 280 fixed_at: *174 - auto_dismissed_at: *482 - dismissal_request: *483 + auto_dismissed_at: *485 + dismissal_request: *486 required: - number - state @@ -70152,7 +70181,7 @@ paths: parameters: - *334 - *335 - - &485 + - &488 name: alert_number in: path description: |- @@ -70167,7 +70196,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70282,7 +70311,7 @@ paths: parameters: - *334 - *335 - - *485 + - *488 requestBody: required: true content: @@ -70327,7 +70356,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70475,7 +70504,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &491 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70535,9 +70564,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: *487 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70565,7 +70594,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: default: value: @@ -71146,7 +71175,7 @@ paths: - version - url additionalProperties: false - metadata: &489 + metadata: &492 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71179,7 +71208,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *489 + metadata: *492 resolved: type: object description: A collection of resolved package dependencies. @@ -71192,7 +71221,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *489 + metadata: *492 relationship: type: string description: A notation of whether a dependency is requested @@ -71362,9 +71391,9 @@ paths: application/json: schema: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *58 x-github: @@ -71512,7 +71541,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: simple-example: summary: Simple example @@ -71587,7 +71616,7 @@ paths: parameters: - *334 - *335 - - &492 + - &495 name: deployment_id description: deployment_id parameter in: path @@ -71599,7 +71628,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: default: value: @@ -71666,7 +71695,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 responses: '204': description: Response @@ -71690,7 +71719,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - *17 - *19 responses: @@ -71700,7 +71729,7 @@ paths: application/json: schema: type: array - items: &493 + items: &496 title: Deployment Status description: The status of a deployment. type: object @@ -71863,7 +71892,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 requestBody: required: true content: @@ -71938,9 +71967,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: &494 + default: &497 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -71998,7 +72027,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - name: status_id in: path required: true @@ -72009,9 +72038,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: *494 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -72112,7 +72141,7 @@ paths: type: integer environments: type: array - items: &496 + items: &499 title: Environment description: Details of a deployment environment type: object @@ -72164,7 +72193,7 @@ paths: type: type: string example: wait_timer - wait_timer: &498 + wait_timer: &501 type: integer example: 30 description: The amount of time to delay a job after @@ -72201,7 +72230,7 @@ paths: items: type: object properties: - type: *495 + type: *498 reviewer: anyOf: - *4 @@ -72225,7 +72254,7 @@ paths: - id - node_id - type - deployment_branch_policy: &499 + deployment_branch_policy: &502 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72343,7 +72372,7 @@ paths: parameters: - *334 - *335 - - &497 + - &500 name: environment_name in: path required: true @@ -72356,9 +72385,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: &500 + default: &503 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72444,7 +72473,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: false content: @@ -72453,7 +72482,7 @@ paths: type: object nullable: true properties: - wait_timer: *498 + wait_timer: *501 prevent_self_review: type: boolean example: false @@ -72470,13 +72499,13 @@ paths: items: type: object properties: - type: *495 + type: *498 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *499 + deployment_branch_policy: *502 additionalProperties: false examples: default: @@ -72496,9 +72525,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: *500 + default: *503 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72524,7 +72553,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '204': description: Default response @@ -72551,7 +72580,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -72569,7 +72598,7 @@ paths: example: 2 branch_policies: type: array - items: &501 + items: &504 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -72628,7 +72657,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -72674,9 +72703,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - example-wildcard: &502 + example-wildcard: &505 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -72720,8 +72749,8 @@ paths: parameters: - *334 - *335 - - *497 - - &503 + - *500 + - &506 name: branch_policy_id in: path required: true @@ -72733,9 +72762,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72756,8 +72785,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 requestBody: required: true content: @@ -72785,9 +72814,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72808,8 +72837,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 responses: '204': description: Response @@ -72834,7 +72863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *497 + - *500 - *335 - *334 responses: @@ -72852,7 +72881,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &504 + items: &507 title: Deployment protection rule description: Deployment protection rule type: object @@ -72871,7 +72900,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &505 + app: &508 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -72970,7 +72999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *497 + - *500 - *335 - *334 requestBody: @@ -72993,9 +73022,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *504 + schema: *507 examples: - default: &506 + default: &509 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73030,7 +73059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - *19 @@ -73051,7 +73080,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *505 + items: *508 examples: default: value: @@ -73088,8 +73117,8 @@ paths: parameters: - *334 - *335 - - *497 - - &507 + - *500 + - &510 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73101,9 +73130,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: - default: *506 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73124,10 +73153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - - *507 + - *510 responses: '204': description: Response @@ -73155,7 +73184,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -73202,7 +73231,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '200': description: Response @@ -73234,7 +73263,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '200': @@ -73243,7 +73272,7 @@ paths: application/json: schema: *379 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73267,7 +73296,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 requestBody: required: true @@ -73327,7 +73356,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '204': @@ -73355,7 +73384,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *350 - *19 responses: @@ -73400,7 +73429,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -73454,7 +73483,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *162 responses: '200': @@ -73463,7 +73492,7 @@ paths: application/json: schema: *383 examples: - default: *509 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73487,7 +73516,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 requestBody: required: true content: @@ -73532,7 +73561,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 responses: '204': description: Response @@ -73900,7 +73929,7 @@ paths: schema: oneOf: - *120 - - *510 + - *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74135,7 +74164,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &514 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74351,13 +74380,13 @@ paths: parameters: - *334 - *335 - - *464 + - *467 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -74415,7 +74444,7 @@ paths: parameters: - *334 - *335 - - &512 + - &515 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -74432,7 +74461,7 @@ paths: application/json: schema: type: array - items: &513 + items: &516 title: Git Reference description: Git references within a repository type: object @@ -74509,15 +74538,15 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '200': description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: &514 + default: &517 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74576,9 +74605,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74606,7 +74635,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 requestBody: required: true content: @@ -74635,9 +74664,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 '422': *15 '409': *51 x-github: @@ -74657,7 +74686,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '204': description: Response @@ -74780,7 +74809,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &519 title: Git Tag description: Metadata for a Git tag type: object @@ -74831,7 +74860,7 @@ paths: - sha - type - url - verification: *515 + verification: *518 required: - sha - url @@ -74841,7 +74870,7 @@ paths: - tag - message examples: - default: &517 + default: &520 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -74926,9 +74955,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *519 examples: - default: *517 + default: *520 '404': *6 '409': *51 x-github: @@ -75026,7 +75055,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &521 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75146,7 +75175,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: default-response: summary: Default response @@ -75216,7 +75245,7 @@ paths: application/json: schema: type: array - items: &519 + items: &522 title: Webhook description: Webhooks for repositories. type: object @@ -75270,7 +75299,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &760 + last_response: &763 title: Hook Response type: object properties: @@ -75397,9 +75426,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: &520 + default: &523 value: type: Repository id: 12345678 @@ -75455,9 +75484,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '404': *6 x-github: githubCloudOnly: false @@ -75524,9 +75553,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '422': *15 '404': *6 x-github: @@ -75921,7 +75950,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &524 title: Import description: A repository import from an external source. type: object @@ -76020,7 +76049,7 @@ paths: - html_url - authors_url examples: - default: &524 + default: &527 value: vcs: subversion use_lfs: true @@ -76036,7 +76065,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &522 + '503': &525 description: Unavailable due to service under maintenance. content: application/json: @@ -76114,7 +76143,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: default: value: @@ -76139,7 +76168,7 @@ paths: type: string '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76217,7 +76246,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: example-1: summary: Example 1 @@ -76265,7 +76294,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76293,7 +76322,7 @@ paths: responses: '204': description: Response - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76321,7 +76350,7 @@ paths: parameters: - *334 - *335 - - &694 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76335,7 +76364,7 @@ paths: application/json: schema: type: array - items: &523 + items: &526 title: Porter Author description: Porter Author type: object @@ -76389,7 +76418,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76445,7 +76474,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *526 examples: default: value: @@ -76458,7 +76487,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76524,7 +76553,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76580,11 +76609,11 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: - default: *524 + default: *527 '422': *15 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76616,7 +76645,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 '301': *338 '404': *6 x-github: @@ -76651,7 +76680,7 @@ paths: properties: {} additionalProperties: false examples: - default: &527 + default: &530 value: limit: collaborators_only origin: repository @@ -76682,7 +76711,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: summary: Example request body @@ -76696,7 +76725,7 @@ paths: application/json: schema: *222 examples: - default: *527 + default: *530 '409': description: Response x-github: @@ -76753,9 +76782,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: &687 + default: &690 value: - id: 1 repository: @@ -76917,7 +76946,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -77155,7 +77184,7 @@ paths: type: array items: *74 examples: - default: &538 + default: &541 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77417,7 +77446,7 @@ paths: application/json: schema: *74 examples: - default: &535 + default: &538 value: id: 1 node_id: MDU6SXNzdWUx @@ -77573,7 +77602,7 @@ paths: '422': *15 '503': *112 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -77623,9 +77652,9 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: &537 + default: &540 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77691,9 +77720,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: &531 + default: &534 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77771,9 +77800,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 '422': *15 x-github: githubCloudOnly: false @@ -77963,7 +77992,7 @@ paths: application/json: schema: type: array - items: &534 + items: &537 title: Issue Event description: Issue Event type: object @@ -78006,8 +78035,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *532 - required: *533 + properties: *535 + required: *536 nullable: true label: title: Issue Event Label @@ -78326,7 +78355,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *537 examples: default: value: @@ -78518,7 +78547,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *529 + '410': *532 '403': *29 x-github: githubCloudOnly: false @@ -78554,7 +78583,7 @@ paths: parameters: - *334 - *335 - - &536 + - &539 name: issue_number description: The number that identifies the issue. in: path @@ -78568,10 +78597,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 '304': *37 x-github: githubCloudOnly: false @@ -78598,7 +78627,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78704,13 +78733,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '422': *15 '503': *112 '403': *29 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78730,7 +78759,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78758,7 +78787,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78776,7 +78805,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: content: application/json: @@ -78803,7 +78832,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78827,7 +78856,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: assignee in: path required: true @@ -78869,7 +78898,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *81 - *17 - *19 @@ -78880,13 +78909,13 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: *537 + default: *540 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78917,7 +78946,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -78939,16 +78968,16 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -78978,7 +79007,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -78990,12 +79019,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79025,7 +79054,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -79049,7 +79078,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -79057,7 +79086,7 @@ paths: type: string '301': *338 '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -79090,7 +79119,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -79104,13 +79133,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -79138,7 +79167,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79150,12 +79179,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79174,7 +79203,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79188,7 +79217,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &540 + - &543 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79242,7 +79271,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &544 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79378,7 +79407,7 @@ paths: - performed_via_github_app - assignee - assigner - - &542 + - &545 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79429,7 +79458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &546 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79480,7 +79509,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &544 + - &547 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79534,7 +79563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &545 + - &548 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79581,7 +79610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &546 + - &549 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79628,7 +79657,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &547 + - &550 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79688,7 +79717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &551 title: Locked Issue Event description: Locked Issue Event type: object @@ -79736,7 +79765,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &549 + - &552 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -79802,7 +79831,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &553 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -79868,7 +79897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &554 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -79934,7 +79963,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &555 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80025,7 +80054,7 @@ paths: color: red headers: Link: *58 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80044,7 +80073,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80056,7 +80085,7 @@ paths: type: array items: *73 examples: - default: &539 + default: &542 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80076,7 +80105,7 @@ paths: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80095,7 +80124,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80156,10 +80185,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80178,7 +80207,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80240,10 +80269,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80262,13 +80291,13 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80289,7 +80318,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: name in: path required: true @@ -80315,7 +80344,7 @@ paths: default: true '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80337,7 +80366,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80365,7 +80394,7 @@ paths: '204': description: Response '403': *29 - '410': *529 + '410': *532 '404': *6 '422': *15 x-github: @@ -80385,7 +80414,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response @@ -80417,7 +80446,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '200': description: Response @@ -80425,10 +80454,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80447,7 +80476,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -80479,7 +80508,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80499,7 +80528,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80564,7 +80593,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *332 responses: '204': @@ -80596,7 +80625,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80620,7 +80649,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80655,7 +80684,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80667,11 +80696,11 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80701,7 +80730,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80730,14 +80759,14 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -80759,7 +80788,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80792,7 +80821,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '403': *29 '404': *6 '422': *7 @@ -80816,7 +80845,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80831,9 +80860,6 @@ paths: description: Timeline Event type: object anyOf: - - *540 - - *541 - - *542 - *543 - *544 - *545 @@ -80844,6 +80870,9 @@ paths: - *550 - *551 - *552 + - *553 + - *554 + - *555 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81152,7 +81181,7 @@ paths: type: string comments: type: array - items: &574 + items: &577 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81361,7 +81390,7 @@ paths: type: string comments: type: array - items: *462 + items: *465 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81650,7 +81679,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81678,7 +81707,7 @@ paths: application/json: schema: type: array - items: &553 + items: &556 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -81781,9 +81810,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: &554 + default: &557 value: id: 1 key: ssh-rsa AAA... @@ -81819,7 +81848,7 @@ paths: parameters: - *334 - *335 - - &555 + - &558 name: key_id description: The unique identifier of the key. in: path @@ -81831,9 +81860,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: *554 + default: *557 '404': *6 x-github: githubCloudOnly: false @@ -81853,7 +81882,7 @@ paths: parameters: - *334 - *335 - - *555 + - *558 responses: '204': description: Response @@ -81886,7 +81915,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 '404': *6 @@ -81946,7 +81975,7 @@ paths: application/json: schema: *73 examples: - default: &556 + default: &559 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81992,7 +82021,7 @@ paths: application/json: schema: *73 examples: - default: *556 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -82390,9 +82419,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *463 + schema: *466 examples: - default: *557 + default: *560 '204': description: Response when already merged '404': @@ -82459,7 +82488,7 @@ paths: application/json: schema: type: array - items: &558 + items: &561 title: Milestone description: A collection of related issues and pull requests. type: object @@ -82561,9 +82590,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: &559 + default: &562 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82624,7 +82653,7 @@ paths: parameters: - *334 - *335 - - &560 + - &563 name: milestone_number description: The number that identifies the milestone. in: path @@ -82636,9 +82665,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 '404': *6 x-github: githubCloudOnly: false @@ -82657,7 +82686,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 requestBody: required: false content: @@ -82695,9 +82724,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82715,7 +82744,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 responses: '204': description: Response @@ -82738,7 +82767,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 - *17 - *19 responses: @@ -82750,7 +82779,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 x-github: @@ -82771,10 +82800,10 @@ paths: parameters: - *334 - *335 - - *561 - - *562 + - *564 + - *565 - *81 - - *563 + - *566 - *17 - *19 responses: @@ -82786,7 +82815,7 @@ paths: type: array items: *101 examples: - default: *564 + default: *567 headers: Link: *58 x-github: @@ -82876,7 +82905,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &568 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83001,7 +83030,7 @@ paths: - custom_404 - public examples: - default: &566 + default: &569 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83097,9 +83126,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *568 examples: - default: *566 + default: *569 '422': *15 '409': *51 x-github: @@ -83260,7 +83289,7 @@ paths: application/json: schema: type: array - items: &567 + items: &570 title: Page Build description: Page Build type: object @@ -83407,9 +83436,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: &568 + default: &571 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83469,9 +83498,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83599,7 +83628,7 @@ paths: parameters: - *334 - *335 - - &569 + - &572 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -83659,7 +83688,7 @@ paths: parameters: - *334 - *335 - - *569 + - *572 responses: '204': *183 '404': *6 @@ -84039,7 +84068,7 @@ paths: type: array items: *110 examples: - default: *570 + default: *573 '403': *29 '404': *6 x-github: @@ -84078,7 +84107,7 @@ paths: required: - properties examples: - default: *571 + default: *574 responses: '204': description: No Content when custom property values are successfully created @@ -84177,9 +84206,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: *572 + default: *575 headers: Link: *58 '304': *37 @@ -84277,7 +84306,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &579 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84491,7 +84520,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: *573 + auto_merge: *576 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -84583,7 +84612,7 @@ paths: - merged_by - review_comments examples: - default: &577 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85140,9 +85169,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: &579 + default: &582 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85227,9 +85256,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: &575 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85328,9 +85357,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: *575 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85533,7 +85562,7 @@ paths: parameters: - *334 - *335 - - &578 + - &581 name: pull_number description: The number that identifies the pull request. in: path @@ -85546,9 +85575,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '304': *37 '404': *6 '406': @@ -85585,7 +85614,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -85627,9 +85656,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '422': *15 '403': *29 x-github: @@ -85653,7 +85682,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85715,7 +85744,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -85723,7 +85752,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -85755,7 +85784,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *98 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -85776,9 +85805,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: *579 + default: *582 headers: Link: *58 x-github: @@ -85813,7 +85842,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85918,7 +85947,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: example-for-a-multi-line-comment: value: @@ -86008,7 +86037,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *90 requestBody: required: true @@ -86031,7 +86060,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: default: value: @@ -86119,7 +86148,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86129,9 +86158,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: *580 + default: *583 headers: Link: *58 x-github: @@ -86163,7 +86192,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86173,7 +86202,7 @@ paths: application/json: schema: type: array - items: *476 + items: *479 examples: default: value: @@ -86213,7 +86242,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '204': description: Response if pull request has been merged @@ -86238,7 +86267,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86351,7 +86380,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '200': description: Response @@ -86428,7 +86457,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86465,7 +86494,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87003,7 +87032,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -87037,7 +87066,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87544,7 +87573,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -87554,7 +87583,7 @@ paths: application/json: schema: type: array - items: &581 + items: &584 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -87707,7 +87736,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -87793,9 +87822,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &583 + default: &586 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87860,8 +87889,8 @@ paths: parameters: - *334 - *335 - - *578 - - &582 + - *581 + - &585 name: review_id description: The unique identifier of the review. in: path @@ -87873,9 +87902,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &584 + default: &587 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87936,8 +87965,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -87960,7 +87989,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88024,16 +88053,16 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 responses: '200': description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *583 + default: *586 '422': *7 '404': *6 x-github: @@ -88062,8 +88091,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 - *17 - *19 responses: @@ -88300,8 +88329,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88329,7 +88358,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88394,8 +88423,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88430,9 +88459,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *584 + default: *587 '404': *6 '422': *7 '403': *29 @@ -88456,7 +88485,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -88533,9 +88562,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: &586 + default: &589 value: type: file encoding: base64 @@ -88598,9 +88627,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: *586 + default: *589 '404': *6 '422': *15 x-github: @@ -88633,7 +88662,7 @@ paths: application/json: schema: type: array - items: *587 + items: *590 examples: default: value: @@ -88804,9 +88833,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: &591 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -88913,7 +88942,7 @@ paths: parameters: - *334 - *335 - - &589 + - &592 name: asset_id description: The unique identifier of the asset. in: path @@ -88925,9 +88954,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: &590 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -88962,7 +88991,7 @@ paths: type: User site_admin: false '404': *6 - '302': *478 + '302': *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88980,7 +89009,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 requestBody: required: false content: @@ -89008,9 +89037,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: *590 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89028,7 +89057,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 responses: '204': description: Response @@ -89145,9 +89174,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89178,9 +89207,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -89204,7 +89233,7 @@ paths: parameters: - *334 - *335 - - &592 + - &595 name: release_id description: The unique identifier of the release. in: path @@ -89218,9 +89247,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '401': description: Unauthorized x-github: @@ -89240,7 +89269,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: false content: @@ -89304,9 +89333,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': description: Not Found if the discussion category name is invalid content: @@ -89329,7 +89358,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 responses: '204': description: Response @@ -89351,7 +89380,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *17 - *19 responses: @@ -89361,7 +89390,7 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: default: value: @@ -89444,7 +89473,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: name in: query required: true @@ -89470,7 +89499,7 @@ paths: description: Response for successful upload content: application/json: - schema: *588 + schema: *591 examples: response-for-successful-upload: value: @@ -89527,7 +89556,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -89576,7 +89605,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: true content: @@ -89639,7 +89668,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *332 responses: '204': @@ -89683,7 +89712,7 @@ paths: oneOf: - allOf: - *286 - - &593 + - &596 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89704,67 +89733,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *287 - - *593 + - *596 - allOf: - *288 - - *593 + - *596 - allOf: - *289 - - *593 + - *596 - allOf: - - *594 - - *593 + - *597 + - *596 - allOf: - *290 - - *593 + - *596 - allOf: - *291 - - *593 + - *596 - allOf: - *292 - - *593 + - *596 - allOf: - *293 - - *593 + - *596 - allOf: - *294 - - *593 + - *596 - allOf: - *295 - - *593 + - *596 - allOf: - *296 - - *593 + - *596 - allOf: - *297 - - *593 + - *596 - allOf: - *298 - - *593 + - *596 - allOf: - *299 - - *593 + - *596 - allOf: - *300 - - *593 + - *596 - allOf: - *301 - - *593 + - *596 - allOf: - *302 - - *593 + - *596 - allOf: - *303 - - *593 + - *596 - allOf: - *304 - - *593 + - *596 - allOf: - *305 - - *593 + - *596 - allOf: - *306 - - *593 + - *596 examples: default: value: @@ -89815,7 +89844,7 @@ paths: schema: type: boolean default: true - - *595 + - *598 responses: '200': description: Response @@ -89900,7 +89929,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *596 + items: *599 required: - name - enforcement @@ -89933,7 +89962,7 @@ paths: application/json: schema: *307 examples: - default: &606 + default: &609 value: id: 42 name: super cool ruleset @@ -89982,10 +90011,10 @@ paths: parameters: - *334 - *335 - - *597 - - *598 - - *599 - *600 + - *601 + - *602 + - *603 - *17 - *19 responses: @@ -89993,9 +90022,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 '404': *6 '500': *111 x-github: @@ -90018,15 +90047,15 @@ paths: parameters: - *334 - *335 - - *603 + - *606 responses: '200': description: Response content: application/json: - schema: *604 + schema: *607 examples: - default: *605 + default: *608 '404': *6 '500': *111 x-github: @@ -90077,7 +90106,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 put: @@ -90130,7 +90159,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *596 + items: *599 examples: default: value: @@ -90160,7 +90189,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 delete: @@ -90221,7 +90250,7 @@ paths: type: array items: *310 examples: - default: *607 + default: *610 '404': *6 '500': *111 x-github: @@ -90259,7 +90288,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: default: value: @@ -90316,20 +90345,20 @@ paths: parameters: - *334 - *335 - - *609 - - *610 - - *611 - *612 - *613 - - *52 - - *19 - - *17 - *614 - *615 - *616 + - *52 + - *19 + - *17 - *617 - *618 - *619 + - *620 + - *621 + - *622 responses: '200': description: Response @@ -90337,7 +90366,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 type: object properties: number: *169 @@ -90356,8 +90385,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolved_at: type: string format: date-time @@ -90453,7 +90482,7 @@ paths: pull request. ' - oneOf: *622 + oneOf: *625 nullable: true has_more_locations: type: boolean @@ -90605,13 +90634,13 @@ paths: - *334 - *335 - *432 - - *619 + - *622 responses: '200': description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90675,8 +90704,8 @@ paths: schema: type: object properties: - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -90710,7 +90739,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90818,7 +90847,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &785 type: object properties: type: @@ -90844,9 +90873,6 @@ paths: example: commit details: oneOf: - - *624 - - *625 - - *626 - *627 - *628 - *629 @@ -90857,6 +90883,9 @@ paths: - *634 - *635 - *636 + - *637 + - *638 + - *639 examples: default: value: @@ -90951,14 +90980,14 @@ paths: schema: type: object properties: - reason: &638 + reason: &641 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *637 + placeholder_id: *640 required: - reason - placeholder_id @@ -90975,7 +91004,7 @@ paths: schema: type: object properties: - reason: *638 + reason: *641 expire_at: type: string format: date-time @@ -91037,7 +91066,7 @@ paths: properties: incremental_scans: type: array - items: &639 + items: &642 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91063,15 +91092,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *639 + items: *642 backfill_scans: type: array - items: *639 + items: *642 custom_pattern_backfill_scans: type: array items: allOf: - - *639 + - *642 - type: object properties: pattern_name: @@ -91186,9 +91215,9 @@ paths: application/json: schema: type: array - items: *640 + items: *643 examples: - default: *641 + default: *644 '400': *14 '404': *6 x-github: @@ -91372,9 +91401,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: &643 + default: &646 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -91712,7 +91741,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: default: value: @@ -91861,15 +91890,15 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '200': description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 + default: *646 '403': *29 '404': *6 x-github: @@ -91895,7 +91924,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 requestBody: required: true content: @@ -92054,10 +92083,10 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 - add_credit: *643 + default: *646 + add_credit: *646 '403': *29 '404': *6 '422': @@ -92097,7 +92126,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': *39 '400': *14 @@ -92126,7 +92155,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': description: Response @@ -92270,7 +92299,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -92643,7 +92672,7 @@ paths: application/json: schema: type: array - items: *644 + items: *647 examples: default: value: @@ -92731,7 +92760,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *648 examples: default: value: @@ -92825,7 +92854,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &646 + schema: &649 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -92920,7 +92949,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -93057,7 +93086,7 @@ paths: application/json: schema: type: array - items: &647 + items: &650 title: Tag protection description: Tag protection type: object @@ -93133,7 +93162,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *650 examples: default: value: @@ -93281,7 +93310,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &651 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93293,7 +93322,7 @@ paths: required: - names examples: - default: &649 + default: &652 value: names: - octocat @@ -93348,9 +93377,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: - default: *649 + default: *652 '404': *6 '422': *7 x-github: @@ -93373,7 +93402,7 @@ paths: parameters: - *334 - *335 - - &650 + - &653 name: per description: The time frame to display results for. in: query @@ -93402,7 +93431,7 @@ paths: example: 128 clones: type: array - items: &651 + items: &654 title: Traffic type: object properties: @@ -93643,7 +93672,7 @@ paths: parameters: - *334 - *335 - - *650 + - *653 responses: '200': description: Response @@ -93662,7 +93691,7 @@ paths: example: 3782 views: type: array - items: *651 + items: *654 required: - uniques - count @@ -94431,7 +94460,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &652 + text_matches: &655 title: Search Result Text Matches type: array items: @@ -94593,7 +94622,7 @@ paths: enum: - author-date - committer-date - - &653 + - &656 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -94684,7 +94713,7 @@ paths: url: type: string format: uri - verification: *515 + verification: *518 required: - author - committer @@ -94721,7 +94750,7 @@ paths: type: number node_id: type: string - text_matches: *652 + text_matches: *655 required: - sha - node_id @@ -94913,7 +94942,7 @@ paths: - interactions - created - updated - - *653 + - *656 - *17 - *19 - name: advanced_search @@ -95010,11 +95039,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: type: string state_reason: @@ -95046,7 +95075,7 @@ paths: type: string format: date-time nullable: true - text_matches: *652 + text_matches: *655 pull_request: type: object properties: @@ -95271,7 +95300,7 @@ paths: enum: - created - updated - - *653 + - *656 - *17 - *19 responses: @@ -95315,7 +95344,7 @@ paths: nullable: true score: type: number - text_matches: *652 + text_matches: *655 required: - id - node_id @@ -95400,7 +95429,7 @@ paths: - forks - help-wanted-issues - updated - - *653 + - *656 - *17 - *19 responses: @@ -95639,7 +95668,7 @@ paths: - admin - pull - push - text_matches: *652 + text_matches: *655 temp_clone_token: type: string allow_merge_commit: @@ -95939,7 +95968,7 @@ paths: type: string format: uri nullable: true - text_matches: *652 + text_matches: *655 related: type: array nullable: true @@ -96130,7 +96159,7 @@ paths: - followers - repositories - joined - - *653 + - *656 - *17 - *19 responses: @@ -96234,7 +96263,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *652 + text_matches: *655 blog: type: string nullable: true @@ -96313,7 +96342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &657 + - &660 name: team_id description: The unique identifier of the team. in: path @@ -96354,7 +96383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96454,7 +96483,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *657 + - *660 responses: '204': description: Response @@ -96485,7 +96514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *657 + - *660 - *52 - *17 - *19 @@ -96498,7 +96527,7 @@ paths: type: array items: *323 examples: - default: *658 + default: *661 headers: Link: *58 x-github: @@ -96527,7 +96556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96590,7 +96619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '200': @@ -96624,7 +96653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: false @@ -96650,7 +96679,7 @@ paths: application/json: schema: *323 examples: - default: *659 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96675,7 +96704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '204': @@ -96705,7 +96734,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *657 + - *660 - *325 - *52 - *17 @@ -96719,7 +96748,7 @@ paths: type: array items: *326 examples: - default: *660 + default: *663 headers: Link: *58 x-github: @@ -96748,7 +96777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -96800,7 +96829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96835,7 +96864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -96861,7 +96890,7 @@ paths: application/json: schema: *326 examples: - default: *661 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96886,7 +96915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96917,7 +96946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 - name: content @@ -96976,7 +97005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -97038,7 +97067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -97096,7 +97125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -97155,7 +97184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97193,7 +97222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *657 + - *660 - name: role description: Filters members returned by their role in the team. in: query @@ -97244,7 +97273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97281,7 +97310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97321,7 +97350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97358,7 +97387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '200': @@ -97367,7 +97396,7 @@ paths: application/json: schema: *333 examples: - response-if-user-is-a-team-maintainer: *662 + response-if-user-is-a-team-maintainer: *665 '404': *6 x-github: githubCloudOnly: false @@ -97400,7 +97429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 requestBody: required: false @@ -97428,7 +97457,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: *663 + response-if-users-membership-with-team-is-now-pending: *666 '403': description: Forbidden if team synchronization is set up '422': @@ -97462,7 +97491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97490,7 +97519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97532,7 +97561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97540,7 +97569,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *664 + schema: *667 examples: alternative-response-with-extra-repository-information: value: @@ -97691,7 +97720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *657 + - *660 - *334 - *335 requestBody: @@ -97743,7 +97772,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97770,7 +97799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97782,7 +97811,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: *665 + response-if-child-teams-exist: *668 headers: Link: *58 '404': *6 @@ -97815,7 +97844,7 @@ paths: application/json: schema: oneOf: - - &667 + - &670 title: Private User description: Private User type: object @@ -98018,7 +98047,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *666 + - *669 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -98171,7 +98200,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *670 examples: default: value: @@ -98517,7 +98546,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98525,7 +98554,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -98569,7 +98598,7 @@ paths: type: integer secrets: type: array - items: &668 + items: &671 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -98609,7 +98638,7 @@ paths: - visibility - selected_repositories_url examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -98685,7 +98714,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *671 examples: default: value: @@ -98831,7 +98860,7 @@ paths: type: array items: *151 examples: - default: *669 + default: *672 '401': *25 '403': *29 '404': *6 @@ -98983,7 +99012,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '401': *25 @@ -99041,7 +99070,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -99098,7 +99127,7 @@ paths: description: Response content: application/json: - schema: &670 + schema: &673 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -99139,7 +99168,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &671 + default: &674 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -99184,9 +99213,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *673 examples: - default: *671 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -99223,9 +99252,9 @@ paths: type: integer machines: type: array - items: *672 + items: *675 examples: - default: *673 + default: *676 '304': *37 '500': *111 '401': *25 @@ -99309,8 +99338,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -100092,7 +100121,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '400': *14 @@ -100132,7 +100161,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '500': *111 '401': *25 '403': *29 @@ -100164,7 +100193,7 @@ paths: type: array items: *245 examples: - default: &684 + default: &687 value: - id: 197 name: hello_docker @@ -100265,7 +100294,7 @@ paths: application/json: schema: type: array - items: &674 + items: &677 title: Email description: Email type: object @@ -100330,9 +100359,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: &686 + default: &689 value: - email: octocat@github.com verified: true @@ -100407,7 +100436,7 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: default: value: @@ -100663,7 +100692,7 @@ paths: application/json: schema: type: array - items: &675 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -100794,7 +100823,7 @@ paths: - subkeys - revoked examples: - default: &700 + default: &703 value: - id: 3 name: Octocat's GPG Key @@ -100879,9 +100908,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: &676 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -100938,7 +100967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &677 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -100950,9 +100979,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '404': *6 '304': *37 '403': *29 @@ -100975,7 +101004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *677 + - *680 responses: '204': description: Response @@ -101280,7 +101309,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -101430,7 +101459,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Key description: Key type: object @@ -101531,9 +101560,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101566,15 +101595,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '200': description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 '304': *37 '403': *29 @@ -101597,7 +101626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '204': description: Response @@ -101630,7 +101659,7 @@ paths: application/json: schema: type: array - items: &680 + items: &683 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -101698,7 +101727,7 @@ paths: - account - plan examples: - default: &681 + default: &684 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -101760,9 +101789,9 @@ paths: application/json: schema: type: array - items: *680 + items: *683 examples: - default: *681 + default: *684 headers: Link: *58 '304': *37 @@ -102757,7 +102786,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *239 - - *682 + - *685 responses: '204': description: Response @@ -102872,7 +102901,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *19 - *17 responses: @@ -102884,8 +102913,8 @@ paths: type: array items: *245 examples: - default: *684 - '400': *685 + default: *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102914,7 +102943,7 @@ paths: application/json: schema: *245 examples: - default: &701 + default: &704 value: id: 40201 name: octo-name @@ -103276,9 +103305,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: *686 + default: *689 headers: Link: *58 '304': *37 @@ -103391,7 +103420,7 @@ paths: type: array items: *70 examples: - default: &693 + default: &696 summary: Default response value: - id: 1296269 @@ -103735,9 +103764,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: *687 + default: *690 headers: Link: *58 '304': *37 @@ -103816,7 +103845,7 @@ paths: application/json: schema: type: array - items: &688 + items: &691 title: Social account description: Social media account type: object @@ -103831,7 +103860,7 @@ paths: - provider - url examples: - default: &689 + default: &692 value: - provider: twitter url: https://twitter.com/github @@ -103893,9 +103922,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 '422': *15 '304': *37 '404': *6 @@ -103982,7 +104011,7 @@ paths: application/json: schema: type: array - items: &690 + items: &693 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -104002,7 +104031,7 @@ paths: - title - created_at examples: - default: &718 + default: &721 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104066,9 +104095,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: &691 + default: &694 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104098,7 +104127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &692 + - &695 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -104110,9 +104139,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '404': *6 '304': *37 '403': *29 @@ -104135,7 +104164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *692 + - *695 responses: '204': description: Response @@ -104164,7 +104193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &719 + - &722 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -104189,11 +104218,11 @@ paths: type: array items: *70 examples: - default-response: *693 + default-response: *696 application/vnd.github.v3.star+json: schema: type: array - items: &720 + items: &723 title: Starred Repository description: Starred Repository type: object @@ -104562,10 +104591,10 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: &695 + default-response: &698 summary: Default response value: login: octocat @@ -104600,7 +104629,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &696 + response-with-git-hub-plan-information: &699 summary: Response with GitHub plan information value: login: octocat @@ -104722,7 +104751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *694 + - *697 - *17 responses: '200': @@ -104771,11 +104800,11 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: *695 - response-with-git-hub-plan-information: *696 + default-response: *698 + response-with-git-hub-plan-information: *699 '404': *6 x-github: githubCloudOnly: false @@ -104825,8 +104854,8 @@ paths: required: - subject_digests examples: - default: *697 - withPredicateType: *698 + default: *700 + withPredicateType: *701 responses: '200': description: Response @@ -104879,7 +104908,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *699 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105125,7 +105154,7 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 x-github: @@ -105509,9 +105538,9 @@ paths: application/json: schema: type: array - items: *675 + items: *678 examples: - default: *700 + default: *703 headers: Link: *58 x-github: @@ -105615,7 +105644,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105739,7 +105768,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *63 - *19 - *17 @@ -105752,10 +105781,10 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 - '400': *685 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105785,7 +105814,7 @@ paths: application/json: schema: *245 examples: - default: *701 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106134,7 +106163,7 @@ paths: type: array items: *267 examples: - default: *702 + default: *705 headers: Link: *58 '304': *37 @@ -106194,7 +106223,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *703 + items: *706 required: - name - data_type @@ -106210,7 +106239,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *704 + iteration_configuration: *707 required: - name - data_type @@ -106232,8 +106261,8 @@ paths: value: name: Due date data_type: date - single_select_field: *705 - iteration_field: *706 + single_select_field: *708 + iteration_field: *709 responses: '201': description: Response @@ -106241,11 +106270,11 @@ paths: application/json: schema: *267 examples: - text_field: *707 - number_field: *708 - date_field: *709 - single_select_field: *710 - iteration_field: *711 + text_field: *710 + number_field: *711 + date_field: *712 + single_select_field: *713 + iteration_field: *714 '304': *37 '403': *29 '401': *25 @@ -106267,7 +106296,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *263 - - *712 + - *715 - *63 responses: '200': @@ -106276,7 +106305,7 @@ paths: application/json: schema: *267 examples: - default: *713 + default: *716 headers: Link: *58 '304': *37 @@ -106807,7 +106836,7 @@ paths: - *114 - *116 - *115 - - *714 + - *717 - *117 responses: '200': @@ -106938,7 +106967,7 @@ paths: parameters: - *63 - *114 - - *715 + - *718 - *115 responses: '200': @@ -107037,9 +107066,9 @@ paths: - *114 - *116 - *115 - - *716 + - *719 - *117 - - *717 + - *720 responses: '200': description: Response when getting a billing usage summary @@ -107173,9 +107202,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 headers: Link: *58 x-github: @@ -107205,9 +107234,9 @@ paths: application/json: schema: type: array - items: *690 + items: *693 examples: - default: *718 + default: *721 headers: Link: *58 x-github: @@ -107232,7 +107261,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *63 - - *719 + - *722 - *52 - *17 - *19 @@ -107244,11 +107273,11 @@ paths: schema: anyOf: - type: array - items: *720 + items: *723 - type: array items: *70 examples: - default-response: *693 + default-response: *696 headers: Link: *58 x-github: @@ -107407,7 +107436,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &721 + enterprise: &724 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -107465,7 +107494,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &722 + installation: &725 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -107484,7 +107513,7 @@ x-webhooks: required: - id - node_id - organization: &723 + organization: &726 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -107544,13 +107573,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &724 + repository: &727 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &754 + properties: &757 id: description: Unique identifier of the repository example: 42 @@ -108233,7 +108262,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &755 + required: &758 - archive_url - assignees_url - blobs_url @@ -108384,10 +108413,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -108463,11 +108492,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: &725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: &728 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -108690,11 +108719,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108877,11 +108906,11 @@ x-webhooks: - everyone required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108965,7 +108994,7 @@ x-webhooks: type: string enum: - completed - check_run: &727 + check_run: &730 title: CheckRun description: A check performed on the code of a given code change type: object @@ -109056,7 +109085,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *726 + deployment: *729 details_url: example: https://example.com type: string @@ -109141,10 +109170,10 @@ x-webhooks: - output - app - pull_requests - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109537,11 +109566,11 @@ x-webhooks: type: string enum: - created - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109937,11 +109966,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 requested_action: description: The action requested by the user. type: object @@ -110346,11 +110375,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -111327,10 +111356,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112024,10 +112053,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112715,10 +112744,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -113029,20 +113058,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &728 + commit_oid: &731 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *721 - installation: *722 - organization: *723 - ref: &729 + enterprise: *724 + installation: *725 + organization: *726 + ref: &732 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -113437,12 +113466,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -113708,12 +113737,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114045,12 +114074,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114324,16 +114353,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *724 + repository: *727 sender: *4 required: - action @@ -114570,12 +114599,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114832,10 +114861,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -114915,18 +114944,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *723 - pusher_type: &730 + organization: *726 + pusher_type: &733 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &731 + ref: &734 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -114936,7 +114965,7 @@ x-webhooks: enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115019,9 +115048,9 @@ x-webhooks: enum: - created definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115106,9 +115135,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115186,9 +115215,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115266,9 +115295,9 @@ x-webhooks: enum: - updated definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115345,10 +115374,10 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - repository: *724 - organization: *723 + enterprise: *724 + installation: *725 + repository: *727 + organization: *726 sender: *4 new_property_values: type: array @@ -115433,18 +115462,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - pusher_type: *730 - ref: *731 + enterprise: *724 + installation: *725 + organization: *726 + pusher_type: *733 + ref: *734 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115528,11 +115557,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115616,11 +115645,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115704,11 +115733,11 @@ x-webhooks: type: string enum: - created - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115790,11 +115819,11 @@ x-webhooks: type: string enum: - dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115876,11 +115905,11 @@ x-webhooks: type: string enum: - fixed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115963,11 +115992,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116049,11 +116078,11 @@ x-webhooks: type: string enum: - reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116130,9 +116159,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - key: &732 + enterprise: *724 + installation: *725 + key: &735 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -116168,8 +116197,8 @@ x-webhooks: - verified - created_at - read_only - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116246,11 +116275,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - key: *732 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + key: *735 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116811,12 +116840,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: &736 + workflow: &739 title: Workflow type: object nullable: true @@ -117542,13 +117571,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *490 + deployment: *493 pull_requests: type: array - items: *576 - repository: *724 - organization: *723 - installation: *722 + items: *579 + repository: *727 + organization: *726 + installation: *725 sender: *4 responses: '200': @@ -117619,7 +117648,7 @@ x-webhooks: type: string enum: - approved - approver: &733 + approver: &736 type: object properties: avatar_url: @@ -117662,11 +117691,11 @@ x-webhooks: type: string comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: &734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: &737 type: array items: type: object @@ -117745,7 +117774,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &735 + workflow_job_run: &738 type: object properties: conclusion: @@ -118476,18 +118505,18 @@ x-webhooks: type: string enum: - rejected - approver: *733 + approver: *736 comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: *734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: *737 sender: *4 since: type: string - workflow_job_run: *735 + workflow_job_run: *738 workflow_job_runs: type: array items: @@ -119191,13 +119220,13 @@ x-webhooks: type: string enum: - requested - enterprise: *721 + enterprise: *724 environment: type: string - installation: *722 - organization: *723 - repository: *724 - requestor: &741 + installation: *725 + organization: *726 + repository: *727 + requestor: &744 title: User type: object nullable: true @@ -121096,12 +121125,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Deployment Workflow Run type: object @@ -121781,7 +121810,7 @@ x-webhooks: type: string enum: - answered - answer: &739 + answer: &742 type: object properties: author_association: @@ -121938,11 +121967,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122069,11 +122098,11 @@ x-webhooks: - from required: - category - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122156,11 +122185,11 @@ x-webhooks: type: string enum: - closed - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122242,7 +122271,7 @@ x-webhooks: type: string enum: - created - comment: &738 + comment: &741 type: object properties: author_association: @@ -122399,11 +122428,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122486,12 +122515,12 @@ x-webhooks: type: string enum: - deleted - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122586,12 +122615,12 @@ x-webhooks: - from required: - body - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122675,11 +122704,11 @@ x-webhooks: type: string enum: - created - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122761,11 +122790,11 @@ x-webhooks: type: string enum: - deleted - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122865,11 +122894,11 @@ x-webhooks: type: string required: - from - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122951,10 +122980,10 @@ x-webhooks: type: string enum: - labeled - discussion: *737 - enterprise: *721 - installation: *722 - label: &740 + discussion: *740 + enterprise: *724 + installation: *725 + label: &743 title: Label type: object properties: @@ -122986,8 +123015,8 @@ x-webhooks: - color - default - description - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123070,11 +123099,11 @@ x-webhooks: type: string enum: - locked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123156,11 +123185,11 @@ x-webhooks: type: string enum: - pinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123242,11 +123271,11 @@ x-webhooks: type: string enum: - reopened - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123331,16 +123360,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *737 - new_repository: *724 + new_discussion: *740 + new_repository: *727 required: - new_discussion - new_repository - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123423,10 +123452,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *737 - old_answer: *739 - organization: *723 - repository: *724 + discussion: *740 + old_answer: *742 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123508,12 +123537,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *737 - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123596,11 +123625,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123682,11 +123711,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123759,7 +123788,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *721 + enterprise: *724 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -124419,9 +124448,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - forkee @@ -124567,9 +124596,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pages: description: The pages that were updated. type: array @@ -124606,7 +124635,7 @@ x-webhooks: - action - sha - html_url - repository: *724 + repository: *727 sender: *4 required: - pages @@ -124682,10 +124711,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: &742 + organization: *726 + repositories: &745 description: An array of repository objects that the installation can access. type: array @@ -124711,8 +124740,8 @@ x-webhooks: - name - full_name - private - repository: *724 - requester: *741 + repository: *727 + requester: *744 sender: *4 required: - action @@ -124787,11 +124816,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124867,11 +124896,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124947,10 +124976,10 @@ x-webhooks: type: string enum: - added - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: &743 + organization: *726 + repositories_added: &746 description: An array of repository objects, which were added to the installation. type: array @@ -124996,15 +125025,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *724 - repository_selection: &744 + repository: *727 + repository_selection: &747 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *741 + requester: *744 sender: *4 required: - action @@ -125083,10 +125112,10 @@ x-webhooks: type: string enum: - removed - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: *743 + organization: *726 + repositories_added: *746 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -125113,9 +125142,9 @@ x-webhooks: - name - full_name - private - repository: *724 - repository_selection: *744 - requester: *741 + repository: *727 + repository_selection: *747 + requester: *744 sender: *4 required: - action @@ -125194,11 +125223,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125376,10 +125405,10 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 target_type: type: string @@ -125458,11 +125487,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125714,8 +125743,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -126509,8 +126538,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126859,8 +126888,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -126940,7 +126969,7 @@ x-webhooks: type: string enum: - deleted - comment: &745 + comment: &748 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -127105,8 +127134,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127896,8 +127925,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128248,8 +128277,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -128329,7 +128358,7 @@ x-webhooks: type: string enum: - edited - changes: &774 + changes: &777 description: The changes to the comment. type: object properties: @@ -128341,9 +128370,9 @@ x-webhooks: type: string required: - from - comment: *745 - enterprise: *721 - installation: *722 + comment: *748 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129136,8 +129165,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129486,8 +129515,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129577,9 +129606,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129668,9 +129697,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129758,9 +129787,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129849,9 +129878,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129931,10 +129960,10 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - issue: &748 + assignee: *744 + enterprise: *724 + installation: *725 + issue: &751 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130723,11 +130752,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130844,8 +130873,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -130925,8 +130954,8 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -131720,11 +131749,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131976,8 +132005,8 @@ x-webhooks: required: - state - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -132056,8 +132085,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132842,11 +132871,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132962,8 +132991,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -133042,8 +133071,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133850,11 +133879,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133949,7 +133978,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &746 + milestone: &749 title: Milestone description: A collection of related issues and pull requests. type: object @@ -134087,8 +134116,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -134187,8 +134216,8 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134977,11 +135006,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135098,9 +135127,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -135180,8 +135209,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135969,11 +135998,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136090,9 +136119,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -136172,8 +136201,8 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136985,11 +137014,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137083,8 +137112,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -137163,8 +137192,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137970,11 +137999,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138068,9 +138097,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *746 - organization: *723 - repository: *724 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -138938,11 +138967,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139504,8 +139533,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140294,11 +140323,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140414,8 +140443,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -140495,9 +140524,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *721 - installation: *722 - issue: &747 + enterprise: *724 + installation: *725 + issue: &750 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141280,11 +141309,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141400,8 +141429,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -141480,8 +141509,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142291,11 +142320,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142390,8 +142419,8 @@ x-webhooks: user_view_type: type: string type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143257,11 +143286,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143845,11 +143874,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143929,12 +143958,12 @@ x-webhooks: type: string enum: - typed - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144015,7 +144044,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &780 title: User type: object nullable: true @@ -144085,11 +144114,11 @@ x-webhooks: required: - login - id - enterprise: *721 - installation: *722 - issue: *748 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144168,12 +144197,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - issue: *748 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144253,8 +144282,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145064,11 +145093,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145162,8 +145191,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145243,11 +145272,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145326,12 +145355,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145411,11 +145440,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145493,11 +145522,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145607,11 +145636,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145693,9 +145722,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: &749 + enterprise: *724 + installation: *725 + marketplace_purchase: &752 title: Marketplace Purchase type: object required: @@ -145778,8 +145807,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: &750 + organization: *726 + previous_marketplace_purchase: &753 title: Marketplace Purchase type: object properties: @@ -145859,7 +145888,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -145939,10 +145968,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146025,7 +146054,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146107,10 +146136,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146192,7 +146221,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146273,8 +146302,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 marketplace_purchase: title: Marketplace Purchase type: object @@ -146356,9 +146385,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146438,12 +146467,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146545,11 +146574,11 @@ x-webhooks: type: string required: - to - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146649,11 +146678,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146732,11 +146761,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146814,11 +146843,11 @@ x-webhooks: type: string enum: - added - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -146894,7 +146923,7 @@ x-webhooks: required: - login - id - team: &751 + team: &754 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -147117,11 +147146,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147198,7 +147227,7 @@ x-webhooks: required: - login - id - team: *751 + team: *754 required: - action - scope @@ -147280,8 +147309,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *722 - merge_group: &753 + installation: *725 + merge_group: &756 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -147300,15 +147329,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *752 + head_commit: *755 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147394,10 +147423,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *722 - merge_group: *753 - organization: *723 - repository: *724 + installation: *725 + merge_group: *756 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147470,7 +147499,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -147579,16 +147608,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *722 - organization: *723 + installation: *725 + organization: *726 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -147669,11 +147698,11 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147752,9 +147781,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - milestone: &756 + enterprise: *724 + installation: *725 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -147891,8 +147920,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147971,11 +148000,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148085,11 +148114,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148169,11 +148198,11 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - milestone: *756 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *759 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148252,11 +148281,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148335,11 +148364,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148418,9 +148447,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - membership: &757 + enterprise: *724 + installation: *725 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -148527,8 +148556,8 @@ x-webhooks: - role - organization_url - user - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148606,11 +148635,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148689,8 +148718,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -148806,10 +148835,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 - user: *741 + user: *744 required: - action - invitation @@ -148887,11 +148916,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148978,11 +149007,11 @@ x-webhooks: properties: from: type: string - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -149058,9 +149087,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -149559,7 +149588,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &758 + items: &761 title: Ruby Gems metadata type: object properties: @@ -149654,7 +149683,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -149730,9 +149759,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -150085,7 +150114,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 source_url: type: string format: uri @@ -150155,7 +150184,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -150332,12 +150361,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *721 + enterprise: *724 id: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - id @@ -150414,7 +150443,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &759 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -150560,10 +150589,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *721 - organization: *723 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150640,11 +150669,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150720,11 +150749,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150799,11 +150828,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *759 - organization: *723 - enterprise: *721 + personal_access_token_request: *762 + organization: *726 + enterprise: *724 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150908,7 +150937,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *760 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -150940,8 +150969,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 zen: description: Random string of GitHub zen. @@ -151186,10 +151215,10 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: &761 + enterprise: *724 + installation: *725 + organization: *726 + project_card: &764 title: Project Card type: object properties: @@ -151308,7 +151337,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -151389,11 +151418,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151473,9 +151502,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: title: Project Card type: object @@ -151603,8 +151632,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -151698,11 +151727,11 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151796,9 +151825,9 @@ x-webhooks: - from required: - column_id - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: allOf: - title: Project Card @@ -151988,7 +152017,7 @@ x-webhooks: type: string required: - after_id - repository: *724 + repository: *727 sender: *4 required: - action @@ -152068,10 +152097,10 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - organization: *723 - project: &763 + enterprise: *724 + installation: *725 + organization: *726 + project: &766 title: Project type: object properties: @@ -152195,7 +152224,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152275,10 +152304,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_column: &762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: &765 title: Project Column type: object properties: @@ -152317,7 +152346,7 @@ x-webhooks: - name - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152396,18 +152425,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152497,11 +152526,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152581,11 +152610,11 @@ x-webhooks: type: string enum: - moved - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152665,11 +152694,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152749,18 +152778,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project: *763 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152862,11 +152891,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152945,11 +152974,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -153030,8 +153059,8 @@ x-webhooks: type: string enum: - closed - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153113,8 +153142,8 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153196,8 +153225,8 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153315,8 +153344,8 @@ x-webhooks: type: string to: type: string - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153400,7 +153429,7 @@ x-webhooks: type: string enum: - archived - changes: &767 + changes: &770 type: object properties: archived_at: @@ -153414,9 +153443,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *722 - organization: *723 - projects_v2_item: &764 + installation: *725 + organization: *726 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -153551,9 +153580,9 @@ x-webhooks: nullable: true to: type: string - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153635,9 +153664,9 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153718,9 +153747,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153826,7 +153855,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &765 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -153848,7 +153877,7 @@ x-webhooks: required: - id - name - - &766 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -153882,8 +153911,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *765 - - *766 + - *768 + - *769 required: - field_value - type: object @@ -153899,9 +153928,9 @@ x-webhooks: nullable: true required: - body - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153996,9 +154025,9 @@ x-webhooks: to: type: string nullable: true - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154081,10 +154110,10 @@ x-webhooks: type: string enum: - restored - changes: *767 - installation: *722 - organization: *723 - projects_v2_item: *764 + changes: *770 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154166,8 +154195,8 @@ x-webhooks: type: string enum: - reopened - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -154249,14 +154278,14 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_status_update: &770 + installation: *725 + organization: *726 + projects_v2_status_update: &773 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *768 - required: *769 + properties: *771 + required: *772 sender: *4 required: - action @@ -154337,9 +154366,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154475,9 +154504,9 @@ x-webhooks: type: string format: date nullable: true - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154548,10 +154577,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - repository @@ -154628,13 +154657,13 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - number: &771 + assignee: *744 + enterprise: *724 + installation: *725 + number: &774 description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -156917,7 +156946,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -156999,11 +157028,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -159281,7 +159310,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -159363,11 +159392,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -161645,7 +161674,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -161727,13 +161756,13 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: &772 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: &775 allOf: - - *576 + - *579 - type: object properties: allow_auto_merge: @@ -161795,7 +161824,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *724 + repository: *727 sender: *4 required: - action @@ -161876,12 +161905,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -161961,11 +161990,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: &773 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: &776 title: Pull Request type: object properties: @@ -164228,7 +164257,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -164307,11 +164336,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -166593,7 +166622,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *724 + repository: *727 sender: *4 required: - action @@ -166717,12 +166746,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -166802,11 +166831,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -169073,7 +169102,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -169153,11 +169182,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -171439,7 +171468,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -171520,10 +171549,10 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -173803,7 +173832,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -173883,12 +173912,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: *773 - repository: *724 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: *776 + repository: *727 sender: *4 required: - action @@ -173967,12 +173996,12 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174053,12 +174082,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174138,12 +174167,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174509,9 +174538,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -176681,7 +176710,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -176761,7 +176790,7 @@ x-webhooks: type: string enum: - deleted - comment: &775 + comment: &778 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -177046,9 +177075,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -179206,7 +179235,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -179286,11 +179315,11 @@ x-webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *721 - installation: *722 - organization: *723 + changes: *777 + comment: *778 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -181451,7 +181480,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -181532,9 +181561,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -183707,7 +183736,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 review: description: The review that was affected. type: object @@ -183954,9 +183983,9 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -186010,8 +186039,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: &776 + repository: *727 + review: &779 description: The review that was affected. type: object properties: @@ -186244,12 +186273,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -188532,7 +188561,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -188616,12 +188645,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -190911,7 +190940,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191103,12 +191132,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -193393,7 +193422,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -193478,12 +193507,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -195759,7 +195788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195940,9 +195969,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -198117,8 +198146,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: *776 + repository: *727 + review: *779 sender: *4 required: - action @@ -198198,9 +198227,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -200270,7 +200299,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -200657,9 +200686,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -202715,7 +202744,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -203105,10 +203134,10 @@ x-webhooks: type: string before: type: string - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -205379,7 +205408,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -205461,11 +205490,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + assignee: *780 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -207748,7 +207777,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -207827,11 +207856,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -210104,7 +210133,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -210185,10 +210214,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -212453,7 +212482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -212653,7 +212682,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *721 + enterprise: *724 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212745,8 +212774,8 @@ x-webhooks: - url - author - committer - installation: *722 - organization: *723 + installation: *725 + organization: *726 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213321,9 +213350,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -213769,7 +213798,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -213823,7 +213852,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -213901,9 +213930,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -214211,7 +214240,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -214260,7 +214289,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -214337,10 +214366,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - release: &778 + enterprise: *724 + installation: *725 + organization: *726 + release: &781 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214658,7 +214687,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *724 + repository: *727 sender: *4 required: - action @@ -214735,11 +214764,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214856,11 +214885,11 @@ x-webhooks: type: boolean required: - to - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214938,9 +214967,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215262,7 +215291,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215338,10 +215367,10 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - release: &779 + enterprise: *724 + installation: *725 + organization: *726 + release: &782 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215660,7 +215689,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215736,11 +215765,11 @@ x-webhooks: type: string enum: - released - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -215816,11 +215845,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *721 - installation: *722 - organization: *723 - release: *779 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *782 + repository: *727 sender: *4 required: - action @@ -215896,11 +215925,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -215976,11 +216005,11 @@ x-webhooks: type: string enum: - reported - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -216056,10 +216085,10 @@ x-webhooks: type: string enum: - archived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216136,10 +216165,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216217,10 +216246,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216304,10 +216333,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216419,10 +216448,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216494,10 +216523,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 status: type: string @@ -216578,10 +216607,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216658,10 +216687,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216755,10 +216784,10 @@ x-webhooks: - name required: - repository - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216838,10 +216867,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -216920,10 +216949,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -217002,10 +217031,10 @@ x-webhooks: type: string enum: - edited - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 changes: type: object @@ -217067,16 +217096,16 @@ x-webhooks: properties: added: type: array - items: *596 + items: *599 deleted: type: array - items: *596 + items: *599 updated: type: array items: type: object properties: - rule: *596 + rule: *599 changes: type: object properties: @@ -217310,10 +217339,10 @@ x-webhooks: - from required: - owner - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217391,10 +217420,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217472,7 +217501,7 @@ x-webhooks: type: string enum: - create - alert: &780 + alert: &783 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217593,10 +217622,10 @@ x-webhooks: type: string enum: - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217802,10 +217831,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217883,11 +217912,11 @@ x-webhooks: type: string enum: - reopen - alert: *780 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218086,10 +218115,10 @@ x-webhooks: enum: - fixed - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218167,7 +218196,7 @@ x-webhooks: type: string enum: - assigned - alert: &781 + alert: &784 type: object properties: number: *169 @@ -218286,10 +218315,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218367,11 +218396,11 @@ x-webhooks: type: string enum: - created - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218452,11 +218481,11 @@ x-webhooks: type: string enum: - created - alert: *781 - installation: *722 - location: *782 - organization: *723 - repository: *724 + alert: *784 + installation: *725 + location: *785 + organization: *726 + repository: *727 sender: *4 required: - location @@ -218694,11 +218723,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218776,11 +218805,11 @@ x-webhooks: type: string enum: - reopened - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218858,11 +218887,11 @@ x-webhooks: type: string enum: - resolved - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218940,12 +218969,12 @@ x-webhooks: type: string enum: - unassigned - alert: *781 + alert: *784 assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219023,11 +219052,11 @@ x-webhooks: type: string enum: - validated - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219153,10 +219182,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *724 - enterprise: *721 - installation: *722 - organization: *723 + repository: *727 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -219234,11 +219263,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: &783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: &786 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219421,11 +219450,11 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: *786 sender: *4 required: - action @@ -219498,10 +219527,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219686,9 +219715,9 @@ x-webhooks: type: object properties: security_and_analysis: *280 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: *337 sender: *4 required: @@ -219767,12 +219796,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: &784 + sponsorship: &787 type: object properties: created_at: @@ -220073,12 +220102,12 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220166,12 +220195,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220248,17 +220277,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &788 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220332,7 +220361,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &789 type: object properties: tier: @@ -220376,13 +220405,13 @@ x-webhooks: - from required: - tier - effective_date: *785 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + effective_date: *788 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220459,13 +220488,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + changes: *789 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220539,10 +220568,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220625,10 +220654,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221048,15 +221077,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *721 + enterprise: *724 id: description: The unique identifier of the status. type: integer - installation: *722 + installation: *725 name: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 sha: description: The Commit SHA. @@ -221171,9 +221200,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221263,9 +221292,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221355,9 +221384,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221447,9 +221476,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221526,12 +221555,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - team: &787 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221754,9 +221783,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222214,7 +222243,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222290,9 +222319,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222750,7 +222779,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222827,9 +222856,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223287,7 +223316,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -223431,9 +223460,9 @@ x-webhooks: - from required: - permissions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223891,7 +223920,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - changes @@ -223969,9 +223998,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -224429,7 +224458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -224505,10 +224534,10 @@ x-webhooks: type: string enum: - started - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -224581,16 +224610,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *721 + enterprise: *724 inputs: type: object nullable: true additionalProperties: true - installation: *722 - organization: *723 + installation: *725 + organization: *726 ref: type: string - repository: *724 + repository: *727 sender: *4 workflow: type: string @@ -224672,10 +224701,10 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -224912,7 +224941,7 @@ x-webhooks: type: string required: - conclusion - deployment: *490 + deployment: *493 required: - action - repository @@ -224991,10 +225020,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -225254,7 +225283,7 @@ x-webhooks: required: - status - steps - deployment: *490 + deployment: *493 required: - action - repository @@ -225333,10 +225362,10 @@ x-webhooks: type: string enum: - queued - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225471,7 +225500,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225550,10 +225579,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225689,7 +225718,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225769,12 +225798,12 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -226773,12 +226802,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -227762,12 +227791,12 @@ x-webhooks: type: string enum: - requested - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 5033f85857..811e0a2c99 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -277486,11 +277486,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 5a69879e38..b04e95d214 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1021,7 +1021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &642 + - &645 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8786,7 +8786,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &480 + - &483 name: has in: query description: |- @@ -8902,7 +8902,7 @@ paths: - unknown - direct - transitive - security_advisory: &481 + security_advisory: &484 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9164,14 +9164,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &482 + auto_dismissed_at: &485 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &483 + dismissal_request: &486 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -10533,7 +10533,7 @@ paths: properties: action: type: string - discussion: &737 + discussion: &740 title: Discussion description: A Discussion in a repository. type: object @@ -10900,7 +10900,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &532 + properties: &535 id: type: integer format: int64 @@ -11277,7 +11277,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &654 + sub_issues_summary: &657 title: Sub-issues Summary type: object properties: @@ -11297,7 +11297,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &655 + issue_dependencies_summary: &658 title: Issue Dependencies Summary type: object properties: @@ -11316,7 +11316,7 @@ paths: - total_blocking issue_field_values: type: array - items: &656 + items: &659 title: Issue Field Value description: A value assigned to an issue field type: object @@ -11377,7 +11377,7 @@ paths: - node_id - data_type - value - required: &533 + required: &536 - assignee - closed_at - comments @@ -11415,7 +11415,7 @@ paths: action: type: string issue: *74 - comment: &530 + comment: &533 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -12134,7 +12134,7 @@ paths: type: string release: allOf: - - &587 + - &590 title: Release description: A release. type: object @@ -12205,7 +12205,7 @@ paths: author: *4 assets: type: array - items: &588 + items: &591 title: Release Asset description: Data related to a release. type: object @@ -12796,7 +12796,7 @@ paths: url: type: string format: uri - user: &666 + user: &669 title: Public User description: Public User type: object @@ -16192,7 +16192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &561 + - &564 name: all description: If `true`, show notifications marked as read. in: query @@ -16200,7 +16200,7 @@ paths: schema: type: boolean default: false - - &562 + - &565 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16210,7 +16210,7 @@ paths: type: boolean default: false - *81 - - &563 + - &566 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -16684,7 +16684,7 @@ paths: - url - subscription_url examples: - default: &564 + default: &567 value: - id: '1' repository: @@ -17698,7 +17698,7 @@ paths: - property_name - value examples: - default: &570 + default: &573 value: - property_name: environment value: production @@ -17748,7 +17748,7 @@ paths: required: - properties examples: - default: &571 + default: &574 value: properties: - property_name: environment @@ -18309,7 +18309,7 @@ paths: required: false schema: type: string - - &714 + - &717 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -18455,7 +18455,7 @@ paths: parameters: - *67 - *114 - - &715 + - &718 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -18567,7 +18567,7 @@ paths: - *114 - *116 - *115 - - &716 + - &719 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -18575,7 +18575,7 @@ paths: schema: type: string - *117 - - &717 + - &720 name: sku description: The SKU to query for usage. in: query @@ -22139,7 +22139,7 @@ paths: type: array items: *151 examples: - default: &669 + default: &672 value: total_count: 1 repositories: @@ -25051,12 +25051,12 @@ paths: required: - subject_digests examples: - default: &697 + default: &700 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &698 + withPredicateType: &701 value: subject_digests: - sha256:abc123 @@ -25114,7 +25114,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &699 + default: &702 value: attestations_subject_digests: - sha256:abc: @@ -26588,13 +26588,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &441 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &441 + category: &442 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -26608,7 +26608,7 @@ paths: properties: text: type: string - location: + location: &443 type: object description: Describe a region within a file for the alert. properties: @@ -26629,7 +26629,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &444 type: string description: A classification of the file. For example to identify it as generated. @@ -27918,7 +27918,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &453 + properties: &456 name: type: string description: The name of the machine. @@ -27960,7 +27960,7 @@ paths: - ready - in_progress nullable: true - required: &454 + required: &457 - name - display_name - operating_system @@ -28828,7 +28828,7 @@ paths: - updated_at - visibility examples: - default: &455 + default: &458 value: total_count: 2 secrets: @@ -28866,7 +28866,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &459 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -28895,7 +28895,7 @@ paths: - key_id - key examples: - default: &457 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28927,7 +28927,7 @@ paths: application/json: schema: *186 examples: - default: &459 + default: &462 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -30540,7 +30540,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &489 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -30557,7 +30557,7 @@ paths: - key_id - key examples: - default: &487 + default: &490 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32357,7 +32357,7 @@ paths: application/json: schema: *22 examples: - default: &525 + default: &528 value: id: 1 account: @@ -32582,7 +32582,7 @@ paths: required: true content: application/json: - schema: &526 + schema: &529 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -33435,7 +33435,7 @@ paths: application/json: schema: *232 examples: - default: &452 + default: &455 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -34680,7 +34680,7 @@ paths: parameters: - *67 - *239 - - &682 + - &685 name: repo_name description: repo_name parameter in: path @@ -35719,7 +35719,7 @@ paths: - nuget - container - *67 - - &683 + - &686 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -35760,7 +35760,7 @@ paths: default: *246 '403': *29 '401': *25 - '400': &685 + '400': &688 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37552,7 +37552,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &768 + properties: &771 id: type: number description: The unique identifier of the status update. @@ -37600,7 +37600,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &769 + required: &772 - id - node_id - created_at @@ -37814,7 +37814,7 @@ paths: content: oneOf: - *74 - - &467 + - &470 title: Pull Request Simple description: Pull Request Simple type: object @@ -38043,7 +38043,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: &573 + auto_merge: &576 title: Auto merge description: The status of auto merging a pull request. type: object @@ -38418,7 +38418,7 @@ paths: - updated_at - project_url examples: - default: &702 + default: &705 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38595,7 +38595,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &703 + items: &706 type: object properties: name: @@ -38631,7 +38631,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &704 + iteration_configuration: &707 type: object description: The configuration for iteration fields. properties: @@ -38680,7 +38680,7 @@ paths: value: name: Due date data_type: date - single_select_field: &705 + single_select_field: &708 summary: Create a single select field value: name: Priority @@ -38707,7 +38707,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &706 + iteration_field: &709 summary: Create an iteration field value: name: Sprint @@ -38733,7 +38733,7 @@ paths: application/json: schema: *267 examples: - text_field: &707 + text_field: &710 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -38742,7 +38742,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &708 + number_field: &711 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -38751,7 +38751,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &709 + date_field: &712 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -38760,7 +38760,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &710 + single_select_field: &713 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -38794,7 +38794,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &711 + iteration_field: &714 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -38840,7 +38840,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *263 - - &712 + - &715 name: field_id description: The unique identifier of the field. in: path @@ -38855,7 +38855,7 @@ paths: application/json: schema: *267 examples: - default: &713 + default: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -41179,7 +41179,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &472 + properties: &475 url: type: string format: uri @@ -41195,7 +41195,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &473 + required: &476 - url - key - name @@ -41805,7 +41805,7 @@ paths: - *67 - *17 - *19 - - &595 + - &598 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42086,7 +42086,7 @@ paths: - repository_property rules: type: array - items: &596 + items: &599 title: Repository Rule type: object description: A repository rule. @@ -42148,7 +42148,7 @@ paths: type: string enum: - required_linear_history - - &594 + - &597 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -43044,7 +43044,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *67 - - &597 + - &600 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -43059,7 +43059,7 @@ paths: in: query schema: type: string - - &598 + - &601 name: time_period description: |- The time period to filter by. @@ -43075,14 +43075,14 @@ paths: - week - month default: day - - &599 + - &602 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &600 + - &603 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -43102,7 +43102,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: Rule Suites description: Response type: array @@ -43157,7 +43157,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &602 + default: &605 value: - id: 21 actor_id: 12 @@ -43201,7 +43201,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *67 - - &603 + - &606 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43217,7 +43217,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &607 title: Rule Suite description: Response type: object @@ -43316,7 +43316,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &605 + default: &608 value: id: 21 actor_id: 12 @@ -43562,7 +43562,7 @@ paths: type: string format: date-time examples: - default: &607 + default: &610 value: - version_id: 3 actor: @@ -43615,7 +43615,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &611 allOf: - *310 - type: object @@ -43687,7 +43687,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *67 - - &609 + - &612 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -43698,7 +43698,7 @@ paths: enum: - open - resolved - - &610 + - &613 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -43708,7 +43708,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -43717,7 +43717,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -43736,7 +43736,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &613 + - &616 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -43751,7 +43751,7 @@ paths: - *52 - *19 - *17 - - &614 + - &617 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -43761,7 +43761,7 @@ paths: required: false schema: type: string - - &615 + - &618 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -43771,7 +43771,7 @@ paths: required: false schema: type: string - - &616 + - &619 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -43780,7 +43780,7 @@ paths: required: false schema: type: string - - &617 + - &620 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -43789,7 +43789,7 @@ paths: schema: type: boolean default: false - - &618 + - &621 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -43798,7 +43798,7 @@ paths: schema: type: boolean default: false - - &619 + - &622 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -43833,14 +43833,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &620 + state: &623 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &621 + resolution: &624 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -43947,8 +43947,8 @@ paths: pull request. ' - oneOf: &622 - - &624 + oneOf: &625 + - &627 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -44000,7 +44000,7 @@ paths: - blob_url - commit_sha - commit_url - - &625 + - &628 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -44055,7 +44055,7 @@ paths: - page_url - commit_sha - commit_url - - &626 + - &629 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -44069,7 +44069,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &627 + - &630 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -44083,7 +44083,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &628 + - &631 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -44097,7 +44097,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &629 + - &632 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -44111,7 +44111,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &630 + - &633 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -44125,7 +44125,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &631 + - &634 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -44139,7 +44139,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &632 + - &635 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -44153,7 +44153,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &633 + - &636 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -44167,7 +44167,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &634 + - &637 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -44181,7 +44181,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &635 + - &638 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -44195,7 +44195,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &636 + - &639 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -44693,7 +44693,7 @@ paths: application/json: schema: type: array - items: &640 + items: &643 description: A repository security advisory. type: object properties: @@ -44984,7 +44984,7 @@ paths: - private_fork additionalProperties: false examples: - default: &641 + default: &644 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -46895,7 +46895,7 @@ paths: - updated_at - url examples: - default: &658 + default: &661 value: - author: login: octocat @@ -47143,7 +47143,7 @@ paths: application/json: schema: *323 examples: - default: &659 + default: &662 value: author: login: octocat @@ -47326,7 +47326,7 @@ paths: - updated_at - url examples: - default: &660 + default: &663 value: - author: login: octocat @@ -47552,7 +47552,7 @@ paths: application/json: schema: *326 examples: - default: &661 + default: &664 value: author: login: octocat @@ -48168,7 +48168,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &662 + response-if-user-is-a-team-maintainer: &665 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48233,7 +48233,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: &663 + response-if-users-membership-with-team-is-now-pending: &666 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48347,7 +48347,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &664 + schema: &667 title: Team Repository description: A team's access to a repository. type: object @@ -49004,7 +49004,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: &665 + response-if-child-teams-exist: &668 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50407,7 +50407,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &529 + '410': &532 description: Gone content: application/json: @@ -54017,7 +54017,7 @@ paths: items: type: object properties: - type: &495 + type: &498 type: string description: The type of reviewer. enum: @@ -54151,7 +54151,7 @@ paths: application/json: schema: type: array - items: &490 + items: &493 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54257,7 +54257,7 @@ paths: - created_at - updated_at examples: - default: &491 + default: &494 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54640,7 +54640,7 @@ paths: application/json: schema: *379 examples: - default: &508 + default: &511 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54859,7 +54859,7 @@ paths: application/json: schema: *383 examples: - default: &509 + default: &512 value: name: USERNAME value: octocat @@ -56559,7 +56559,7 @@ paths: properties: name: type: string - commit: &463 + commit: &466 title: Commit description: Commit type: object @@ -56630,7 +56630,7 @@ paths: required: - sha - url - verification: &515 + verification: &518 title: Verification type: object properties: @@ -56700,7 +56700,7 @@ paths: type: integer files: type: array - items: &476 + items: &479 title: Diff Entry description: Diff Entry type: object @@ -59816,7 +59816,7 @@ paths: check. type: array items: *79 - deployment: &726 + deployment: &729 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60728,7 +60728,7 @@ paths: type: string format: date-time nullable: true - head_commit: &752 + head_commit: &755 title: Simple Commit description: A commit. type: object @@ -61425,14 +61425,14 @@ paths: - *334 - *335 - *419 - - &469 + - &472 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &470 + - &473 name: status description: Returns check runs with the specified `status`. in: query @@ -61473,7 +61473,7 @@ paths: type: array items: *412 examples: - default: &471 + default: &474 value: total_count: 1 check_runs: @@ -62406,7 +62406,36 @@ paths: application/json: schema: type: array - items: *430 + items: + type: object + properties: + ref: *422 + analysis_key: *440 + environment: *441 + category: *442 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *443 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *444 examples: default: value: @@ -62497,7 +62526,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &442 + schema: &445 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62518,11 +62547,11 @@ paths: application/json: schema: type: array - items: &443 + items: &446 type: object properties: ref: *422 - commit_sha: &451 + commit_sha: &454 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -62534,7 +62563,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *441 + category: *442 error: type: string example: error reading field xyz @@ -62558,7 +62587,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *442 + sarif_id: *445 tool: *429 deletable: type: boolean @@ -62670,7 +62699,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *446 examples: response: summary: application/json response @@ -62896,7 +62925,7 @@ paths: application/json: schema: type: array - items: &444 + items: &447 title: CodeQL Database description: A CodeQL database. type: object @@ -63049,7 +63078,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *447 examples: default: value: @@ -63081,7 +63110,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &478 + '302': &481 description: Found '403': *431 '404': *6 @@ -63154,7 +63183,7 @@ paths: type: object additionalProperties: false properties: - language: &445 + language: &448 type: string description: The language targeted by the CodeQL query enum: @@ -63234,7 +63263,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &449 + schema: &452 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63244,7 +63273,7 @@ paths: description: The ID of the variant analysis. controller_repo: *57 actor: *4 - query_language: *445 + query_language: *448 query_pack_url: type: string description: The download url for the query pack. @@ -63291,7 +63320,7 @@ paths: items: type: object properties: - repository: &446 + repository: &449 title: Repository Identifier description: Repository Identifier type: object @@ -63327,7 +63356,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &450 + analysis_status: &453 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63359,7 +63388,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &447 + access_mismatch_repos: &450 type: object properties: repository_count: @@ -63373,7 +63402,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *446 + items: *449 required: - repository_count - repositories @@ -63395,8 +63424,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *447 - over_limit_repos: *447 + no_codeql_db_repos: *450 + over_limit_repos: *450 required: - access_mismatch_repos - not_found_repos @@ -63412,7 +63441,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &448 + value: &451 summary: Default response value: id: 1 @@ -63564,10 +63593,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *448 + value: *451 repository_lists: summary: Response for a successful variant analysis submission - value: *448 + value: *451 '404': *6 '422': description: Unable to process variant analysis submission @@ -63608,9 +63637,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: - default: *448 + default: *451 '404': *6 '503': *112 x-github: @@ -63668,7 +63697,7 @@ paths: type: object properties: repository: *57 - analysis_status: *450 + analysis_status: *453 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64073,7 +64102,7 @@ paths: schema: type: object properties: - commit_sha: *451 + commit_sha: *454 ref: type: string description: |- @@ -64131,7 +64160,7 @@ paths: schema: type: object properties: - id: *442 + id: *445 url: type: string description: The REST API URL for checking the status of the upload. @@ -64824,7 +64853,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -64832,7 +64861,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '400': *14 '401': *25 '403': *29 @@ -64962,14 +64991,14 @@ paths: type: integer machines: type: array - items: &672 + items: &675 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 examples: - default: &673 + default: &676 value: total_count: 2 machines: @@ -65180,7 +65209,7 @@ paths: type: integer secrets: type: array - items: &458 + items: &461 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65200,7 +65229,7 @@ paths: - created_at - updated_at examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -65230,9 +65259,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: *457 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65260,9 +65289,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *461 examples: - default: *459 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65409,7 +65438,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &460 + properties: &463 login: type: string example: octocat @@ -65502,7 +65531,7 @@ paths: user_view_type: type: string example: public - required: &461 + required: &464 - avatar_url - events_url - followers_url @@ -65652,7 +65681,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &528 + schema: &531 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65936,8 +65965,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *460 - required: *461 + properties: *463 + required: *464 nullable: true required: - permission @@ -66003,7 +66032,7 @@ paths: application/json: schema: type: array - items: &462 + items: &465 title: Commit Comment description: Commit Comment type: object @@ -66061,7 +66090,7 @@ paths: - created_at - updated_at examples: - default: &465 + default: &468 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66128,9 +66157,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: &466 + default: &469 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66211,7 +66240,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: default: value: @@ -66510,9 +66539,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: &580 + default: &583 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66608,7 +66637,7 @@ paths: parameters: - *334 - *335 - - &464 + - &467 name: commit_sha description: The SHA of the commit. in: path @@ -66682,7 +66711,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66692,9 +66721,9 @@ paths: application/json: schema: type: array - items: *462 + items: *465 examples: - default: *465 + default: *468 headers: Link: *58 x-github: @@ -66724,7 +66753,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 requestBody: required: true content: @@ -66759,9 +66788,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *465 examples: - default: *466 + default: *469 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66791,7 +66820,7 @@ paths: parameters: - *334 - *335 - - *464 + - *467 - *17 - *19 responses: @@ -66801,9 +66830,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: &572 + default: &575 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67344,7 +67373,7 @@ paths: - *335 - *19 - *17 - - &468 + - &471 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -67359,9 +67388,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *466 examples: - default: &557 + default: &560 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67476,9 +67505,9 @@ paths: parameters: - *334 - *335 - - *468 - - *469 - - *470 + - *471 + - *472 + - *473 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67514,7 +67543,7 @@ paths: type: array items: *412 examples: - default: *471 + default: *474 headers: Link: *58 x-github: @@ -67541,7 +67570,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67549,7 +67578,7 @@ paths: schema: type: integer example: 1 - - *469 + - *472 - *17 - *19 responses: @@ -67769,7 +67798,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67969,7 +67998,7 @@ paths: parameters: - *334 - *335 - - *468 + - *471 - *17 - *19 responses: @@ -67979,7 +68008,7 @@ paths: application/json: schema: type: array - items: &645 + items: &648 title: Status description: The status of a commit. type: object @@ -68118,20 +68147,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *472 - required: *473 + properties: *475 + required: *476 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &474 + properties: &477 url: type: string format: uri html_url: type: string format: uri - required: &475 + required: &478 - url - html_url nullable: true @@ -68145,26 +68174,26 @@ paths: contributing: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true readme: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true issue_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true pull_request_template: title: Community Health File type: object - properties: *474 - required: *475 + properties: *477 + required: *478 nullable: true required: - code_of_conduct @@ -68335,8 +68364,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *463 - merge_base_commit: *463 + base_commit: *466 + merge_base_commit: *466 status: type: string enum: @@ -68356,10 +68385,10 @@ paths: example: 6 commits: type: array - items: *463 + items: *466 files: type: array - items: *476 + items: *479 required: - url - html_url @@ -68789,7 +68818,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &477 + response-if-content-is-a-file: &480 summary: Response if content is a file value: type: file @@ -68921,7 +68950,7 @@ paths: - size - type - url - - &585 + - &588 title: Content File description: Content File type: object @@ -69122,7 +69151,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *477 + response-if-content-is-a-file: *480 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69191,7 +69220,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *478 + '302': *481 '304': *37 x-github: githubCloudOnly: false @@ -69308,7 +69337,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &482 title: File Commit description: File Commit type: object @@ -69460,7 +69489,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: example-for-creating-a-file: value: @@ -69514,7 +69543,7 @@ paths: schema: oneOf: - *3 - - &510 + - &513 description: Repository rule violation was detected type: object properties: @@ -69535,7 +69564,7 @@ paths: items: type: object properties: - placeholder_id: &637 + placeholder_id: &640 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69629,7 +69658,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: default: value: @@ -69821,7 +69850,7 @@ paths: schema: type: string - *194 - - *480 + - *483 - *195 - *196 - *52 @@ -69842,7 +69871,7 @@ paths: application/json: schema: type: array - items: &484 + items: &487 type: object description: A Dependabot alert. properties: @@ -69888,7 +69917,7 @@ paths: - unknown - direct - transitive - security_advisory: *481 + security_advisory: *484 security_vulnerability: *56 url: *172 html_url: *173 @@ -69919,8 +69948,8 @@ paths: nullable: true maxLength: 280 fixed_at: *174 - auto_dismissed_at: *482 - dismissal_request: *483 + auto_dismissed_at: *485 + dismissal_request: *486 required: - number - state @@ -70152,7 +70181,7 @@ paths: parameters: - *334 - *335 - - &485 + - &488 name: alert_number in: path description: |- @@ -70167,7 +70196,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70282,7 +70311,7 @@ paths: parameters: - *334 - *335 - - *485 + - *488 requestBody: required: true content: @@ -70327,7 +70356,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *487 examples: default: value: @@ -70475,7 +70504,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &491 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70535,9 +70564,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: *487 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70565,7 +70594,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: default: value: @@ -71146,7 +71175,7 @@ paths: - version - url additionalProperties: false - metadata: &489 + metadata: &492 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71179,7 +71208,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *489 + metadata: *492 resolved: type: object description: A collection of resolved package dependencies. @@ -71192,7 +71221,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *489 + metadata: *492 relationship: type: string description: A notation of whether a dependency is requested @@ -71362,9 +71391,9 @@ paths: application/json: schema: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *58 x-github: @@ -71512,7 +71541,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: simple-example: summary: Simple example @@ -71587,7 +71616,7 @@ paths: parameters: - *334 - *335 - - &492 + - &495 name: deployment_id description: deployment_id parameter in: path @@ -71599,7 +71628,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *493 examples: default: value: @@ -71666,7 +71695,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 responses: '204': description: Response @@ -71690,7 +71719,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - *17 - *19 responses: @@ -71700,7 +71729,7 @@ paths: application/json: schema: type: array - items: &493 + items: &496 title: Deployment Status description: The status of a deployment. type: object @@ -71863,7 +71892,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 requestBody: required: true content: @@ -71938,9 +71967,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: &494 + default: &497 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -71998,7 +72027,7 @@ paths: parameters: - *334 - *335 - - *492 + - *495 - name: status_id in: path required: true @@ -72009,9 +72038,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *496 examples: - default: *494 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -72112,7 +72141,7 @@ paths: type: integer environments: type: array - items: &496 + items: &499 title: Environment description: Details of a deployment environment type: object @@ -72164,7 +72193,7 @@ paths: type: type: string example: wait_timer - wait_timer: &498 + wait_timer: &501 type: integer example: 30 description: The amount of time to delay a job after @@ -72201,7 +72230,7 @@ paths: items: type: object properties: - type: *495 + type: *498 reviewer: anyOf: - *4 @@ -72225,7 +72254,7 @@ paths: - id - node_id - type - deployment_branch_policy: &499 + deployment_branch_policy: &502 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72343,7 +72372,7 @@ paths: parameters: - *334 - *335 - - &497 + - &500 name: environment_name in: path required: true @@ -72356,9 +72385,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: &500 + default: &503 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72444,7 +72473,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: false content: @@ -72453,7 +72482,7 @@ paths: type: object nullable: true properties: - wait_timer: *498 + wait_timer: *501 prevent_self_review: type: boolean example: false @@ -72470,13 +72499,13 @@ paths: items: type: object properties: - type: *495 + type: *498 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *499 + deployment_branch_policy: *502 additionalProperties: false examples: default: @@ -72496,9 +72525,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *499 examples: - default: *500 + default: *503 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72524,7 +72553,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '204': description: Default response @@ -72551,7 +72580,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -72569,7 +72598,7 @@ paths: example: 2 branch_policies: type: array - items: &501 + items: &504 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -72628,7 +72657,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -72674,9 +72703,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - example-wildcard: &502 + example-wildcard: &505 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -72720,8 +72749,8 @@ paths: parameters: - *334 - *335 - - *497 - - &503 + - *500 + - &506 name: branch_policy_id in: path required: true @@ -72733,9 +72762,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72756,8 +72785,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 requestBody: required: true content: @@ -72785,9 +72814,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *504 examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72808,8 +72837,8 @@ paths: parameters: - *334 - *335 - - *497 - - *503 + - *500 + - *506 responses: '204': description: Response @@ -72834,7 +72863,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *497 + - *500 - *335 - *334 responses: @@ -72852,7 +72881,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &504 + items: &507 title: Deployment protection rule description: Deployment protection rule type: object @@ -72871,7 +72900,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &505 + app: &508 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -72970,7 +72999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *497 + - *500 - *335 - *334 requestBody: @@ -72993,9 +73022,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *504 + schema: *507 examples: - default: &506 + default: &509 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73030,7 +73059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - *19 @@ -73051,7 +73080,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *505 + items: *508 examples: default: value: @@ -73088,8 +73117,8 @@ paths: parameters: - *334 - *335 - - *497 - - &507 + - *500 + - &510 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73101,9 +73130,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: - default: *506 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73124,10 +73153,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *497 + - *500 - *335 - *334 - - *507 + - *510 responses: '204': description: Response @@ -73155,7 +73184,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *17 - *19 responses: @@ -73202,7 +73231,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 responses: '200': description: Response @@ -73234,7 +73263,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '200': @@ -73243,7 +73272,7 @@ paths: application/json: schema: *379 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73267,7 +73296,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 requestBody: required: true @@ -73327,7 +73356,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *159 responses: '204': @@ -73355,7 +73384,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *350 - *19 responses: @@ -73400,7 +73429,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 requestBody: required: true content: @@ -73454,7 +73483,7 @@ paths: parameters: - *334 - *335 - - *497 + - *500 - *162 responses: '200': @@ -73463,7 +73492,7 @@ paths: application/json: schema: *383 examples: - default: *509 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73487,7 +73516,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 requestBody: required: true content: @@ -73532,7 +73561,7 @@ paths: - *334 - *335 - *162 - - *497 + - *500 responses: '204': description: Response @@ -73900,7 +73929,7 @@ paths: schema: oneOf: - *120 - - *510 + - *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74135,7 +74164,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &514 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74351,13 +74380,13 @@ paths: parameters: - *334 - *335 - - *464 + - *467 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -74415,7 +74444,7 @@ paths: parameters: - *334 - *335 - - &512 + - &515 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -74432,7 +74461,7 @@ paths: application/json: schema: type: array - items: &513 + items: &516 title: Git Reference description: Git references within a repository type: object @@ -74509,15 +74538,15 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '200': description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: &514 + default: &517 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74576,9 +74605,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74606,7 +74635,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 requestBody: required: true content: @@ -74635,9 +74664,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: - default: *514 + default: *517 '422': *15 '409': *51 x-github: @@ -74657,7 +74686,7 @@ paths: parameters: - *334 - *335 - - *512 + - *515 responses: '204': description: Response @@ -74780,7 +74809,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &519 title: Git Tag description: Metadata for a Git tag type: object @@ -74831,7 +74860,7 @@ paths: - sha - type - url - verification: *515 + verification: *518 required: - sha - url @@ -74841,7 +74870,7 @@ paths: - tag - message examples: - default: &517 + default: &520 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -74926,9 +74955,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *519 examples: - default: *517 + default: *520 '404': *6 '409': *51 x-github: @@ -75026,7 +75055,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &521 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75146,7 +75175,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: default-response: summary: Default response @@ -75216,7 +75245,7 @@ paths: application/json: schema: type: array - items: &519 + items: &522 title: Webhook description: Webhooks for repositories. type: object @@ -75270,7 +75299,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &760 + last_response: &763 title: Hook Response type: object properties: @@ -75397,9 +75426,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: &520 + default: &523 value: type: Repository id: 12345678 @@ -75455,9 +75484,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '404': *6 x-github: githubCloudOnly: false @@ -75524,9 +75553,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *520 + default: *523 '422': *15 '404': *6 x-github: @@ -75921,7 +75950,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &524 title: Import description: A repository import from an external source. type: object @@ -76020,7 +76049,7 @@ paths: - html_url - authors_url examples: - default: &524 + default: &527 value: vcs: subversion use_lfs: true @@ -76036,7 +76065,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &522 + '503': &525 description: Unavailable due to service under maintenance. content: application/json: @@ -76114,7 +76143,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: default: value: @@ -76139,7 +76168,7 @@ paths: type: string '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76217,7 +76246,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: example-1: summary: Example 1 @@ -76265,7 +76294,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76293,7 +76322,7 @@ paths: responses: '204': description: Response - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76321,7 +76350,7 @@ paths: parameters: - *334 - *335 - - &694 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76335,7 +76364,7 @@ paths: application/json: schema: type: array - items: &523 + items: &526 title: Porter Author description: Porter Author type: object @@ -76389,7 +76418,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76445,7 +76474,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *526 examples: default: value: @@ -76458,7 +76487,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76524,7 +76553,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76580,11 +76609,11 @@ paths: description: Response content: application/json: - schema: *521 + schema: *524 examples: - default: *524 + default: *527 '422': *15 - '503': *522 + '503': *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76616,7 +76645,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 '301': *338 '404': *6 x-github: @@ -76651,7 +76680,7 @@ paths: properties: {} additionalProperties: false examples: - default: &527 + default: &530 value: limit: collaborators_only origin: repository @@ -76682,7 +76711,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: summary: Example request body @@ -76696,7 +76725,7 @@ paths: application/json: schema: *222 examples: - default: *527 + default: *530 '409': description: Response x-github: @@ -76753,9 +76782,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: &687 + default: &690 value: - id: 1 repository: @@ -76917,7 +76946,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -77155,7 +77184,7 @@ paths: type: array items: *74 examples: - default: &538 + default: &541 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77417,7 +77446,7 @@ paths: application/json: schema: *74 examples: - default: &535 + default: &538 value: id: 1 node_id: MDU6SXNzdWUx @@ -77573,7 +77602,7 @@ paths: '422': *15 '503': *112 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -77623,9 +77652,9 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: &537 + default: &540 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77691,9 +77720,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: &531 + default: &534 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77771,9 +77800,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 '422': *15 x-github: githubCloudOnly: false @@ -77963,7 +77992,7 @@ paths: application/json: schema: type: array - items: &534 + items: &537 title: Issue Event description: Issue Event type: object @@ -78006,8 +78035,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *532 - required: *533 + properties: *535 + required: *536 nullable: true label: title: Issue Event Label @@ -78326,7 +78355,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *537 examples: default: value: @@ -78518,7 +78547,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *529 + '410': *532 '403': *29 x-github: githubCloudOnly: false @@ -78554,7 +78583,7 @@ paths: parameters: - *334 - *335 - - &536 + - &539 name: issue_number description: The number that identifies the issue. in: path @@ -78568,10 +78597,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 '304': *37 x-github: githubCloudOnly: false @@ -78598,7 +78627,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78704,13 +78733,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '422': *15 '503': *112 '403': *29 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78730,7 +78759,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -78758,7 +78787,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78776,7 +78805,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: content: application/json: @@ -78803,7 +78832,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78827,7 +78856,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: assignee in: path required: true @@ -78869,7 +78898,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *81 - *17 - *19 @@ -78880,13 +78909,13 @@ paths: application/json: schema: type: array - items: *530 + items: *533 examples: - default: *537 + default: *540 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78917,7 +78946,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -78939,16 +78968,16 @@ paths: description: Response content: application/json: - schema: *530 + schema: *533 examples: - default: *531 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -78978,7 +79007,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -78990,12 +79019,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79025,7 +79054,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -79049,7 +79078,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -79057,7 +79086,7 @@ paths: type: string '301': *338 '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -79090,7 +79119,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -79104,13 +79133,13 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *529 + '410': *532 x-github: triggersNotification: true githubCloudOnly: false @@ -79138,7 +79167,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79150,12 +79179,12 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79174,7 +79203,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -79188,7 +79217,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &540 + - &543 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79242,7 +79271,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &544 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79378,7 +79407,7 @@ paths: - performed_via_github_app - assignee - assigner - - &542 + - &545 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79429,7 +79458,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &546 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79480,7 +79509,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &544 + - &547 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79534,7 +79563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &545 + - &548 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79581,7 +79610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &546 + - &549 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79628,7 +79657,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &547 + - &550 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79688,7 +79717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &551 title: Locked Issue Event description: Locked Issue Event type: object @@ -79736,7 +79765,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &549 + - &552 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -79802,7 +79831,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &553 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -79868,7 +79897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &554 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -79934,7 +79963,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &555 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80025,7 +80054,7 @@ paths: color: red headers: Link: *58 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80044,7 +80073,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80056,7 +80085,7 @@ paths: type: array items: *73 examples: - default: &539 + default: &542 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80076,7 +80105,7 @@ paths: Link: *58 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80095,7 +80124,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80156,10 +80185,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80178,7 +80207,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80240,10 +80269,10 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 '301': *338 '404': *6 - '410': *529 + '410': *532 '422': *15 x-github: githubCloudOnly: false @@ -80262,13 +80291,13 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80289,7 +80318,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: name in: path required: true @@ -80315,7 +80344,7 @@ paths: default: true '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80337,7 +80366,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: false content: @@ -80365,7 +80394,7 @@ paths: '204': description: Response '403': *29 - '410': *529 + '410': *532 '404': *6 '422': *15 x-github: @@ -80385,7 +80414,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '204': description: Response @@ -80417,7 +80446,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 responses: '200': description: Response @@ -80425,10 +80454,10 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '301': *338 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80447,7 +80476,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -80479,7 +80508,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80499,7 +80528,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80564,7 +80593,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *332 responses: '204': @@ -80596,7 +80625,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80620,7 +80649,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80655,7 +80684,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80667,11 +80696,11 @@ paths: type: array items: *74 examples: - default: *538 + default: *541 headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80701,7 +80730,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80730,14 +80759,14 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *529 + '410': *532 '422': *15 '404': *6 x-github: @@ -80759,7 +80788,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 requestBody: required: true content: @@ -80792,7 +80821,7 @@ paths: application/json: schema: *74 examples: - default: *535 + default: *538 '403': *29 '404': *6 '422': *7 @@ -80816,7 +80845,7 @@ paths: parameters: - *334 - *335 - - *536 + - *539 - *17 - *19 responses: @@ -80831,9 +80860,6 @@ paths: description: Timeline Event type: object anyOf: - - *540 - - *541 - - *542 - *543 - *544 - *545 @@ -80844,6 +80870,9 @@ paths: - *550 - *551 - *552 + - *553 + - *554 + - *555 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81152,7 +81181,7 @@ paths: type: string comments: type: array - items: &574 + items: &577 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81361,7 +81390,7 @@ paths: type: string comments: type: array - items: *462 + items: *465 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81650,7 +81679,7 @@ paths: headers: Link: *58 '404': *6 - '410': *529 + '410': *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81678,7 +81707,7 @@ paths: application/json: schema: type: array - items: &553 + items: &556 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -81781,9 +81810,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: &554 + default: &557 value: id: 1 key: ssh-rsa AAA... @@ -81819,7 +81848,7 @@ paths: parameters: - *334 - *335 - - &555 + - &558 name: key_id description: The unique identifier of the key. in: path @@ -81831,9 +81860,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *556 examples: - default: *554 + default: *557 '404': *6 x-github: githubCloudOnly: false @@ -81853,7 +81882,7 @@ paths: parameters: - *334 - *335 - - *555 + - *558 responses: '204': description: Response @@ -81886,7 +81915,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 '404': *6 @@ -81946,7 +81975,7 @@ paths: application/json: schema: *73 examples: - default: &556 + default: &559 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81992,7 +82021,7 @@ paths: application/json: schema: *73 examples: - default: *556 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -82390,9 +82419,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *463 + schema: *466 examples: - default: *557 + default: *560 '204': description: Response when already merged '404': @@ -82459,7 +82488,7 @@ paths: application/json: schema: type: array - items: &558 + items: &561 title: Milestone description: A collection of related issues and pull requests. type: object @@ -82561,9 +82590,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: &559 + default: &562 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82624,7 +82653,7 @@ paths: parameters: - *334 - *335 - - &560 + - &563 name: milestone_number description: The number that identifies the milestone. in: path @@ -82636,9 +82665,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 '404': *6 x-github: githubCloudOnly: false @@ -82657,7 +82686,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 requestBody: required: false content: @@ -82695,9 +82724,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: - default: *559 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82715,7 +82744,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 responses: '204': description: Response @@ -82738,7 +82767,7 @@ paths: parameters: - *334 - *335 - - *560 + - *563 - *17 - *19 responses: @@ -82750,7 +82779,7 @@ paths: type: array items: *73 examples: - default: *539 + default: *542 headers: Link: *58 x-github: @@ -82771,10 +82800,10 @@ paths: parameters: - *334 - *335 - - *561 - - *562 + - *564 + - *565 - *81 - - *563 + - *566 - *17 - *19 responses: @@ -82786,7 +82815,7 @@ paths: type: array items: *101 examples: - default: *564 + default: *567 headers: Link: *58 x-github: @@ -82876,7 +82905,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &568 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83001,7 +83030,7 @@ paths: - custom_404 - public examples: - default: &566 + default: &569 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83097,9 +83126,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *568 examples: - default: *566 + default: *569 '422': *15 '409': *51 x-github: @@ -83260,7 +83289,7 @@ paths: application/json: schema: type: array - items: &567 + items: &570 title: Page Build description: Page Build type: object @@ -83407,9 +83436,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: &568 + default: &571 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83469,9 +83498,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83599,7 +83628,7 @@ paths: parameters: - *334 - *335 - - &569 + - &572 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -83659,7 +83688,7 @@ paths: parameters: - *334 - *335 - - *569 + - *572 responses: '204': *183 '404': *6 @@ -84039,7 +84068,7 @@ paths: type: array items: *110 examples: - default: *570 + default: *573 '403': *29 '404': *6 x-github: @@ -84078,7 +84107,7 @@ paths: required: - properties examples: - default: *571 + default: *574 responses: '204': description: No Content when custom property values are successfully created @@ -84177,9 +84206,9 @@ paths: application/json: schema: type: array - items: *467 + items: *470 examples: - default: *572 + default: *575 headers: Link: *58 '304': *37 @@ -84277,7 +84306,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &579 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84491,7 +84520,7 @@ paths: - review_comment - self author_association: *75 - auto_merge: *573 + auto_merge: *576 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -84583,7 +84612,7 @@ paths: - merged_by - review_comments examples: - default: &577 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85140,9 +85169,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: &579 + default: &582 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85227,9 +85256,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: &575 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85328,9 +85357,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: - default: *575 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85533,7 +85562,7 @@ paths: parameters: - *334 - *335 - - &578 + - &581 name: pull_number description: The number that identifies the pull request. in: path @@ -85546,9 +85575,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '304': *37 '404': *6 '406': @@ -85585,7 +85614,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -85627,9 +85656,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '422': *15 '403': *29 x-github: @@ -85653,7 +85682,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85715,7 +85744,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -85723,7 +85752,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -85755,7 +85784,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *98 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -85776,9 +85805,9 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: - default: *579 + default: *582 headers: Link: *58 x-github: @@ -85813,7 +85842,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -85918,7 +85947,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: example-for-a-multi-line-comment: value: @@ -86008,7 +86037,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *90 requestBody: required: true @@ -86031,7 +86060,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *577 examples: default: value: @@ -86119,7 +86148,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86129,9 +86158,9 @@ paths: application/json: schema: type: array - items: *463 + items: *466 examples: - default: *580 + default: *583 headers: Link: *58 x-github: @@ -86163,7 +86192,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -86173,7 +86202,7 @@ paths: application/json: schema: type: array - items: *476 + items: *479 examples: default: value: @@ -86213,7 +86242,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '204': description: Response if pull request has been merged @@ -86238,7 +86267,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86351,7 +86380,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 responses: '200': description: Response @@ -86428,7 +86457,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -86465,7 +86494,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87003,7 +87032,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: true content: @@ -87037,7 +87066,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *470 examples: default: value: @@ -87544,7 +87573,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 - *17 - *19 responses: @@ -87554,7 +87583,7 @@ paths: application/json: schema: type: array - items: &581 + items: &584 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -87707,7 +87736,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -87793,9 +87822,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &583 + default: &586 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87860,8 +87889,8 @@ paths: parameters: - *334 - *335 - - *578 - - &582 + - *581 + - &585 name: review_id description: The unique identifier of the review. in: path @@ -87873,9 +87902,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: &584 + default: &587 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87936,8 +87965,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -87960,7 +87989,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88024,16 +88053,16 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 responses: '200': description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *583 + default: *586 '422': *7 '404': *6 x-github: @@ -88062,8 +88091,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 - *17 - *19 responses: @@ -88300,8 +88329,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88329,7 +88358,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: default: value: @@ -88394,8 +88423,8 @@ paths: parameters: - *334 - *335 - - *578 - - *582 + - *581 + - *585 requestBody: required: true content: @@ -88430,9 +88459,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *584 examples: - default: *584 + default: *587 '404': *6 '422': *7 '403': *29 @@ -88456,7 +88485,7 @@ paths: parameters: - *334 - *335 - - *578 + - *581 requestBody: required: false content: @@ -88533,9 +88562,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: &586 + default: &589 value: type: file encoding: base64 @@ -88598,9 +88627,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *588 examples: - default: *586 + default: *589 '404': *6 '422': *15 x-github: @@ -88633,7 +88662,7 @@ paths: application/json: schema: type: array - items: *587 + items: *590 examples: default: value: @@ -88804,9 +88833,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: &591 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -88913,7 +88942,7 @@ paths: parameters: - *334 - *335 - - &589 + - &592 name: asset_id description: The unique identifier of the asset. in: path @@ -88925,9 +88954,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: &590 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -88962,7 +88991,7 @@ paths: type: User site_admin: false '404': *6 - '302': *478 + '302': *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88980,7 +89009,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 requestBody: required: false content: @@ -89008,9 +89037,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: *590 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89028,7 +89057,7 @@ paths: parameters: - *334 - *335 - - *589 + - *592 responses: '204': description: Response @@ -89145,9 +89174,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89178,9 +89207,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -89204,7 +89233,7 @@ paths: parameters: - *334 - *335 - - &592 + - &595 name: release_id description: The unique identifier of the release. in: path @@ -89218,9 +89247,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '401': description: Unauthorized x-github: @@ -89240,7 +89269,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: false content: @@ -89304,9 +89333,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *590 examples: - default: *591 + default: *594 '404': description: Not Found if the discussion category name is invalid content: @@ -89329,7 +89358,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 responses: '204': description: Response @@ -89351,7 +89380,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *17 - *19 responses: @@ -89361,7 +89390,7 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: default: value: @@ -89444,7 +89473,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: name in: query required: true @@ -89470,7 +89499,7 @@ paths: description: Response for successful upload content: application/json: - schema: *588 + schema: *591 examples: response-for-successful-upload: value: @@ -89527,7 +89556,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -89576,7 +89605,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 requestBody: required: true content: @@ -89639,7 +89668,7 @@ paths: parameters: - *334 - *335 - - *592 + - *595 - *332 responses: '204': @@ -89683,7 +89712,7 @@ paths: oneOf: - allOf: - *286 - - &593 + - &596 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89704,67 +89733,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *287 - - *593 + - *596 - allOf: - *288 - - *593 + - *596 - allOf: - *289 - - *593 + - *596 - allOf: - - *594 - - *593 + - *597 + - *596 - allOf: - *290 - - *593 + - *596 - allOf: - *291 - - *593 + - *596 - allOf: - *292 - - *593 + - *596 - allOf: - *293 - - *593 + - *596 - allOf: - *294 - - *593 + - *596 - allOf: - *295 - - *593 + - *596 - allOf: - *296 - - *593 + - *596 - allOf: - *297 - - *593 + - *596 - allOf: - *298 - - *593 + - *596 - allOf: - *299 - - *593 + - *596 - allOf: - *300 - - *593 + - *596 - allOf: - *301 - - *593 + - *596 - allOf: - *302 - - *593 + - *596 - allOf: - *303 - - *593 + - *596 - allOf: - *304 - - *593 + - *596 - allOf: - *305 - - *593 + - *596 - allOf: - *306 - - *593 + - *596 examples: default: value: @@ -89815,7 +89844,7 @@ paths: schema: type: boolean default: true - - *595 + - *598 responses: '200': description: Response @@ -89900,7 +89929,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *596 + items: *599 required: - name - enforcement @@ -89933,7 +89962,7 @@ paths: application/json: schema: *307 examples: - default: &606 + default: &609 value: id: 42 name: super cool ruleset @@ -89982,10 +90011,10 @@ paths: parameters: - *334 - *335 - - *597 - - *598 - - *599 - *600 + - *601 + - *602 + - *603 - *17 - *19 responses: @@ -89993,9 +90022,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 '404': *6 '500': *111 x-github: @@ -90018,15 +90047,15 @@ paths: parameters: - *334 - *335 - - *603 + - *606 responses: '200': description: Response content: application/json: - schema: *604 + schema: *607 examples: - default: *605 + default: *608 '404': *6 '500': *111 x-github: @@ -90077,7 +90106,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 put: @@ -90130,7 +90159,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *596 + items: *599 examples: default: value: @@ -90160,7 +90189,7 @@ paths: application/json: schema: *307 examples: - default: *606 + default: *609 '404': *6 '500': *111 delete: @@ -90221,7 +90250,7 @@ paths: type: array items: *310 examples: - default: *607 + default: *610 '404': *6 '500': *111 x-github: @@ -90259,7 +90288,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: default: value: @@ -90316,20 +90345,20 @@ paths: parameters: - *334 - *335 - - *609 - - *610 - - *611 - *612 - *613 - - *52 - - *19 - - *17 - *614 - *615 - *616 + - *52 + - *19 + - *17 - *617 - *618 - *619 + - *620 + - *621 + - *622 responses: '200': description: Response @@ -90337,7 +90366,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 type: object properties: number: *169 @@ -90356,8 +90385,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolved_at: type: string format: date-time @@ -90453,7 +90482,7 @@ paths: pull request. ' - oneOf: *622 + oneOf: *625 nullable: true has_more_locations: type: boolean @@ -90605,13 +90634,13 @@ paths: - *334 - *335 - *432 - - *619 + - *622 responses: '200': description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90675,8 +90704,8 @@ paths: schema: type: object properties: - state: *620 - resolution: *621 + state: *623 + resolution: *624 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -90710,7 +90739,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: default: value: @@ -90818,7 +90847,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &785 type: object properties: type: @@ -90844,9 +90873,6 @@ paths: example: commit details: oneOf: - - *624 - - *625 - - *626 - *627 - *628 - *629 @@ -90857,6 +90883,9 @@ paths: - *634 - *635 - *636 + - *637 + - *638 + - *639 examples: default: value: @@ -90951,14 +90980,14 @@ paths: schema: type: object properties: - reason: &638 + reason: &641 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *637 + placeholder_id: *640 required: - reason - placeholder_id @@ -90975,7 +91004,7 @@ paths: schema: type: object properties: - reason: *638 + reason: *641 expire_at: type: string format: date-time @@ -91037,7 +91066,7 @@ paths: properties: incremental_scans: type: array - items: &639 + items: &642 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91063,15 +91092,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *639 + items: *642 backfill_scans: type: array - items: *639 + items: *642 custom_pattern_backfill_scans: type: array items: allOf: - - *639 + - *642 - type: object properties: pattern_name: @@ -91186,9 +91215,9 @@ paths: application/json: schema: type: array - items: *640 + items: *643 examples: - default: *641 + default: *644 '400': *14 '404': *6 x-github: @@ -91372,9 +91401,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: &643 + default: &646 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -91712,7 +91741,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: default: value: @@ -91861,15 +91890,15 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '200': description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 + default: *646 '403': *29 '404': *6 x-github: @@ -91895,7 +91924,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 requestBody: required: true content: @@ -92054,10 +92083,10 @@ paths: description: Response content: application/json: - schema: *640 + schema: *643 examples: - default: *643 - add_credit: *643 + default: *646 + add_credit: *646 '403': *29 '404': *6 '422': @@ -92097,7 +92126,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': *39 '400': *14 @@ -92126,7 +92155,7 @@ paths: parameters: - *334 - *335 - - *642 + - *645 responses: '202': description: Response @@ -92270,7 +92299,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -92643,7 +92672,7 @@ paths: application/json: schema: type: array - items: *644 + items: *647 examples: default: value: @@ -92731,7 +92760,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *648 examples: default: value: @@ -92825,7 +92854,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &646 + schema: &649 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -92920,7 +92949,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -93057,7 +93086,7 @@ paths: application/json: schema: type: array - items: &647 + items: &650 title: Tag protection description: Tag protection type: object @@ -93133,7 +93162,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *650 examples: default: value: @@ -93281,7 +93310,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &651 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93293,7 +93322,7 @@ paths: required: - names examples: - default: &649 + default: &652 value: names: - octocat @@ -93348,9 +93377,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: - default: *649 + default: *652 '404': *6 '422': *7 x-github: @@ -93373,7 +93402,7 @@ paths: parameters: - *334 - *335 - - &650 + - &653 name: per description: The time frame to display results for. in: query @@ -93402,7 +93431,7 @@ paths: example: 128 clones: type: array - items: &651 + items: &654 title: Traffic type: object properties: @@ -93643,7 +93672,7 @@ paths: parameters: - *334 - *335 - - *650 + - *653 responses: '200': description: Response @@ -93662,7 +93691,7 @@ paths: example: 3782 views: type: array - items: *651 + items: *654 required: - uniques - count @@ -94431,7 +94460,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &652 + text_matches: &655 title: Search Result Text Matches type: array items: @@ -94593,7 +94622,7 @@ paths: enum: - author-date - committer-date - - &653 + - &656 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -94684,7 +94713,7 @@ paths: url: type: string format: uri - verification: *515 + verification: *518 required: - author - committer @@ -94721,7 +94750,7 @@ paths: type: number node_id: type: string - text_matches: *652 + text_matches: *655 required: - sha - node_id @@ -94913,7 +94942,7 @@ paths: - interactions - created - updated - - *653 + - *656 - *17 - *19 - name: advanced_search @@ -95010,11 +95039,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: type: string state_reason: @@ -95046,7 +95075,7 @@ paths: type: string format: date-time nullable: true - text_matches: *652 + text_matches: *655 pull_request: type: object properties: @@ -95271,7 +95300,7 @@ paths: enum: - created - updated - - *653 + - *656 - *17 - *19 responses: @@ -95315,7 +95344,7 @@ paths: nullable: true score: type: number - text_matches: *652 + text_matches: *655 required: - id - node_id @@ -95400,7 +95429,7 @@ paths: - forks - help-wanted-issues - updated - - *653 + - *656 - *17 - *19 responses: @@ -95639,7 +95668,7 @@ paths: - admin - pull - push - text_matches: *652 + text_matches: *655 temp_clone_token: type: string allow_merge_commit: @@ -95939,7 +95968,7 @@ paths: type: string format: uri nullable: true - text_matches: *652 + text_matches: *655 related: type: array nullable: true @@ -96130,7 +96159,7 @@ paths: - followers - repositories - joined - - *653 + - *656 - *17 - *19 responses: @@ -96234,7 +96263,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *652 + text_matches: *655 blog: type: string nullable: true @@ -96313,7 +96342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &657 + - &660 name: team_id description: The unique identifier of the team. in: path @@ -96354,7 +96383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96454,7 +96483,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *657 + - *660 responses: '204': description: Response @@ -96485,7 +96514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *657 + - *660 - *52 - *17 - *19 @@ -96498,7 +96527,7 @@ paths: type: array items: *323 examples: - default: *658 + default: *661 headers: Link: *58 x-github: @@ -96527,7 +96556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *657 + - *660 requestBody: required: true content: @@ -96590,7 +96619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '200': @@ -96624,7 +96653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: false @@ -96650,7 +96679,7 @@ paths: application/json: schema: *323 examples: - default: *659 + default: *662 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96675,7 +96704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *657 + - *660 - *325 responses: '204': @@ -96705,7 +96734,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *657 + - *660 - *325 - *52 - *17 @@ -96719,7 +96748,7 @@ paths: type: array items: *326 examples: - default: *660 + default: *663 headers: Link: *58 x-github: @@ -96748,7 +96777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -96800,7 +96829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96835,7 +96864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -96861,7 +96890,7 @@ paths: application/json: schema: *326 examples: - default: *661 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96886,7 +96915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 responses: @@ -96917,7 +96946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 - name: content @@ -96976,7 +97005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *657 + - *660 - *325 - *328 requestBody: @@ -97038,7 +97067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -97096,7 +97125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *657 + - *660 - *325 requestBody: required: true @@ -97155,7 +97184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97193,7 +97222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *657 + - *660 - name: role description: Filters members returned by their role in the team. in: query @@ -97244,7 +97273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97281,7 +97310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97321,7 +97350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97358,7 +97387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '200': @@ -97367,7 +97396,7 @@ paths: application/json: schema: *333 examples: - response-if-user-is-a-team-maintainer: *662 + response-if-user-is-a-team-maintainer: *665 '404': *6 x-github: githubCloudOnly: false @@ -97400,7 +97429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 requestBody: required: false @@ -97428,7 +97457,7 @@ paths: application/json: schema: *333 examples: - response-if-users-membership-with-team-is-now-pending: *663 + response-if-users-membership-with-team-is-now-pending: *666 '403': description: Forbidden if team synchronization is set up '422': @@ -97462,7 +97491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *657 + - *660 - *63 responses: '204': @@ -97490,7 +97519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97532,7 +97561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97540,7 +97569,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *664 + schema: *667 examples: alternative-response-with-extra-repository-information: value: @@ -97691,7 +97720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *657 + - *660 - *334 - *335 requestBody: @@ -97743,7 +97772,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *657 + - *660 - *334 - *335 responses: @@ -97770,7 +97799,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *657 + - *660 - *17 - *19 responses: @@ -97782,7 +97811,7 @@ paths: type: array items: *189 examples: - response-if-child-teams-exist: *665 + response-if-child-teams-exist: *668 headers: Link: *58 '404': *6 @@ -97815,7 +97844,7 @@ paths: application/json: schema: oneOf: - - &667 + - &670 title: Private User description: Private User type: object @@ -98018,7 +98047,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *666 + - *669 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -98171,7 +98200,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *670 examples: default: value: @@ -98517,7 +98546,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98525,7 +98554,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -98569,7 +98598,7 @@ paths: type: integer secrets: type: array - items: &668 + items: &671 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -98609,7 +98638,7 @@ paths: - visibility - selected_repositories_url examples: - default: *455 + default: *458 headers: Link: *58 x-github: @@ -98685,7 +98714,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *671 examples: default: value: @@ -98831,7 +98860,7 @@ paths: type: array items: *151 examples: - default: *669 + default: *672 '401': *25 '403': *29 '404': *6 @@ -98983,7 +99012,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '401': *25 @@ -99041,7 +99070,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '401': *25 '403': *29 '404': *6 @@ -99098,7 +99127,7 @@ paths: description: Response content: application/json: - schema: &670 + schema: &673 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -99139,7 +99168,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &671 + default: &674 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -99184,9 +99213,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *673 examples: - default: *671 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -99223,9 +99252,9 @@ paths: type: integer machines: type: array - items: *672 + items: *675 examples: - default: *673 + default: *676 '304': *37 '500': *111 '401': *25 @@ -99309,8 +99338,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *453 - required: *454 + properties: *456 + required: *457 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -100092,7 +100121,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '304': *37 '500': *111 '400': *14 @@ -100132,7 +100161,7 @@ paths: application/json: schema: *232 examples: - default: *452 + default: *455 '500': *111 '401': *25 '403': *29 @@ -100164,7 +100193,7 @@ paths: type: array items: *245 examples: - default: &684 + default: &687 value: - id: 197 name: hello_docker @@ -100265,7 +100294,7 @@ paths: application/json: schema: type: array - items: &674 + items: &677 title: Email description: Email type: object @@ -100330,9 +100359,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: &686 + default: &689 value: - email: octocat@github.com verified: true @@ -100407,7 +100436,7 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: default: value: @@ -100663,7 +100692,7 @@ paths: application/json: schema: type: array - items: &675 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -100794,7 +100823,7 @@ paths: - subkeys - revoked examples: - default: &700 + default: &703 value: - id: 3 name: Octocat's GPG Key @@ -100879,9 +100908,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: &676 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -100938,7 +100967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &677 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -100950,9 +100979,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *678 examples: - default: *676 + default: *679 '404': *6 '304': *37 '403': *29 @@ -100975,7 +101004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *677 + - *680 responses: '204': description: Response @@ -101280,7 +101309,7 @@ paths: required: true content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -101430,7 +101459,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Key description: Key type: object @@ -101531,9 +101560,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101566,15 +101595,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '200': description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 '304': *37 '403': *29 @@ -101597,7 +101626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *555 + - *558 responses: '204': description: Response @@ -101630,7 +101659,7 @@ paths: application/json: schema: type: array - items: &680 + items: &683 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -101698,7 +101727,7 @@ paths: - account - plan examples: - default: &681 + default: &684 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -101760,9 +101789,9 @@ paths: application/json: schema: type: array - items: *680 + items: *683 examples: - default: *681 + default: *684 headers: Link: *58 '304': *37 @@ -102757,7 +102786,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *239 - - *682 + - *685 responses: '204': description: Response @@ -102872,7 +102901,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *19 - *17 responses: @@ -102884,8 +102913,8 @@ paths: type: array items: *245 examples: - default: *684 - '400': *685 + default: *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102914,7 +102943,7 @@ paths: application/json: schema: *245 examples: - default: &701 + default: &704 value: id: 40201 name: octo-name @@ -103276,9 +103305,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: *686 + default: *689 headers: Link: *58 '304': *37 @@ -103391,7 +103420,7 @@ paths: type: array items: *70 examples: - default: &693 + default: &696 summary: Default response value: - id: 1296269 @@ -103735,9 +103764,9 @@ paths: application/json: schema: type: array - items: *528 + items: *531 examples: - default: *687 + default: *690 headers: Link: *58 '304': *37 @@ -103816,7 +103845,7 @@ paths: application/json: schema: type: array - items: &688 + items: &691 title: Social account description: Social media account type: object @@ -103831,7 +103860,7 @@ paths: - provider - url examples: - default: &689 + default: &692 value: - provider: twitter url: https://twitter.com/github @@ -103893,9 +103922,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 '422': *15 '304': *37 '404': *6 @@ -103982,7 +104011,7 @@ paths: application/json: schema: type: array - items: &690 + items: &693 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -104002,7 +104031,7 @@ paths: - title - created_at examples: - default: &718 + default: &721 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104066,9 +104095,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: &691 + default: &694 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -104098,7 +104127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &692 + - &695 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -104110,9 +104139,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '404': *6 '304': *37 '403': *29 @@ -104135,7 +104164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *692 + - *695 responses: '204': description: Response @@ -104164,7 +104193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &719 + - &722 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -104189,11 +104218,11 @@ paths: type: array items: *70 examples: - default-response: *693 + default-response: *696 application/vnd.github.v3.star+json: schema: type: array - items: &720 + items: &723 title: Starred Repository description: Starred Repository type: object @@ -104562,10 +104591,10 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: &695 + default-response: &698 summary: Default response value: login: octocat @@ -104600,7 +104629,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &696 + response-with-git-hub-plan-information: &699 summary: Response with GitHub plan information value: login: octocat @@ -104722,7 +104751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *694 + - *697 - *17 responses: '200': @@ -104771,11 +104800,11 @@ paths: application/json: schema: oneOf: - - *667 - - *666 + - *670 + - *669 examples: - default-response: *695 - response-with-git-hub-plan-information: *696 + default-response: *698 + response-with-git-hub-plan-information: *699 '404': *6 x-github: githubCloudOnly: false @@ -104825,8 +104854,8 @@ paths: required: - subject_digests examples: - default: *697 - withPredicateType: *698 + default: *700 + withPredicateType: *701 responses: '200': description: Response @@ -104879,7 +104908,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *699 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105125,7 +105154,7 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 x-github: @@ -105509,9 +105538,9 @@ paths: application/json: schema: type: array - items: *675 + items: *678 examples: - default: *700 + default: *703 headers: Link: *58 x-github: @@ -105615,7 +105644,7 @@ paths: application/json: schema: *22 examples: - default: *525 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105739,7 +105768,7 @@ paths: - docker - nuget - container - - *683 + - *686 - *63 - *19 - *17 @@ -105752,10 +105781,10 @@ paths: type: array items: *245 examples: - default: *684 + default: *687 '403': *29 '401': *25 - '400': *685 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105785,7 +105814,7 @@ paths: application/json: schema: *245 examples: - default: *701 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106134,7 +106163,7 @@ paths: type: array items: *267 examples: - default: *702 + default: *705 headers: Link: *58 '304': *37 @@ -106194,7 +106223,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *703 + items: *706 required: - name - data_type @@ -106210,7 +106239,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *704 + iteration_configuration: *707 required: - name - data_type @@ -106232,8 +106261,8 @@ paths: value: name: Due date data_type: date - single_select_field: *705 - iteration_field: *706 + single_select_field: *708 + iteration_field: *709 responses: '201': description: Response @@ -106241,11 +106270,11 @@ paths: application/json: schema: *267 examples: - text_field: *707 - number_field: *708 - date_field: *709 - single_select_field: *710 - iteration_field: *711 + text_field: *710 + number_field: *711 + date_field: *712 + single_select_field: *713 + iteration_field: *714 '304': *37 '403': *29 '401': *25 @@ -106267,7 +106296,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *263 - - *712 + - *715 - *63 responses: '200': @@ -106276,7 +106305,7 @@ paths: application/json: schema: *267 examples: - default: *713 + default: *716 headers: Link: *58 '304': *37 @@ -106807,7 +106836,7 @@ paths: - *114 - *116 - *115 - - *714 + - *717 - *117 responses: '200': @@ -106938,7 +106967,7 @@ paths: parameters: - *63 - *114 - - *715 + - *718 - *115 responses: '200': @@ -107037,9 +107066,9 @@ paths: - *114 - *116 - *115 - - *716 + - *719 - *117 - - *717 + - *720 responses: '200': description: Response when getting a billing usage summary @@ -107173,9 +107202,9 @@ paths: application/json: schema: type: array - items: *688 + items: *691 examples: - default: *689 + default: *692 headers: Link: *58 x-github: @@ -107205,9 +107234,9 @@ paths: application/json: schema: type: array - items: *690 + items: *693 examples: - default: *718 + default: *721 headers: Link: *58 x-github: @@ -107232,7 +107261,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *63 - - *719 + - *722 - *52 - *17 - *19 @@ -107244,11 +107273,11 @@ paths: schema: anyOf: - type: array - items: *720 + items: *723 - type: array items: *70 examples: - default-response: *693 + default-response: *696 headers: Link: *58 x-github: @@ -107407,7 +107436,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &721 + enterprise: &724 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -107465,7 +107494,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &722 + installation: &725 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -107484,7 +107513,7 @@ x-webhooks: required: - id - node_id - organization: &723 + organization: &726 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -107544,13 +107573,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &724 + repository: &727 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &754 + properties: &757 id: description: Unique identifier of the repository example: 42 @@ -108233,7 +108262,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &755 + required: &758 - archive_url - assignees_url - blobs_url @@ -108384,10 +108413,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -108463,11 +108492,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: &725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: &728 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -108690,11 +108719,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108877,11 +108906,11 @@ x-webhooks: - everyone required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - rule: *725 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + rule: *728 sender: *4 required: - action @@ -108965,7 +108994,7 @@ x-webhooks: type: string enum: - completed - check_run: &727 + check_run: &730 title: CheckRun description: A check performed on the code of a given code change type: object @@ -109056,7 +109085,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *726 + deployment: *729 details_url: example: https://example.com type: string @@ -109141,10 +109170,10 @@ x-webhooks: - output - app - pull_requests - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109537,11 +109566,11 @@ x-webhooks: type: string enum: - created - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -109937,11 +109966,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 requested_action: description: The action requested by the user. type: object @@ -110346,11 +110375,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *727 - installation: *722 - enterprise: *721 - organization: *723 - repository: *724 + check_run: *730 + installation: *725 + enterprise: *724 + organization: *726 + repository: *727 sender: *4 required: - check_run @@ -111327,10 +111356,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112024,10 +112053,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -112715,10 +112744,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -113029,20 +113058,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &728 + commit_oid: &731 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *721 - installation: *722 - organization: *723 - ref: &729 + enterprise: *724 + installation: *725 + organization: *726 + ref: &732 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -113437,12 +113466,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -113708,12 +113737,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114045,12 +114074,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114324,16 +114353,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *724 + repository: *727 sender: *4 required: - action @@ -114570,12 +114599,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *721 - installation: *722 - organization: *723 - ref: *729 - repository: *724 + commit_oid: *731 + enterprise: *724 + installation: *725 + organization: *726 + ref: *732 + repository: *727 sender: *4 required: - action @@ -114832,10 +114861,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -114915,18 +114944,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *723 - pusher_type: &730 + organization: *726 + pusher_type: &733 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &731 + ref: &734 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -114936,7 +114965,7 @@ x-webhooks: enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115019,9 +115048,9 @@ x-webhooks: enum: - created definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115106,9 +115135,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115186,9 +115215,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115266,9 +115295,9 @@ x-webhooks: enum: - updated definition: *274 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -115345,10 +115374,10 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - repository: *724 - organization: *723 + enterprise: *724 + installation: *725 + repository: *727 + organization: *726 sender: *4 new_property_values: type: array @@ -115433,18 +115462,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - pusher_type: *730 - ref: *731 + enterprise: *724 + installation: *725 + organization: *726 + pusher_type: *733 + ref: *734 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *724 + repository: *727 sender: *4 required: - ref @@ -115528,11 +115557,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115616,11 +115645,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115704,11 +115733,11 @@ x-webhooks: type: string enum: - created - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115790,11 +115819,11 @@ x-webhooks: type: string enum: - dismissed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115876,11 +115905,11 @@ x-webhooks: type: string enum: - fixed - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -115963,11 +115992,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116049,11 +116078,11 @@ x-webhooks: type: string enum: - reopened - alert: *484 - installation: *722 - organization: *723 - enterprise: *721 - repository: *724 + alert: *487 + installation: *725 + organization: *726 + enterprise: *724 + repository: *727 sender: *4 required: - action @@ -116130,9 +116159,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - key: &732 + enterprise: *724 + installation: *725 + key: &735 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -116168,8 +116197,8 @@ x-webhooks: - verified - created_at - read_only - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116246,11 +116275,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - key: *732 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + key: *735 + organization: *726 + repository: *727 sender: *4 required: - action @@ -116811,12 +116840,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: &736 + workflow: &739 title: Workflow type: object nullable: true @@ -117542,13 +117571,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *490 + deployment: *493 pull_requests: type: array - items: *576 - repository: *724 - organization: *723 - installation: *722 + items: *579 + repository: *727 + organization: *726 + installation: *725 sender: *4 responses: '200': @@ -117619,7 +117648,7 @@ x-webhooks: type: string enum: - approved - approver: &733 + approver: &736 type: object properties: avatar_url: @@ -117662,11 +117691,11 @@ x-webhooks: type: string comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: &734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: &737 type: array items: type: object @@ -117745,7 +117774,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &735 + workflow_job_run: &738 type: object properties: conclusion: @@ -118476,18 +118505,18 @@ x-webhooks: type: string enum: - rejected - approver: *733 + approver: *736 comment: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - reviewers: *734 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + reviewers: *737 sender: *4 since: type: string - workflow_job_run: *735 + workflow_job_run: *738 workflow_job_runs: type: array items: @@ -119191,13 +119220,13 @@ x-webhooks: type: string enum: - requested - enterprise: *721 + enterprise: *724 environment: type: string - installation: *722 - organization: *723 - repository: *724 - requestor: &741 + installation: *725 + organization: *726 + repository: *727 + requestor: &744 title: User type: object nullable: true @@ -121096,12 +121125,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Deployment Workflow Run type: object @@ -121781,7 +121810,7 @@ x-webhooks: type: string enum: - answered - answer: &739 + answer: &742 type: object properties: author_association: @@ -121938,11 +121967,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122069,11 +122098,11 @@ x-webhooks: - from required: - category - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122156,11 +122185,11 @@ x-webhooks: type: string enum: - closed - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122242,7 +122271,7 @@ x-webhooks: type: string enum: - created - comment: &738 + comment: &741 type: object properties: author_association: @@ -122399,11 +122428,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122486,12 +122515,12 @@ x-webhooks: type: string enum: - deleted - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122586,12 +122615,12 @@ x-webhooks: - from required: - body - comment: *738 - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + comment: *741 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122675,11 +122704,11 @@ x-webhooks: type: string enum: - created - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122761,11 +122790,11 @@ x-webhooks: type: string enum: - deleted - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122865,11 +122894,11 @@ x-webhooks: type: string required: - from - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -122951,10 +122980,10 @@ x-webhooks: type: string enum: - labeled - discussion: *737 - enterprise: *721 - installation: *722 - label: &740 + discussion: *740 + enterprise: *724 + installation: *725 + label: &743 title: Label type: object properties: @@ -122986,8 +123015,8 @@ x-webhooks: - color - default - description - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123070,11 +123099,11 @@ x-webhooks: type: string enum: - locked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123156,11 +123185,11 @@ x-webhooks: type: string enum: - pinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123242,11 +123271,11 @@ x-webhooks: type: string enum: - reopened - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123331,16 +123360,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *737 - new_repository: *724 + new_discussion: *740 + new_repository: *727 required: - new_discussion - new_repository - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123423,10 +123452,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *737 - old_answer: *739 - organization: *723 - repository: *724 + discussion: *740 + old_answer: *742 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123508,12 +123537,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *737 - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123596,11 +123625,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123682,11 +123711,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *737 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + discussion: *740 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -123759,7 +123788,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *721 + enterprise: *724 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -124419,9 +124448,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - forkee @@ -124567,9 +124596,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pages: description: The pages that were updated. type: array @@ -124606,7 +124635,7 @@ x-webhooks: - action - sha - html_url - repository: *724 + repository: *727 sender: *4 required: - pages @@ -124682,10 +124711,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: &742 + organization: *726 + repositories: &745 description: An array of repository objects that the installation can access. type: array @@ -124711,8 +124740,8 @@ x-webhooks: - name - full_name - private - repository: *724 - requester: *741 + repository: *727 + requester: *744 sender: *4 required: - action @@ -124787,11 +124816,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124867,11 +124896,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -124947,10 +124976,10 @@ x-webhooks: type: string enum: - added - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: &743 + organization: *726 + repositories_added: &746 description: An array of repository objects, which were added to the installation. type: array @@ -124996,15 +125025,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *724 - repository_selection: &744 + repository: *727 + repository_selection: &747 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *741 + requester: *744 sender: *4 required: - action @@ -125083,10 +125112,10 @@ x-webhooks: type: string enum: - removed - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories_added: *743 + organization: *726 + repositories_added: *746 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -125113,9 +125142,9 @@ x-webhooks: - name - full_name - private - repository: *724 - repository_selection: *744 - requester: *741 + repository: *727 + repository_selection: *747 + requester: *744 sender: *4 required: - action @@ -125194,11 +125223,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125376,10 +125405,10 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 target_type: type: string @@ -125458,11 +125487,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *721 + enterprise: *724 installation: *22 - organization: *723 - repositories: *742 - repository: *724 + organization: *726 + repositories: *745 + repository: *727 requester: nullable: true sender: *4 @@ -125714,8 +125743,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -126509,8 +126538,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126859,8 +126888,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -126940,7 +126969,7 @@ x-webhooks: type: string enum: - deleted - comment: &745 + comment: &748 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -127105,8 +127134,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127896,8 +127925,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128248,8 +128277,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -128329,7 +128358,7 @@ x-webhooks: type: string enum: - edited - changes: &774 + changes: &777 description: The changes to the comment. type: object properties: @@ -128341,9 +128370,9 @@ x-webhooks: type: string required: - from - comment: *745 - enterprise: *721 - installation: *722 + comment: *748 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -129136,8 +129165,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129486,8 +129515,8 @@ x-webhooks: - state - locked - assignee - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129577,9 +129606,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129668,9 +129697,9 @@ x-webhooks: type: number blocking_issue: *74 blocking_issue_repo: *70 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129758,9 +129787,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129849,9 +129878,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -129931,10 +129960,10 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - issue: &748 + assignee: *744 + enterprise: *724 + installation: *725 + issue: &751 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130723,11 +130752,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130844,8 +130873,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -130925,8 +130954,8 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -131720,11 +131749,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131976,8 +132005,8 @@ x-webhooks: required: - state - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -132056,8 +132085,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132842,11 +132871,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132962,8 +132991,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -133042,8 +133071,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133850,11 +133879,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133949,7 +133978,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &746 + milestone: &749 title: Milestone description: A collection of related issues and pull requests. type: object @@ -134087,8 +134116,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -134187,8 +134216,8 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134977,11 +135006,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135098,9 +135127,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -135180,8 +135209,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135969,11 +135998,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136090,9 +136119,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *723 - repository: *724 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -136172,8 +136201,8 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136985,11 +137014,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137083,8 +137112,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -137163,8 +137192,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137970,11 +137999,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138068,9 +138097,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *746 - organization: *723 - repository: *724 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -138938,11 +138967,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139504,8 +139533,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140294,11 +140323,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140414,8 +140443,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -140495,9 +140524,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *721 - installation: *722 - issue: &747 + enterprise: *724 + installation: *725 + issue: &750 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141280,11 +141309,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141400,8 +141429,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -141480,8 +141509,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142291,11 +142320,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142390,8 +142419,8 @@ x-webhooks: user_view_type: type: string type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143257,11 +143286,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143845,11 +143874,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -143929,12 +143958,12 @@ x-webhooks: type: string enum: - typed - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144015,7 +144044,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &780 title: User type: object nullable: true @@ -144085,11 +144114,11 @@ x-webhooks: required: - login - id - enterprise: *721 - installation: *722 - issue: *748 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144168,12 +144197,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - issue: *748 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *751 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -144253,8 +144282,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145064,11 +145093,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *654 - issue_dependencies_summary: *655 + sub_issues_summary: *657 + issue_dependencies_summary: *658 issue_field_values: type: array - items: *656 + items: *659 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145162,8 +145191,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145243,11 +145272,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *721 - installation: *722 - issue: *747 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + issue: *750 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145326,12 +145355,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *721 - installation: *722 - issue: *748 + enterprise: *724 + installation: *725 + issue: *751 type: *227 - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145411,11 +145440,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145493,11 +145522,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145607,11 +145636,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - label: *740 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + label: *743 + organization: *726 + repository: *727 sender: *4 required: - action @@ -145693,9 +145722,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: &749 + enterprise: *724 + installation: *725 + marketplace_purchase: &752 title: Marketplace Purchase type: object required: @@ -145778,8 +145807,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: &750 + organization: *726 + previous_marketplace_purchase: &753 title: Marketplace Purchase type: object properties: @@ -145859,7 +145888,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -145939,10 +145968,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146025,7 +146054,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146107,10 +146136,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146192,7 +146221,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *724 + repository: *727 sender: *4 required: - action @@ -146273,8 +146302,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 marketplace_purchase: title: Marketplace Purchase type: object @@ -146356,9 +146385,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146438,12 +146467,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *721 - installation: *722 - marketplace_purchase: *749 - organization: *723 - previous_marketplace_purchase: *750 - repository: *724 + enterprise: *724 + installation: *725 + marketplace_purchase: *752 + organization: *726 + previous_marketplace_purchase: *753 + repository: *727 sender: *4 required: - action @@ -146545,11 +146574,11 @@ x-webhooks: type: string required: - to - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146649,11 +146678,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146732,11 +146761,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 sender: *4 required: - action @@ -146814,11 +146843,11 @@ x-webhooks: type: string enum: - added - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -146894,7 +146923,7 @@ x-webhooks: required: - login - id - team: &751 + team: &754 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -147117,11 +147146,11 @@ x-webhooks: type: string enum: - removed - enterprise: *721 - installation: *722 - member: *741 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + member: *744 + organization: *726 + repository: *727 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147198,7 +147227,7 @@ x-webhooks: required: - login - id - team: *751 + team: *754 required: - action - scope @@ -147280,8 +147309,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *722 - merge_group: &753 + installation: *725 + merge_group: &756 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -147300,15 +147329,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *752 + head_commit: *755 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147394,10 +147423,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *722 - merge_group: *753 - organization: *723 - repository: *724 + installation: *725 + merge_group: *756 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147470,7 +147499,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 + enterprise: *724 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -147579,16 +147608,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *722 - organization: *723 + installation: *725 + organization: *726 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -147669,11 +147698,11 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147752,9 +147781,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - milestone: &756 + enterprise: *724 + installation: *725 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -147891,8 +147920,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -147971,11 +148000,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148085,11 +148114,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - milestone: *746 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *749 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148169,11 +148198,11 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - milestone: *756 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + milestone: *759 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148252,11 +148281,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148335,11 +148364,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *741 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + blocked_user: *744 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148418,9 +148447,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - membership: &757 + enterprise: *724 + installation: *725 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -148527,8 +148556,8 @@ x-webhooks: - role - organization_url - user - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148606,11 +148635,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148689,8 +148718,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -148806,10 +148835,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 - user: *741 + user: *744 required: - action - invitation @@ -148887,11 +148916,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -148978,11 +149007,11 @@ x-webhooks: properties: from: type: string - enterprise: *721 - installation: *722 - membership: *757 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + membership: *760 + organization: *726 + repository: *727 sender: *4 required: - action @@ -149058,9 +149087,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -149559,7 +149588,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &758 + items: &761 title: Ruby Gems metadata type: object properties: @@ -149654,7 +149683,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -149730,9 +149759,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 package: description: Information about the package. type: object @@ -150085,7 +150114,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 source_url: type: string format: uri @@ -150155,7 +150184,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -150332,12 +150361,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *721 + enterprise: *724 id: type: integer - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - id @@ -150414,7 +150443,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &759 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -150560,10 +150589,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *721 - organization: *723 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150640,11 +150669,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150720,11 +150749,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *759 - enterprise: *721 - organization: *723 + personal_access_token_request: *762 + enterprise: *724 + organization: *726 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150799,11 +150828,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *759 - organization: *723 - enterprise: *721 + personal_access_token_request: *762 + organization: *726 + enterprise: *724 sender: *4 - installation: *722 + installation: *725 required: - action - personal_access_token_request @@ -150908,7 +150937,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *760 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -150940,8 +150969,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 zen: description: Random string of GitHub zen. @@ -151186,10 +151215,10 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: &761 + enterprise: *724 + installation: *725 + organization: *726 + project_card: &764 title: Project Card type: object properties: @@ -151308,7 +151337,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -151389,11 +151418,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151473,9 +151502,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: title: Project Card type: object @@ -151603,8 +151632,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -151698,11 +151727,11 @@ x-webhooks: - from required: - note - enterprise: *721 - installation: *722 - organization: *723 - project_card: *761 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_card: *764 + repository: *727 sender: *4 required: - action @@ -151796,9 +151825,9 @@ x-webhooks: - from required: - column_id - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 project_card: allOf: - title: Project Card @@ -151988,7 +152017,7 @@ x-webhooks: type: string required: - after_id - repository: *724 + repository: *727 sender: *4 required: - action @@ -152068,10 +152097,10 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - organization: *723 - project: &763 + enterprise: *724 + installation: *725 + organization: *726 + project: &766 title: Project type: object properties: @@ -152195,7 +152224,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152275,10 +152304,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project_column: &762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: &765 title: Project Column type: object properties: @@ -152317,7 +152346,7 @@ x-webhooks: - name - created_at - updated_at - repository: *724 + repository: *727 sender: *4 required: - action @@ -152396,18 +152425,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152497,11 +152526,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152581,11 +152610,11 @@ x-webhooks: type: string enum: - moved - enterprise: *721 - installation: *722 - organization: *723 - project_column: *762 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project_column: *765 + repository: *727 sender: *4 required: - action @@ -152665,11 +152694,11 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152749,18 +152778,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - project: *763 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *754 - required: *755 + properties: *757 + required: *758 nullable: true sender: *4 required: @@ -152862,11 +152891,11 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -152945,11 +152974,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - organization: *723 - project: *763 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + project: *766 + repository: *727 sender: *4 required: - action @@ -153030,8 +153059,8 @@ x-webhooks: type: string enum: - closed - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153113,8 +153142,8 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153196,8 +153225,8 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153315,8 +153344,8 @@ x-webhooks: type: string to: type: string - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -153400,7 +153429,7 @@ x-webhooks: type: string enum: - archived - changes: &767 + changes: &770 type: object properties: archived_at: @@ -153414,9 +153443,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *722 - organization: *723 - projects_v2_item: &764 + installation: *725 + organization: *726 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -153551,9 +153580,9 @@ x-webhooks: nullable: true to: type: string - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153635,9 +153664,9 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153718,9 +153747,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153826,7 +153855,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &765 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -153848,7 +153877,7 @@ x-webhooks: required: - id - name - - &766 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -153882,8 +153911,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *765 - - *766 + - *768 + - *769 required: - field_value - type: object @@ -153899,9 +153928,9 @@ x-webhooks: nullable: true required: - body - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -153996,9 +154025,9 @@ x-webhooks: to: type: string nullable: true - installation: *722 - organization: *723 - projects_v2_item: *764 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154081,10 +154110,10 @@ x-webhooks: type: string enum: - restored - changes: *767 - installation: *722 - organization: *723 - projects_v2_item: *764 + changes: *770 + installation: *725 + organization: *726 + projects_v2_item: *767 sender: *4 required: - action @@ -154166,8 +154195,8 @@ x-webhooks: type: string enum: - reopened - installation: *722 - organization: *723 + installation: *725 + organization: *726 projects_v2: *261 sender: *4 required: @@ -154249,14 +154278,14 @@ x-webhooks: type: string enum: - created - installation: *722 - organization: *723 - projects_v2_status_update: &770 + installation: *725 + organization: *726 + projects_v2_status_update: &773 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *768 - required: *769 + properties: *771 + required: *772 sender: *4 required: - action @@ -154337,9 +154366,9 @@ x-webhooks: type: string enum: - deleted - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154475,9 +154504,9 @@ x-webhooks: type: string format: date nullable: true - installation: *722 - organization: *723 - projects_v2_status_update: *770 + installation: *725 + organization: *726 + projects_v2_status_update: *773 sender: *4 required: - action @@ -154548,10 +154577,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - repository @@ -154628,13 +154657,13 @@ x-webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *721 - installation: *722 - number: &771 + assignee: *744 + enterprise: *724 + installation: *725 + number: &774 description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -156917,7 +156946,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -156999,11 +157028,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -159281,7 +159310,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -159363,11 +159392,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -161645,7 +161674,7 @@ x-webhooks: - draft reason: type: string - repository: *724 + repository: *727 sender: *4 required: - action @@ -161727,13 +161756,13 @@ x-webhooks: type: string enum: - closed - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: &772 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: &775 allOf: - - *576 + - *579 - type: object properties: allow_auto_merge: @@ -161795,7 +161824,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *724 + repository: *727 sender: *4 required: - action @@ -161876,12 +161905,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -161961,11 +161990,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: &773 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: &776 title: Pull Request type: object properties: @@ -164228,7 +164257,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -164307,11 +164336,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -166593,7 +166622,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *724 + repository: *727 sender: *4 required: - action @@ -166717,12 +166746,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -166802,11 +166831,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -169073,7 +169102,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -169153,11 +169182,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -171439,7 +171468,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -171520,10 +171549,10 @@ x-webhooks: type: string enum: - locked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -173803,7 +173832,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -173883,12 +173912,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *721 - milestone: *558 - number: *771 - organization: *723 - pull_request: *773 - repository: *724 + enterprise: *724 + milestone: *561 + number: *774 + organization: *726 + pull_request: *776 + repository: *727 sender: *4 required: - action @@ -173967,12 +173996,12 @@ x-webhooks: type: string enum: - opened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174053,12 +174082,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174138,12 +174167,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *721 - installation: *722 - number: *771 - organization: *723 - pull_request: *772 - repository: *724 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 + pull_request: *775 + repository: *727 sender: *4 required: - action @@ -174509,9 +174538,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -176681,7 +176710,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -176761,7 +176790,7 @@ x-webhooks: type: string enum: - deleted - comment: &775 + comment: &778 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -177046,9 +177075,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -179206,7 +179235,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -179286,11 +179315,11 @@ x-webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *721 - installation: *722 - organization: *723 + changes: *777 + comment: *778 + enterprise: *724 + installation: *725 + organization: *726 pull_request: type: object properties: @@ -181451,7 +181480,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *724 + repository: *727 sender: *4 required: - action @@ -181532,9 +181561,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -183707,7 +183736,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 review: description: The review that was affected. type: object @@ -183954,9 +183983,9 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -186010,8 +186039,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: &776 + repository: *727 + review: &779 description: The review that was affected. type: object properties: @@ -186244,12 +186273,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -188532,7 +188561,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -188616,12 +188645,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -190911,7 +190940,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191103,12 +191132,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -193393,7 +193422,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_reviewer: title: User type: object @@ -193478,12 +193507,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *721 - installation: *722 + enterprise: *724 + installation: *725 number: description: The pull request number. type: integer - organization: *723 + organization: *726 pull_request: title: Pull Request type: object @@ -195759,7 +195788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195940,9 +195969,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -198117,8 +198146,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 - review: *776 + repository: *727 + review: *779 sender: *4 required: - action @@ -198198,9 +198227,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -200270,7 +200299,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -200657,9 +200686,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 pull_request: title: Simple Pull Request type: object @@ -202715,7 +202744,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *724 + repository: *727 sender: *4 thread: type: object @@ -203105,10 +203134,10 @@ x-webhooks: type: string before: type: string - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -205379,7 +205408,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -205461,11 +205490,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + assignee: *780 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -207748,7 +207777,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -207827,11 +207856,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *721 - installation: *722 - label: *740 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + label: *743 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -210104,7 +210133,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -210185,10 +210214,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *721 - installation: *722 - number: *771 - organization: *723 + enterprise: *724 + installation: *725 + number: *774 + organization: *726 pull_request: title: Pull Request type: object @@ -212453,7 +212482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *724 + repository: *727 sender: *4 required: - action @@ -212653,7 +212682,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *721 + enterprise: *724 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212745,8 +212774,8 @@ x-webhooks: - url - author - committer - installation: *722 - organization: *723 + installation: *725 + organization: *726 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213321,9 +213350,9 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -213769,7 +213798,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -213823,7 +213852,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -213901,9 +213930,9 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 registry_package: type: object properties: @@ -214211,7 +214240,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *758 + items: *761 summary: type: string tag_name: @@ -214260,7 +214289,7 @@ x-webhooks: - owner - package_version - registry - repository: *724 + repository: *727 sender: *4 required: - action @@ -214337,10 +214366,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - release: &778 + enterprise: *724 + installation: *725 + organization: *726 + release: &781 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214658,7 +214687,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *724 + repository: *727 sender: *4 required: - action @@ -214735,11 +214764,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214856,11 +214885,11 @@ x-webhooks: type: boolean required: - to - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -214938,9 +214967,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215262,7 +215291,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215338,10 +215367,10 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - release: &779 + enterprise: *724 + installation: *725 + organization: *726 + release: &782 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215660,7 +215689,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *724 + repository: *727 sender: *4 required: - action @@ -215736,11 +215765,11 @@ x-webhooks: type: string enum: - released - enterprise: *721 - installation: *722 - organization: *723 - release: *778 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *781 + repository: *727 sender: *4 required: - action @@ -215816,11 +215845,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *721 - installation: *722 - organization: *723 - release: *779 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + release: *782 + repository: *727 sender: *4 required: - action @@ -215896,11 +215925,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -215976,11 +216005,11 @@ x-webhooks: type: string enum: - reported - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - repository_advisory: *640 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + repository_advisory: *643 sender: *4 required: - action @@ -216056,10 +216085,10 @@ x-webhooks: type: string enum: - archived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216136,10 +216165,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216217,10 +216246,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216304,10 +216333,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216419,10 +216448,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216494,10 +216523,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 status: type: string @@ -216578,10 +216607,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216658,10 +216687,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216755,10 +216784,10 @@ x-webhooks: - name required: - repository - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -216838,10 +216867,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -216920,10 +216949,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 sender: *4 required: @@ -217002,10 +217031,10 @@ x-webhooks: type: string enum: - edited - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 repository_ruleset: *307 changes: type: object @@ -217067,16 +217096,16 @@ x-webhooks: properties: added: type: array - items: *596 + items: *599 deleted: type: array - items: *596 + items: *599 updated: type: array items: type: object properties: - rule: *596 + rule: *599 changes: type: object properties: @@ -217310,10 +217339,10 @@ x-webhooks: - from required: - owner - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217391,10 +217420,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217472,7 +217501,7 @@ x-webhooks: type: string enum: - create - alert: &780 + alert: &783 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217593,10 +217622,10 @@ x-webhooks: type: string enum: - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217802,10 +217831,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -217883,11 +217912,11 @@ x-webhooks: type: string enum: - reopen - alert: *780 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218086,10 +218115,10 @@ x-webhooks: enum: - fixed - open - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218167,7 +218196,7 @@ x-webhooks: type: string enum: - assigned - alert: &781 + alert: &784 type: object properties: number: *169 @@ -218286,10 +218315,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218367,11 +218396,11 @@ x-webhooks: type: string enum: - created - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218452,11 +218481,11 @@ x-webhooks: type: string enum: - created - alert: *781 - installation: *722 - location: *782 - organization: *723 - repository: *724 + alert: *784 + installation: *725 + location: *785 + organization: *726 + repository: *727 sender: *4 required: - location @@ -218694,11 +218723,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218776,11 +218805,11 @@ x-webhooks: type: string enum: - reopened - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218858,11 +218887,11 @@ x-webhooks: type: string enum: - resolved - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -218940,12 +218969,12 @@ x-webhooks: type: string enum: - unassigned - alert: *781 + alert: *784 assignee: *4 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219023,11 +219052,11 @@ x-webhooks: type: string enum: - validated - alert: *781 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + alert: *784 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -219153,10 +219182,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *724 - enterprise: *721 - installation: *722 - organization: *723 + repository: *727 + enterprise: *724 + installation: *725 + organization: *726 sender: *4 required: - action @@ -219234,11 +219263,11 @@ x-webhooks: type: string enum: - published - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: &783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: &786 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219421,11 +219450,11 @@ x-webhooks: type: string enum: - updated - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 - security_advisory: *783 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 + security_advisory: *786 sender: *4 required: - action @@ -219498,10 +219527,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219686,9 +219715,9 @@ x-webhooks: type: object properties: security_and_analysis: *280 - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: *337 sender: *4 required: @@ -219767,12 +219796,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: &784 + sponsorship: &787 type: object properties: created_at: @@ -220073,12 +220102,12 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220166,12 +220195,12 @@ x-webhooks: type: string required: - from - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220248,17 +220277,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &788 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - sponsorship @@ -220332,7 +220361,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &789 type: object properties: tier: @@ -220376,13 +220405,13 @@ x-webhooks: - from required: - tier - effective_date: *785 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + effective_date: *788 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220459,13 +220488,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + changes: *789 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - sponsorship: *784 + sponsorship: *787 required: - action - changes @@ -220539,10 +220568,10 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220625,10 +220654,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221048,15 +221077,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *721 + enterprise: *724 id: description: The unique identifier of the status. type: integer - installation: *722 + installation: *725 name: type: string - organization: *723 - repository: *724 + organization: *726 + repository: *727 sender: *4 sha: description: The Commit SHA. @@ -221171,9 +221200,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221263,9 +221292,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221355,9 +221384,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221447,9 +221476,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *722 - organization: *723 - repository: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -221526,12 +221555,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - team: &787 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221754,9 +221783,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222214,7 +222243,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222290,9 +222319,9 @@ x-webhooks: type: string enum: - created - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -222750,7 +222779,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -222827,9 +222856,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223287,7 +223316,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -223431,9 +223460,9 @@ x-webhooks: - from required: - permissions - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -223891,7 +223920,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - changes @@ -223969,9 +223998,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *721 - installation: *722 - organization: *723 + enterprise: *724 + installation: *725 + organization: *726 repository: title: Repository description: A git repository @@ -224429,7 +224458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *787 + team: *790 required: - action - team @@ -224505,10 +224534,10 @@ x-webhooks: type: string enum: - started - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 required: - action @@ -224581,16 +224610,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *721 + enterprise: *724 inputs: type: object nullable: true additionalProperties: true - installation: *722 - organization: *723 + installation: *725 + organization: *726 ref: type: string - repository: *724 + repository: *727 sender: *4 workflow: type: string @@ -224672,10 +224701,10 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -224912,7 +224941,7 @@ x-webhooks: type: string required: - conclusion - deployment: *490 + deployment: *493 required: - action - repository @@ -224991,10 +225020,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: allOf: @@ -225254,7 +225283,7 @@ x-webhooks: required: - status - steps - deployment: *490 + deployment: *493 required: - action - repository @@ -225333,10 +225362,10 @@ x-webhooks: type: string enum: - queued - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225471,7 +225500,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225550,10 +225579,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 workflow_job: type: object @@ -225689,7 +225718,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *490 + deployment: *493 required: - action - repository @@ -225769,12 +225798,12 @@ x-webhooks: type: string enum: - completed - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -226773,12 +226802,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object @@ -227762,12 +227791,12 @@ x-webhooks: type: string enum: - requested - enterprise: *721 - installation: *722 - organization: *723 - repository: *724 + enterprise: *724 + installation: *725 + organization: *726 + repository: *727 sender: *4 - workflow: *736 + workflow: *739 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 361caba2f7..19eb2ee61e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -331382,11 +331382,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, @@ -375579,19 +375578,374 @@ } } } - } - }, - "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": { - "get": { - "summary": "Get a dismissal request for a Dependabot alert for a repository", - "description": "Gets a dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository.\nPersonal access tokens (classic) need the `security_events` scope to use this endpoint.", + } + }, + "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": { + "get": { + "summary": "Get a dismissal request for a Dependabot alert for a repository", + "description": "Gets a dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository.\nPersonal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/get-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#get-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "A single dismissal request.", + "content": { + "application/json": { + "schema": { + "title": "Dependabot alert dismissal request", + "description": "Alert dismissal request made by a user asking to dismiss a Dependabot alert.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The unique identifier of the dismissal request." + }, + "number": { + "type": "integer", + "format": "int64", + "description": "The number uniquely identifying the dismissal request within its repository." + }, + "repository": { + "type": "object", + "description": "The repository the dismissal request is for.", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The ID of the repository the dismissal request is for." + }, + "name": { + "type": "string", + "description": "The name of the repository the dismissal request is for." + }, + "full_name": { + "type": "string", + "description": "The full name of the repository the dismissal request is for." + } + } + }, + "organization": { + "type": "object", + "description": "The organization associated with the repository the dismissal request is for.", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The ID of the organization." + }, + "name": { + "type": "string", + "description": "The name of the organization." + } + } + }, + "requester": { + "type": "object", + "description": "The user who requested the dismissal request.", + "properties": { + "actor_id": { + "type": "integer", + "format": "int64", + "description": "The ID of the GitHub user who requested the dismissal request." + }, + "actor_name": { + "type": "string", + "description": "The name of the GitHub user who requested the dismissal request." + } + } + }, + "request_type": { + "type": "string", + "description": "The type of request." + }, + "data": { + "nullable": true, + "type": "array", + "description": "Data describing the dismissal request metadata.", + "items": { + "type": "object", + "properties": { + "reason": { + "type": "string", + "description": "The reason for the dismissal request." + }, + "alert_number": { + "type": "string", + "description": "The alert number." + }, + "alert_title": { + "type": "string", + "description": "The title of the alert." + } + } + } + }, + "resource_identifier": { + "type": "string", + "description": "The unique identifier for the request type of the dismissal request.", + "example": "123" + }, + "status": { + "type": "string", + "description": "The status of the dismissal request.", + "enum": [ + "pending", + "denied", + "approved", + "expired" + ] + }, + "requester_comment": { + "type": "string", + "description": "The comment the requester provided when creating the dismissal request.", + "nullable": true + }, + "expires_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the dismissal request will expire." + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the dismissal request was created." + }, + "responses": { + "type": "array", + "description": "The responses to the dismissal request.", + "nullable": true, + "items": { + "title": "Dismissal request response", + "description": "A response made by a requester to dismiss the request.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The ID of the response to the dismissal request." + }, + "reviewer": { + "type": "object", + "description": "The user who reviewed the dismissal request.", + "properties": { + "actor_id": { + "type": "integer", + "format": "int64", + "description": "The ID of the GitHub user who reviewed the dismissal request." + }, + "actor_name": { + "type": "string", + "description": "The name of the GitHub user who reviewed the dismissal request." + } + } + }, + "message": { + "type": "string", + "nullable": true, + "description": "The response comment of the reviewer." + }, + "status": { + "type": "string", + "description": "The response status to the dismissal request until dismissed.", + "enum": [ + "approved", + "denied", + "dismissed" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the response to the dismissal request was created." + } + } + } + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/repos/octo-org/smile/dismissal-requests/dependabot/1" + }, + "html_url": { + "type": "string", + "description": "The URL to view the dismissal request in a browser.", + "format": "uri", + "example": "https://github.com/octo-org/smile/security/dependabot/1" + } + } + }, + "examples": { + "default": { + "value": { + "id": 21, + "number": 42, + "repository": { + "id": 1, + "name": "smile", + "full_name": "octo-org/smile" + }, + "organization": { + "id": 1, + "name": "octo-org" + }, + "requester": { + "actor_id": 12, + "actor_name": "monalisa" + }, + "request_type": "dependabot_alert_dismissal", + "data": [ + { + "reason": "no_bandwidth", + "alert_number": "1", + "alert_title": "lodash - GHSA-1234-abcd-5678" + } + ], + "resource_identifier": "1", + "status": "pending", + "requester_comment": "No bandwidth to fix this right now", + "expires_at": "2024-07-08T08:43:03Z", + "created_at": "2024-07-01T08:43:03Z", + "responses": [], + "url": "https://api.github.com/repos/octo-org/smile/dismissal-requests/dependabot/1", + "html_url": "https://github.com/octo-org/smile/security/dependabot/1" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + } + }, + "post": { + "summary": "Create a dismissal request for a Dependabot alert for a repository", + "description": "Creates a new dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", "tags": [ "dependabot" ], - "operationId": "dependabot/get-dismissal-request-for-repo", + "operationId": "dependabot/create-dismissal-request-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#get-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository" }, "x-github": { "githubCloudOnly": true, @@ -375628,9 +375982,47 @@ } } ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "dismissed_reason": { + "type": "string", + "description": "The reason for dismissing the alert.", + "enum": [ + "fix_started", + "no_bandwidth", + "tolerable_risk", + "inaccurate", + "not_used" + ] + }, + "dismissed_comment": { + "type": "string", + "description": "An optional comment explaining the dismissal." + } + }, + "required": [ + "dismissed_reason" + ] + }, + "examples": { + "default": { + "value": { + "dismissed_reason": "tolerable_risk", + "dismissed_comment": "Risk is acceptable for this project." + } + } + } + } + } + }, "responses": { - "200": { - "description": "A single dismissal request.", + "201": { + "description": "The created dismissal request.", "content": { "application/json": { "schema": { @@ -375820,37 +376212,36 @@ "examples": { "default": { "value": { - "id": 21, - "number": 42, + "id": 1, + "number": 1, "repository": { "id": 1, - "name": "smile", - "full_name": "octo-org/smile" + "name": "hello-world", + "full_name": "octocat/hello-world" }, "organization": { "id": 1, - "name": "octo-org" + "name": "octocat" }, "requester": { - "actor_id": 12, - "actor_name": "monalisa" + "actor_id": 1, + "actor_name": "octocat" }, - "request_type": "dependabot_alert_dismissal", + "request_type": "dependabot_alert_closure", "data": [ { - "reason": "no_bandwidth", - "alert_number": "1", - "alert_title": "lodash - GHSA-1234-abcd-5678" + "reason": "tolerable_risk", + "alert_number": "42", + "alert_title": "lodash vulnerability" } ], - "resource_identifier": "1", + "resource_identifier": "42", "status": "pending", - "requester_comment": "No bandwidth to fix this right now", - "expires_at": "2024-07-08T08:43:03Z", - "created_at": "2024-07-01T08:43:03Z", - "responses": [], - "url": "https://api.github.com/repos/octo-org/smile/dismissal-requests/dependabot/1", - "html_url": "https://github.com/octo-org/smile/security/dependabot/1" + "requester_comment": "Risk is acceptable for this project.", + "expires_at": "2024-01-15T00:00:00Z", + "created_at": "2024-01-08T00:00:00Z", + "responses": null, + "url": "https://github.com/octocat/hello-world/security/dependabot/42" } } } @@ -375909,6 +376300,75 @@ } } }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -376191,6 +376651,136 @@ } } } + }, + "delete": { + "summary": "Cancel a dismissal request for a Dependabot alert for a repository", + "description": "Cancels a pending dismissal request for a Dependabot alert in a repository.\n\nThe authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner).\nDelegated alert dismissal must be enabled on the repository.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/cancel-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "responses": { + "204": { + "description": "Dismissal request cancelled successfully." + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + } } }, "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index e844072d98..6d1714e044 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1029,7 +1029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &755 + - &758 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &765 + schema: &768 title: Scim Error description: Scim Error type: object @@ -8897,7 +8897,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &766 + '401': &769 description: Authorization failure '404': *6 x-github: @@ -13226,13 +13226,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &556 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &556 + category: &557 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13246,7 +13246,7 @@ paths: properties: text: type: string - location: + location: &558 type: object description: Describe a region within a file for the alert. properties: @@ -13267,7 +13267,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &559 type: string description: A classification of the file. For example to identify it as generated. @@ -16921,7 +16921,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &595 + - &598 name: has in: query description: |- @@ -17034,7 +17034,7 @@ paths: - unknown - direct - transitive - security_advisory: &596 + security_advisory: &599 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17266,14 +17266,14 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: &597 + auto_dismissed_at: &600 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &598 + dismissal_request: &601 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20754,7 +20754,7 @@ paths: - *164 rules: type: array - items: &721 + items: &724 title: Repository Rule type: object description: A repository rule. @@ -20763,7 +20763,7 @@ paths: - *170 - *171 - *172 - - &719 + - &722 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21326,14 +21326,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &733 + state: &736 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &734 + resolution: &737 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21440,8 +21440,8 @@ paths: pull request. ' - oneOf: &735 - - &737 + oneOf: &738 + - &740 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21493,7 +21493,7 @@ paths: - blob_url - commit_sha - commit_url - - &738 + - &741 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -21548,7 +21548,7 @@ paths: - page_url - commit_sha - commit_url - - &739 + - &742 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21562,7 +21562,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &740 + - &743 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21576,7 +21576,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &741 + - &744 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21590,7 +21590,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &742 + - &745 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21604,7 +21604,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &743 + - &746 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21618,7 +21618,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &744 + - &747 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21632,7 +21632,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &745 + - &748 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -21646,7 +21646,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &746 + - &749 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -21660,7 +21660,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &747 + - &750 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -21674,7 +21674,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &748 + - &751 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -21688,7 +21688,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &749 + - &752 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -24982,7 +24982,7 @@ paths: properties: action: type: string - discussion: &874 + discussion: &877 title: Discussion description: A Discussion in a repository. type: object @@ -25349,7 +25349,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &657 + properties: &660 id: type: integer format: int64 @@ -25726,7 +25726,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &793 + sub_issues_summary: &796 title: Sub-issues Summary type: object properties: @@ -25746,7 +25746,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &794 + issue_dependencies_summary: &797 title: Issue Dependencies Summary type: object properties: @@ -25765,7 +25765,7 @@ paths: - total_blocking issue_field_values: type: array - items: &795 + items: &798 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25826,7 +25826,7 @@ paths: - node_id - data_type - value - required: &658 + required: &661 - assignee - closed_at - comments @@ -25864,7 +25864,7 @@ paths: action: type: string issue: *220 - comment: &655 + comment: &658 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26583,7 +26583,7 @@ paths: type: string release: allOf: - - &712 + - &715 title: Release description: A release. type: object @@ -26654,7 +26654,7 @@ paths: author: *4 assets: type: array - items: &713 + items: &716 title: Release Asset description: Data related to a release. type: object @@ -27233,7 +27233,7 @@ paths: url: type: string format: uri - user: &805 + user: &808 title: Public User description: Public User type: object @@ -30629,7 +30629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &686 + - &689 name: all description: If `true`, show notifications marked as read. in: query @@ -30637,7 +30637,7 @@ paths: schema: type: boolean default: false - - &687 + - &690 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30647,7 +30647,7 @@ paths: type: boolean default: false - *227 - - &688 + - &691 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -31129,7 +31129,7 @@ paths: - url - subscription_url examples: - default: &689 + default: &692 value: - id: '1' repository: @@ -32246,7 +32246,7 @@ paths: type: array items: *155 examples: - default: &695 + default: &698 value: - property_name: environment value: production @@ -32296,7 +32296,7 @@ paths: required: - properties examples: - default: &696 + default: &699 value: properties: - property_name: environment @@ -35223,7 +35223,7 @@ paths: type: array items: *283 examples: - default: &808 + default: &811 value: total_count: 1 repositories: @@ -37905,12 +37905,12 @@ paths: required: - subject_digests examples: - default: &836 + default: &839 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &837 + withPredicateType: &840 value: subject_digests: - sha256:abc123 @@ -37968,7 +37968,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &838 + default: &841 value: attestations_subject_digests: - sha256:abc: @@ -40280,7 +40280,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &568 + properties: &571 name: type: string description: The name of the machine. @@ -40322,7 +40322,7 @@ paths: - ready - in_progress nullable: true - required: &569 + required: &572 - name - display_name - operating_system @@ -41190,7 +41190,7 @@ paths: - updated_at - visibility examples: - default: &570 + default: &573 value: total_count: 2 secrets: @@ -41228,7 +41228,7 @@ paths: description: Response content: application/json: - schema: &571 + schema: &574 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41257,7 +41257,7 @@ paths: - key_id - key examples: - default: &572 + default: &575 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41289,7 +41289,7 @@ paths: application/json: schema: *327 examples: - default: &574 + default: &577 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42998,7 +42998,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43015,7 +43015,7 @@ paths: - key_id - key examples: - default: &602 + default: &605 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43345,7 +43345,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &610 + - &613 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43353,7 +43353,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43361,7 +43361,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: time_period description: |- The time period to filter by. @@ -43377,7 +43377,7 @@ paths: - week - month default: month - - &613 + - &616 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43402,7 +43402,7 @@ paths: application/json: schema: type: array - items: &614 + items: &617 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43558,7 +43558,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &615 + default: &618 value: - id: 21 number: 42 @@ -43676,7 +43676,7 @@ paths: application/json: schema: type: array - items: &616 + items: &619 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -43793,7 +43793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &617 + default: &620 value: - id: 21 number: 42 @@ -43895,7 +43895,7 @@ paths: application/json: schema: type: array - items: &618 + items: &621 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44016,7 +44016,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &619 + default: &622 value: - id: 21 number: 42 @@ -45836,7 +45836,7 @@ paths: application/json: schema: *22 examples: - default: &650 + default: &653 value: id: 1 account: @@ -46061,7 +46061,7 @@ paths: required: true content: application/json: - schema: &651 + schema: &654 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -46922,7 +46922,7 @@ paths: application/json: schema: *376 examples: - default: &567 + default: &570 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -48167,7 +48167,7 @@ paths: parameters: - *87 - *382 - - &821 + - &824 name: repo_name description: repo_name parameter in: path @@ -49493,7 +49493,7 @@ paths: - nuget - container - *87 - - &822 + - &825 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49534,7 +49534,7 @@ paths: default: *388 '403': *29 '401': *25 - '400': &824 + '400': &827 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -51326,7 +51326,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &910 + properties: &913 id: type: number description: The unique identifier of the status update. @@ -51374,7 +51374,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &911 + required: &914 - id - node_id - created_at @@ -51588,7 +51588,7 @@ paths: content: oneOf: - *220 - - &582 + - &585 title: Pull Request Simple description: Pull Request Simple type: object @@ -51817,7 +51817,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: &698 + auto_merge: &701 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52192,7 +52192,7 @@ paths: - updated_at - project_url examples: - default: &841 + default: &844 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52369,7 +52369,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &842 + items: &845 type: object properties: name: @@ -52405,7 +52405,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &843 + iteration_configuration: &846 type: object description: The configuration for iteration fields. properties: @@ -52454,7 +52454,7 @@ paths: value: name: Due date data_type: date - single_select_field: &844 + single_select_field: &847 summary: Create a single select field value: name: Priority @@ -52481,7 +52481,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &845 + iteration_field: &848 summary: Create an iteration field value: name: Sprint @@ -52507,7 +52507,7 @@ paths: application/json: schema: *409 examples: - text_field: &846 + text_field: &849 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52516,7 +52516,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &847 + number_field: &850 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52525,7 +52525,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &848 + date_field: &851 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52534,7 +52534,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &849 + single_select_field: &852 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52568,7 +52568,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &850 + iteration_field: &853 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52614,7 +52614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &851 + - &854 name: field_id description: The unique identifier of the field. in: path @@ -52629,7 +52629,7 @@ paths: application/json: schema: *409 examples: - default: &852 + default: &855 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54809,7 +54809,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &587 + properties: &590 url: type: string format: uri @@ -54825,7 +54825,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &588 + required: &591 - url - key - name @@ -55467,7 +55467,7 @@ paths: - *87 - *17 - *19 - - &720 + - &723 name: targets description: | A comma-separated list of rule targets to filter by. @@ -55682,7 +55682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &722 + - &725 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -55694,14 +55694,14 @@ paths: x-multi-segment: true - *309 - *105 - - &723 + - &726 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &724 + - &727 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -55721,7 +55721,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &728 title: Rule Suites description: Response type: array @@ -55776,7 +55776,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &726 + default: &729 value: - id: 21 actor_id: 12 @@ -55820,7 +55820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &727 + - &730 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -55836,7 +55836,7 @@ paths: description: Response content: application/json: - schema: &728 + schema: &731 title: Rule Suite description: Response type: object @@ -55935,7 +55935,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &729 + default: &732 value: id: 21 actor_id: 12 @@ -56267,7 +56267,7 @@ paths: - *110 - *19 - *17 - - &731 + - &734 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -56277,7 +56277,7 @@ paths: required: false schema: type: string - - &732 + - &735 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -56490,7 +56490,7 @@ paths: application/json: schema: type: array - items: &753 + items: &756 description: A repository security advisory. type: object properties: @@ -56781,7 +56781,7 @@ paths: - private_fork additionalProperties: false examples: - default: &754 + default: &757 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -58712,7 +58712,7 @@ paths: - updated_at - url examples: - default: &797 + default: &800 value: - author: login: octocat @@ -58960,7 +58960,7 @@ paths: application/json: schema: *451 examples: - default: &798 + default: &801 value: author: login: octocat @@ -59143,7 +59143,7 @@ paths: - updated_at - url examples: - default: &799 + default: &802 value: - author: login: octocat @@ -59369,7 +59369,7 @@ paths: application/json: schema: *454 examples: - default: &800 + default: &803 value: author: login: octocat @@ -60082,7 +60082,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &801 + response-if-user-is-a-team-maintainer: &804 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -60147,7 +60147,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: &802 + response-if-users-membership-with-team-is-now-pending: &805 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -60261,7 +60261,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &803 + schema: &806 title: Team Repository description: A team's access to a repository. type: object @@ -61027,7 +61027,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: &804 + response-if-child-teams-exist: &807 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62444,7 +62444,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &654 + '410': &657 description: Gone content: application/json: @@ -66063,7 +66063,7 @@ paths: items: type: object properties: - type: &620 + type: &623 type: string description: The type of reviewer. enum: @@ -66197,7 +66197,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -66303,7 +66303,7 @@ paths: - created_at - updated_at examples: - default: &606 + default: &609 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -66687,7 +66687,7 @@ paths: application/json: schema: *497 examples: - default: &633 + default: &636 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66906,7 +66906,7 @@ paths: application/json: schema: *501 examples: - default: &634 + default: &637 value: name: USERNAME value: octocat @@ -68607,7 +68607,7 @@ paths: properties: name: type: string - commit: &578 + commit: &581 title: Commit description: Commit type: object @@ -68678,7 +68678,7 @@ paths: required: - sha - url - verification: &640 + verification: &643 title: Verification type: object properties: @@ -68748,7 +68748,7 @@ paths: type: integer files: type: array - items: &591 + items: &594 title: Diff Entry description: Diff Entry type: object @@ -72191,7 +72191,7 @@ paths: check. type: array items: *225 - deployment: &863 + deployment: &866 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -73103,7 +73103,7 @@ paths: type: string format: date-time nullable: true - head_commit: &894 + head_commit: &897 title: Simple Commit description: A commit. type: object @@ -73800,14 +73800,14 @@ paths: - *466 - *467 - *537 - - &584 + - &587 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &585 + - &588 name: status description: Returns check runs with the specified `status`. in: query @@ -73848,7 +73848,7 @@ paths: type: array items: *530 examples: - default: &586 + default: &589 value: total_count: 1 check_runs: @@ -74781,7 +74781,36 @@ paths: application/json: schema: type: array - items: *545 + items: + type: object + properties: + ref: *538 + analysis_key: *555 + environment: *556 + category: *557 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *558 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *559 examples: default: value: @@ -74872,7 +74901,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &557 + schema: &560 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74893,11 +74922,11 @@ paths: application/json: schema: type: array - items: &558 + items: &561 type: object properties: ref: *538 - commit_sha: &566 + commit_sha: &569 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -74909,7 +74938,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *556 + category: *557 error: type: string example: error reading field xyz @@ -74933,7 +74962,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *557 + sarif_id: *560 tool: *544 deletable: type: boolean @@ -75045,7 +75074,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: response: summary: application/json response @@ -75271,7 +75300,7 @@ paths: application/json: schema: type: array - items: &559 + items: &562 title: CodeQL Database description: A CodeQL database. type: object @@ -75424,7 +75453,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *562 examples: default: value: @@ -75456,7 +75485,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &593 + '302': &596 description: Found '403': *546 '404': *6 @@ -75529,7 +75558,7 @@ paths: type: object additionalProperties: false properties: - language: &560 + language: &563 type: string description: The language targeted by the CodeQL query enum: @@ -75609,7 +75638,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &564 + schema: &567 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -75619,7 +75648,7 @@ paths: description: The ID of the variant analysis. controller_repo: *119 actor: *4 - query_language: *560 + query_language: *563 query_pack_url: type: string description: The download url for the query pack. @@ -75666,7 +75695,7 @@ paths: items: type: object properties: - repository: &561 + repository: &564 title: Repository Identifier description: Repository Identifier type: object @@ -75702,7 +75731,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &565 + analysis_status: &568 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75734,7 +75763,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &562 + access_mismatch_repos: &565 type: object properties: repository_count: @@ -75748,7 +75777,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *561 + items: *564 required: - repository_count - repositories @@ -75770,8 +75799,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *562 - over_limit_repos: *562 + no_codeql_db_repos: *565 + over_limit_repos: *565 required: - access_mismatch_repos - not_found_repos @@ -75787,7 +75816,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &563 + value: &566 summary: Default response value: id: 1 @@ -75939,10 +75968,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *563 + value: *566 repository_lists: summary: Response for a successful variant analysis submission - value: *563 + value: *566 '404': *6 '422': description: Unable to process variant analysis submission @@ -75983,9 +76012,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: *563 + default: *566 '404': *6 '503': *195 x-github: @@ -76043,7 +76072,7 @@ paths: type: object properties: repository: *119 - analysis_status: *565 + analysis_status: *568 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -76448,7 +76477,7 @@ paths: schema: type: object properties: - commit_sha: *566 + commit_sha: *569 ref: type: string description: |- @@ -76506,7 +76535,7 @@ paths: schema: type: object properties: - id: *557 + id: *560 url: type: string description: The REST API URL for checking the status of the upload. @@ -77199,7 +77228,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77207,7 +77236,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '400': *14 '401': *25 '403': *29 @@ -77337,14 +77366,14 @@ paths: type: integer machines: type: array - items: &811 + items: &814 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 examples: - default: &812 + default: &815 value: total_count: 2 machines: @@ -77555,7 +77584,7 @@ paths: type: integer secrets: type: array - items: &573 + items: &576 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -77575,7 +77604,7 @@ paths: - created_at - updated_at examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -77605,9 +77634,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: - default: *572 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77635,9 +77664,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: - default: *574 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77784,7 +77813,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &575 + properties: &578 login: type: string example: octocat @@ -77877,7 +77906,7 @@ paths: user_view_type: type: string example: public - required: &576 + required: &579 - avatar_url - events_url - followers_url @@ -78027,7 +78056,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &653 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78311,8 +78340,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *575 - required: *576 + properties: *578 + required: *579 nullable: true required: - permission @@ -78378,7 +78407,7 @@ paths: application/json: schema: type: array - items: &577 + items: &580 title: Commit Comment description: Commit Comment type: object @@ -78436,7 +78465,7 @@ paths: - created_at - updated_at examples: - default: &580 + default: &583 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78503,9 +78532,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: &581 + default: &584 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78586,7 +78615,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: default: value: @@ -78885,9 +78914,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: &705 + default: &708 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78983,7 +79012,7 @@ paths: parameters: - *466 - *467 - - &579 + - &582 name: commit_sha description: The SHA of the commit. in: path @@ -79057,7 +79086,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79067,9 +79096,9 @@ paths: application/json: schema: type: array - items: *577 + items: *580 examples: - default: *580 + default: *583 headers: Link: *47 x-github: @@ -79099,7 +79128,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 requestBody: required: true content: @@ -79134,9 +79163,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *581 + default: *584 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79166,7 +79195,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79176,9 +79205,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: &697 + default: &700 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79719,7 +79748,7 @@ paths: - *467 - *19 - *17 - - &583 + - &586 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -79734,9 +79763,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: &682 + default: &685 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79851,9 +79880,9 @@ paths: parameters: - *466 - *467 - - *583 - - *584 - - *585 + - *586 + - *587 + - *588 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79889,7 +79918,7 @@ paths: type: array items: *530 examples: - default: *586 + default: *589 headers: Link: *47 x-github: @@ -79916,7 +79945,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79924,7 +79953,7 @@ paths: schema: type: integer example: 1 - - *584 + - *587 - *17 - *19 responses: @@ -80144,7 +80173,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80344,7 +80373,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80354,7 +80383,7 @@ paths: application/json: schema: type: array - items: &758 + items: &761 title: Status description: The status of a commit. type: object @@ -80493,20 +80522,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *587 - required: *588 + properties: *590 + required: *591 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &589 + properties: &592 url: type: string format: uri html_url: type: string format: uri - required: &590 + required: &593 - url - html_url nullable: true @@ -80520,26 +80549,26 @@ paths: contributing: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true readme: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true issue_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true pull_request_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true required: - code_of_conduct @@ -80710,8 +80739,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *578 - merge_base_commit: *578 + base_commit: *581 + merge_base_commit: *581 status: type: string enum: @@ -80731,10 +80760,10 @@ paths: example: 6 commits: type: array - items: *578 + items: *581 files: type: array - items: *591 + items: *594 required: - url - html_url @@ -81164,7 +81193,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &592 + response-if-content-is-a-file: &595 summary: Response if content is a file value: type: file @@ -81296,7 +81325,7 @@ paths: - size - type - url - - &710 + - &713 title: Content File description: Content File type: object @@ -81497,7 +81526,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *592 + response-if-content-is-a-file: *595 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81566,7 +81595,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *593 + '302': *596 '304': *37 x-github: githubCloudOnly: false @@ -81683,7 +81712,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &597 title: File Commit description: File Commit type: object @@ -81835,7 +81864,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: example-for-creating-a-file: value: @@ -81889,7 +81918,7 @@ paths: schema: oneOf: - *3 - - &635 + - &638 description: Repository rule violation was detected type: object properties: @@ -81910,7 +81939,7 @@ paths: items: type: object properties: - placeholder_id: &750 + placeholder_id: &753 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82004,7 +82033,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: default: value: @@ -82196,7 +82225,7 @@ paths: schema: type: string - *336 - - *595 + - *598 - *337 - *338 - *110 @@ -82217,7 +82246,7 @@ paths: application/json: schema: type: array - items: &599 + items: &602 type: object description: A Dependabot alert. properties: @@ -82263,7 +82292,7 @@ paths: - unknown - direct - transitive - security_advisory: *596 + security_advisory: *599 security_vulnerability: *131 url: *132 html_url: *133 @@ -82294,8 +82323,8 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *597 - dismissal_request: *598 + auto_dismissed_at: *600 + dismissal_request: *601 required: - number - state @@ -82527,7 +82556,7 @@ paths: parameters: - *466 - *467 - - &600 + - &603 name: alert_number in: path description: |- @@ -82542,7 +82571,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82657,7 +82686,7 @@ paths: parameters: - *466 - *467 - - *600 + - *603 requestBody: required: true content: @@ -82702,7 +82731,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82850,7 +82879,7 @@ paths: type: integer secrets: type: array - items: &603 + items: &606 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82910,9 +82939,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82940,7 +82969,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: default: value: @@ -83521,7 +83550,7 @@ paths: - version - url additionalProperties: false - metadata: &604 + metadata: &607 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83554,7 +83583,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *604 + metadata: *607 resolved: type: object description: A collection of resolved package dependencies. @@ -83567,7 +83596,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *604 + metadata: *607 relationship: type: string description: A notation of whether a dependency is requested @@ -83737,9 +83766,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 headers: Link: *47 x-github: @@ -83887,7 +83916,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: simple-example: summary: Simple example @@ -83962,7 +83991,7 @@ paths: parameters: - *466 - *467 - - &607 + - &610 name: deployment_id description: deployment_id parameter in: path @@ -83974,7 +84003,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -84041,7 +84070,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 responses: '204': description: Response @@ -84065,7 +84094,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - *17 - *19 responses: @@ -84075,7 +84104,7 @@ paths: application/json: schema: type: array - items: &608 + items: &611 title: Deployment Status description: The status of a deployment. type: object @@ -84238,7 +84267,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 requestBody: required: true content: @@ -84313,9 +84342,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: &609 + default: &612 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -84373,7 +84402,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - name: status_id in: path required: true @@ -84384,9 +84413,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: *609 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -84415,10 +84444,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84428,9 +84457,9 @@ paths: application/json: schema: type: array - items: *614 + items: *617 examples: - default: *615 + default: *618 '404': *6 '403': *29 '500': *40 @@ -84467,7 +84496,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *614 + schema: *617 examples: default: value: @@ -84585,10 +84614,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84598,9 +84627,9 @@ paths: application/json: schema: type: array - items: *616 + items: *619 examples: - default: *617 + default: *620 '404': *6 '403': *29 '500': *40 @@ -84637,7 +84666,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -84669,6 +84698,96 @@ paths: '404': *6 '403': *29 '500': *40 + post: + summary: Create a dismissal request for a Dependabot alert for a repository + description: |- + Creates a new dismissal request to dismiss a Dependabot alert in a repository. + + Delegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/create-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - *466 + - *467 + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + dismissed_reason: + type: string + description: The reason for dismissing the alert. + enum: + - fix_started + - no_bandwidth + - tolerable_risk + - inaccurate + - not_used + dismissed_comment: + type: string + description: An optional comment explaining the dismissal. + required: + - dismissed_reason + examples: + default: + value: + dismissed_reason: tolerable_risk + dismissed_comment: Risk is acceptable for this project. + responses: + '201': + description: The created dismissal request. + content: + application/json: + schema: *619 + examples: + default: + value: + id: 1 + number: 1 + repository: + id: 1 + name: hello-world + full_name: octocat/hello-world + organization: + id: 1 + name: octocat + requester: + actor_id: 1 + actor_name: octocat + request_type: dependabot_alert_closure + data: + - reason: tolerable_risk + alert_number: '42' + alert_title: lodash vulnerability + resource_identifier: '42' + status: pending + requester_comment: Risk is acceptable for this project. + expires_at: '2024-01-15T00:00:00Z' + created_at: '2024-01-08T00:00:00Z' + responses: + url: https://github.com/octocat/hello-world/security/dependabot/42 + '404': *6 + '403': *29 + '422': *15 + '500': *40 patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -84740,6 +84859,40 @@ paths: '403': *29 '422': *15 '500': *40 + delete: + summary: Cancel a dismissal request for a Dependabot alert for a repository + description: |- + Cancels a pending dismissal request for a Dependabot alert in a repository. + + The authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner). + Delegated alert dismissal must be enabled on the repository. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/cancel-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - *466 + - *467 + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + responses: + '204': + description: Dismissal request cancelled successfully. + '404': *6 + '403': *29 + '500': *40 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -84775,9 +84928,9 @@ paths: application/json: schema: type: array - items: *618 + items: *621 examples: - default: *619 + default: *622 '404': *6 '403': *29 '500': *40 @@ -84815,7 +84968,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -85019,7 +85172,7 @@ paths: type: integer environments: type: array - items: &621 + items: &624 title: Environment description: Details of a deployment environment type: object @@ -85071,7 +85224,7 @@ paths: type: type: string example: wait_timer - wait_timer: &623 + wait_timer: &626 type: integer example: 30 description: The amount of time to delay a job after @@ -85108,7 +85261,7 @@ paths: items: type: object properties: - type: *620 + type: *623 reviewer: anyOf: - *4 @@ -85132,7 +85285,7 @@ paths: - id - node_id - type - deployment_branch_policy: &624 + deployment_branch_policy: &627 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -85250,7 +85403,7 @@ paths: parameters: - *466 - *467 - - &622 + - &625 name: environment_name in: path required: true @@ -85263,9 +85416,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &625 + default: &628 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -85351,7 +85504,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: false content: @@ -85360,7 +85513,7 @@ paths: type: object nullable: true properties: - wait_timer: *623 + wait_timer: *626 prevent_self_review: type: boolean example: false @@ -85377,13 +85530,13 @@ paths: items: type: object properties: - type: *620 + type: *623 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *624 + deployment_branch_policy: *627 additionalProperties: false examples: default: @@ -85403,9 +85556,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *625 + default: *628 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85431,7 +85584,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '204': description: Default response @@ -85458,7 +85611,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -85476,7 +85629,7 @@ paths: example: 2 branch_policies: type: array - items: &626 + items: &629 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85535,7 +85688,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -85581,9 +85734,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - example-wildcard: &627 + example-wildcard: &630 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85627,8 +85780,8 @@ paths: parameters: - *466 - *467 - - *622 - - &628 + - *625 + - &631 name: branch_policy_id in: path required: true @@ -85640,9 +85793,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85663,8 +85816,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 requestBody: required: true content: @@ -85692,9 +85845,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85715,8 +85868,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 responses: '204': description: Response @@ -85741,7 +85894,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *622 + - *625 - *467 - *466 responses: @@ -85759,7 +85912,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &629 + items: &632 title: Deployment protection rule description: Deployment protection rule type: object @@ -85778,7 +85931,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &630 + app: &633 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85877,7 +86030,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *622 + - *625 - *467 - *466 requestBody: @@ -85900,9 +86053,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *629 + schema: *632 examples: - default: &631 + default: &634 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85937,7 +86090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - *19 @@ -85958,7 +86111,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *630 + items: *633 examples: default: value: @@ -85995,8 +86148,8 @@ paths: parameters: - *466 - *467 - - *622 - - &632 + - *625 + - &635 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -86008,9 +86161,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *632 examples: - default: *631 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86031,10 +86184,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - - *632 + - *635 responses: '204': description: Response @@ -86062,7 +86215,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -86109,7 +86262,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '200': description: Response @@ -86141,7 +86294,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '200': @@ -86150,7 +86303,7 @@ paths: application/json: schema: *497 examples: - default: *633 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86174,7 +86327,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 requestBody: required: true @@ -86234,7 +86387,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '204': @@ -86262,7 +86415,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *484 - *19 responses: @@ -86307,7 +86460,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -86361,7 +86514,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *296 responses: '200': @@ -86370,7 +86523,7 @@ paths: application/json: schema: *501 examples: - default: *634 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86394,7 +86547,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 requestBody: required: true content: @@ -86439,7 +86592,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 responses: '204': description: Response @@ -86807,7 +86960,7 @@ paths: schema: oneOf: - *258 - - *635 + - *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87042,7 +87195,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &639 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -87258,13 +87411,13 @@ paths: parameters: - *466 - *467 - - *579 + - *582 responses: '200': description: Response content: application/json: - schema: *636 + schema: *639 examples: default: value: @@ -87322,7 +87475,7 @@ paths: parameters: - *466 - *467 - - &637 + - &640 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -87339,7 +87492,7 @@ paths: application/json: schema: type: array - items: &638 + items: &641 title: Git Reference description: Git references within a repository type: object @@ -87416,15 +87569,15 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '200': description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: &639 + default: &642 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87483,9 +87636,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87513,7 +87666,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 requestBody: required: true content: @@ -87542,9 +87695,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 '422': *15 '409': *118 x-github: @@ -87564,7 +87717,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '204': description: Response @@ -87687,7 +87840,7 @@ paths: description: Response content: application/json: - schema: &641 + schema: &644 title: Git Tag description: Metadata for a Git tag type: object @@ -87738,7 +87891,7 @@ paths: - sha - type - url - verification: *640 + verification: *643 required: - sha - url @@ -87748,7 +87901,7 @@ paths: - tag - message examples: - default: &642 + default: &645 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87833,9 +87986,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *644 examples: - default: *642 + default: *645 '404': *6 '409': *118 x-github: @@ -87933,7 +88086,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &646 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -88053,7 +88206,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *646 examples: default-response: summary: Default response @@ -88123,7 +88276,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Webhook description: Webhooks for repositories. type: object @@ -88177,7 +88330,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &902 + last_response: &905 title: Hook Response type: object properties: @@ -88304,9 +88457,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: &645 + default: &648 value: type: Repository id: 12345678 @@ -88362,9 +88515,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -88431,9 +88584,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '422': *15 '404': *6 x-github: @@ -88828,7 +88981,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 title: Import description: A repository import from an external source. type: object @@ -88927,7 +89080,7 @@ paths: - html_url - authors_url examples: - default: &649 + default: &652 value: vcs: subversion use_lfs: true @@ -88943,7 +89096,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &647 + '503': &650 description: Unavailable due to service under maintenance. content: application/json: @@ -89021,7 +89174,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -89046,7 +89199,7 @@ paths: type: string '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89124,7 +89277,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: example-1: summary: Example 1 @@ -89172,7 +89325,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89200,7 +89353,7 @@ paths: responses: '204': description: Response - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89228,7 +89381,7 @@ paths: parameters: - *466 - *467 - - &833 + - &836 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -89242,7 +89395,7 @@ paths: application/json: schema: type: array - items: &648 + items: &651 title: Porter Author description: Porter Author type: object @@ -89296,7 +89449,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89352,7 +89505,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: default: value: @@ -89365,7 +89518,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89431,7 +89584,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89487,11 +89640,11 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *649 + default: *652 '422': *15 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89523,7 +89676,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 '301': *472 '404': *6 x-github: @@ -89558,7 +89711,7 @@ paths: properties: {} additionalProperties: false examples: - default: &652 + default: &655 value: limit: collaborators_only origin: repository @@ -89589,7 +89742,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: summary: Example request body @@ -89603,7 +89756,7 @@ paths: application/json: schema: *366 examples: - default: *652 + default: *655 '409': description: Response x-github: @@ -89660,9 +89813,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: &826 + default: &829 value: - id: 1 repository: @@ -89824,7 +89977,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: default: value: @@ -90062,7 +90215,7 @@ paths: type: array items: *220 examples: - default: &663 + default: &666 value: - id: 1 node_id: MDU6SXNzdWUx @@ -90324,7 +90477,7 @@ paths: application/json: schema: *220 examples: - default: &660 + default: &663 value: id: 1 node_id: MDU6SXNzdWUx @@ -90480,7 +90633,7 @@ paths: '422': *15 '503': *195 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -90530,9 +90683,9 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: &662 + default: &665 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90598,9 +90751,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: &656 + default: &659 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90678,9 +90831,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 '422': *15 x-github: githubCloudOnly: false @@ -90870,7 +91023,7 @@ paths: application/json: schema: type: array - items: &659 + items: &662 title: Issue Event description: Issue Event type: object @@ -90913,8 +91066,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *657 - required: *658 + properties: *660 + required: *661 nullable: true label: title: Issue Event Label @@ -91233,7 +91386,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *662 examples: default: value: @@ -91425,7 +91578,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *654 + '410': *657 '403': *29 x-github: githubCloudOnly: false @@ -91461,7 +91614,7 @@ paths: parameters: - *466 - *467 - - &661 + - &664 name: issue_number description: The number that identifies the issue. in: path @@ -91475,10 +91628,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 '304': *37 x-github: githubCloudOnly: false @@ -91505,7 +91658,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91611,13 +91764,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '422': *15 '503': *195 '403': *29 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91637,7 +91790,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91665,7 +91818,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91683,7 +91836,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: content: application/json: @@ -91710,7 +91863,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91734,7 +91887,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: assignee in: path required: true @@ -91776,7 +91929,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *227 - *17 - *19 @@ -91787,13 +91940,13 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: *662 + default: *665 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91824,7 +91977,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91846,16 +91999,16 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91885,7 +92038,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -91897,12 +92050,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91932,7 +92085,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91956,7 +92109,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -91964,7 +92117,7 @@ paths: type: string '301': *472 '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91997,7 +92150,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -92011,13 +92164,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -92045,7 +92198,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92057,12 +92210,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92081,7 +92234,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92095,7 +92248,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &665 + - &668 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -92149,7 +92302,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &669 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -92285,7 +92438,7 @@ paths: - performed_via_github_app - assignee - assigner - - &667 + - &670 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -92336,7 +92489,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &671 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92387,7 +92540,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &672 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92441,7 +92594,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &673 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92488,7 +92641,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &674 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92535,7 +92688,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &675 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92595,7 +92748,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &676 title: Locked Issue Event description: Locked Issue Event type: object @@ -92643,7 +92796,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &677 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92709,7 +92862,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &678 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92775,7 +92928,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &679 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92841,7 +92994,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &680 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92932,7 +93085,7 @@ paths: color: red headers: Link: *47 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92951,7 +93104,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92963,7 +93116,7 @@ paths: type: array items: *219 examples: - default: &664 + default: &667 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92983,7 +93136,7 @@ paths: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93002,7 +93155,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93063,10 +93216,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93085,7 +93238,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93147,10 +93300,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93169,13 +93322,13 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93196,7 +93349,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: name in: path required: true @@ -93222,7 +93375,7 @@ paths: default: true '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93244,7 +93397,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93272,7 +93425,7 @@ paths: '204': description: Response '403': *29 - '410': *654 + '410': *657 '404': *6 '422': *15 x-github: @@ -93292,7 +93445,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response @@ -93324,7 +93477,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '200': description: Response @@ -93332,10 +93485,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93354,7 +93507,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93386,7 +93539,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93406,7 +93559,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93471,7 +93624,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *460 responses: '204': @@ -93503,7 +93656,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93527,7 +93680,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93562,7 +93715,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93574,11 +93727,11 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93608,7 +93761,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93637,14 +93790,14 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -93666,7 +93819,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93699,7 +93852,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '403': *29 '404': *6 '422': *7 @@ -93723,7 +93876,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93738,9 +93891,6 @@ paths: description: Timeline Event type: object anyOf: - - *665 - - *666 - - *667 - *668 - *669 - *670 @@ -93751,6 +93901,9 @@ paths: - *675 - *676 - *677 + - *678 + - *679 + - *680 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94059,7 +94212,7 @@ paths: type: string comments: type: array - items: &699 + items: &702 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94268,7 +94421,7 @@ paths: type: string comments: type: array - items: *577 + items: *580 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -94557,7 +94710,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94585,7 +94738,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94688,9 +94841,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: id: 1 key: ssh-rsa AAA... @@ -94726,7 +94879,7 @@ paths: parameters: - *466 - *467 - - &680 + - &683 name: key_id description: The unique identifier of the key. in: path @@ -94738,9 +94891,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -94760,7 +94913,7 @@ paths: parameters: - *466 - *467 - - *680 + - *683 responses: '204': description: Response @@ -94793,7 +94946,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 '404': *6 @@ -94853,7 +95006,7 @@ paths: application/json: schema: *219 examples: - default: &681 + default: &684 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94899,7 +95052,7 @@ paths: application/json: schema: *219 examples: - default: *681 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -95350,9 +95503,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *578 + schema: *581 examples: - default: *682 + default: *685 '204': description: Response when already merged '404': @@ -95419,7 +95572,7 @@ paths: application/json: schema: type: array - items: &683 + items: &686 title: Milestone description: A collection of related issues and pull requests. type: object @@ -95521,9 +95674,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: &684 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95584,7 +95737,7 @@ paths: parameters: - *466 - *467 - - &685 + - &688 name: milestone_number description: The number that identifies the milestone. in: path @@ -95596,9 +95749,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -95617,7 +95770,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 requestBody: required: false content: @@ -95655,9 +95808,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95675,7 +95828,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 responses: '204': description: Response @@ -95698,7 +95851,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 - *17 - *19 responses: @@ -95710,7 +95863,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 x-github: @@ -95731,10 +95884,10 @@ paths: parameters: - *466 - *467 - - *686 - - *687 + - *689 + - *690 - *227 - - *688 + - *691 - *17 - *19 responses: @@ -95746,7 +95899,7 @@ paths: type: array items: *247 examples: - default: *689 + default: *692 headers: Link: *47 x-github: @@ -95836,7 +95989,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &693 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95961,7 +96114,7 @@ paths: - custom_404 - public examples: - default: &691 + default: &694 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96057,9 +96210,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '422': *15 '409': *118 x-github: @@ -96228,7 +96381,7 @@ paths: application/json: schema: type: array - items: &692 + items: &695 title: Page Build description: Page Build type: object @@ -96375,9 +96528,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: &693 + default: &696 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96437,9 +96590,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: *693 + default: *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96567,7 +96720,7 @@ paths: parameters: - *466 - *467 - - &694 + - &697 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96627,7 +96780,7 @@ paths: parameters: - *466 - *467 - - *694 + - *697 responses: '204': *154 '404': *6 @@ -97007,7 +97160,7 @@ paths: type: array items: *155 examples: - default: *695 + default: *698 '403': *29 '404': *6 x-github: @@ -97046,7 +97199,7 @@ paths: required: - properties examples: - default: *696 + default: *699 responses: '204': description: No Content when custom property values are successfully created @@ -97145,9 +97298,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: *697 + default: *700 headers: Link: *47 '304': *37 @@ -97245,7 +97398,7 @@ paths: description: Response content: application/json: - schema: &701 + schema: &704 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97459,7 +97612,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: *698 + auto_merge: *701 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97551,7 +97704,7 @@ paths: - merged_by - review_comments examples: - default: &702 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98108,9 +98261,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: &704 + default: &707 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98195,9 +98348,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: &700 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98296,9 +98449,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: *700 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98501,7 +98654,7 @@ paths: parameters: - *466 - *467 - - &703 + - &706 name: pull_number description: The number that identifies the pull request. in: path @@ -98514,9 +98667,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '304': *37 '404': *6 '406': @@ -98553,7 +98706,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -98595,9 +98748,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '422': *15 '403': *29 x-github: @@ -98621,7 +98774,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98683,7 +98836,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98691,7 +98844,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -98723,7 +98876,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *244 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98744,9 +98897,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: *704 + default: *707 headers: Link: *47 x-github: @@ -98781,7 +98934,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98886,7 +99039,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: example-for-a-multi-line-comment: value: @@ -98976,7 +99129,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *236 requestBody: required: true @@ -98999,7 +99152,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: default: value: @@ -99087,7 +99240,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99097,9 +99250,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: *705 + default: *708 headers: Link: *47 x-github: @@ -99131,7 +99284,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99141,7 +99294,7 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: default: value: @@ -99181,7 +99334,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '204': description: Response if pull request has been merged @@ -99206,7 +99359,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99319,7 +99472,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '200': description: Response @@ -99396,7 +99549,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99433,7 +99586,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -99971,7 +100124,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -100005,7 +100158,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -100512,7 +100665,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -100522,7 +100675,7 @@ paths: application/json: schema: type: array - items: &706 + items: &709 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100675,7 +100828,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -100761,9 +100914,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &708 + default: &711 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100828,8 +100981,8 @@ paths: parameters: - *466 - *467 - - *703 - - &707 + - *706 + - &710 name: review_id description: The unique identifier of the review. in: path @@ -100841,9 +100994,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &709 + default: &712 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100904,8 +101057,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -100928,7 +101081,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -100992,16 +101145,16 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 responses: '200': description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *708 + default: *711 '422': *7 '404': *6 x-github: @@ -101030,8 +101183,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 - *17 - *19 responses: @@ -101268,8 +101421,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101297,7 +101450,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -101362,8 +101515,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101398,9 +101551,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *709 + default: *712 '404': *6 '422': *7 '403': *29 @@ -101424,7 +101577,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -101501,9 +101654,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: &711 + default: &714 value: type: file encoding: base64 @@ -101566,9 +101719,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: *711 + default: *714 '404': *6 '422': *15 x-github: @@ -101601,7 +101754,7 @@ paths: application/json: schema: type: array - items: *712 + items: *715 examples: default: value: @@ -101772,9 +101925,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: &716 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101881,7 +102034,7 @@ paths: parameters: - *466 - *467 - - &714 + - &717 name: asset_id description: The unique identifier of the asset. in: path @@ -101893,9 +102046,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: &715 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -101930,7 +102083,7 @@ paths: type: User site_admin: false '404': *6 - '302': *593 + '302': *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101948,7 +102101,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 requestBody: required: false content: @@ -101976,9 +102129,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: *715 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101996,7 +102149,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 responses: '204': description: Response @@ -102113,9 +102266,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102146,9 +102299,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': *6 x-github: githubCloudOnly: false @@ -102172,7 +102325,7 @@ paths: parameters: - *466 - *467 - - &717 + - &720 name: release_id description: The unique identifier of the release. in: path @@ -102186,9 +102339,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '401': description: Unauthorized x-github: @@ -102208,7 +102361,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: false content: @@ -102272,9 +102425,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': description: Not Found if the discussion category name is invalid content: @@ -102297,7 +102450,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 responses: '204': description: Response @@ -102319,7 +102472,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *17 - *19 responses: @@ -102329,7 +102482,7 @@ paths: application/json: schema: type: array - items: *713 + items: *716 examples: default: value: @@ -102413,7 +102566,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: name in: query required: true @@ -102439,7 +102592,7 @@ paths: description: Response for successful upload content: application/json: - schema: *713 + schema: *716 examples: response-for-successful-upload: value: @@ -102496,7 +102649,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102545,7 +102698,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: true content: @@ -102608,7 +102761,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *460 responses: '204': @@ -102652,7 +102805,7 @@ paths: oneOf: - allOf: - *169 - - &718 + - &721 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102673,67 +102826,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *170 - - *718 + - *721 - allOf: - *171 - - *718 + - *721 - allOf: - *172 - - *718 + - *721 - allOf: - - *719 - - *718 + - *722 + - *721 - allOf: - *173 - - *718 + - *721 - allOf: - *174 - - *718 + - *721 - allOf: - *175 - - *718 + - *721 - allOf: - *176 - - *718 + - *721 - allOf: - *177 - - *718 + - *721 - allOf: - *178 - - *718 + - *721 - allOf: - *179 - - *718 + - *721 - allOf: - *180 - - *718 + - *721 - allOf: - *181 - - *718 + - *721 - allOf: - *182 - - *718 + - *721 - allOf: - *183 - - *718 + - *721 - allOf: - *184 - - *718 + - *721 - allOf: - *185 - - *718 + - *721 - allOf: - *186 - - *718 + - *721 - allOf: - *187 - - *718 + - *721 - allOf: - *188 - - *718 + - *721 - allOf: - *189 - - *718 + - *721 examples: default: value: @@ -102784,7 +102937,7 @@ paths: schema: type: boolean default: true - - *720 + - *723 responses: '200': description: Response @@ -102869,7 +103022,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *721 + items: *724 required: - name - enforcement @@ -102902,7 +103055,7 @@ paths: application/json: schema: *190 examples: - default: &730 + default: &733 value: id: 42 name: super cool ruleset @@ -102951,10 +103104,10 @@ paths: parameters: - *466 - *467 - - *722 + - *725 - *105 - - *723 - - *724 + - *726 + - *727 - *17 - *19 responses: @@ -102962,9 +103115,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *728 examples: - default: *726 + default: *729 '404': *6 '500': *40 x-github: @@ -102987,15 +103140,15 @@ paths: parameters: - *466 - *467 - - *727 + - *730 responses: '200': description: Response content: application/json: - schema: *728 + schema: *731 examples: - default: *729 + default: *732 '404': *6 '500': *40 x-github: @@ -103046,7 +103199,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 put: @@ -103099,7 +103252,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *721 + items: *724 examples: default: value: @@ -103129,7 +103282,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 delete: @@ -103293,8 +103446,8 @@ paths: - *110 - *19 - *17 - - *731 - - *732 + - *734 + - *735 - *432 - *433 - *434 @@ -103306,7 +103459,7 @@ paths: application/json: schema: type: array - items: &736 + items: &739 type: object properties: number: *127 @@ -103325,8 +103478,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolved_at: type: string format: date-time @@ -103422,7 +103575,7 @@ paths: pull request. ' - oneOf: *735 + oneOf: *738 nullable: true has_more_locations: type: boolean @@ -103580,7 +103733,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103644,8 +103797,8 @@ paths: schema: type: object properties: - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103679,7 +103832,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103787,7 +103940,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &924 + items: &927 type: object properties: type: @@ -103813,9 +103966,6 @@ paths: example: commit details: oneOf: - - *737 - - *738 - - *739 - *740 - *741 - *742 @@ -103826,6 +103976,9 @@ paths: - *747 - *748 - *749 + - *750 + - *751 + - *752 examples: default: value: @@ -103920,14 +104073,14 @@ paths: schema: type: object properties: - reason: &751 + reason: &754 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *750 + placeholder_id: *753 required: - reason - placeholder_id @@ -103944,7 +104097,7 @@ paths: schema: type: object properties: - reason: *751 + reason: *754 expire_at: type: string format: date-time @@ -104006,7 +104159,7 @@ paths: properties: incremental_scans: type: array - items: &752 + items: &755 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104032,15 +104185,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *752 + items: *755 backfill_scans: type: array - items: *752 + items: *755 custom_pattern_backfill_scans: type: array items: allOf: - - *752 + - *755 - type: object properties: pattern_name: @@ -104155,9 +104308,9 @@ paths: application/json: schema: type: array - items: *753 + items: *756 examples: - default: *754 + default: *757 '400': *14 '404': *6 x-github: @@ -104341,9 +104494,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: &756 + default: &759 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104681,7 +104834,7 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: default: value: @@ -104830,15 +104983,15 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '200': description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 + default: *759 '403': *29 '404': *6 x-github: @@ -104864,7 +105017,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 requestBody: required: true content: @@ -105023,10 +105176,10 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 - add_credit: *756 + default: *759 + add_credit: *759 '403': *29 '404': *6 '422': @@ -105066,7 +105219,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': *39 '400': *14 @@ -105095,7 +105248,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': description: Response @@ -105239,7 +105392,7 @@ paths: application/json: schema: type: array - items: &757 + items: &760 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105612,7 +105765,7 @@ paths: application/json: schema: type: array - items: *757 + items: *760 examples: default: value: @@ -105700,7 +105853,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *761 examples: default: value: @@ -105794,7 +105947,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &759 + schema: &762 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105889,7 +106042,7 @@ paths: description: Response content: application/json: - schema: *759 + schema: *762 examples: default: value: @@ -106026,7 +106179,7 @@ paths: application/json: schema: type: array - items: &760 + items: &763 title: Tag protection description: Tag protection type: object @@ -106102,7 +106255,7 @@ paths: description: Response content: application/json: - schema: *760 + schema: *763 examples: default: value: @@ -106250,7 +106403,7 @@ paths: description: Response content: application/json: - schema: &761 + schema: &764 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106262,7 +106415,7 @@ paths: required: - names examples: - default: &762 + default: &765 value: names: - octocat @@ -106317,9 +106470,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *764 examples: - default: *762 + default: *765 '404': *6 '422': *7 x-github: @@ -106342,7 +106495,7 @@ paths: parameters: - *466 - *467 - - &763 + - &766 name: per description: The time frame to display results for. in: query @@ -106371,7 +106524,7 @@ paths: example: 128 clones: type: array - items: &764 + items: &767 title: Traffic type: object properties: @@ -106612,7 +106765,7 @@ paths: parameters: - *466 - *467 - - *763 + - *766 responses: '200': description: Response @@ -106631,7 +106784,7 @@ paths: example: 3782 views: type: array - items: *764 + items: *767 required: - uniques - count @@ -107303,7 +107456,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &772 + - &775 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -107312,7 +107465,7 @@ paths: schema: type: string example: members - - &777 + - &780 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -107323,7 +107476,7 @@ paths: default: 1 format: int32 example: 1 - - &778 + - &781 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -107365,7 +107518,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &767 + items: &770 allOf: - type: object required: @@ -107440,7 +107593,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &779 + meta: &782 type: object description: The metadata associated with the creation/updates to the user. @@ -107500,30 +107653,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &768 + '400': &771 description: Bad request content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '401': *766 - '403': &769 + schema: *768 + '401': *769 + '403': &772 description: Permission denied - '429': &770 + '429': &773 description: Too many requests content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '500': &771 + schema: *768 + '500': &774 description: Internal server error content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 + schema: *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107547,7 +107700,7 @@ paths: required: true content: application/json: - schema: &775 + schema: &778 type: object required: - schemas @@ -107607,9 +107760,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *767 + schema: *770 examples: - group: &773 + group: &776 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107628,13 +107781,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *768 - '401': *766 - '403': *769 - '409': &776 + '400': *771 + '401': *769 + '403': *772 + '409': &779 description: Duplicate record detected - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107651,7 +107804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &774 + - &777 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107659,22 +107812,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *772 + - *775 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *767 + schema: *770 examples: - default: *773 - '400': *768 - '401': *766 - '403': *769 + default: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107693,13 +107846,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: *775 + schema: *778 examples: group: summary: Group @@ -107725,17 +107878,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - group: *773 - groupWithMembers: *773 - '400': *768 - '401': *766 - '403': *769 + group: *776 + groupWithMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107759,13 +107912,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: &786 + schema: &789 type: object required: - Operations @@ -107825,17 +107978,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - updateGroup: *773 - addMembers: *773 - '400': *768 - '401': *766 - '403': *769 + updateGroup: *776 + addMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107851,17 +108004,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *774 + - *777 - *41 responses: '204': description: Group was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107895,8 +108048,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *777 - - *778 + - *780 + - *781 - *41 responses: '200': @@ -107929,7 +108082,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &781 + items: &784 allOf: - type: object required: @@ -108008,7 +108161,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &780 + roles: &783 type: array description: The roles assigned to the user. items: @@ -108064,7 +108217,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *779 + meta: *782 startIndex: type: integer description: A starting index for the returned page @@ -108101,11 +108254,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *768 - '401': *766 - '403': *769 - '429': *770 - '500': *771 + '400': *771 + '401': *769 + '403': *772 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108129,7 +108282,7 @@ paths: required: true content: application/json: - schema: &784 + schema: &787 type: object required: - schemas @@ -108211,9 +108364,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *780 + roles: *783 examples: - user: &785 + user: &788 summary: User value: schemas: @@ -108260,9 +108413,9 @@ paths: description: User has been created content: application/scim+json: - schema: *781 + schema: *784 examples: - user: &782 + user: &785 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108288,13 +108441,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *782 - '400': *768 - '401': *766 - '403': *769 - '409': *776 - '429': *770 - '500': *771 + enterpriseOwner: *785 + '400': *771 + '401': *769 + '403': *772 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108311,7 +108464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &783 + - &786 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -108324,15 +108477,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *781 + schema: *784 examples: - default: *782 - '400': *768 - '401': *766 - '403': *769 + default: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108354,30 +108507,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *784 + schema: *787 examples: - user: *785 + user: *788 responses: '200': description: User was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - user: *782 - '400': *768 - '401': *766 - '403': *769 + user: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108412,13 +108565,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *786 + schema: *789 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108458,18 +108611,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - userMultiValuedProperties: *782 - userSingleValuedProperties: *782 - disableUser: *782 - '400': *768 - '401': *766 - '403': *769 + userMultiValuedProperties: *785 + userSingleValuedProperties: *785 + disableUser: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108489,17 +108642,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *783 + - *786 - *41 responses: '204': description: User was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108586,7 +108739,7 @@ paths: example: 1 Resources: type: array - items: &787 + items: &790 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108817,22 +108970,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &788 + '404': &791 description: Resource not found content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '403': &789 + schema: *768 + '403': &792 description: Forbidden content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 - '429': *770 + schema: *768 + '400': *771 + '429': *773 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108858,9 +109011,9 @@ paths: description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: &790 + default: &793 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108883,17 +109036,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *788 - '403': *789 - '500': *771 + '404': *791 + '403': *792 + '500': *774 '409': description: Conflict content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 + schema: *768 + '400': *771 requestBody: required: true content: @@ -108991,17 +109144,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 - '404': *788 - '403': *789 + default: *793 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109025,18 +109178,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 + '404': *791 + '403': *792 requestBody: required: true content: @@ -109149,19 +109302,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 - '400': *768 + '404': *791 + '403': *792 + '400': *771 '429': description: Response content: @@ -109252,12 +109405,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *783 + - *786 responses: '204': description: Response - '404': *788 - '403': *789 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109390,7 +109543,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &791 + text_matches: &794 title: Search Result Text Matches type: array items: @@ -109553,7 +109706,7 @@ paths: enum: - author-date - committer-date - - &792 + - &795 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -109644,7 +109797,7 @@ paths: url: type: string format: uri - verification: *640 + verification: *643 required: - author - committer @@ -109681,7 +109834,7 @@ paths: type: number node_id: type: string - text_matches: *791 + text_matches: *794 required: - sha - node_id @@ -109874,7 +110027,7 @@ paths: - interactions - created - updated - - *792 + - *795 - *17 - *19 - name: advanced_search @@ -109971,11 +110124,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: type: string state_reason: @@ -110007,7 +110160,7 @@ paths: type: string format: date-time nullable: true - text_matches: *791 + text_matches: *794 pull_request: type: object properties: @@ -110232,7 +110385,7 @@ paths: enum: - created - updated - - *792 + - *795 - *17 - *19 responses: @@ -110276,7 +110429,7 @@ paths: nullable: true score: type: number - text_matches: *791 + text_matches: *794 required: - id - node_id @@ -110362,7 +110515,7 @@ paths: - forks - help-wanted-issues - updated - - *792 + - *795 - *17 - *19 responses: @@ -110601,7 +110754,7 @@ paths: - admin - pull - push - text_matches: *791 + text_matches: *794 temp_clone_token: type: string allow_merge_commit: @@ -110902,7 +111055,7 @@ paths: type: string format: uri nullable: true - text_matches: *791 + text_matches: *794 related: type: array nullable: true @@ -111095,7 +111248,7 @@ paths: - followers - repositories - joined - - *792 + - *795 - *17 - *19 responses: @@ -111199,7 +111352,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *791 + text_matches: *794 blog: type: string nullable: true @@ -111278,7 +111431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &796 + - &799 name: team_id description: The unique identifier of the team. in: path @@ -111319,7 +111472,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111419,7 +111572,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *796 + - *799 responses: '204': description: Response @@ -111450,7 +111603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *796 + - *799 - *110 - *17 - *19 @@ -111463,7 +111616,7 @@ paths: type: array items: *451 examples: - default: *797 + default: *800 headers: Link: *47 x-github: @@ -111492,7 +111645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111555,7 +111708,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '200': @@ -111589,7 +111742,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: false @@ -111615,7 +111768,7 @@ paths: application/json: schema: *451 examples: - default: *798 + default: *801 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111640,7 +111793,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '204': @@ -111670,7 +111823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *796 + - *799 - *453 - *110 - *17 @@ -111684,7 +111837,7 @@ paths: type: array items: *454 examples: - default: *799 + default: *802 headers: Link: *47 x-github: @@ -111713,7 +111866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -111765,7 +111918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111800,7 +111953,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -111826,7 +111979,7 @@ paths: application/json: schema: *454 examples: - default: *800 + default: *803 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111851,7 +112004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111882,7 +112035,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 - name: content @@ -111941,7 +112094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -112003,7 +112156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -112061,7 +112214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -112120,7 +112273,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112158,7 +112311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *796 + - *799 - name: role description: Filters members returned by their role in the team. in: query @@ -112209,7 +112362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112246,7 +112399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112286,7 +112439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112323,7 +112476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *796 + - *799 - *142 responses: '200': @@ -112332,7 +112485,7 @@ paths: application/json: schema: *465 examples: - response-if-user-is-a-team-maintainer: *801 + response-if-user-is-a-team-maintainer: *804 '404': *6 x-github: githubCloudOnly: false @@ -112365,7 +112518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *796 + - *799 - *142 requestBody: required: false @@ -112393,7 +112546,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: *802 + response-if-users-membership-with-team-is-now-pending: *805 '403': description: Forbidden if team synchronization is set up '422': @@ -112427,7 +112580,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112455,7 +112608,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112497,7 +112650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *796 + - *799 - *466 - *467 responses: @@ -112505,7 +112658,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *803 + schema: *806 examples: alternative-response-with-extra-repository-information: value: @@ -112656,7 +112809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *796 + - *799 - *466 - *467 requestBody: @@ -112708,7 +112861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *796 + - *799 - *466 - *467 responses: @@ -112739,7 +112892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *796 + - *799 responses: '200': description: Response @@ -112774,7 +112927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -112862,7 +113015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112874,7 +113027,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: *804 + response-if-child-teams-exist: *807 headers: Link: *47 '404': *6 @@ -112907,7 +113060,7 @@ paths: application/json: schema: oneOf: - - &806 + - &809 title: Private User description: Private User type: object @@ -113110,7 +113263,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *805 + - *808 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -113263,7 +113416,7 @@ paths: description: Response content: application/json: - schema: *806 + schema: *809 examples: default: value: @@ -113609,7 +113762,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -113617,7 +113770,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -113661,7 +113814,7 @@ paths: type: integer secrets: type: array - items: &807 + items: &810 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -113701,7 +113854,7 @@ paths: - visibility - selected_repositories_url examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -113777,7 +113930,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *810 examples: default: value: @@ -113923,7 +114076,7 @@ paths: type: array items: *283 examples: - default: *808 + default: *811 '401': *25 '403': *29 '404': *6 @@ -114075,7 +114228,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '401': *25 @@ -114133,7 +114286,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -114190,7 +114343,7 @@ paths: description: Response content: application/json: - schema: &809 + schema: &812 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -114231,7 +114384,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &810 + default: &813 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -114276,9 +114429,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *812 examples: - default: *810 + default: *813 '404': *6 x-github: githubCloudOnly: false @@ -114315,9 +114468,9 @@ paths: type: integer machines: type: array - items: *811 + items: *814 examples: - default: *812 + default: *815 '304': *37 '500': *40 '401': *25 @@ -114401,8 +114554,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -115184,7 +115337,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '400': *14 @@ -115224,7 +115377,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '500': *40 '401': *25 '403': *29 @@ -115256,7 +115409,7 @@ paths: type: array items: *387 examples: - default: &823 + default: &826 value: - id: 197 name: hello_docker @@ -115357,7 +115510,7 @@ paths: application/json: schema: type: array - items: &813 + items: &816 title: Email description: Email type: object @@ -115422,9 +115575,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: &825 + default: &828 value: - email: octocat@github.com verified: true @@ -115499,7 +115652,7 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: default: value: @@ -115755,7 +115908,7 @@ paths: application/json: schema: type: array - items: &814 + items: &817 title: GPG Key description: A unique encryption key type: object @@ -115886,7 +116039,7 @@ paths: - subkeys - revoked examples: - default: &839 + default: &842 value: - id: 3 name: Octocat's GPG Key @@ -115971,9 +116124,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: &815 + default: &818 value: id: 3 name: Octocat's GPG Key @@ -116030,7 +116183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &816 + - &819 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -116042,9 +116195,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: *815 + default: *818 '404': *6 '304': *37 '403': *29 @@ -116067,7 +116220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *816 + - *819 responses: '204': description: Response @@ -116372,7 +116525,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: value: @@ -116522,7 +116675,7 @@ paths: application/json: schema: type: array - items: &817 + items: &820 title: Key description: Key type: object @@ -116623,9 +116776,9 @@ paths: description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: &818 + default: &821 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116658,15 +116811,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '200': description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: *818 + default: *821 '404': *6 '304': *37 '403': *29 @@ -116689,7 +116842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '204': description: Response @@ -116722,7 +116875,7 @@ paths: application/json: schema: type: array - items: &819 + items: &822 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -116790,7 +116943,7 @@ paths: - account - plan examples: - default: &820 + default: &823 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -116852,9 +117005,9 @@ paths: application/json: schema: type: array - items: *819 + items: *822 examples: - default: *820 + default: *823 headers: Link: *47 '304': *37 @@ -117849,7 +118002,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *382 - - *821 + - *824 responses: '204': description: Response @@ -117964,7 +118117,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *19 - *17 responses: @@ -117976,8 +118129,8 @@ paths: type: array items: *387 examples: - default: *823 - '400': *824 + default: *826 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118006,7 +118159,7 @@ paths: application/json: schema: *387 examples: - default: &840 + default: &843 value: id: 40201 name: octo-name @@ -118368,9 +118521,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: *825 + default: *828 headers: Link: *47 '304': *37 @@ -118483,7 +118636,7 @@ paths: type: array items: *78 examples: - default: &832 + default: &835 summary: Default response value: - id: 1296269 @@ -118827,9 +118980,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: *826 + default: *829 headers: Link: *47 '304': *37 @@ -118908,7 +119061,7 @@ paths: application/json: schema: type: array - items: &827 + items: &830 title: Social account description: Social media account type: object @@ -118923,7 +119076,7 @@ paths: - provider - url examples: - default: &828 + default: &831 value: - provider: twitter url: https://twitter.com/github @@ -118985,9 +119138,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 '422': *15 '304': *37 '404': *6 @@ -119074,7 +119227,7 @@ paths: application/json: schema: type: array - items: &829 + items: &832 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -119094,7 +119247,7 @@ paths: - title - created_at examples: - default: &853 + default: &856 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119158,9 +119311,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: &830 + default: &833 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119190,7 +119343,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &831 + - &834 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -119202,9 +119355,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: *830 + default: *833 '404': *6 '304': *37 '403': *29 @@ -119227,7 +119380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *831 + - *834 responses: '204': description: Response @@ -119256,7 +119409,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &854 + - &857 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -119281,11 +119434,11 @@ paths: type: array items: *78 examples: - default-response: *832 + default-response: *835 application/vnd.github.v3.star+json: schema: type: array - items: &855 + items: &858 title: Starred Repository description: Starred Repository type: object @@ -119654,10 +119807,10 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: &834 + default-response: &837 summary: Default response value: login: octocat @@ -119692,7 +119845,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &835 + response-with-git-hub-plan-information: &838 summary: Response with GitHub plan information value: login: octocat @@ -119814,7 +119967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *833 + - *836 - *17 responses: '200': @@ -119863,11 +120016,11 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: *834 - response-with-git-hub-plan-information: *835 + default-response: *837 + response-with-git-hub-plan-information: *838 '404': *6 x-github: githubCloudOnly: false @@ -119917,8 +120070,8 @@ paths: required: - subject_digests examples: - default: *836 - withPredicateType: *837 + default: *839 + withPredicateType: *840 responses: '200': description: Response @@ -119971,7 +120124,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *838 + default: *841 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120217,7 +120370,7 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 x-github: @@ -120601,9 +120754,9 @@ paths: application/json: schema: type: array - items: *814 + items: *817 examples: - default: *839 + default: *842 headers: Link: *47 x-github: @@ -120707,7 +120860,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120831,7 +120984,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *142 - *19 - *17 @@ -120844,10 +120997,10 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 - '400': *824 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120877,7 +121030,7 @@ paths: application/json: schema: *387 examples: - default: *840 + default: *843 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121226,7 +121379,7 @@ paths: type: array items: *409 examples: - default: *841 + default: *844 headers: Link: *47 '304': *37 @@ -121286,7 +121439,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *842 + items: *845 required: - name - data_type @@ -121302,7 +121455,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *843 + iteration_configuration: *846 required: - name - data_type @@ -121324,8 +121477,8 @@ paths: value: name: Due date data_type: date - single_select_field: *844 - iteration_field: *845 + single_select_field: *847 + iteration_field: *848 responses: '201': description: Response @@ -121333,11 +121486,11 @@ paths: application/json: schema: *409 examples: - text_field: *846 - number_field: *847 - date_field: *848 - single_select_field: *849 - iteration_field: *850 + text_field: *849 + number_field: *850 + date_field: *851 + single_select_field: *852 + iteration_field: *853 '304': *37 '403': *29 '401': *25 @@ -121359,7 +121512,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *851 + - *854 - *142 responses: '200': @@ -121368,7 +121521,7 @@ paths: application/json: schema: *409 examples: - default: *852 + default: *855 headers: Link: *47 '304': *37 @@ -121903,9 +122056,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 headers: Link: *47 x-github: @@ -121935,9 +122088,9 @@ paths: application/json: schema: type: array - items: *829 + items: *832 examples: - default: *853 + default: *856 headers: Link: *47 x-github: @@ -121962,7 +122115,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *142 - - *854 + - *857 - *110 - *17 - *19 @@ -121974,11 +122127,11 @@ paths: schema: anyOf: - type: array - items: *855 + items: *858 - type: array items: *78 examples: - default-response: *832 + default-response: *835 headers: Link: *47 x-github: @@ -122137,7 +122290,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &856 + enterprise: &859 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122195,7 +122348,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &857 + installation: &860 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -122214,7 +122367,7 @@ x-webhooks: required: - id - node_id - organization: &858 + organization: &861 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -122274,13 +122427,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &859 + repository: &862 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &896 + properties: &899 id: description: Unique identifier of the repository example: 42 @@ -122963,7 +123116,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &897 + required: &900 - archive_url - assignees_url - blobs_url @@ -123114,10 +123267,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -123193,11 +123346,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: &860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: &863 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -123420,11 +123573,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123607,11 +123760,11 @@ x-webhooks: - everyone required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123684,7 +123837,7 @@ x-webhooks: required: true content: application/json: - schema: &880 + schema: &883 title: Exemption request cancellation event type: object properties: @@ -123692,11 +123845,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: &861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: &864 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123965,7 +124118,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &862 + items: &865 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -124075,7 +124228,7 @@ x-webhooks: required: true content: application/json: - schema: &881 + schema: &884 title: Exemption request completed event type: object properties: @@ -124083,11 +124236,11 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124159,7 +124312,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &881 title: Exemption request created event type: object properties: @@ -124167,11 +124320,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124243,7 +124396,7 @@ x-webhooks: required: true content: application/json: - schema: &882 + schema: &885 title: Exemption response dismissed event type: object properties: @@ -124251,12 +124404,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124330,7 +124483,7 @@ x-webhooks: required: true content: application/json: - schema: &879 + schema: &882 title: Exemption response submitted event type: object properties: @@ -124338,12 +124491,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124427,7 +124580,7 @@ x-webhooks: type: string enum: - completed - check_run: &864 + check_run: &867 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124518,7 +124671,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *863 + deployment: *866 details_url: example: https://example.com type: string @@ -124603,10 +124756,10 @@ x-webhooks: - output - app - pull_requests - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -124999,11 +125152,11 @@ x-webhooks: type: string enum: - created - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -125399,11 +125552,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 requested_action: description: The action requested by the user. type: object @@ -125808,11 +125961,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -126789,10 +126942,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -127486,10 +127639,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128177,10 +128330,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128491,20 +128644,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &865 + commit_oid: &868 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *856 - installation: *857 - organization: *858 - ref: &866 + enterprise: *859 + installation: *860 + organization: *861 + ref: &869 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -128899,12 +129052,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129170,12 +129323,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129507,12 +129660,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129786,16 +129939,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *859 + repository: *862 sender: *4 required: - action @@ -130032,12 +130185,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -130294,10 +130447,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -130377,18 +130530,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *858 - pusher_type: &867 + organization: *861 + pusher_type: &870 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &868 + ref: &871 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -130398,7 +130551,7 @@ x-webhooks: enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130481,9 +130634,9 @@ x-webhooks: enum: - created definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130568,9 +130721,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130648,9 +130801,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130728,9 +130881,9 @@ x-webhooks: enum: - updated definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130807,10 +130960,10 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - repository: *859 - organization: *858 + enterprise: *859 + installation: *860 + repository: *862 + organization: *861 sender: *4 new_property_values: type: array @@ -130895,18 +131048,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - pusher_type: *867 - ref: *868 + enterprise: *859 + installation: *860 + organization: *861 + pusher_type: *870 + ref: *871 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130990,11 +131143,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131078,11 +131231,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131166,11 +131319,11 @@ x-webhooks: type: string enum: - created - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131252,11 +131405,11 @@ x-webhooks: type: string enum: - dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131338,11 +131491,11 @@ x-webhooks: type: string enum: - fixed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131425,11 +131578,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131511,11 +131664,11 @@ x-webhooks: type: string enum: - reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131592,9 +131745,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - key: &869 + enterprise: *859 + installation: *860 + key: &872 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131630,8 +131783,8 @@ x-webhooks: - verified - created_at - read_only - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -131708,11 +131861,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - key: *869 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + key: *872 + organization: *861 + repository: *862 sender: *4 required: - action @@ -132273,12 +132426,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: &873 + workflow: &876 title: Workflow type: object nullable: true @@ -133004,13 +133157,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *605 + deployment: *608 pull_requests: type: array - items: *701 - repository: *859 - organization: *858 - installation: *857 + items: *704 + repository: *862 + organization: *861 + installation: *860 sender: *4 responses: '200': @@ -133081,7 +133234,7 @@ x-webhooks: type: string enum: - approved - approver: &870 + approver: &873 type: object properties: avatar_url: @@ -133124,11 +133277,11 @@ x-webhooks: type: string comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: &871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: &874 type: array items: type: object @@ -133207,7 +133360,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &872 + workflow_job_run: &875 type: object properties: conclusion: @@ -133938,18 +134091,18 @@ x-webhooks: type: string enum: - rejected - approver: *870 + approver: *873 comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: *871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: *874 sender: *4 since: type: string - workflow_job_run: *872 + workflow_job_run: *875 workflow_job_runs: type: array items: @@ -134653,13 +134806,13 @@ x-webhooks: type: string enum: - requested - enterprise: *856 + enterprise: *859 environment: type: string - installation: *857 - organization: *858 - repository: *859 - requestor: &883 + installation: *860 + organization: *861 + repository: *862 + requestor: &886 title: User type: object nullable: true @@ -136558,12 +136711,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Deployment Workflow Run type: object @@ -137243,7 +137396,7 @@ x-webhooks: type: string enum: - answered - answer: &876 + answer: &879 type: object properties: author_association: @@ -137400,11 +137553,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137531,11 +137684,11 @@ x-webhooks: - from required: - category - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137618,11 +137771,11 @@ x-webhooks: type: string enum: - closed - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137704,7 +137857,7 @@ x-webhooks: type: string enum: - created - comment: &875 + comment: &878 type: object properties: author_association: @@ -137861,11 +138014,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137948,12 +138101,12 @@ x-webhooks: type: string enum: - deleted - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138048,12 +138201,12 @@ x-webhooks: - from required: - body - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138137,11 +138290,11 @@ x-webhooks: type: string enum: - created - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138223,11 +138376,11 @@ x-webhooks: type: string enum: - deleted - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138327,11 +138480,11 @@ x-webhooks: type: string required: - from - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138413,10 +138566,10 @@ x-webhooks: type: string enum: - labeled - discussion: *874 - enterprise: *856 - installation: *857 - label: &877 + discussion: *877 + enterprise: *859 + installation: *860 + label: &880 title: Label type: object properties: @@ -138448,8 +138601,8 @@ x-webhooks: - color - default - description - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138532,11 +138685,11 @@ x-webhooks: type: string enum: - locked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138618,11 +138771,11 @@ x-webhooks: type: string enum: - pinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138704,11 +138857,11 @@ x-webhooks: type: string enum: - reopened - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138793,16 +138946,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *874 - new_repository: *859 + new_discussion: *877 + new_repository: *862 required: - new_discussion - new_repository - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138885,10 +139038,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *874 - old_answer: *876 - organization: *858 - repository: *859 + discussion: *877 + old_answer: *879 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138970,12 +139123,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *874 - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139058,11 +139211,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139144,11 +139297,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139217,7 +139370,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139280,7 +139433,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139343,7 +139496,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139406,7 +139559,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139469,7 +139622,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139535,7 +139688,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139601,7 +139754,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139667,7 +139820,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139733,7 +139886,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139799,7 +139952,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139864,7 +140017,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139929,7 +140082,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139994,7 +140147,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140059,7 +140212,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140125,7 +140278,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140192,7 +140345,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *856 + enterprise: *859 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140852,9 +141005,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - forkee @@ -141000,9 +141153,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pages: description: The pages that were updated. type: array @@ -141039,7 +141192,7 @@ x-webhooks: - action - sha - html_url - repository: *859 + repository: *862 sender: *4 required: - pages @@ -141115,10 +141268,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: &884 + organization: *861 + repositories: &887 description: An array of repository objects that the installation can access. type: array @@ -141144,8 +141297,8 @@ x-webhooks: - name - full_name - private - repository: *859 - requester: *883 + repository: *862 + requester: *886 sender: *4 required: - action @@ -141220,11 +141373,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141300,11 +141453,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141380,10 +141533,10 @@ x-webhooks: type: string enum: - added - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: &885 + organization: *861 + repositories_added: &888 description: An array of repository objects, which were added to the installation. type: array @@ -141429,15 +141582,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *859 - repository_selection: &886 + repository: *862 + repository_selection: &889 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *883 + requester: *886 sender: *4 required: - action @@ -141516,10 +141669,10 @@ x-webhooks: type: string enum: - removed - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: *885 + organization: *861 + repositories_added: *888 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141546,9 +141699,9 @@ x-webhooks: - name - full_name - private - repository: *859 - repository_selection: *886 - requester: *883 + repository: *862 + repository_selection: *889 + requester: *886 sender: *4 required: - action @@ -141627,11 +141780,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141810,10 +141963,10 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 target_type: type: string @@ -141892,11 +142045,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -142148,8 +142301,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142943,8 +143096,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143293,8 +143446,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -143374,7 +143527,7 @@ x-webhooks: type: string enum: - deleted - comment: &887 + comment: &890 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -143539,8 +143692,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144330,8 +144483,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144682,8 +144835,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -144763,7 +144916,7 @@ x-webhooks: type: string enum: - edited - changes: &916 + changes: &919 description: The changes to the comment. type: object properties: @@ -144775,9 +144928,9 @@ x-webhooks: type: string required: - from - comment: *887 - enterprise: *856 - installation: *857 + comment: *890 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145570,8 +145723,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145920,8 +146073,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146011,9 +146164,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146102,9 +146255,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146192,9 +146345,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146283,9 +146436,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146365,10 +146518,10 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - issue: &890 + assignee: *886 + enterprise: *859 + installation: *860 + issue: &893 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147157,11 +147310,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147278,8 +147431,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -147359,8 +147512,8 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -148154,11 +148307,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148410,8 +148563,8 @@ x-webhooks: required: - state - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -148490,8 +148643,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149276,11 +149429,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149396,8 +149549,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -149476,8 +149629,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150284,11 +150437,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150383,7 +150536,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &888 + milestone: &891 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150521,8 +150674,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -150621,8 +150774,8 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151411,11 +151564,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151532,9 +151685,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -151614,8 +151767,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152403,11 +152556,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152524,9 +152677,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -152606,8 +152759,8 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153419,11 +153572,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153517,8 +153670,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -153597,8 +153750,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154404,11 +154557,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154502,9 +154655,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *888 - organization: *858 - repository: *859 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -155372,11 +155525,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155938,8 +156091,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156728,11 +156881,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156848,8 +157001,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -156929,9 +157082,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *856 - installation: *857 - issue: &889 + enterprise: *859 + installation: *860 + issue: &892 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157714,11 +157867,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157834,8 +157987,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -157914,8 +158067,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158725,11 +158878,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158824,8 +158977,8 @@ x-webhooks: user_view_type: type: string type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -159691,11 +159844,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160279,11 +160432,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160363,12 +160516,12 @@ x-webhooks: type: string enum: - typed - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160449,7 +160602,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &919 + assignee: &922 title: User type: object nullable: true @@ -160519,11 +160672,11 @@ x-webhooks: required: - login - id - enterprise: *856 - installation: *857 - issue: *890 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160602,12 +160755,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - issue: *890 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160687,8 +160840,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161498,11 +161651,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161596,8 +161749,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161677,11 +161830,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161760,12 +161913,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161845,11 +161998,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161927,11 +162080,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162041,11 +162194,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162127,9 +162280,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: &891 + enterprise: *859 + installation: *860 + marketplace_purchase: &894 title: Marketplace Purchase type: object required: @@ -162212,8 +162365,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: &892 + organization: *861 + previous_marketplace_purchase: &895 title: Marketplace Purchase type: object properties: @@ -162293,7 +162446,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162373,10 +162526,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162459,7 +162612,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162541,10 +162694,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162626,7 +162779,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162707,8 +162860,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 marketplace_purchase: title: Marketplace Purchase type: object @@ -162790,9 +162943,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162872,12 +163025,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162979,11 +163132,11 @@ x-webhooks: type: string required: - to - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163083,11 +163236,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163166,11 +163319,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163248,11 +163401,11 @@ x-webhooks: type: string enum: - added - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163328,7 +163481,7 @@ x-webhooks: required: - login - id - team: &893 + team: &896 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163551,11 +163704,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163632,7 +163785,7 @@ x-webhooks: required: - login - id - team: *893 + team: *896 required: - action - scope @@ -163714,8 +163867,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *857 - merge_group: &895 + installation: *860 + merge_group: &898 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163734,15 +163887,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *894 + head_commit: *897 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163828,10 +163981,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *857 - merge_group: *895 - organization: *858 - repository: *859 + installation: *860 + merge_group: *898 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163904,7 +164057,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164013,16 +164166,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *857 - organization: *858 + installation: *860 + organization: *861 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -164103,11 +164256,11 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164186,9 +164339,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - milestone: &898 + enterprise: *859 + installation: *860 + milestone: &901 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164325,8 +164478,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164405,11 +164558,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164519,11 +164672,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164603,11 +164756,11 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - milestone: *898 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *901 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164686,11 +164839,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164769,11 +164922,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164849,7 +165002,7 @@ x-webhooks: enum: - created definition: *150 - enterprise: *856 + enterprise: *859 sender: *4 required: - action @@ -164929,8 +165082,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165003,8 +165156,8 @@ x-webhooks: enum: - updated definition: *150 - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165076,9 +165229,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 new_property_values: type: array @@ -165166,9 +165319,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - membership: &899 + enterprise: *859 + installation: *860 + membership: &902 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165275,8 +165428,8 @@ x-webhooks: - role - organization_url - user - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165354,11 +165507,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165437,8 +165590,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165554,10 +165707,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 - user: *883 + user: *886 required: - action - invitation @@ -165635,11 +165788,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165726,11 +165879,11 @@ x-webhooks: properties: from: type: string - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165806,9 +165959,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166307,7 +166460,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &900 + items: &903 title: Ruby Gems metadata type: object properties: @@ -166402,7 +166555,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -166478,9 +166631,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166833,7 +166986,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 source_url: type: string format: uri @@ -166903,7 +167056,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -167080,12 +167233,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *856 + enterprise: *859 id: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - id @@ -167162,7 +167315,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &901 + personal_access_token_request: &904 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167308,10 +167461,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *856 - organization: *858 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167388,11 +167541,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167468,11 +167621,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167547,11 +167700,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *901 - organization: *858 - enterprise: *856 + personal_access_token_request: *904 + organization: *861 + enterprise: *859 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167656,7 +167809,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *902 + last_response: *905 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167688,8 +167841,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 zen: description: Random string of GitHub zen. @@ -167934,10 +168087,10 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: &903 + enterprise: *859 + installation: *860 + organization: *861 + project_card: &906 title: Project Card type: object properties: @@ -168056,7 +168209,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -168137,11 +168290,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168221,9 +168374,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: title: Project Card type: object @@ -168351,8 +168504,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -168446,11 +168599,11 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168544,9 +168697,9 @@ x-webhooks: - from required: - column_id - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: allOf: - title: Project Card @@ -168736,7 +168889,7 @@ x-webhooks: type: string required: - after_id - repository: *859 + repository: *862 sender: *4 required: - action @@ -168816,10 +168969,10 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - organization: *858 - project: &905 + enterprise: *859 + installation: *860 + organization: *861 + project: &908 title: Project type: object properties: @@ -168943,7 +169096,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169023,10 +169176,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_column: &904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: &907 title: Project Column type: object properties: @@ -169065,7 +169218,7 @@ x-webhooks: - name - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169144,18 +169297,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169245,11 +169398,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169329,11 +169482,11 @@ x-webhooks: type: string enum: - moved - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169413,11 +169566,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169497,18 +169650,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project: *905 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169610,11 +169763,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169693,11 +169846,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169778,8 +169931,8 @@ x-webhooks: type: string enum: - closed - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169861,8 +170014,8 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169944,8 +170097,8 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170063,8 +170216,8 @@ x-webhooks: type: string to: type: string - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170148,7 +170301,7 @@ x-webhooks: type: string enum: - archived - changes: &909 + changes: &912 type: object properties: archived_at: @@ -170162,9 +170315,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *857 - organization: *858 - projects_v2_item: &906 + installation: *860 + organization: *861 + projects_v2_item: &909 title: Projects v2 Item description: An item belonging to a project type: object @@ -170299,9 +170452,9 @@ x-webhooks: nullable: true to: type: string - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170383,9 +170536,9 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170466,9 +170619,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170574,7 +170727,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &907 + - &910 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170596,7 +170749,7 @@ x-webhooks: required: - id - name - - &908 + - &911 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170630,8 +170783,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *907 - - *908 + - *910 + - *911 required: - field_value - type: object @@ -170647,9 +170800,9 @@ x-webhooks: nullable: true required: - body - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170744,9 +170897,9 @@ x-webhooks: to: type: string nullable: true - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170829,10 +170982,10 @@ x-webhooks: type: string enum: - restored - changes: *909 - installation: *857 - organization: *858 - projects_v2_item: *906 + changes: *912 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170914,8 +171067,8 @@ x-webhooks: type: string enum: - reopened - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170997,14 +171150,14 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_status_update: &912 + installation: *860 + organization: *861 + projects_v2_status_update: &915 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *910 - required: *911 + properties: *913 + required: *914 sender: *4 required: - action @@ -171085,9 +171238,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171223,9 +171376,9 @@ x-webhooks: type: string format: date nullable: true - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171296,10 +171449,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - repository @@ -171376,13 +171529,13 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - number: &913 + assignee: *886 + enterprise: *859 + installation: *860 + number: &916 description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -173665,7 +173818,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -173747,11 +173900,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -176029,7 +176182,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -176111,11 +176264,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -178393,7 +178546,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -178475,13 +178628,13 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: &914 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: &917 allOf: - - *701 + - *704 - type: object properties: allow_auto_merge: @@ -178543,7 +178696,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *859 + repository: *862 sender: *4 required: - action @@ -178624,12 +178777,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -178709,11 +178862,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: &915 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: &918 title: Pull Request type: object properties: @@ -180976,7 +181129,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -181055,11 +181208,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -183341,7 +183494,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *859 + repository: *862 sender: *4 required: - action @@ -183465,12 +183618,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -183550,11 +183703,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -185821,7 +185974,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -185901,11 +186054,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -188187,7 +188340,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -188268,10 +188421,10 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -190551,7 +190704,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -190631,12 +190784,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: *915 - repository: *859 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: *918 + repository: *862 sender: *4 required: - action @@ -190715,12 +190868,12 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190801,12 +190954,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190886,12 +191039,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -191257,9 +191410,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -193429,7 +193582,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -193509,7 +193662,7 @@ x-webhooks: type: string enum: - deleted - comment: &917 + comment: &920 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193794,9 +193947,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -195954,7 +196107,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -196034,11 +196187,11 @@ x-webhooks: type: string enum: - edited - changes: *916 - comment: *917 - enterprise: *856 - installation: *857 - organization: *858 + changes: *919 + comment: *920 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -198199,7 +198352,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -198280,9 +198433,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -200455,7 +200608,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 review: description: The review that was affected. type: object @@ -200702,9 +200855,9 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -202758,8 +202911,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: &918 + repository: *862 + review: &921 description: The review that was affected. type: object properties: @@ -202992,12 +203145,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -205280,7 +205433,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -205364,12 +205517,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -207659,7 +207812,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207851,12 +208004,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -210141,7 +210294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -210226,12 +210379,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -212507,7 +212660,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212688,9 +212841,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -214865,8 +215018,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: *918 + repository: *862 + review: *921 sender: *4 required: - action @@ -214946,9 +215099,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -217018,7 +217171,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -217405,9 +217558,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -219463,7 +219616,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -219853,10 +220006,10 @@ x-webhooks: type: string before: type: string - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -222127,7 +222280,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -222209,11 +222362,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *919 - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + assignee: *922 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -224496,7 +224649,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -224575,11 +224728,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -226852,7 +227005,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -226933,10 +227086,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -229201,7 +229354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -229401,7 +229554,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *856 + enterprise: *859 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229493,8 +229646,8 @@ x-webhooks: - url - author - committer - installation: *857 - organization: *858 + installation: *860 + organization: *861 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230069,9 +230222,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230517,7 +230670,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -230571,7 +230724,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -230649,9 +230802,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230959,7 +231112,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -231008,7 +231161,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -231085,10 +231238,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - release: &920 + enterprise: *859 + installation: *860 + organization: *861 + release: &923 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231406,7 +231559,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *859 + repository: *862 sender: *4 required: - action @@ -231483,11 +231636,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231604,11 +231757,11 @@ x-webhooks: type: boolean required: - to - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231686,9 +231839,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -232010,7 +232163,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232086,10 +232239,10 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - release: &921 + enterprise: *859 + installation: *860 + organization: *861 + release: &924 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -232408,7 +232561,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232484,11 +232637,11 @@ x-webhooks: type: string enum: - released - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -232564,11 +232717,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *856 - installation: *857 - organization: *858 - release: *921 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *924 + repository: *862 sender: *4 required: - action @@ -232644,11 +232797,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232724,11 +232877,11 @@ x-webhooks: type: string enum: - reported - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232804,10 +232957,10 @@ x-webhooks: type: string enum: - archived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232884,10 +233037,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232965,10 +233118,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233052,10 +233205,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233167,10 +233320,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233242,10 +233395,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 status: type: string @@ -233326,10 +233479,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233406,10 +233559,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233503,10 +233656,10 @@ x-webhooks: - name required: - repository - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233586,10 +233739,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233668,10 +233821,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233750,10 +233903,10 @@ x-webhooks: type: string enum: - edited - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 changes: type: object @@ -233815,16 +233968,16 @@ x-webhooks: properties: added: type: array - items: *721 + items: *724 deleted: type: array - items: *721 + items: *724 updated: type: array items: type: object properties: - rule: *721 + rule: *724 changes: type: object properties: @@ -234058,10 +234211,10 @@ x-webhooks: - from required: - owner - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234139,10 +234292,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234220,7 +234373,7 @@ x-webhooks: type: string enum: - create - alert: &922 + alert: &925 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234341,10 +234494,10 @@ x-webhooks: type: string enum: - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234550,10 +234703,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234631,11 +234784,11 @@ x-webhooks: type: string enum: - reopen - alert: *922 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234834,10 +234987,10 @@ x-webhooks: enum: - fixed - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234915,7 +235068,7 @@ x-webhooks: type: string enum: - assigned - alert: &923 + alert: &926 type: object properties: number: *127 @@ -235034,10 +235187,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235115,11 +235268,11 @@ x-webhooks: type: string enum: - created - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235200,11 +235353,11 @@ x-webhooks: type: string enum: - created - alert: *923 - installation: *857 - location: *924 - organization: *858 - repository: *859 + alert: *926 + installation: *860 + location: *927 + organization: *861 + repository: *862 sender: *4 required: - location @@ -235442,11 +235595,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235524,11 +235677,11 @@ x-webhooks: type: string enum: - reopened - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235606,11 +235759,11 @@ x-webhooks: type: string enum: - resolved - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235688,12 +235841,12 @@ x-webhooks: type: string enum: - unassigned - alert: *923 + alert: *926 assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235771,11 +235924,11 @@ x-webhooks: type: string enum: - validated - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235901,10 +236054,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *859 - enterprise: *856 - installation: *857 - organization: *858 + repository: *862 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -235982,11 +236135,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: &925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: &928 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236169,11 +236322,11 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: *928 sender: *4 required: - action @@ -236246,10 +236399,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236434,9 +236587,9 @@ x-webhooks: type: object properties: security_and_analysis: *419 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: *471 sender: *4 required: @@ -236515,12 +236668,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: &926 + sponsorship: &929 type: object properties: created_at: @@ -236821,12 +236974,12 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -236914,12 +237067,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -236996,17 +237149,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &927 + effective_date: &930 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -237080,7 +237233,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &928 + changes: &931 type: object properties: tier: @@ -237124,13 +237277,13 @@ x-webhooks: - from required: - tier - effective_date: *927 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + effective_date: *930 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237207,13 +237360,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *928 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + changes: *931 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237287,10 +237440,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237373,10 +237526,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237796,15 +237949,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *856 + enterprise: *859 id: description: The unique identifier of the status. type: integer - installation: *857 + installation: *860 name: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 sha: description: The Commit SHA. @@ -237919,9 +238072,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238011,9 +238164,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238103,9 +238256,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238195,9 +238348,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238274,12 +238427,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - team: &929 + team: &932 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238502,9 +238655,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -238962,7 +239115,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239038,9 +239191,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -239498,7 +239651,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239575,9 +239728,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240035,7 +240188,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -240179,9 +240332,9 @@ x-webhooks: - from required: - permissions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240639,7 +240792,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - changes @@ -240717,9 +240870,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -241177,7 +241330,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -241253,10 +241406,10 @@ x-webhooks: type: string enum: - started - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -241329,16 +241482,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *856 + enterprise: *859 inputs: type: object nullable: true additionalProperties: true - installation: *857 - organization: *858 + installation: *860 + organization: *861 ref: type: string - repository: *859 + repository: *862 sender: *4 workflow: type: string @@ -241420,10 +241573,10 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -241660,7 +241813,7 @@ x-webhooks: type: string required: - conclusion - deployment: *605 + deployment: *608 required: - action - repository @@ -241739,10 +241892,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -242002,7 +242155,7 @@ x-webhooks: required: - status - steps - deployment: *605 + deployment: *608 required: - action - repository @@ -242081,10 +242234,10 @@ x-webhooks: type: string enum: - queued - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242219,7 +242372,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242298,10 +242451,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242437,7 +242590,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242517,12 +242670,12 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -243521,12 +243674,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -244510,12 +244663,12 @@ x-webhooks: type: string enum: - requested - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 361caba2f7..19eb2ee61e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -331382,11 +331382,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, @@ -375579,19 +375578,374 @@ } } } - } - }, - "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": { - "get": { - "summary": "Get a dismissal request for a Dependabot alert for a repository", - "description": "Gets a dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository.\nPersonal access tokens (classic) need the `security_events` scope to use this endpoint.", + } + }, + "/repos/{owner}/{repo}/dismissal-requests/dependabot/{alert_number}": { + "get": { + "summary": "Get a dismissal request for a Dependabot alert for a repository", + "description": "Gets a dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository.\nPersonal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/get-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#get-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "A single dismissal request.", + "content": { + "application/json": { + "schema": { + "title": "Dependabot alert dismissal request", + "description": "Alert dismissal request made by a user asking to dismiss a Dependabot alert.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The unique identifier of the dismissal request." + }, + "number": { + "type": "integer", + "format": "int64", + "description": "The number uniquely identifying the dismissal request within its repository." + }, + "repository": { + "type": "object", + "description": "The repository the dismissal request is for.", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The ID of the repository the dismissal request is for." + }, + "name": { + "type": "string", + "description": "The name of the repository the dismissal request is for." + }, + "full_name": { + "type": "string", + "description": "The full name of the repository the dismissal request is for." + } + } + }, + "organization": { + "type": "object", + "description": "The organization associated with the repository the dismissal request is for.", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The ID of the organization." + }, + "name": { + "type": "string", + "description": "The name of the organization." + } + } + }, + "requester": { + "type": "object", + "description": "The user who requested the dismissal request.", + "properties": { + "actor_id": { + "type": "integer", + "format": "int64", + "description": "The ID of the GitHub user who requested the dismissal request." + }, + "actor_name": { + "type": "string", + "description": "The name of the GitHub user who requested the dismissal request." + } + } + }, + "request_type": { + "type": "string", + "description": "The type of request." + }, + "data": { + "nullable": true, + "type": "array", + "description": "Data describing the dismissal request metadata.", + "items": { + "type": "object", + "properties": { + "reason": { + "type": "string", + "description": "The reason for the dismissal request." + }, + "alert_number": { + "type": "string", + "description": "The alert number." + }, + "alert_title": { + "type": "string", + "description": "The title of the alert." + } + } + } + }, + "resource_identifier": { + "type": "string", + "description": "The unique identifier for the request type of the dismissal request.", + "example": "123" + }, + "status": { + "type": "string", + "description": "The status of the dismissal request.", + "enum": [ + "pending", + "denied", + "approved", + "expired" + ] + }, + "requester_comment": { + "type": "string", + "description": "The comment the requester provided when creating the dismissal request.", + "nullable": true + }, + "expires_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the dismissal request will expire." + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the dismissal request was created." + }, + "responses": { + "type": "array", + "description": "The responses to the dismissal request.", + "nullable": true, + "items": { + "title": "Dismissal request response", + "description": "A response made by a requester to dismiss the request.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "description": "The ID of the response to the dismissal request." + }, + "reviewer": { + "type": "object", + "description": "The user who reviewed the dismissal request.", + "properties": { + "actor_id": { + "type": "integer", + "format": "int64", + "description": "The ID of the GitHub user who reviewed the dismissal request." + }, + "actor_name": { + "type": "string", + "description": "The name of the GitHub user who reviewed the dismissal request." + } + } + }, + "message": { + "type": "string", + "nullable": true, + "description": "The response comment of the reviewer." + }, + "status": { + "type": "string", + "description": "The response status to the dismissal request until dismissed.", + "enum": [ + "approved", + "denied", + "dismissed" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the response to the dismissal request was created." + } + } + } + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/repos/octo-org/smile/dismissal-requests/dependabot/1" + }, + "html_url": { + "type": "string", + "description": "The URL to view the dismissal request in a browser.", + "format": "uri", + "example": "https://github.com/octo-org/smile/security/dependabot/1" + } + } + }, + "examples": { + "default": { + "value": { + "id": 21, + "number": 42, + "repository": { + "id": 1, + "name": "smile", + "full_name": "octo-org/smile" + }, + "organization": { + "id": 1, + "name": "octo-org" + }, + "requester": { + "actor_id": 12, + "actor_name": "monalisa" + }, + "request_type": "dependabot_alert_dismissal", + "data": [ + { + "reason": "no_bandwidth", + "alert_number": "1", + "alert_title": "lodash - GHSA-1234-abcd-5678" + } + ], + "resource_identifier": "1", + "status": "pending", + "requester_comment": "No bandwidth to fix this right now", + "expires_at": "2024-07-08T08:43:03Z", + "created_at": "2024-07-01T08:43:03Z", + "responses": [], + "url": "https://api.github.com/repos/octo-org/smile/dismissal-requests/dependabot/1", + "html_url": "https://github.com/octo-org/smile/security/dependabot/1" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + } + }, + "post": { + "summary": "Create a dismissal request for a Dependabot alert for a repository", + "description": "Creates a new dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", "tags": [ "dependabot" ], - "operationId": "dependabot/get-dismissal-request-for-repo", + "operationId": "dependabot/create-dismissal-request-for-repo", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#get-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository" }, "x-github": { "githubCloudOnly": true, @@ -375628,9 +375982,47 @@ } } ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "dismissed_reason": { + "type": "string", + "description": "The reason for dismissing the alert.", + "enum": [ + "fix_started", + "no_bandwidth", + "tolerable_risk", + "inaccurate", + "not_used" + ] + }, + "dismissed_comment": { + "type": "string", + "description": "An optional comment explaining the dismissal." + } + }, + "required": [ + "dismissed_reason" + ] + }, + "examples": { + "default": { + "value": { + "dismissed_reason": "tolerable_risk", + "dismissed_comment": "Risk is acceptable for this project." + } + } + } + } + } + }, "responses": { - "200": { - "description": "A single dismissal request.", + "201": { + "description": "The created dismissal request.", "content": { "application/json": { "schema": { @@ -375820,37 +376212,36 @@ "examples": { "default": { "value": { - "id": 21, - "number": 42, + "id": 1, + "number": 1, "repository": { "id": 1, - "name": "smile", - "full_name": "octo-org/smile" + "name": "hello-world", + "full_name": "octocat/hello-world" }, "organization": { "id": 1, - "name": "octo-org" + "name": "octocat" }, "requester": { - "actor_id": 12, - "actor_name": "monalisa" + "actor_id": 1, + "actor_name": "octocat" }, - "request_type": "dependabot_alert_dismissal", + "request_type": "dependabot_alert_closure", "data": [ { - "reason": "no_bandwidth", - "alert_number": "1", - "alert_title": "lodash - GHSA-1234-abcd-5678" + "reason": "tolerable_risk", + "alert_number": "42", + "alert_title": "lodash vulnerability" } ], - "resource_identifier": "1", + "resource_identifier": "42", "status": "pending", - "requester_comment": "No bandwidth to fix this right now", - "expires_at": "2024-07-08T08:43:03Z", - "created_at": "2024-07-01T08:43:03Z", - "responses": [], - "url": "https://api.github.com/repos/octo-org/smile/dismissal-requests/dependabot/1", - "html_url": "https://github.com/octo-org/smile/security/dependabot/1" + "requester_comment": "Risk is acceptable for this project.", + "expires_at": "2024-01-15T00:00:00Z", + "created_at": "2024-01-08T00:00:00Z", + "responses": null, + "url": "https://github.com/octocat/hello-world/security/dependabot/42" } } } @@ -375909,6 +376300,75 @@ } } }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -376191,6 +376651,136 @@ } } } + }, + "delete": { + "summary": "Cancel a dismissal request for a Dependabot alert for a repository", + "description": "Cancels a pending dismissal request for a Dependabot alert in a repository.\n\nThe authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner).\nDelegated alert dismissal must be enabled on the repository.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/cancel-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "responses": { + "204": { + "description": "Dismissal request cancelled successfully." + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + } } }, "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index e844072d98..6d1714e044 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -1029,7 +1029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &755 + - &758 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &765 + schema: &768 title: Scim Error description: Scim Error type: object @@ -8897,7 +8897,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &766 + '401': &769 description: Authorization failure '404': *6 x-github: @@ -13226,13 +13226,13 @@ paths: description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: + environment: &556 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &556 + category: &557 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13246,7 +13246,7 @@ paths: properties: text: type: string - location: + location: &558 type: object description: Describe a region within a file for the alert. properties: @@ -13267,7 +13267,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: + items: &559 type: string description: A classification of the file. For example to identify it as generated. @@ -16921,7 +16921,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &595 + - &598 name: has in: query description: |- @@ -17034,7 +17034,7 @@ paths: - unknown - direct - transitive - security_advisory: &596 + security_advisory: &599 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17266,14 +17266,14 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: &597 + auto_dismissed_at: &600 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &598 + dismissal_request: &601 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20754,7 +20754,7 @@ paths: - *164 rules: type: array - items: &721 + items: &724 title: Repository Rule type: object description: A repository rule. @@ -20763,7 +20763,7 @@ paths: - *170 - *171 - *172 - - &719 + - &722 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21326,14 +21326,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &733 + state: &736 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &734 + resolution: &737 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21440,8 +21440,8 @@ paths: pull request. ' - oneOf: &735 - - &737 + oneOf: &738 + - &740 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21493,7 +21493,7 @@ paths: - blob_url - commit_sha - commit_url - - &738 + - &741 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -21548,7 +21548,7 @@ paths: - page_url - commit_sha - commit_url - - &739 + - &742 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21562,7 +21562,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &740 + - &743 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21576,7 +21576,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &741 + - &744 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21590,7 +21590,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &742 + - &745 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21604,7 +21604,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &743 + - &746 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21618,7 +21618,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &744 + - &747 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21632,7 +21632,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &745 + - &748 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -21646,7 +21646,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &746 + - &749 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -21660,7 +21660,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &747 + - &750 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -21674,7 +21674,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &748 + - &751 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -21688,7 +21688,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &749 + - &752 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -24982,7 +24982,7 @@ paths: properties: action: type: string - discussion: &874 + discussion: &877 title: Discussion description: A Discussion in a repository. type: object @@ -25349,7 +25349,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &657 + properties: &660 id: type: integer format: int64 @@ -25726,7 +25726,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &793 + sub_issues_summary: &796 title: Sub-issues Summary type: object properties: @@ -25746,7 +25746,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &794 + issue_dependencies_summary: &797 title: Issue Dependencies Summary type: object properties: @@ -25765,7 +25765,7 @@ paths: - total_blocking issue_field_values: type: array - items: &795 + items: &798 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25826,7 +25826,7 @@ paths: - node_id - data_type - value - required: &658 + required: &661 - assignee - closed_at - comments @@ -25864,7 +25864,7 @@ paths: action: type: string issue: *220 - comment: &655 + comment: &658 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26583,7 +26583,7 @@ paths: type: string release: allOf: - - &712 + - &715 title: Release description: A release. type: object @@ -26654,7 +26654,7 @@ paths: author: *4 assets: type: array - items: &713 + items: &716 title: Release Asset description: Data related to a release. type: object @@ -27233,7 +27233,7 @@ paths: url: type: string format: uri - user: &805 + user: &808 title: Public User description: Public User type: object @@ -30629,7 +30629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &686 + - &689 name: all description: If `true`, show notifications marked as read. in: query @@ -30637,7 +30637,7 @@ paths: schema: type: boolean default: false - - &687 + - &690 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30647,7 +30647,7 @@ paths: type: boolean default: false - *227 - - &688 + - &691 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -31129,7 +31129,7 @@ paths: - url - subscription_url examples: - default: &689 + default: &692 value: - id: '1' repository: @@ -32246,7 +32246,7 @@ paths: type: array items: *155 examples: - default: &695 + default: &698 value: - property_name: environment value: production @@ -32296,7 +32296,7 @@ paths: required: - properties examples: - default: &696 + default: &699 value: properties: - property_name: environment @@ -35223,7 +35223,7 @@ paths: type: array items: *283 examples: - default: &808 + default: &811 value: total_count: 1 repositories: @@ -37905,12 +37905,12 @@ paths: required: - subject_digests examples: - default: &836 + default: &839 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &837 + withPredicateType: &840 value: subject_digests: - sha256:abc123 @@ -37968,7 +37968,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &838 + default: &841 value: attestations_subject_digests: - sha256:abc: @@ -40280,7 +40280,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &568 + properties: &571 name: type: string description: The name of the machine. @@ -40322,7 +40322,7 @@ paths: - ready - in_progress nullable: true - required: &569 + required: &572 - name - display_name - operating_system @@ -41190,7 +41190,7 @@ paths: - updated_at - visibility examples: - default: &570 + default: &573 value: total_count: 2 secrets: @@ -41228,7 +41228,7 @@ paths: description: Response content: application/json: - schema: &571 + schema: &574 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41257,7 +41257,7 @@ paths: - key_id - key examples: - default: &572 + default: &575 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41289,7 +41289,7 @@ paths: application/json: schema: *327 examples: - default: &574 + default: &577 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42998,7 +42998,7 @@ paths: description: Response content: application/json: - schema: &601 + schema: &604 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43015,7 +43015,7 @@ paths: - key_id - key examples: - default: &602 + default: &605 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43345,7 +43345,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &610 + - &613 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43353,7 +43353,7 @@ paths: required: false schema: type: string - - &611 + - &614 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43361,7 +43361,7 @@ paths: required: false schema: type: string - - &612 + - &615 name: time_period description: |- The time period to filter by. @@ -43377,7 +43377,7 @@ paths: - week - month default: month - - &613 + - &616 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43402,7 +43402,7 @@ paths: application/json: schema: type: array - items: &614 + items: &617 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43558,7 +43558,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &615 + default: &618 value: - id: 21 number: 42 @@ -43676,7 +43676,7 @@ paths: application/json: schema: type: array - items: &616 + items: &619 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -43793,7 +43793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &617 + default: &620 value: - id: 21 number: 42 @@ -43895,7 +43895,7 @@ paths: application/json: schema: type: array - items: &618 + items: &621 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44016,7 +44016,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &619 + default: &622 value: - id: 21 number: 42 @@ -45836,7 +45836,7 @@ paths: application/json: schema: *22 examples: - default: &650 + default: &653 value: id: 1 account: @@ -46061,7 +46061,7 @@ paths: required: true content: application/json: - schema: &651 + schema: &654 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -46922,7 +46922,7 @@ paths: application/json: schema: *376 examples: - default: &567 + default: &570 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -48167,7 +48167,7 @@ paths: parameters: - *87 - *382 - - &821 + - &824 name: repo_name description: repo_name parameter in: path @@ -49493,7 +49493,7 @@ paths: - nuget - container - *87 - - &822 + - &825 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49534,7 +49534,7 @@ paths: default: *388 '403': *29 '401': *25 - '400': &824 + '400': &827 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -51326,7 +51326,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &910 + properties: &913 id: type: number description: The unique identifier of the status update. @@ -51374,7 +51374,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &911 + required: &914 - id - node_id - created_at @@ -51588,7 +51588,7 @@ paths: content: oneOf: - *220 - - &582 + - &585 title: Pull Request Simple description: Pull Request Simple type: object @@ -51817,7 +51817,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: &698 + auto_merge: &701 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52192,7 +52192,7 @@ paths: - updated_at - project_url examples: - default: &841 + default: &844 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52369,7 +52369,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &842 + items: &845 type: object properties: name: @@ -52405,7 +52405,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &843 + iteration_configuration: &846 type: object description: The configuration for iteration fields. properties: @@ -52454,7 +52454,7 @@ paths: value: name: Due date data_type: date - single_select_field: &844 + single_select_field: &847 summary: Create a single select field value: name: Priority @@ -52481,7 +52481,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &845 + iteration_field: &848 summary: Create an iteration field value: name: Sprint @@ -52507,7 +52507,7 @@ paths: application/json: schema: *409 examples: - text_field: &846 + text_field: &849 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52516,7 +52516,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &847 + number_field: &850 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52525,7 +52525,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &848 + date_field: &851 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52534,7 +52534,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &849 + single_select_field: &852 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52568,7 +52568,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &850 + iteration_field: &853 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52614,7 +52614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &851 + - &854 name: field_id description: The unique identifier of the field. in: path @@ -52629,7 +52629,7 @@ paths: application/json: schema: *409 examples: - default: &852 + default: &855 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54809,7 +54809,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &587 + properties: &590 url: type: string format: uri @@ -54825,7 +54825,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &588 + required: &591 - url - key - name @@ -55467,7 +55467,7 @@ paths: - *87 - *17 - *19 - - &720 + - &723 name: targets description: | A comma-separated list of rule targets to filter by. @@ -55682,7 +55682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &722 + - &725 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -55694,14 +55694,14 @@ paths: x-multi-segment: true - *309 - *105 - - &723 + - &726 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &724 + - &727 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -55721,7 +55721,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &728 title: Rule Suites description: Response type: array @@ -55776,7 +55776,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &726 + default: &729 value: - id: 21 actor_id: 12 @@ -55820,7 +55820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &727 + - &730 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -55836,7 +55836,7 @@ paths: description: Response content: application/json: - schema: &728 + schema: &731 title: Rule Suite description: Response type: object @@ -55935,7 +55935,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &729 + default: &732 value: id: 21 actor_id: 12 @@ -56267,7 +56267,7 @@ paths: - *110 - *19 - *17 - - &731 + - &734 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -56277,7 +56277,7 @@ paths: required: false schema: type: string - - &732 + - &735 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -56490,7 +56490,7 @@ paths: application/json: schema: type: array - items: &753 + items: &756 description: A repository security advisory. type: object properties: @@ -56781,7 +56781,7 @@ paths: - private_fork additionalProperties: false examples: - default: &754 + default: &757 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -58712,7 +58712,7 @@ paths: - updated_at - url examples: - default: &797 + default: &800 value: - author: login: octocat @@ -58960,7 +58960,7 @@ paths: application/json: schema: *451 examples: - default: &798 + default: &801 value: author: login: octocat @@ -59143,7 +59143,7 @@ paths: - updated_at - url examples: - default: &799 + default: &802 value: - author: login: octocat @@ -59369,7 +59369,7 @@ paths: application/json: schema: *454 examples: - default: &800 + default: &803 value: author: login: octocat @@ -60082,7 +60082,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &801 + response-if-user-is-a-team-maintainer: &804 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -60147,7 +60147,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: &802 + response-if-users-membership-with-team-is-now-pending: &805 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -60261,7 +60261,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &803 + schema: &806 title: Team Repository description: A team's access to a repository. type: object @@ -61027,7 +61027,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: &804 + response-if-child-teams-exist: &807 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62444,7 +62444,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &654 + '410': &657 description: Gone content: application/json: @@ -66063,7 +66063,7 @@ paths: items: type: object properties: - type: &620 + type: &623 type: string description: The type of reviewer. enum: @@ -66197,7 +66197,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -66303,7 +66303,7 @@ paths: - created_at - updated_at examples: - default: &606 + default: &609 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -66687,7 +66687,7 @@ paths: application/json: schema: *497 examples: - default: &633 + default: &636 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66906,7 +66906,7 @@ paths: application/json: schema: *501 examples: - default: &634 + default: &637 value: name: USERNAME value: octocat @@ -68607,7 +68607,7 @@ paths: properties: name: type: string - commit: &578 + commit: &581 title: Commit description: Commit type: object @@ -68678,7 +68678,7 @@ paths: required: - sha - url - verification: &640 + verification: &643 title: Verification type: object properties: @@ -68748,7 +68748,7 @@ paths: type: integer files: type: array - items: &591 + items: &594 title: Diff Entry description: Diff Entry type: object @@ -72191,7 +72191,7 @@ paths: check. type: array items: *225 - deployment: &863 + deployment: &866 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -73103,7 +73103,7 @@ paths: type: string format: date-time nullable: true - head_commit: &894 + head_commit: &897 title: Simple Commit description: A commit. type: object @@ -73800,14 +73800,14 @@ paths: - *466 - *467 - *537 - - &584 + - &587 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &585 + - &588 name: status description: Returns check runs with the specified `status`. in: query @@ -73848,7 +73848,7 @@ paths: type: array items: *530 examples: - default: &586 + default: &589 value: total_count: 1 check_runs: @@ -74781,7 +74781,36 @@ paths: application/json: schema: type: array - items: *545 + items: + type: object + properties: + ref: *538 + analysis_key: *555 + environment: *556 + category: *557 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *558 + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: *559 examples: default: value: @@ -74872,7 +74901,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &557 + schema: &560 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74893,11 +74922,11 @@ paths: application/json: schema: type: array - items: &558 + items: &561 type: object properties: ref: *538 - commit_sha: &566 + commit_sha: &569 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -74909,7 +74938,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *556 + category: *557 error: type: string example: error reading field xyz @@ -74933,7 +74962,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *557 + sarif_id: *560 tool: *544 deletable: type: boolean @@ -75045,7 +75074,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: response: summary: application/json response @@ -75271,7 +75300,7 @@ paths: application/json: schema: type: array - items: &559 + items: &562 title: CodeQL Database description: A CodeQL database. type: object @@ -75424,7 +75453,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *562 examples: default: value: @@ -75456,7 +75485,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &593 + '302': &596 description: Found '403': *546 '404': *6 @@ -75529,7 +75558,7 @@ paths: type: object additionalProperties: false properties: - language: &560 + language: &563 type: string description: The language targeted by the CodeQL query enum: @@ -75609,7 +75638,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &564 + schema: &567 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -75619,7 +75648,7 @@ paths: description: The ID of the variant analysis. controller_repo: *119 actor: *4 - query_language: *560 + query_language: *563 query_pack_url: type: string description: The download url for the query pack. @@ -75666,7 +75695,7 @@ paths: items: type: object properties: - repository: &561 + repository: &564 title: Repository Identifier description: Repository Identifier type: object @@ -75702,7 +75731,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &565 + analysis_status: &568 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75734,7 +75763,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &562 + access_mismatch_repos: &565 type: object properties: repository_count: @@ -75748,7 +75777,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *561 + items: *564 required: - repository_count - repositories @@ -75770,8 +75799,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *562 - over_limit_repos: *562 + no_codeql_db_repos: *565 + over_limit_repos: *565 required: - access_mismatch_repos - not_found_repos @@ -75787,7 +75816,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &563 + value: &566 summary: Default response value: id: 1 @@ -75939,10 +75968,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *563 + value: *566 repository_lists: summary: Response for a successful variant analysis submission - value: *563 + value: *566 '404': *6 '422': description: Unable to process variant analysis submission @@ -75983,9 +76012,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *567 examples: - default: *563 + default: *566 '404': *6 '503': *195 x-github: @@ -76043,7 +76072,7 @@ paths: type: object properties: repository: *119 - analysis_status: *565 + analysis_status: *568 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -76448,7 +76477,7 @@ paths: schema: type: object properties: - commit_sha: *566 + commit_sha: *569 ref: type: string description: |- @@ -76506,7 +76535,7 @@ paths: schema: type: object properties: - id: *557 + id: *560 url: type: string description: The REST API URL for checking the status of the upload. @@ -77199,7 +77228,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77207,7 +77236,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '400': *14 '401': *25 '403': *29 @@ -77337,14 +77366,14 @@ paths: type: integer machines: type: array - items: &811 + items: &814 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 examples: - default: &812 + default: &815 value: total_count: 2 machines: @@ -77555,7 +77584,7 @@ paths: type: integer secrets: type: array - items: &573 + items: &576 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -77575,7 +77604,7 @@ paths: - created_at - updated_at examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -77605,9 +77634,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: - default: *572 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77635,9 +77664,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: - default: *574 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77784,7 +77813,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &575 + properties: &578 login: type: string example: octocat @@ -77877,7 +77906,7 @@ paths: user_view_type: type: string example: public - required: &576 + required: &579 - avatar_url - events_url - followers_url @@ -78027,7 +78056,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &653 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78311,8 +78340,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *575 - required: *576 + properties: *578 + required: *579 nullable: true required: - permission @@ -78378,7 +78407,7 @@ paths: application/json: schema: type: array - items: &577 + items: &580 title: Commit Comment description: Commit Comment type: object @@ -78436,7 +78465,7 @@ paths: - created_at - updated_at examples: - default: &580 + default: &583 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78503,9 +78532,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: &581 + default: &584 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78586,7 +78615,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: default: value: @@ -78885,9 +78914,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: &705 + default: &708 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78983,7 +79012,7 @@ paths: parameters: - *466 - *467 - - &579 + - &582 name: commit_sha description: The SHA of the commit. in: path @@ -79057,7 +79086,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79067,9 +79096,9 @@ paths: application/json: schema: type: array - items: *577 + items: *580 examples: - default: *580 + default: *583 headers: Link: *47 x-github: @@ -79099,7 +79128,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 requestBody: required: true content: @@ -79134,9 +79163,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *581 + default: *584 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79166,7 +79195,7 @@ paths: parameters: - *466 - *467 - - *579 + - *582 - *17 - *19 responses: @@ -79176,9 +79205,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: &697 + default: &700 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79719,7 +79748,7 @@ paths: - *467 - *19 - *17 - - &583 + - &586 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -79734,9 +79763,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: &682 + default: &685 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79851,9 +79880,9 @@ paths: parameters: - *466 - *467 - - *583 - - *584 - - *585 + - *586 + - *587 + - *588 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79889,7 +79918,7 @@ paths: type: array items: *530 examples: - default: *586 + default: *589 headers: Link: *47 x-github: @@ -79916,7 +79945,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79924,7 +79953,7 @@ paths: schema: type: integer example: 1 - - *584 + - *587 - *17 - *19 responses: @@ -80144,7 +80173,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80344,7 +80373,7 @@ paths: parameters: - *466 - *467 - - *583 + - *586 - *17 - *19 responses: @@ -80354,7 +80383,7 @@ paths: application/json: schema: type: array - items: &758 + items: &761 title: Status description: The status of a commit. type: object @@ -80493,20 +80522,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *587 - required: *588 + properties: *590 + required: *591 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &589 + properties: &592 url: type: string format: uri html_url: type: string format: uri - required: &590 + required: &593 - url - html_url nullable: true @@ -80520,26 +80549,26 @@ paths: contributing: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true readme: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true issue_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true pull_request_template: title: Community Health File type: object - properties: *589 - required: *590 + properties: *592 + required: *593 nullable: true required: - code_of_conduct @@ -80710,8 +80739,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *578 - merge_base_commit: *578 + base_commit: *581 + merge_base_commit: *581 status: type: string enum: @@ -80731,10 +80760,10 @@ paths: example: 6 commits: type: array - items: *578 + items: *581 files: type: array - items: *591 + items: *594 required: - url - html_url @@ -81164,7 +81193,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &592 + response-if-content-is-a-file: &595 summary: Response if content is a file value: type: file @@ -81296,7 +81325,7 @@ paths: - size - type - url - - &710 + - &713 title: Content File description: Content File type: object @@ -81497,7 +81526,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *592 + response-if-content-is-a-file: *595 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81566,7 +81595,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *593 + '302': *596 '304': *37 x-github: githubCloudOnly: false @@ -81683,7 +81712,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &597 title: File Commit description: File Commit type: object @@ -81835,7 +81864,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: example-for-creating-a-file: value: @@ -81889,7 +81918,7 @@ paths: schema: oneOf: - *3 - - &635 + - &638 description: Repository rule violation was detected type: object properties: @@ -81910,7 +81939,7 @@ paths: items: type: object properties: - placeholder_id: &750 + placeholder_id: &753 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82004,7 +82033,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: default: value: @@ -82196,7 +82225,7 @@ paths: schema: type: string - *336 - - *595 + - *598 - *337 - *338 - *110 @@ -82217,7 +82246,7 @@ paths: application/json: schema: type: array - items: &599 + items: &602 type: object description: A Dependabot alert. properties: @@ -82263,7 +82292,7 @@ paths: - unknown - direct - transitive - security_advisory: *596 + security_advisory: *599 security_vulnerability: *131 url: *132 html_url: *133 @@ -82294,8 +82323,8 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *597 - dismissal_request: *598 + auto_dismissed_at: *600 + dismissal_request: *601 required: - number - state @@ -82527,7 +82556,7 @@ paths: parameters: - *466 - *467 - - &600 + - &603 name: alert_number in: path description: |- @@ -82542,7 +82571,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82657,7 +82686,7 @@ paths: parameters: - *466 - *467 - - *600 + - *603 requestBody: required: true content: @@ -82702,7 +82731,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: default: value: @@ -82850,7 +82879,7 @@ paths: type: integer secrets: type: array - items: &603 + items: &606 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82910,9 +82939,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *604 examples: - default: *602 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82940,7 +82969,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *606 examples: default: value: @@ -83521,7 +83550,7 @@ paths: - version - url additionalProperties: false - metadata: &604 + metadata: &607 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83554,7 +83583,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *604 + metadata: *607 resolved: type: object description: A collection of resolved package dependencies. @@ -83567,7 +83596,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *604 + metadata: *607 relationship: type: string description: A notation of whether a dependency is requested @@ -83737,9 +83766,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 headers: Link: *47 x-github: @@ -83887,7 +83916,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: simple-example: summary: Simple example @@ -83962,7 +83991,7 @@ paths: parameters: - *466 - *467 - - &607 + - &610 name: deployment_id description: deployment_id parameter in: path @@ -83974,7 +84003,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -84041,7 +84070,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 responses: '204': description: Response @@ -84065,7 +84094,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - *17 - *19 responses: @@ -84075,7 +84104,7 @@ paths: application/json: schema: type: array - items: &608 + items: &611 title: Deployment Status description: The status of a deployment. type: object @@ -84238,7 +84267,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 requestBody: required: true content: @@ -84313,9 +84342,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: &609 + default: &612 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -84373,7 +84402,7 @@ paths: parameters: - *466 - *467 - - *607 + - *610 - name: status_id in: path required: true @@ -84384,9 +84413,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: *609 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -84415,10 +84444,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84428,9 +84457,9 @@ paths: application/json: schema: type: array - items: *614 + items: *617 examples: - default: *615 + default: *618 '404': *6 '403': *29 '500': *40 @@ -84467,7 +84496,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *614 + schema: *617 examples: default: value: @@ -84585,10 +84614,10 @@ paths: parameters: - *466 - *467 - - *610 - - *611 - - *612 - *613 + - *614 + - *615 + - *616 - *17 - *19 responses: @@ -84598,9 +84627,9 @@ paths: application/json: schema: type: array - items: *616 + items: *619 examples: - default: *617 + default: *620 '404': *6 '403': *29 '500': *40 @@ -84637,7 +84666,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -84669,6 +84698,96 @@ paths: '404': *6 '403': *29 '500': *40 + post: + summary: Create a dismissal request for a Dependabot alert for a repository + description: |- + Creates a new dismissal request to dismiss a Dependabot alert in a repository. + + Delegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/create-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - *466 + - *467 + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + dismissed_reason: + type: string + description: The reason for dismissing the alert. + enum: + - fix_started + - no_bandwidth + - tolerable_risk + - inaccurate + - not_used + dismissed_comment: + type: string + description: An optional comment explaining the dismissal. + required: + - dismissed_reason + examples: + default: + value: + dismissed_reason: tolerable_risk + dismissed_comment: Risk is acceptable for this project. + responses: + '201': + description: The created dismissal request. + content: + application/json: + schema: *619 + examples: + default: + value: + id: 1 + number: 1 + repository: + id: 1 + name: hello-world + full_name: octocat/hello-world + organization: + id: 1 + name: octocat + requester: + actor_id: 1 + actor_name: octocat + request_type: dependabot_alert_closure + data: + - reason: tolerable_risk + alert_number: '42' + alert_title: lodash vulnerability + resource_identifier: '42' + status: pending + requester_comment: Risk is acceptable for this project. + expires_at: '2024-01-15T00:00:00Z' + created_at: '2024-01-08T00:00:00Z' + responses: + url: https://github.com/octocat/hello-world/security/dependabot/42 + '404': *6 + '403': *29 + '422': *15 + '500': *40 patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -84740,6 +84859,40 @@ paths: '403': *29 '422': *15 '500': *40 + delete: + summary: Cancel a dismissal request for a Dependabot alert for a repository + description: |- + Cancels a pending dismissal request for a Dependabot alert in a repository. + + The authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner). + Delegated alert dismissal must be enabled on the repository. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/cancel-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - *466 + - *467 + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + responses: + '204': + description: Dismissal request cancelled successfully. + '404': *6 + '403': *29 + '500': *40 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -84775,9 +84928,9 @@ paths: application/json: schema: type: array - items: *618 + items: *621 examples: - default: *619 + default: *622 '404': *6 '403': *29 '500': *40 @@ -84815,7 +84968,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -85019,7 +85172,7 @@ paths: type: integer environments: type: array - items: &621 + items: &624 title: Environment description: Details of a deployment environment type: object @@ -85071,7 +85224,7 @@ paths: type: type: string example: wait_timer - wait_timer: &623 + wait_timer: &626 type: integer example: 30 description: The amount of time to delay a job after @@ -85108,7 +85261,7 @@ paths: items: type: object properties: - type: *620 + type: *623 reviewer: anyOf: - *4 @@ -85132,7 +85285,7 @@ paths: - id - node_id - type - deployment_branch_policy: &624 + deployment_branch_policy: &627 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -85250,7 +85403,7 @@ paths: parameters: - *466 - *467 - - &622 + - &625 name: environment_name in: path required: true @@ -85263,9 +85416,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &625 + default: &628 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -85351,7 +85504,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: false content: @@ -85360,7 +85513,7 @@ paths: type: object nullable: true properties: - wait_timer: *623 + wait_timer: *626 prevent_self_review: type: boolean example: false @@ -85377,13 +85530,13 @@ paths: items: type: object properties: - type: *620 + type: *623 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *624 + deployment_branch_policy: *627 additionalProperties: false examples: default: @@ -85403,9 +85556,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *625 + default: *628 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85431,7 +85584,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '204': description: Default response @@ -85458,7 +85611,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -85476,7 +85629,7 @@ paths: example: 2 branch_policies: type: array - items: &626 + items: &629 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85535,7 +85688,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -85581,9 +85734,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - example-wildcard: &627 + example-wildcard: &630 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85627,8 +85780,8 @@ paths: parameters: - *466 - *467 - - *622 - - &628 + - *625 + - &631 name: branch_policy_id in: path required: true @@ -85640,9 +85793,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85663,8 +85816,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 requestBody: required: true content: @@ -85692,9 +85845,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *629 examples: - default: *627 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85715,8 +85868,8 @@ paths: parameters: - *466 - *467 - - *622 - - *628 + - *625 + - *631 responses: '204': description: Response @@ -85741,7 +85894,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *622 + - *625 - *467 - *466 responses: @@ -85759,7 +85912,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &629 + items: &632 title: Deployment protection rule description: Deployment protection rule type: object @@ -85778,7 +85931,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &630 + app: &633 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85877,7 +86030,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *622 + - *625 - *467 - *466 requestBody: @@ -85900,9 +86053,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *629 + schema: *632 examples: - default: &631 + default: &634 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85937,7 +86090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - *19 @@ -85958,7 +86111,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *630 + items: *633 examples: default: value: @@ -85995,8 +86148,8 @@ paths: parameters: - *466 - *467 - - *622 - - &632 + - *625 + - &635 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -86008,9 +86161,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *632 examples: - default: *631 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86031,10 +86184,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *622 + - *625 - *467 - *466 - - *632 + - *635 responses: '204': description: Response @@ -86062,7 +86215,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *17 - *19 responses: @@ -86109,7 +86262,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 responses: '200': description: Response @@ -86141,7 +86294,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '200': @@ -86150,7 +86303,7 @@ paths: application/json: schema: *497 examples: - default: *633 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86174,7 +86327,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 requestBody: required: true @@ -86234,7 +86387,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *293 responses: '204': @@ -86262,7 +86415,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *484 - *19 responses: @@ -86307,7 +86460,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 requestBody: required: true content: @@ -86361,7 +86514,7 @@ paths: parameters: - *466 - *467 - - *622 + - *625 - *296 responses: '200': @@ -86370,7 +86523,7 @@ paths: application/json: schema: *501 examples: - default: *634 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86394,7 +86547,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 requestBody: required: true content: @@ -86439,7 +86592,7 @@ paths: - *466 - *467 - *296 - - *622 + - *625 responses: '204': description: Response @@ -86807,7 +86960,7 @@ paths: schema: oneOf: - *258 - - *635 + - *638 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87042,7 +87195,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &639 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -87258,13 +87411,13 @@ paths: parameters: - *466 - *467 - - *579 + - *582 responses: '200': description: Response content: application/json: - schema: *636 + schema: *639 examples: default: value: @@ -87322,7 +87475,7 @@ paths: parameters: - *466 - *467 - - &637 + - &640 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -87339,7 +87492,7 @@ paths: application/json: schema: type: array - items: &638 + items: &641 title: Git Reference description: Git references within a repository type: object @@ -87416,15 +87569,15 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '200': description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: &639 + default: &642 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87483,9 +87636,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87513,7 +87666,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 requestBody: required: true content: @@ -87542,9 +87695,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *641 examples: - default: *639 + default: *642 '422': *15 '409': *118 x-github: @@ -87564,7 +87717,7 @@ paths: parameters: - *466 - *467 - - *637 + - *640 responses: '204': description: Response @@ -87687,7 +87840,7 @@ paths: description: Response content: application/json: - schema: &641 + schema: &644 title: Git Tag description: Metadata for a Git tag type: object @@ -87738,7 +87891,7 @@ paths: - sha - type - url - verification: *640 + verification: *643 required: - sha - url @@ -87748,7 +87901,7 @@ paths: - tag - message examples: - default: &642 + default: &645 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87833,9 +87986,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *644 examples: - default: *642 + default: *645 '404': *6 '409': *118 x-github: @@ -87933,7 +88086,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &646 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -88053,7 +88206,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *646 examples: default-response: summary: Default response @@ -88123,7 +88276,7 @@ paths: application/json: schema: type: array - items: &644 + items: &647 title: Webhook description: Webhooks for repositories. type: object @@ -88177,7 +88330,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &902 + last_response: &905 title: Hook Response type: object properties: @@ -88304,9 +88457,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: &645 + default: &648 value: type: Repository id: 12345678 @@ -88362,9 +88515,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -88431,9 +88584,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *647 examples: - default: *645 + default: *648 '422': *15 '404': *6 x-github: @@ -88828,7 +88981,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 title: Import description: A repository import from an external source. type: object @@ -88927,7 +89080,7 @@ paths: - html_url - authors_url examples: - default: &649 + default: &652 value: vcs: subversion use_lfs: true @@ -88943,7 +89096,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &647 + '503': &650 description: Unavailable due to service under maintenance. content: application/json: @@ -89021,7 +89174,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: default: value: @@ -89046,7 +89199,7 @@ paths: type: string '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89124,7 +89277,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: example-1: summary: Example 1 @@ -89172,7 +89325,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89200,7 +89353,7 @@ paths: responses: '204': description: Response - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89228,7 +89381,7 @@ paths: parameters: - *466 - *467 - - &833 + - &836 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -89242,7 +89395,7 @@ paths: application/json: schema: type: array - items: &648 + items: &651 title: Porter Author description: Porter Author type: object @@ -89296,7 +89449,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89352,7 +89505,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *651 examples: default: value: @@ -89365,7 +89518,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89431,7 +89584,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89487,11 +89640,11 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *649 + default: *652 '422': *15 - '503': *647 + '503': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89523,7 +89676,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 '301': *472 '404': *6 x-github: @@ -89558,7 +89711,7 @@ paths: properties: {} additionalProperties: false examples: - default: &652 + default: &655 value: limit: collaborators_only origin: repository @@ -89589,7 +89742,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: summary: Example request body @@ -89603,7 +89756,7 @@ paths: application/json: schema: *366 examples: - default: *652 + default: *655 '409': description: Response x-github: @@ -89660,9 +89813,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: &826 + default: &829 value: - id: 1 repository: @@ -89824,7 +89977,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *656 examples: default: value: @@ -90062,7 +90215,7 @@ paths: type: array items: *220 examples: - default: &663 + default: &666 value: - id: 1 node_id: MDU6SXNzdWUx @@ -90324,7 +90477,7 @@ paths: application/json: schema: *220 examples: - default: &660 + default: &663 value: id: 1 node_id: MDU6SXNzdWUx @@ -90480,7 +90633,7 @@ paths: '422': *15 '503': *195 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -90530,9 +90683,9 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: &662 + default: &665 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90598,9 +90751,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: &656 + default: &659 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90678,9 +90831,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 '422': *15 x-github: githubCloudOnly: false @@ -90870,7 +91023,7 @@ paths: application/json: schema: type: array - items: &659 + items: &662 title: Issue Event description: Issue Event type: object @@ -90913,8 +91066,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *657 - required: *658 + properties: *660 + required: *661 nullable: true label: title: Issue Event Label @@ -91233,7 +91386,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *662 examples: default: value: @@ -91425,7 +91578,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *654 + '410': *657 '403': *29 x-github: githubCloudOnly: false @@ -91461,7 +91614,7 @@ paths: parameters: - *466 - *467 - - &661 + - &664 name: issue_number description: The number that identifies the issue. in: path @@ -91475,10 +91628,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 '304': *37 x-github: githubCloudOnly: false @@ -91505,7 +91658,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91611,13 +91764,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '422': *15 '503': *195 '403': *29 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91637,7 +91790,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -91665,7 +91818,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91683,7 +91836,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: content: application/json: @@ -91710,7 +91863,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91734,7 +91887,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: assignee in: path required: true @@ -91776,7 +91929,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *227 - *17 - *19 @@ -91787,13 +91940,13 @@ paths: application/json: schema: type: array - items: *655 + items: *658 examples: - default: *662 + default: *665 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91824,7 +91977,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91846,16 +91999,16 @@ paths: description: Response content: application/json: - schema: *655 + schema: *658 examples: - default: *656 + default: *659 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91885,7 +92038,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -91897,12 +92050,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91932,7 +92085,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -91956,7 +92109,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -91964,7 +92117,7 @@ paths: type: string '301': *472 '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -91997,7 +92150,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -92011,13 +92164,13 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *654 + '410': *657 x-github: triggersNotification: true githubCloudOnly: false @@ -92045,7 +92198,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92057,12 +92210,12 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92081,7 +92234,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92095,7 +92248,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &665 + - &668 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -92149,7 +92302,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &669 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -92285,7 +92438,7 @@ paths: - performed_via_github_app - assignee - assigner - - &667 + - &670 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -92336,7 +92489,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &671 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92387,7 +92540,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &672 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92441,7 +92594,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &673 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92488,7 +92641,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &674 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92535,7 +92688,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &675 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92595,7 +92748,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &676 title: Locked Issue Event description: Locked Issue Event type: object @@ -92643,7 +92796,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &677 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92709,7 +92862,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &678 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92775,7 +92928,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &679 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92841,7 +92994,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &680 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92932,7 +93085,7 @@ paths: color: red headers: Link: *47 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92951,7 +93104,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -92963,7 +93116,7 @@ paths: type: array items: *219 examples: - default: &664 + default: &667 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92983,7 +93136,7 @@ paths: Link: *47 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93002,7 +93155,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93063,10 +93216,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93085,7 +93238,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93147,10 +93300,10 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 '301': *472 '404': *6 - '410': *654 + '410': *657 '422': *15 x-github: githubCloudOnly: false @@ -93169,13 +93322,13 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93196,7 +93349,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: name in: path required: true @@ -93222,7 +93375,7 @@ paths: default: true '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93244,7 +93397,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: false content: @@ -93272,7 +93425,7 @@ paths: '204': description: Response '403': *29 - '410': *654 + '410': *657 '404': *6 '422': *15 x-github: @@ -93292,7 +93445,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '204': description: Response @@ -93324,7 +93477,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 responses: '200': description: Response @@ -93332,10 +93485,10 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '301': *472 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93354,7 +93507,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93386,7 +93539,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93406,7 +93559,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93471,7 +93624,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *460 responses: '204': @@ -93503,7 +93656,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93527,7 +93680,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93562,7 +93715,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93574,11 +93727,11 @@ paths: type: array items: *220 examples: - default: *663 + default: *666 headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93608,7 +93761,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93637,14 +93790,14 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *654 + '410': *657 '422': *15 '404': *6 x-github: @@ -93666,7 +93819,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 requestBody: required: true content: @@ -93699,7 +93852,7 @@ paths: application/json: schema: *220 examples: - default: *660 + default: *663 '403': *29 '404': *6 '422': *7 @@ -93723,7 +93876,7 @@ paths: parameters: - *466 - *467 - - *661 + - *664 - *17 - *19 responses: @@ -93738,9 +93891,6 @@ paths: description: Timeline Event type: object anyOf: - - *665 - - *666 - - *667 - *668 - *669 - *670 @@ -93751,6 +93901,9 @@ paths: - *675 - *676 - *677 + - *678 + - *679 + - *680 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94059,7 +94212,7 @@ paths: type: string comments: type: array - items: &699 + items: &702 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94268,7 +94421,7 @@ paths: type: string comments: type: array - items: *577 + items: *580 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -94557,7 +94710,7 @@ paths: headers: Link: *47 '404': *6 - '410': *654 + '410': *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94585,7 +94738,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94688,9 +94841,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: &679 + default: &682 value: id: 1 key: ssh-rsa AAA... @@ -94726,7 +94879,7 @@ paths: parameters: - *466 - *467 - - &680 + - &683 name: key_id description: The unique identifier of the key. in: path @@ -94738,9 +94891,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *681 examples: - default: *679 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -94760,7 +94913,7 @@ paths: parameters: - *466 - *467 - - *680 + - *683 responses: '204': description: Response @@ -94793,7 +94946,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 '404': *6 @@ -94853,7 +95006,7 @@ paths: application/json: schema: *219 examples: - default: &681 + default: &684 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94899,7 +95052,7 @@ paths: application/json: schema: *219 examples: - default: *681 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -95350,9 +95503,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *578 + schema: *581 examples: - default: *682 + default: *685 '204': description: Response when already merged '404': @@ -95419,7 +95572,7 @@ paths: application/json: schema: type: array - items: &683 + items: &686 title: Milestone description: A collection of related issues and pull requests. type: object @@ -95521,9 +95674,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: &684 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95584,7 +95737,7 @@ paths: parameters: - *466 - *467 - - &685 + - &688 name: milestone_number description: The number that identifies the milestone. in: path @@ -95596,9 +95749,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -95617,7 +95770,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 requestBody: required: false content: @@ -95655,9 +95808,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *686 examples: - default: *684 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95675,7 +95828,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 responses: '204': description: Response @@ -95698,7 +95851,7 @@ paths: parameters: - *466 - *467 - - *685 + - *688 - *17 - *19 responses: @@ -95710,7 +95863,7 @@ paths: type: array items: *219 examples: - default: *664 + default: *667 headers: Link: *47 x-github: @@ -95731,10 +95884,10 @@ paths: parameters: - *466 - *467 - - *686 - - *687 + - *689 + - *690 - *227 - - *688 + - *691 - *17 - *19 responses: @@ -95746,7 +95899,7 @@ paths: type: array items: *247 examples: - default: *689 + default: *692 headers: Link: *47 x-github: @@ -95836,7 +95989,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &693 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95961,7 +96114,7 @@ paths: - custom_404 - public examples: - default: &691 + default: &694 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96057,9 +96210,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *693 examples: - default: *691 + default: *694 '422': *15 '409': *118 x-github: @@ -96228,7 +96381,7 @@ paths: application/json: schema: type: array - items: &692 + items: &695 title: Page Build description: Page Build type: object @@ -96375,9 +96528,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: &693 + default: &696 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96437,9 +96590,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *695 examples: - default: *693 + default: *696 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96567,7 +96720,7 @@ paths: parameters: - *466 - *467 - - &694 + - &697 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96627,7 +96780,7 @@ paths: parameters: - *466 - *467 - - *694 + - *697 responses: '204': *154 '404': *6 @@ -97007,7 +97160,7 @@ paths: type: array items: *155 examples: - default: *695 + default: *698 '403': *29 '404': *6 x-github: @@ -97046,7 +97199,7 @@ paths: required: - properties examples: - default: *696 + default: *699 responses: '204': description: No Content when custom property values are successfully created @@ -97145,9 +97298,9 @@ paths: application/json: schema: type: array - items: *582 + items: *585 examples: - default: *697 + default: *700 headers: Link: *47 '304': *37 @@ -97245,7 +97398,7 @@ paths: description: Response content: application/json: - schema: &701 + schema: &704 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97459,7 +97612,7 @@ paths: - review_comment - self author_association: *221 - auto_merge: *698 + auto_merge: *701 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97551,7 +97704,7 @@ paths: - merged_by - review_comments examples: - default: &702 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98108,9 +98261,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: &704 + default: &707 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98195,9 +98348,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: &700 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98296,9 +98449,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: - default: *700 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98501,7 +98654,7 @@ paths: parameters: - *466 - *467 - - &703 + - &706 name: pull_number description: The number that identifies the pull request. in: path @@ -98514,9 +98667,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '304': *37 '404': *6 '406': @@ -98553,7 +98706,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -98595,9 +98748,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *704 examples: - default: *702 + default: *705 '422': *15 '403': *29 x-github: @@ -98621,7 +98774,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98683,7 +98836,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -98691,7 +98844,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -98723,7 +98876,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *244 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98744,9 +98897,9 @@ paths: application/json: schema: type: array - items: *699 + items: *702 examples: - default: *704 + default: *707 headers: Link: *47 x-github: @@ -98781,7 +98934,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -98886,7 +99039,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: example-for-a-multi-line-comment: value: @@ -98976,7 +99129,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *236 requestBody: required: true @@ -98999,7 +99152,7 @@ paths: description: Response content: application/json: - schema: *699 + schema: *702 examples: default: value: @@ -99087,7 +99240,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99097,9 +99250,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: *705 + default: *708 headers: Link: *47 x-github: @@ -99131,7 +99284,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -99141,7 +99294,7 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: default: value: @@ -99181,7 +99334,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '204': description: Response if pull request has been merged @@ -99206,7 +99359,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99319,7 +99472,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 responses: '200': description: Response @@ -99396,7 +99549,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -99433,7 +99586,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -99971,7 +100124,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: true content: @@ -100005,7 +100158,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *585 examples: default: value: @@ -100512,7 +100665,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 - *17 - *19 responses: @@ -100522,7 +100675,7 @@ paths: application/json: schema: type: array - items: &706 + items: &709 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100675,7 +100828,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -100761,9 +100914,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &708 + default: &711 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100828,8 +100981,8 @@ paths: parameters: - *466 - *467 - - *703 - - &707 + - *706 + - &710 name: review_id description: The unique identifier of the review. in: path @@ -100841,9 +100994,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: &709 + default: &712 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100904,8 +101057,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -100928,7 +101081,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -100992,16 +101145,16 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 responses: '200': description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *708 + default: *711 '422': *7 '404': *6 x-github: @@ -101030,8 +101183,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 - *17 - *19 responses: @@ -101268,8 +101421,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101297,7 +101450,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: default: value: @@ -101362,8 +101515,8 @@ paths: parameters: - *466 - *467 - - *703 - - *707 + - *706 + - *710 requestBody: required: true content: @@ -101398,9 +101551,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *709 examples: - default: *709 + default: *712 '404': *6 '422': *7 '403': *29 @@ -101424,7 +101577,7 @@ paths: parameters: - *466 - *467 - - *703 + - *706 requestBody: required: false content: @@ -101501,9 +101654,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: &711 + default: &714 value: type: file encoding: base64 @@ -101566,9 +101719,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *713 examples: - default: *711 + default: *714 '404': *6 '422': *15 x-github: @@ -101601,7 +101754,7 @@ paths: application/json: schema: type: array - items: *712 + items: *715 examples: default: value: @@ -101772,9 +101925,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: &716 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101881,7 +102034,7 @@ paths: parameters: - *466 - *467 - - &714 + - &717 name: asset_id description: The unique identifier of the asset. in: path @@ -101893,9 +102046,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: &715 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -101930,7 +102083,7 @@ paths: type: User site_admin: false '404': *6 - '302': *593 + '302': *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101948,7 +102101,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 requestBody: required: false content: @@ -101976,9 +102129,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *716 examples: - default: *715 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101996,7 +102149,7 @@ paths: parameters: - *466 - *467 - - *714 + - *717 responses: '204': description: Response @@ -102113,9 +102266,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102146,9 +102299,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': *6 x-github: githubCloudOnly: false @@ -102172,7 +102325,7 @@ paths: parameters: - *466 - *467 - - &717 + - &720 name: release_id description: The unique identifier of the release. in: path @@ -102186,9 +102339,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '401': description: Unauthorized x-github: @@ -102208,7 +102361,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: false content: @@ -102272,9 +102425,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *715 examples: - default: *716 + default: *719 '404': description: Not Found if the discussion category name is invalid content: @@ -102297,7 +102450,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 responses: '204': description: Response @@ -102319,7 +102472,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *17 - *19 responses: @@ -102329,7 +102482,7 @@ paths: application/json: schema: type: array - items: *713 + items: *716 examples: default: value: @@ -102413,7 +102566,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: name in: query required: true @@ -102439,7 +102592,7 @@ paths: description: Response for successful upload content: application/json: - schema: *713 + schema: *716 examples: response-for-successful-upload: value: @@ -102496,7 +102649,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102545,7 +102698,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 requestBody: required: true content: @@ -102608,7 +102761,7 @@ paths: parameters: - *466 - *467 - - *717 + - *720 - *460 responses: '204': @@ -102652,7 +102805,7 @@ paths: oneOf: - allOf: - *169 - - &718 + - &721 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102673,67 +102826,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *170 - - *718 + - *721 - allOf: - *171 - - *718 + - *721 - allOf: - *172 - - *718 + - *721 - allOf: - - *719 - - *718 + - *722 + - *721 - allOf: - *173 - - *718 + - *721 - allOf: - *174 - - *718 + - *721 - allOf: - *175 - - *718 + - *721 - allOf: - *176 - - *718 + - *721 - allOf: - *177 - - *718 + - *721 - allOf: - *178 - - *718 + - *721 - allOf: - *179 - - *718 + - *721 - allOf: - *180 - - *718 + - *721 - allOf: - *181 - - *718 + - *721 - allOf: - *182 - - *718 + - *721 - allOf: - *183 - - *718 + - *721 - allOf: - *184 - - *718 + - *721 - allOf: - *185 - - *718 + - *721 - allOf: - *186 - - *718 + - *721 - allOf: - *187 - - *718 + - *721 - allOf: - *188 - - *718 + - *721 - allOf: - *189 - - *718 + - *721 examples: default: value: @@ -102784,7 +102937,7 @@ paths: schema: type: boolean default: true - - *720 + - *723 responses: '200': description: Response @@ -102869,7 +103022,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *721 + items: *724 required: - name - enforcement @@ -102902,7 +103055,7 @@ paths: application/json: schema: *190 examples: - default: &730 + default: &733 value: id: 42 name: super cool ruleset @@ -102951,10 +103104,10 @@ paths: parameters: - *466 - *467 - - *722 + - *725 - *105 - - *723 - - *724 + - *726 + - *727 - *17 - *19 responses: @@ -102962,9 +103115,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *728 examples: - default: *726 + default: *729 '404': *6 '500': *40 x-github: @@ -102987,15 +103140,15 @@ paths: parameters: - *466 - *467 - - *727 + - *730 responses: '200': description: Response content: application/json: - schema: *728 + schema: *731 examples: - default: *729 + default: *732 '404': *6 '500': *40 x-github: @@ -103046,7 +103199,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 put: @@ -103099,7 +103252,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *721 + items: *724 examples: default: value: @@ -103129,7 +103282,7 @@ paths: application/json: schema: *190 examples: - default: *730 + default: *733 '404': *6 '500': *40 delete: @@ -103293,8 +103446,8 @@ paths: - *110 - *19 - *17 - - *731 - - *732 + - *734 + - *735 - *432 - *433 - *434 @@ -103306,7 +103459,7 @@ paths: application/json: schema: type: array - items: &736 + items: &739 type: object properties: number: *127 @@ -103325,8 +103478,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolved_at: type: string format: date-time @@ -103422,7 +103575,7 @@ paths: pull request. ' - oneOf: *735 + oneOf: *738 nullable: true has_more_locations: type: boolean @@ -103580,7 +103733,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103644,8 +103797,8 @@ paths: schema: type: object properties: - state: *733 - resolution: *734 + state: *736 + resolution: *737 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103679,7 +103832,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *739 examples: default: value: @@ -103787,7 +103940,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &924 + items: &927 type: object properties: type: @@ -103813,9 +103966,6 @@ paths: example: commit details: oneOf: - - *737 - - *738 - - *739 - *740 - *741 - *742 @@ -103826,6 +103976,9 @@ paths: - *747 - *748 - *749 + - *750 + - *751 + - *752 examples: default: value: @@ -103920,14 +104073,14 @@ paths: schema: type: object properties: - reason: &751 + reason: &754 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *750 + placeholder_id: *753 required: - reason - placeholder_id @@ -103944,7 +104097,7 @@ paths: schema: type: object properties: - reason: *751 + reason: *754 expire_at: type: string format: date-time @@ -104006,7 +104159,7 @@ paths: properties: incremental_scans: type: array - items: &752 + items: &755 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104032,15 +104185,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *752 + items: *755 backfill_scans: type: array - items: *752 + items: *755 custom_pattern_backfill_scans: type: array items: allOf: - - *752 + - *755 - type: object properties: pattern_name: @@ -104155,9 +104308,9 @@ paths: application/json: schema: type: array - items: *753 + items: *756 examples: - default: *754 + default: *757 '400': *14 '404': *6 x-github: @@ -104341,9 +104494,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: &756 + default: &759 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104681,7 +104834,7 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: default: value: @@ -104830,15 +104983,15 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '200': description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 + default: *759 '403': *29 '404': *6 x-github: @@ -104864,7 +105017,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 requestBody: required: true content: @@ -105023,10 +105176,10 @@ paths: description: Response content: application/json: - schema: *753 + schema: *756 examples: - default: *756 - add_credit: *756 + default: *759 + add_credit: *759 '403': *29 '404': *6 '422': @@ -105066,7 +105219,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': *39 '400': *14 @@ -105095,7 +105248,7 @@ paths: parameters: - *466 - *467 - - *755 + - *758 responses: '202': description: Response @@ -105239,7 +105392,7 @@ paths: application/json: schema: type: array - items: &757 + items: &760 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105612,7 +105765,7 @@ paths: application/json: schema: type: array - items: *757 + items: *760 examples: default: value: @@ -105700,7 +105853,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *761 examples: default: value: @@ -105794,7 +105947,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &759 + schema: &762 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105889,7 +106042,7 @@ paths: description: Response content: application/json: - schema: *759 + schema: *762 examples: default: value: @@ -106026,7 +106179,7 @@ paths: application/json: schema: type: array - items: &760 + items: &763 title: Tag protection description: Tag protection type: object @@ -106102,7 +106255,7 @@ paths: description: Response content: application/json: - schema: *760 + schema: *763 examples: default: value: @@ -106250,7 +106403,7 @@ paths: description: Response content: application/json: - schema: &761 + schema: &764 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106262,7 +106415,7 @@ paths: required: - names examples: - default: &762 + default: &765 value: names: - octocat @@ -106317,9 +106470,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *764 examples: - default: *762 + default: *765 '404': *6 '422': *7 x-github: @@ -106342,7 +106495,7 @@ paths: parameters: - *466 - *467 - - &763 + - &766 name: per description: The time frame to display results for. in: query @@ -106371,7 +106524,7 @@ paths: example: 128 clones: type: array - items: &764 + items: &767 title: Traffic type: object properties: @@ -106612,7 +106765,7 @@ paths: parameters: - *466 - *467 - - *763 + - *766 responses: '200': description: Response @@ -106631,7 +106784,7 @@ paths: example: 3782 views: type: array - items: *764 + items: *767 required: - uniques - count @@ -107303,7 +107456,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &772 + - &775 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -107312,7 +107465,7 @@ paths: schema: type: string example: members - - &777 + - &780 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -107323,7 +107476,7 @@ paths: default: 1 format: int32 example: 1 - - &778 + - &781 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -107365,7 +107518,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &767 + items: &770 allOf: - type: object required: @@ -107440,7 +107593,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &779 + meta: &782 type: object description: The metadata associated with the creation/updates to the user. @@ -107500,30 +107653,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &768 + '400': &771 description: Bad request content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '401': *766 - '403': &769 + schema: *768 + '401': *769 + '403': &772 description: Permission denied - '429': &770 + '429': &773 description: Too many requests content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '500': &771 + schema: *768 + '500': &774 description: Internal server error content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 + schema: *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107547,7 +107700,7 @@ paths: required: true content: application/json: - schema: &775 + schema: &778 type: object required: - schemas @@ -107607,9 +107760,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *767 + schema: *770 examples: - group: &773 + group: &776 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107628,13 +107781,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *768 - '401': *766 - '403': *769 - '409': &776 + '400': *771 + '401': *769 + '403': *772 + '409': &779 description: Duplicate record detected - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107651,7 +107804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &774 + - &777 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107659,22 +107812,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *772 + - *775 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *767 + schema: *770 examples: - default: *773 - '400': *768 - '401': *766 - '403': *769 + default: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107693,13 +107846,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: *775 + schema: *778 examples: group: summary: Group @@ -107725,17 +107878,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - group: *773 - groupWithMembers: *773 - '400': *768 - '401': *766 - '403': *769 + group: *776 + groupWithMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107759,13 +107912,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *774 + - *777 - *41 requestBody: required: true content: application/json: - schema: &786 + schema: &789 type: object required: - Operations @@ -107825,17 +107978,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *767 + schema: *770 examples: - updateGroup: *773 - addMembers: *773 - '400': *768 - '401': *766 - '403': *769 + updateGroup: *776 + addMembers: *776 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107851,17 +108004,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *774 + - *777 - *41 responses: '204': description: Group was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107895,8 +108048,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *777 - - *778 + - *780 + - *781 - *41 responses: '200': @@ -107929,7 +108082,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &781 + items: &784 allOf: - type: object required: @@ -108008,7 +108161,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &780 + roles: &783 type: array description: The roles assigned to the user. items: @@ -108064,7 +108217,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *779 + meta: *782 startIndex: type: integer description: A starting index for the returned page @@ -108101,11 +108254,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *768 - '401': *766 - '403': *769 - '429': *770 - '500': *771 + '400': *771 + '401': *769 + '403': *772 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108129,7 +108282,7 @@ paths: required: true content: application/json: - schema: &784 + schema: &787 type: object required: - schemas @@ -108211,9 +108364,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *780 + roles: *783 examples: - user: &785 + user: &788 summary: User value: schemas: @@ -108260,9 +108413,9 @@ paths: description: User has been created content: application/scim+json: - schema: *781 + schema: *784 examples: - user: &782 + user: &785 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108288,13 +108441,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *782 - '400': *768 - '401': *766 - '403': *769 - '409': *776 - '429': *770 - '500': *771 + enterpriseOwner: *785 + '400': *771 + '401': *769 + '403': *772 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108311,7 +108464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &783 + - &786 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -108324,15 +108477,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *781 + schema: *784 examples: - default: *782 - '400': *768 - '401': *766 - '403': *769 + default: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108354,30 +108507,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *784 + schema: *787 examples: - user: *785 + user: *788 responses: '200': description: User was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - user: *782 - '400': *768 - '401': *766 - '403': *769 + user: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108412,13 +108565,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *783 + - *786 - *41 requestBody: required: true content: application/json: - schema: *786 + schema: *789 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108458,18 +108611,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *781 + schema: *784 examples: - userMultiValuedProperties: *782 - userSingleValuedProperties: *782 - disableUser: *782 - '400': *768 - '401': *766 - '403': *769 + userMultiValuedProperties: *785 + userSingleValuedProperties: *785 + disableUser: *785 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '409': *776 - '429': *770 - '500': *771 + '409': *779 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108489,17 +108642,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *783 + - *786 - *41 responses: '204': description: User was deleted, no content - '400': *768 - '401': *766 - '403': *769 + '400': *771 + '401': *769 + '403': *772 '404': *6 - '429': *770 - '500': *771 + '429': *773 + '500': *774 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108586,7 +108739,7 @@ paths: example: 1 Resources: type: array - items: &787 + items: &790 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108817,22 +108970,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &788 + '404': &791 description: Resource not found content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '403': &789 + schema: *768 + '403': &792 description: Forbidden content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 - '429': *770 + schema: *768 + '400': *771 + '429': *773 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108858,9 +109011,9 @@ paths: description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: &790 + default: &793 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108883,17 +109036,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *788 - '403': *789 - '500': *771 + '404': *791 + '403': *792 + '500': *774 '409': description: Conflict content: application/json: - schema: *765 + schema: *768 application/scim+json: - schema: *765 - '400': *768 + schema: *768 + '400': *771 requestBody: required: true content: @@ -108991,17 +109144,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 - '404': *788 - '403': *789 + default: *793 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109025,18 +109178,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 + '404': *791 + '403': *792 requestBody: required: true content: @@ -109149,19 +109302,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *783 + - *786 responses: '200': description: Response content: application/scim+json: - schema: *787 + schema: *790 examples: - default: *790 + default: *793 '304': *37 - '404': *788 - '403': *789 - '400': *768 + '404': *791 + '403': *792 + '400': *771 '429': description: Response content: @@ -109252,12 +109405,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *783 + - *786 responses: '204': description: Response - '404': *788 - '403': *789 + '404': *791 + '403': *792 '304': *37 x-github: githubCloudOnly: true @@ -109390,7 +109543,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &791 + text_matches: &794 title: Search Result Text Matches type: array items: @@ -109553,7 +109706,7 @@ paths: enum: - author-date - committer-date - - &792 + - &795 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -109644,7 +109797,7 @@ paths: url: type: string format: uri - verification: *640 + verification: *643 required: - author - committer @@ -109681,7 +109834,7 @@ paths: type: number node_id: type: string - text_matches: *791 + text_matches: *794 required: - sha - node_id @@ -109874,7 +110027,7 @@ paths: - interactions - created - updated - - *792 + - *795 - *17 - *19 - name: advanced_search @@ -109971,11 +110124,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: type: string state_reason: @@ -110007,7 +110160,7 @@ paths: type: string format: date-time nullable: true - text_matches: *791 + text_matches: *794 pull_request: type: object properties: @@ -110232,7 +110385,7 @@ paths: enum: - created - updated - - *792 + - *795 - *17 - *19 responses: @@ -110276,7 +110429,7 @@ paths: nullable: true score: type: number - text_matches: *791 + text_matches: *794 required: - id - node_id @@ -110362,7 +110515,7 @@ paths: - forks - help-wanted-issues - updated - - *792 + - *795 - *17 - *19 responses: @@ -110601,7 +110754,7 @@ paths: - admin - pull - push - text_matches: *791 + text_matches: *794 temp_clone_token: type: string allow_merge_commit: @@ -110902,7 +111055,7 @@ paths: type: string format: uri nullable: true - text_matches: *791 + text_matches: *794 related: type: array nullable: true @@ -111095,7 +111248,7 @@ paths: - followers - repositories - joined - - *792 + - *795 - *17 - *19 responses: @@ -111199,7 +111352,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *791 + text_matches: *794 blog: type: string nullable: true @@ -111278,7 +111431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &796 + - &799 name: team_id description: The unique identifier of the team. in: path @@ -111319,7 +111472,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111419,7 +111572,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *796 + - *799 responses: '204': description: Response @@ -111450,7 +111603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *796 + - *799 - *110 - *17 - *19 @@ -111463,7 +111616,7 @@ paths: type: array items: *451 examples: - default: *797 + default: *800 headers: Link: *47 x-github: @@ -111492,7 +111645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -111555,7 +111708,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '200': @@ -111589,7 +111742,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: false @@ -111615,7 +111768,7 @@ paths: application/json: schema: *451 examples: - default: *798 + default: *801 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111640,7 +111793,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *796 + - *799 - *453 responses: '204': @@ -111670,7 +111823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *796 + - *799 - *453 - *110 - *17 @@ -111684,7 +111837,7 @@ paths: type: array items: *454 examples: - default: *799 + default: *802 headers: Link: *47 x-github: @@ -111713,7 +111866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -111765,7 +111918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111800,7 +111953,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -111826,7 +111979,7 @@ paths: application/json: schema: *454 examples: - default: *800 + default: *803 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111851,7 +112004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 responses: @@ -111882,7 +112035,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 - name: content @@ -111941,7 +112094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *796 + - *799 - *453 - *456 requestBody: @@ -112003,7 +112156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -112061,7 +112214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *796 + - *799 - *453 requestBody: required: true @@ -112120,7 +112273,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112158,7 +112311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *796 + - *799 - name: role description: Filters members returned by their role in the team. in: query @@ -112209,7 +112362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112246,7 +112399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112286,7 +112439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112323,7 +112476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *796 + - *799 - *142 responses: '200': @@ -112332,7 +112485,7 @@ paths: application/json: schema: *465 examples: - response-if-user-is-a-team-maintainer: *801 + response-if-user-is-a-team-maintainer: *804 '404': *6 x-github: githubCloudOnly: false @@ -112365,7 +112518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *796 + - *799 - *142 requestBody: required: false @@ -112393,7 +112546,7 @@ paths: application/json: schema: *465 examples: - response-if-users-membership-with-team-is-now-pending: *802 + response-if-users-membership-with-team-is-now-pending: *805 '403': description: Forbidden if team synchronization is set up '422': @@ -112427,7 +112580,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *796 + - *799 - *142 responses: '204': @@ -112455,7 +112608,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112497,7 +112650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *796 + - *799 - *466 - *467 responses: @@ -112505,7 +112658,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *803 + schema: *806 examples: alternative-response-with-extra-repository-information: value: @@ -112656,7 +112809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *796 + - *799 - *466 - *467 requestBody: @@ -112708,7 +112861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *796 + - *799 - *466 - *467 responses: @@ -112739,7 +112892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *796 + - *799 responses: '200': description: Response @@ -112774,7 +112927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *796 + - *799 requestBody: required: true content: @@ -112862,7 +113015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *796 + - *799 - *17 - *19 responses: @@ -112874,7 +113027,7 @@ paths: type: array items: *312 examples: - response-if-child-teams-exist: *804 + response-if-child-teams-exist: *807 headers: Link: *47 '404': *6 @@ -112907,7 +113060,7 @@ paths: application/json: schema: oneOf: - - &806 + - &809 title: Private User description: Private User type: object @@ -113110,7 +113263,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *805 + - *808 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -113263,7 +113416,7 @@ paths: description: Response content: application/json: - schema: *806 + schema: *809 examples: default: value: @@ -113609,7 +113762,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -113617,7 +113770,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -113661,7 +113814,7 @@ paths: type: integer secrets: type: array - items: &807 + items: &810 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -113701,7 +113854,7 @@ paths: - visibility - selected_repositories_url examples: - default: *570 + default: *573 headers: Link: *47 x-github: @@ -113777,7 +113930,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *810 examples: default: value: @@ -113923,7 +114076,7 @@ paths: type: array items: *283 examples: - default: *808 + default: *811 '401': *25 '403': *29 '404': *6 @@ -114075,7 +114228,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '401': *25 @@ -114133,7 +114286,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '401': *25 '403': *29 '404': *6 @@ -114190,7 +114343,7 @@ paths: description: Response content: application/json: - schema: &809 + schema: &812 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -114231,7 +114384,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &810 + default: &813 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -114276,9 +114429,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *812 examples: - default: *810 + default: *813 '404': *6 x-github: githubCloudOnly: false @@ -114315,9 +114468,9 @@ paths: type: integer machines: type: array - items: *811 + items: *814 examples: - default: *812 + default: *815 '304': *37 '500': *40 '401': *25 @@ -114401,8 +114554,8 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *568 - required: *569 + properties: *571 + required: *572 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -115184,7 +115337,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '304': *37 '500': *40 '400': *14 @@ -115224,7 +115377,7 @@ paths: application/json: schema: *376 examples: - default: *567 + default: *570 '500': *40 '401': *25 '403': *29 @@ -115256,7 +115409,7 @@ paths: type: array items: *387 examples: - default: &823 + default: &826 value: - id: 197 name: hello_docker @@ -115357,7 +115510,7 @@ paths: application/json: schema: type: array - items: &813 + items: &816 title: Email description: Email type: object @@ -115422,9 +115575,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: &825 + default: &828 value: - email: octocat@github.com verified: true @@ -115499,7 +115652,7 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: default: value: @@ -115755,7 +115908,7 @@ paths: application/json: schema: type: array - items: &814 + items: &817 title: GPG Key description: A unique encryption key type: object @@ -115886,7 +116039,7 @@ paths: - subkeys - revoked examples: - default: &839 + default: &842 value: - id: 3 name: Octocat's GPG Key @@ -115971,9 +116124,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: &815 + default: &818 value: id: 3 name: Octocat's GPG Key @@ -116030,7 +116183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &816 + - &819 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -116042,9 +116195,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *817 examples: - default: *815 + default: *818 '404': *6 '304': *37 '403': *29 @@ -116067,7 +116220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *816 + - *819 responses: '204': description: Response @@ -116372,7 +116525,7 @@ paths: required: true content: application/json: - schema: *651 + schema: *654 examples: default: value: @@ -116522,7 +116675,7 @@ paths: application/json: schema: type: array - items: &817 + items: &820 title: Key description: Key type: object @@ -116623,9 +116776,9 @@ paths: description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: &818 + default: &821 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116658,15 +116811,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '200': description: Response content: application/json: - schema: *817 + schema: *820 examples: - default: *818 + default: *821 '404': *6 '304': *37 '403': *29 @@ -116689,7 +116842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *680 + - *683 responses: '204': description: Response @@ -116722,7 +116875,7 @@ paths: application/json: schema: type: array - items: &819 + items: &822 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -116790,7 +116943,7 @@ paths: - account - plan examples: - default: &820 + default: &823 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -116852,9 +117005,9 @@ paths: application/json: schema: type: array - items: *819 + items: *822 examples: - default: *820 + default: *823 headers: Link: *47 '304': *37 @@ -117849,7 +118002,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *382 - - *821 + - *824 responses: '204': description: Response @@ -117964,7 +118117,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *19 - *17 responses: @@ -117976,8 +118129,8 @@ paths: type: array items: *387 examples: - default: *823 - '400': *824 + default: *826 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118006,7 +118159,7 @@ paths: application/json: schema: *387 examples: - default: &840 + default: &843 value: id: 40201 name: octo-name @@ -118368,9 +118521,9 @@ paths: application/json: schema: type: array - items: *813 + items: *816 examples: - default: *825 + default: *828 headers: Link: *47 '304': *37 @@ -118483,7 +118636,7 @@ paths: type: array items: *78 examples: - default: &832 + default: &835 summary: Default response value: - id: 1296269 @@ -118827,9 +118980,9 @@ paths: application/json: schema: type: array - items: *653 + items: *656 examples: - default: *826 + default: *829 headers: Link: *47 '304': *37 @@ -118908,7 +119061,7 @@ paths: application/json: schema: type: array - items: &827 + items: &830 title: Social account description: Social media account type: object @@ -118923,7 +119076,7 @@ paths: - provider - url examples: - default: &828 + default: &831 value: - provider: twitter url: https://twitter.com/github @@ -118985,9 +119138,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 '422': *15 '304': *37 '404': *6 @@ -119074,7 +119227,7 @@ paths: application/json: schema: type: array - items: &829 + items: &832 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -119094,7 +119247,7 @@ paths: - title - created_at examples: - default: &853 + default: &856 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119158,9 +119311,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: &830 + default: &833 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -119190,7 +119343,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &831 + - &834 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -119202,9 +119355,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *832 examples: - default: *830 + default: *833 '404': *6 '304': *37 '403': *29 @@ -119227,7 +119380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *831 + - *834 responses: '204': description: Response @@ -119256,7 +119409,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &854 + - &857 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -119281,11 +119434,11 @@ paths: type: array items: *78 examples: - default-response: *832 + default-response: *835 application/vnd.github.v3.star+json: schema: type: array - items: &855 + items: &858 title: Starred Repository description: Starred Repository type: object @@ -119654,10 +119807,10 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: &834 + default-response: &837 summary: Default response value: login: octocat @@ -119692,7 +119845,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &835 + response-with-git-hub-plan-information: &838 summary: Response with GitHub plan information value: login: octocat @@ -119814,7 +119967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *833 + - *836 - *17 responses: '200': @@ -119863,11 +120016,11 @@ paths: application/json: schema: oneOf: - - *806 - - *805 + - *809 + - *808 examples: - default-response: *834 - response-with-git-hub-plan-information: *835 + default-response: *837 + response-with-git-hub-plan-information: *838 '404': *6 x-github: githubCloudOnly: false @@ -119917,8 +120070,8 @@ paths: required: - subject_digests examples: - default: *836 - withPredicateType: *837 + default: *839 + withPredicateType: *840 responses: '200': description: Response @@ -119971,7 +120124,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *838 + default: *841 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120217,7 +120370,7 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 x-github: @@ -120601,9 +120754,9 @@ paths: application/json: schema: type: array - items: *814 + items: *817 examples: - default: *839 + default: *842 headers: Link: *47 x-github: @@ -120707,7 +120860,7 @@ paths: application/json: schema: *22 examples: - default: *650 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120831,7 +120984,7 @@ paths: - docker - nuget - container - - *822 + - *825 - *142 - *19 - *17 @@ -120844,10 +120997,10 @@ paths: type: array items: *387 examples: - default: *823 + default: *826 '403': *29 '401': *25 - '400': *824 + '400': *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120877,7 +121030,7 @@ paths: application/json: schema: *387 examples: - default: *840 + default: *843 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121226,7 +121379,7 @@ paths: type: array items: *409 examples: - default: *841 + default: *844 headers: Link: *47 '304': *37 @@ -121286,7 +121439,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *842 + items: *845 required: - name - data_type @@ -121302,7 +121455,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *843 + iteration_configuration: *846 required: - name - data_type @@ -121324,8 +121477,8 @@ paths: value: name: Due date data_type: date - single_select_field: *844 - iteration_field: *845 + single_select_field: *847 + iteration_field: *848 responses: '201': description: Response @@ -121333,11 +121486,11 @@ paths: application/json: schema: *409 examples: - text_field: *846 - number_field: *847 - date_field: *848 - single_select_field: *849 - iteration_field: *850 + text_field: *849 + number_field: *850 + date_field: *851 + single_select_field: *852 + iteration_field: *853 '304': *37 '403': *29 '401': *25 @@ -121359,7 +121512,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *851 + - *854 - *142 responses: '200': @@ -121368,7 +121521,7 @@ paths: application/json: schema: *409 examples: - default: *852 + default: *855 headers: Link: *47 '304': *37 @@ -121903,9 +122056,9 @@ paths: application/json: schema: type: array - items: *827 + items: *830 examples: - default: *828 + default: *831 headers: Link: *47 x-github: @@ -121935,9 +122088,9 @@ paths: application/json: schema: type: array - items: *829 + items: *832 examples: - default: *853 + default: *856 headers: Link: *47 x-github: @@ -121962,7 +122115,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *142 - - *854 + - *857 - *110 - *17 - *19 @@ -121974,11 +122127,11 @@ paths: schema: anyOf: - type: array - items: *855 + items: *858 - type: array items: *78 examples: - default-response: *832 + default-response: *835 headers: Link: *47 x-github: @@ -122137,7 +122290,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &856 + enterprise: &859 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122195,7 +122348,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &857 + installation: &860 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -122214,7 +122367,7 @@ x-webhooks: required: - id - node_id - organization: &858 + organization: &861 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -122274,13 +122427,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &859 + repository: &862 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &896 + properties: &899 id: description: Unique identifier of the repository example: 42 @@ -122963,7 +123116,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &897 + required: &900 - archive_url - assignees_url - blobs_url @@ -123114,10 +123267,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -123193,11 +123346,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: &860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: &863 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -123420,11 +123573,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123607,11 +123760,11 @@ x-webhooks: - everyone required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - rule: *860 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + rule: *863 sender: *4 required: - action @@ -123684,7 +123837,7 @@ x-webhooks: required: true content: application/json: - schema: &880 + schema: &883 title: Exemption request cancellation event type: object properties: @@ -123692,11 +123845,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: &861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: &864 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123965,7 +124118,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &862 + items: &865 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -124075,7 +124228,7 @@ x-webhooks: required: true content: application/json: - schema: &881 + schema: &884 title: Exemption request completed event type: object properties: @@ -124083,11 +124236,11 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124159,7 +124312,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &881 title: Exemption request created event type: object properties: @@ -124167,11 +124320,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 sender: *4 required: - action @@ -124243,7 +124396,7 @@ x-webhooks: required: true content: application/json: - schema: &882 + schema: &885 title: Exemption response dismissed event type: object properties: @@ -124251,12 +124404,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124330,7 +124483,7 @@ x-webhooks: required: true content: application/json: - schema: &879 + schema: &882 title: Exemption response submitted event type: object properties: @@ -124338,12 +124491,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - exemption_request: *861 - exemption_response: *862 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + exemption_request: *864 + exemption_response: *865 sender: *4 required: - action @@ -124427,7 +124580,7 @@ x-webhooks: type: string enum: - completed - check_run: &864 + check_run: &867 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124518,7 +124671,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *863 + deployment: *866 details_url: example: https://example.com type: string @@ -124603,10 +124756,10 @@ x-webhooks: - output - app - pull_requests - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -124999,11 +125152,11 @@ x-webhooks: type: string enum: - created - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -125399,11 +125552,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 requested_action: description: The action requested by the user. type: object @@ -125808,11 +125961,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *864 - installation: *857 - enterprise: *856 - organization: *858 - repository: *859 + check_run: *867 + installation: *860 + enterprise: *859 + organization: *861 + repository: *862 sender: *4 required: - check_run @@ -126789,10 +126942,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -127486,10 +127639,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128177,10 +128330,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -128491,20 +128644,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &865 + commit_oid: &868 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *856 - installation: *857 - organization: *858 - ref: &866 + enterprise: *859 + installation: *860 + organization: *861 + ref: &869 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -128899,12 +129052,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129170,12 +129323,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129507,12 +129660,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -129786,16 +129939,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *859 + repository: *862 sender: *4 required: - action @@ -130032,12 +130185,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *865 - enterprise: *856 - installation: *857 - organization: *858 - ref: *866 - repository: *859 + commit_oid: *868 + enterprise: *859 + installation: *860 + organization: *861 + ref: *869 + repository: *862 sender: *4 required: - action @@ -130294,10 +130447,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -130377,18 +130530,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *858 - pusher_type: &867 + organization: *861 + pusher_type: &870 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &868 + ref: &871 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -130398,7 +130551,7 @@ x-webhooks: enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130481,9 +130634,9 @@ x-webhooks: enum: - created definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130568,9 +130721,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130648,9 +130801,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130728,9 +130881,9 @@ x-webhooks: enum: - updated definition: *156 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -130807,10 +130960,10 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - repository: *859 - organization: *858 + enterprise: *859 + installation: *860 + repository: *862 + organization: *861 sender: *4 new_property_values: type: array @@ -130895,18 +131048,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - pusher_type: *867 - ref: *868 + enterprise: *859 + installation: *860 + organization: *861 + pusher_type: *870 + ref: *871 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *859 + repository: *862 sender: *4 required: - ref @@ -130990,11 +131143,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131078,11 +131231,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131166,11 +131319,11 @@ x-webhooks: type: string enum: - created - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131252,11 +131405,11 @@ x-webhooks: type: string enum: - dismissed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131338,11 +131491,11 @@ x-webhooks: type: string enum: - fixed - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131425,11 +131578,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131511,11 +131664,11 @@ x-webhooks: type: string enum: - reopened - alert: *599 - installation: *857 - organization: *858 - enterprise: *856 - repository: *859 + alert: *602 + installation: *860 + organization: *861 + enterprise: *859 + repository: *862 sender: *4 required: - action @@ -131592,9 +131745,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - key: &869 + enterprise: *859 + installation: *860 + key: &872 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131630,8 +131783,8 @@ x-webhooks: - verified - created_at - read_only - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -131708,11 +131861,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - key: *869 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + key: *872 + organization: *861 + repository: *862 sender: *4 required: - action @@ -132273,12 +132426,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: &873 + workflow: &876 title: Workflow type: object nullable: true @@ -133004,13 +133157,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *605 + deployment: *608 pull_requests: type: array - items: *701 - repository: *859 - organization: *858 - installation: *857 + items: *704 + repository: *862 + organization: *861 + installation: *860 sender: *4 responses: '200': @@ -133081,7 +133234,7 @@ x-webhooks: type: string enum: - approved - approver: &870 + approver: &873 type: object properties: avatar_url: @@ -133124,11 +133277,11 @@ x-webhooks: type: string comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: &871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: &874 type: array items: type: object @@ -133207,7 +133360,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &872 + workflow_job_run: &875 type: object properties: conclusion: @@ -133938,18 +134091,18 @@ x-webhooks: type: string enum: - rejected - approver: *870 + approver: *873 comment: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - reviewers: *871 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + reviewers: *874 sender: *4 since: type: string - workflow_job_run: *872 + workflow_job_run: *875 workflow_job_runs: type: array items: @@ -134653,13 +134806,13 @@ x-webhooks: type: string enum: - requested - enterprise: *856 + enterprise: *859 environment: type: string - installation: *857 - organization: *858 - repository: *859 - requestor: &883 + installation: *860 + organization: *861 + repository: *862 + requestor: &886 title: User type: object nullable: true @@ -136558,12 +136711,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Deployment Workflow Run type: object @@ -137243,7 +137396,7 @@ x-webhooks: type: string enum: - answered - answer: &876 + answer: &879 type: object properties: author_association: @@ -137400,11 +137553,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137531,11 +137684,11 @@ x-webhooks: - from required: - category - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137618,11 +137771,11 @@ x-webhooks: type: string enum: - closed - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137704,7 +137857,7 @@ x-webhooks: type: string enum: - created - comment: &875 + comment: &878 type: object properties: author_association: @@ -137861,11 +138014,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -137948,12 +138101,12 @@ x-webhooks: type: string enum: - deleted - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138048,12 +138201,12 @@ x-webhooks: - from required: - body - comment: *875 - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + comment: *878 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138137,11 +138290,11 @@ x-webhooks: type: string enum: - created - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138223,11 +138376,11 @@ x-webhooks: type: string enum: - deleted - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138327,11 +138480,11 @@ x-webhooks: type: string required: - from - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138413,10 +138566,10 @@ x-webhooks: type: string enum: - labeled - discussion: *874 - enterprise: *856 - installation: *857 - label: &877 + discussion: *877 + enterprise: *859 + installation: *860 + label: &880 title: Label type: object properties: @@ -138448,8 +138601,8 @@ x-webhooks: - color - default - description - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138532,11 +138685,11 @@ x-webhooks: type: string enum: - locked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138618,11 +138771,11 @@ x-webhooks: type: string enum: - pinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138704,11 +138857,11 @@ x-webhooks: type: string enum: - reopened - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138793,16 +138946,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *874 - new_repository: *859 + new_discussion: *877 + new_repository: *862 required: - new_discussion - new_repository - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138885,10 +139038,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *874 - old_answer: *876 - organization: *858 - repository: *859 + discussion: *877 + old_answer: *879 + organization: *861 + repository: *862 sender: *4 required: - action @@ -138970,12 +139123,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *874 - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139058,11 +139211,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139144,11 +139297,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *874 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + discussion: *877 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -139217,7 +139370,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139280,7 +139433,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139343,7 +139496,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139406,7 +139559,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139469,7 +139622,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139535,7 +139688,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139601,7 +139754,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139667,7 +139820,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139733,7 +139886,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139799,7 +139952,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139864,7 +140017,7 @@ x-webhooks: required: true content: application/json: - schema: *880 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139929,7 +140082,7 @@ x-webhooks: required: true content: application/json: - schema: *881 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139994,7 +140147,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *881 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140059,7 +140212,7 @@ x-webhooks: required: true content: application/json: - schema: *882 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140125,7 +140278,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *882 responses: '200': description: Return a 200 status to indicate that the data was received @@ -140192,7 +140345,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *856 + enterprise: *859 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140852,9 +141005,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - forkee @@ -141000,9 +141153,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pages: description: The pages that were updated. type: array @@ -141039,7 +141192,7 @@ x-webhooks: - action - sha - html_url - repository: *859 + repository: *862 sender: *4 required: - pages @@ -141115,10 +141268,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: &884 + organization: *861 + repositories: &887 description: An array of repository objects that the installation can access. type: array @@ -141144,8 +141297,8 @@ x-webhooks: - name - full_name - private - repository: *859 - requester: *883 + repository: *862 + requester: *886 sender: *4 required: - action @@ -141220,11 +141373,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141300,11 +141453,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141380,10 +141533,10 @@ x-webhooks: type: string enum: - added - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: &885 + organization: *861 + repositories_added: &888 description: An array of repository objects, which were added to the installation. type: array @@ -141429,15 +141582,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *859 - repository_selection: &886 + repository: *862 + repository_selection: &889 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *883 + requester: *886 sender: *4 required: - action @@ -141516,10 +141669,10 @@ x-webhooks: type: string enum: - removed - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories_added: *885 + organization: *861 + repositories_added: *888 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141546,9 +141699,9 @@ x-webhooks: - name - full_name - private - repository: *859 - repository_selection: *886 - requester: *883 + repository: *862 + repository_selection: *889 + requester: *886 sender: *4 required: - action @@ -141627,11 +141780,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -141810,10 +141963,10 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 target_type: type: string @@ -141892,11 +142045,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *856 + enterprise: *859 installation: *22 - organization: *858 - repositories: *884 - repository: *859 + organization: *861 + repositories: *887 + repository: *862 requester: nullable: true sender: *4 @@ -142148,8 +142301,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142943,8 +143096,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143293,8 +143446,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -143374,7 +143527,7 @@ x-webhooks: type: string enum: - deleted - comment: &887 + comment: &890 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -143539,8 +143692,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144330,8 +144483,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144682,8 +144835,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -144763,7 +144916,7 @@ x-webhooks: type: string enum: - edited - changes: &916 + changes: &919 description: The changes to the comment. type: object properties: @@ -144775,9 +144928,9 @@ x-webhooks: type: string required: - from - comment: *887 - enterprise: *856 - installation: *857 + comment: *890 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145570,8 +145723,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145920,8 +146073,8 @@ x-webhooks: - state - locked - assignee - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146011,9 +146164,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146102,9 +146255,9 @@ x-webhooks: type: number blocking_issue: *220 blocking_issue_repo: *78 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146192,9 +146345,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146283,9 +146436,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -146365,10 +146518,10 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - issue: &890 + assignee: *886 + enterprise: *859 + installation: *860 + issue: &893 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147157,11 +147310,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147278,8 +147431,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -147359,8 +147512,8 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -148154,11 +148307,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148410,8 +148563,8 @@ x-webhooks: required: - state - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -148490,8 +148643,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149276,11 +149429,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149396,8 +149549,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -149476,8 +149629,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150284,11 +150437,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150383,7 +150536,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &888 + milestone: &891 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150521,8 +150674,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -150621,8 +150774,8 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151411,11 +151564,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151532,9 +151685,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -151614,8 +151767,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152403,11 +152556,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152524,9 +152677,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *877 - organization: *858 - repository: *859 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -152606,8 +152759,8 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153419,11 +153572,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153517,8 +153670,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -153597,8 +153750,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154404,11 +154557,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154502,9 +154655,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *888 - organization: *858 - repository: *859 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -155372,11 +155525,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155938,8 +156091,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156728,11 +156881,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156848,8 +157001,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -156929,9 +157082,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *856 - installation: *857 - issue: &889 + enterprise: *859 + installation: *860 + issue: &892 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157714,11 +157867,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157834,8 +157987,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -157914,8 +158067,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158725,11 +158878,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158824,8 +158977,8 @@ x-webhooks: user_view_type: type: string type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -159691,11 +159844,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160279,11 +160432,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160363,12 +160516,12 @@ x-webhooks: type: string enum: - typed - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160449,7 +160602,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &919 + assignee: &922 title: User type: object nullable: true @@ -160519,11 +160672,11 @@ x-webhooks: required: - login - id - enterprise: *856 - installation: *857 - issue: *890 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160602,12 +160755,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - issue: *890 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *893 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -160687,8 +160840,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161498,11 +161651,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *793 - issue_dependencies_summary: *794 + sub_issues_summary: *796 + issue_dependencies_summary: *797 issue_field_values: type: array - items: *795 + items: *798 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161596,8 +161749,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161677,11 +161830,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *856 - installation: *857 - issue: *889 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + issue: *892 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161760,12 +161913,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *856 - installation: *857 - issue: *890 + enterprise: *859 + installation: *860 + issue: *893 type: *371 - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161845,11 +161998,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -161927,11 +162080,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162041,11 +162194,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - label: *877 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + label: *880 + organization: *861 + repository: *862 sender: *4 required: - action @@ -162127,9 +162280,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: &891 + enterprise: *859 + installation: *860 + marketplace_purchase: &894 title: Marketplace Purchase type: object required: @@ -162212,8 +162365,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: &892 + organization: *861 + previous_marketplace_purchase: &895 title: Marketplace Purchase type: object properties: @@ -162293,7 +162446,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162373,10 +162526,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162459,7 +162612,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162541,10 +162694,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162626,7 +162779,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *859 + repository: *862 sender: *4 required: - action @@ -162707,8 +162860,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 marketplace_purchase: title: Marketplace Purchase type: object @@ -162790,9 +162943,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162872,12 +163025,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *856 - installation: *857 - marketplace_purchase: *891 - organization: *858 - previous_marketplace_purchase: *892 - repository: *859 + enterprise: *859 + installation: *860 + marketplace_purchase: *894 + organization: *861 + previous_marketplace_purchase: *895 + repository: *862 sender: *4 required: - action @@ -162979,11 +163132,11 @@ x-webhooks: type: string required: - to - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163083,11 +163236,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163166,11 +163319,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163248,11 +163401,11 @@ x-webhooks: type: string enum: - added - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163328,7 +163481,7 @@ x-webhooks: required: - login - id - team: &893 + team: &896 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163551,11 +163704,11 @@ x-webhooks: type: string enum: - removed - enterprise: *856 - installation: *857 - member: *883 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + member: *886 + organization: *861 + repository: *862 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163632,7 +163785,7 @@ x-webhooks: required: - login - id - team: *893 + team: *896 required: - action - scope @@ -163714,8 +163867,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *857 - merge_group: &895 + installation: *860 + merge_group: &898 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163734,15 +163887,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *894 + head_commit: *897 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163828,10 +163981,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *857 - merge_group: *895 - organization: *858 - repository: *859 + installation: *860 + merge_group: *898 + organization: *861 + repository: *862 sender: *4 required: - action @@ -163904,7 +164057,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 + enterprise: *859 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164013,16 +164166,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *857 - organization: *858 + installation: *860 + organization: *861 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -164103,11 +164256,11 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164186,9 +164339,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - milestone: &898 + enterprise: *859 + installation: *860 + milestone: &901 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164325,8 +164478,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164405,11 +164558,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164519,11 +164672,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - milestone: *888 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *891 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164603,11 +164756,11 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - milestone: *898 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + milestone: *901 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164686,11 +164839,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164769,11 +164922,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *883 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + blocked_user: *886 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -164849,7 +165002,7 @@ x-webhooks: enum: - created definition: *150 - enterprise: *856 + enterprise: *859 sender: *4 required: - action @@ -164929,8 +165082,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165003,8 +165156,8 @@ x-webhooks: enum: - updated definition: *150 - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 sender: *4 required: - action @@ -165076,9 +165229,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 new_property_values: type: array @@ -165166,9 +165319,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - membership: &899 + enterprise: *859 + installation: *860 + membership: &902 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165275,8 +165428,8 @@ x-webhooks: - role - organization_url - user - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165354,11 +165507,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165437,8 +165590,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165554,10 +165707,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 - user: *883 + user: *886 required: - action - invitation @@ -165635,11 +165788,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165726,11 +165879,11 @@ x-webhooks: properties: from: type: string - enterprise: *856 - installation: *857 - membership: *899 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + membership: *902 + organization: *861 + repository: *862 sender: *4 required: - action @@ -165806,9 +165959,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166307,7 +166460,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &900 + items: &903 title: Ruby Gems metadata type: object properties: @@ -166402,7 +166555,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -166478,9 +166631,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 package: description: Information about the package. type: object @@ -166833,7 +166986,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 source_url: type: string format: uri @@ -166903,7 +167056,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -167080,12 +167233,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *856 + enterprise: *859 id: type: integer - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - id @@ -167162,7 +167315,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &901 + personal_access_token_request: &904 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167308,10 +167461,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *856 - organization: *858 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167388,11 +167541,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167468,11 +167621,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *901 - enterprise: *856 - organization: *858 + personal_access_token_request: *904 + enterprise: *859 + organization: *861 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167547,11 +167700,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *901 - organization: *858 - enterprise: *856 + personal_access_token_request: *904 + organization: *861 + enterprise: *859 sender: *4 - installation: *857 + installation: *860 required: - action - personal_access_token_request @@ -167656,7 +167809,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *902 + last_response: *905 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167688,8 +167841,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 zen: description: Random string of GitHub zen. @@ -167934,10 +168087,10 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: &903 + enterprise: *859 + installation: *860 + organization: *861 + project_card: &906 title: Project Card type: object properties: @@ -168056,7 +168209,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -168137,11 +168290,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168221,9 +168374,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: title: Project Card type: object @@ -168351,8 +168504,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -168446,11 +168599,11 @@ x-webhooks: - from required: - note - enterprise: *856 - installation: *857 - organization: *858 - project_card: *903 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_card: *906 + repository: *862 sender: *4 required: - action @@ -168544,9 +168697,9 @@ x-webhooks: - from required: - column_id - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 project_card: allOf: - title: Project Card @@ -168736,7 +168889,7 @@ x-webhooks: type: string required: - after_id - repository: *859 + repository: *862 sender: *4 required: - action @@ -168816,10 +168969,10 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - organization: *858 - project: &905 + enterprise: *859 + installation: *860 + organization: *861 + project: &908 title: Project type: object properties: @@ -168943,7 +169096,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169023,10 +169176,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project_column: &904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: &907 title: Project Column type: object properties: @@ -169065,7 +169218,7 @@ x-webhooks: - name - created_at - updated_at - repository: *859 + repository: *862 sender: *4 required: - action @@ -169144,18 +169297,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169245,11 +169398,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169329,11 +169482,11 @@ x-webhooks: type: string enum: - moved - enterprise: *856 - installation: *857 - organization: *858 - project_column: *904 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project_column: *907 + repository: *862 sender: *4 required: - action @@ -169413,11 +169566,11 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169497,18 +169650,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - project: *905 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *896 - required: *897 + properties: *899 + required: *900 nullable: true sender: *4 required: @@ -169610,11 +169763,11 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169693,11 +169846,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - organization: *858 - project: *905 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + project: *908 + repository: *862 sender: *4 required: - action @@ -169778,8 +169931,8 @@ x-webhooks: type: string enum: - closed - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169861,8 +170014,8 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -169944,8 +170097,8 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170063,8 +170216,8 @@ x-webhooks: type: string to: type: string - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170148,7 +170301,7 @@ x-webhooks: type: string enum: - archived - changes: &909 + changes: &912 type: object properties: archived_at: @@ -170162,9 +170315,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *857 - organization: *858 - projects_v2_item: &906 + installation: *860 + organization: *861 + projects_v2_item: &909 title: Projects v2 Item description: An item belonging to a project type: object @@ -170299,9 +170452,9 @@ x-webhooks: nullable: true to: type: string - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170383,9 +170536,9 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170466,9 +170619,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170574,7 +170727,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &907 + - &910 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170596,7 +170749,7 @@ x-webhooks: required: - id - name - - &908 + - &911 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170630,8 +170783,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *907 - - *908 + - *910 + - *911 required: - field_value - type: object @@ -170647,9 +170800,9 @@ x-webhooks: nullable: true required: - body - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170744,9 +170897,9 @@ x-webhooks: to: type: string nullable: true - installation: *857 - organization: *858 - projects_v2_item: *906 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170829,10 +170982,10 @@ x-webhooks: type: string enum: - restored - changes: *909 - installation: *857 - organization: *858 - projects_v2_item: *906 + changes: *912 + installation: *860 + organization: *861 + projects_v2_item: *909 sender: *4 required: - action @@ -170914,8 +171067,8 @@ x-webhooks: type: string enum: - reopened - installation: *857 - organization: *858 + installation: *860 + organization: *861 projects_v2: *403 sender: *4 required: @@ -170997,14 +171150,14 @@ x-webhooks: type: string enum: - created - installation: *857 - organization: *858 - projects_v2_status_update: &912 + installation: *860 + organization: *861 + projects_v2_status_update: &915 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *910 - required: *911 + properties: *913 + required: *914 sender: *4 required: - action @@ -171085,9 +171238,9 @@ x-webhooks: type: string enum: - deleted - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171223,9 +171376,9 @@ x-webhooks: type: string format: date nullable: true - installation: *857 - organization: *858 - projects_v2_status_update: *912 + installation: *860 + organization: *861 + projects_v2_status_update: *915 sender: *4 required: - action @@ -171296,10 +171449,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - repository @@ -171376,13 +171529,13 @@ x-webhooks: type: string enum: - assigned - assignee: *883 - enterprise: *856 - installation: *857 - number: &913 + assignee: *886 + enterprise: *859 + installation: *860 + number: &916 description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -173665,7 +173818,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -173747,11 +173900,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -176029,7 +176182,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -176111,11 +176264,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -178393,7 +178546,7 @@ x-webhooks: - draft reason: type: string - repository: *859 + repository: *862 sender: *4 required: - action @@ -178475,13 +178628,13 @@ x-webhooks: type: string enum: - closed - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: &914 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: &917 allOf: - - *701 + - *704 - type: object properties: allow_auto_merge: @@ -178543,7 +178696,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *859 + repository: *862 sender: *4 required: - action @@ -178624,12 +178777,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -178709,11 +178862,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: &915 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: &918 title: Pull Request type: object properties: @@ -180976,7 +181129,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -181055,11 +181208,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -183341,7 +183494,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *859 + repository: *862 sender: *4 required: - action @@ -183465,12 +183618,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -183550,11 +183703,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -185821,7 +185974,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -185901,11 +186054,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -188187,7 +188340,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -188268,10 +188421,10 @@ x-webhooks: type: string enum: - locked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -190551,7 +190704,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -190631,12 +190784,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *856 - milestone: *683 - number: *913 - organization: *858 - pull_request: *915 - repository: *859 + enterprise: *859 + milestone: *686 + number: *916 + organization: *861 + pull_request: *918 + repository: *862 sender: *4 required: - action @@ -190715,12 +190868,12 @@ x-webhooks: type: string enum: - opened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190801,12 +190954,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -190886,12 +191039,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *856 - installation: *857 - number: *913 - organization: *858 - pull_request: *914 - repository: *859 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 + pull_request: *917 + repository: *862 sender: *4 required: - action @@ -191257,9 +191410,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -193429,7 +193582,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -193509,7 +193662,7 @@ x-webhooks: type: string enum: - deleted - comment: &917 + comment: &920 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193794,9 +193947,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -195954,7 +196107,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -196034,11 +196187,11 @@ x-webhooks: type: string enum: - edited - changes: *916 - comment: *917 - enterprise: *856 - installation: *857 - organization: *858 + changes: *919 + comment: *920 + enterprise: *859 + installation: *860 + organization: *861 pull_request: type: object properties: @@ -198199,7 +198352,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *859 + repository: *862 sender: *4 required: - action @@ -198280,9 +198433,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -200455,7 +200608,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 review: description: The review that was affected. type: object @@ -200702,9 +200855,9 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -202758,8 +202911,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: &918 + repository: *862 + review: &921 description: The review that was affected. type: object properties: @@ -202992,12 +203145,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -205280,7 +205433,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -205364,12 +205517,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -207659,7 +207812,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207851,12 +208004,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -210141,7 +210294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_reviewer: title: User type: object @@ -210226,12 +210379,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *856 - installation: *857 + enterprise: *859 + installation: *860 number: description: The pull request number. type: integer - organization: *858 + organization: *861 pull_request: title: Pull Request type: object @@ -212507,7 +212660,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212688,9 +212841,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -214865,8 +215018,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 - review: *918 + repository: *862 + review: *921 sender: *4 required: - action @@ -214946,9 +215099,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -217018,7 +217171,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -217405,9 +217558,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 pull_request: title: Simple Pull Request type: object @@ -219463,7 +219616,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *859 + repository: *862 sender: *4 thread: type: object @@ -219853,10 +220006,10 @@ x-webhooks: type: string before: type: string - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -222127,7 +222280,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -222209,11 +222362,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *919 - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + assignee: *922 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -224496,7 +224649,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -224575,11 +224728,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *856 - installation: *857 - label: *877 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + label: *880 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -226852,7 +227005,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -226933,10 +227086,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *856 - installation: *857 - number: *913 - organization: *858 + enterprise: *859 + installation: *860 + number: *916 + organization: *861 pull_request: title: Pull Request type: object @@ -229201,7 +229354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *859 + repository: *862 sender: *4 required: - action @@ -229401,7 +229554,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *856 + enterprise: *859 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229493,8 +229646,8 @@ x-webhooks: - url - author - committer - installation: *857 - organization: *858 + installation: *860 + organization: *861 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230069,9 +230222,9 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230517,7 +230670,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -230571,7 +230724,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -230649,9 +230802,9 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 registry_package: type: object properties: @@ -230959,7 +231112,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *900 + items: *903 summary: type: string tag_name: @@ -231008,7 +231161,7 @@ x-webhooks: - owner - package_version - registry - repository: *859 + repository: *862 sender: *4 required: - action @@ -231085,10 +231238,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - release: &920 + enterprise: *859 + installation: *860 + organization: *861 + release: &923 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231406,7 +231559,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *859 + repository: *862 sender: *4 required: - action @@ -231483,11 +231636,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231604,11 +231757,11 @@ x-webhooks: type: boolean required: - to - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -231686,9 +231839,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -232010,7 +232163,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232086,10 +232239,10 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - release: &921 + enterprise: *859 + installation: *860 + organization: *861 + release: &924 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -232408,7 +232561,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *859 + repository: *862 sender: *4 required: - action @@ -232484,11 +232637,11 @@ x-webhooks: type: string enum: - released - enterprise: *856 - installation: *857 - organization: *858 - release: *920 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *923 + repository: *862 sender: *4 required: - action @@ -232564,11 +232717,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *856 - installation: *857 - organization: *858 - release: *921 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + release: *924 + repository: *862 sender: *4 required: - action @@ -232644,11 +232797,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232724,11 +232877,11 @@ x-webhooks: type: string enum: - reported - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - repository_advisory: *753 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + repository_advisory: *756 sender: *4 required: - action @@ -232804,10 +232957,10 @@ x-webhooks: type: string enum: - archived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232884,10 +233037,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -232965,10 +233118,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233052,10 +233205,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233167,10 +233320,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233242,10 +233395,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 status: type: string @@ -233326,10 +233479,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233406,10 +233559,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233503,10 +233656,10 @@ x-webhooks: - name required: - repository - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -233586,10 +233739,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233668,10 +233821,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 sender: *4 required: @@ -233750,10 +233903,10 @@ x-webhooks: type: string enum: - edited - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 repository_ruleset: *190 changes: type: object @@ -233815,16 +233968,16 @@ x-webhooks: properties: added: type: array - items: *721 + items: *724 deleted: type: array - items: *721 + items: *724 updated: type: array items: type: object properties: - rule: *721 + rule: *724 changes: type: object properties: @@ -234058,10 +234211,10 @@ x-webhooks: - from required: - owner - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234139,10 +234292,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234220,7 +234373,7 @@ x-webhooks: type: string enum: - create - alert: &922 + alert: &925 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234341,10 +234494,10 @@ x-webhooks: type: string enum: - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234550,10 +234703,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234631,11 +234784,11 @@ x-webhooks: type: string enum: - reopen - alert: *922 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234834,10 +234987,10 @@ x-webhooks: enum: - fixed - open - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -234915,7 +235068,7 @@ x-webhooks: type: string enum: - assigned - alert: &923 + alert: &926 type: object properties: number: *127 @@ -235034,10 +235187,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235115,11 +235268,11 @@ x-webhooks: type: string enum: - created - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235200,11 +235353,11 @@ x-webhooks: type: string enum: - created - alert: *923 - installation: *857 - location: *924 - organization: *858 - repository: *859 + alert: *926 + installation: *860 + location: *927 + organization: *861 + repository: *862 sender: *4 required: - location @@ -235442,11 +235595,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235524,11 +235677,11 @@ x-webhooks: type: string enum: - reopened - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235606,11 +235759,11 @@ x-webhooks: type: string enum: - resolved - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235688,12 +235841,12 @@ x-webhooks: type: string enum: - unassigned - alert: *923 + alert: *926 assignee: *4 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235771,11 +235924,11 @@ x-webhooks: type: string enum: - validated - alert: *923 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + alert: *926 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -235901,10 +236054,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *859 - enterprise: *856 - installation: *857 - organization: *858 + repository: *862 + enterprise: *859 + installation: *860 + organization: *861 sender: *4 required: - action @@ -235982,11 +236135,11 @@ x-webhooks: type: string enum: - published - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: &925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: &928 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236169,11 +236322,11 @@ x-webhooks: type: string enum: - updated - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 - security_advisory: *925 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 + security_advisory: *928 sender: *4 required: - action @@ -236246,10 +236399,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236434,9 +236587,9 @@ x-webhooks: type: object properties: security_and_analysis: *419 - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: *471 sender: *4 required: @@ -236515,12 +236668,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: &926 + sponsorship: &929 type: object properties: created_at: @@ -236821,12 +236974,12 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -236914,12 +237067,12 @@ x-webhooks: type: string required: - from - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -236996,17 +237149,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &927 + effective_date: &930 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - sponsorship @@ -237080,7 +237233,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &928 + changes: &931 type: object properties: tier: @@ -237124,13 +237277,13 @@ x-webhooks: - from required: - tier - effective_date: *927 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + effective_date: *930 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237207,13 +237360,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *928 - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + changes: *931 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - sponsorship: *926 + sponsorship: *929 required: - action - changes @@ -237287,10 +237440,10 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237373,10 +237526,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237796,15 +237949,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *856 + enterprise: *859 id: description: The unique identifier of the status. type: integer - installation: *857 + installation: *860 name: type: string - organization: *858 - repository: *859 + organization: *861 + repository: *862 sender: *4 sha: description: The Commit SHA. @@ -237919,9 +238072,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238011,9 +238164,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238103,9 +238256,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238195,9 +238348,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *220 - installation: *857 - organization: *858 - repository: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -238274,12 +238427,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - team: &929 + team: &932 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238502,9 +238655,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -238962,7 +239115,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239038,9 +239191,9 @@ x-webhooks: type: string enum: - created - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -239498,7 +239651,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -239575,9 +239728,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240035,7 +240188,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -240179,9 +240332,9 @@ x-webhooks: - from required: - permissions - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -240639,7 +240792,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - changes @@ -240717,9 +240870,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *856 - installation: *857 - organization: *858 + enterprise: *859 + installation: *860 + organization: *861 repository: title: Repository description: A git repository @@ -241177,7 +241330,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *929 + team: *932 required: - action - team @@ -241253,10 +241406,10 @@ x-webhooks: type: string enum: - started - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 required: - action @@ -241329,16 +241482,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *856 + enterprise: *859 inputs: type: object nullable: true additionalProperties: true - installation: *857 - organization: *858 + installation: *860 + organization: *861 ref: type: string - repository: *859 + repository: *862 sender: *4 workflow: type: string @@ -241420,10 +241573,10 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -241660,7 +241813,7 @@ x-webhooks: type: string required: - conclusion - deployment: *605 + deployment: *608 required: - action - repository @@ -241739,10 +241892,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: allOf: @@ -242002,7 +242155,7 @@ x-webhooks: required: - status - steps - deployment: *605 + deployment: *608 required: - action - repository @@ -242081,10 +242234,10 @@ x-webhooks: type: string enum: - queued - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242219,7 +242372,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242298,10 +242451,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 workflow_job: type: object @@ -242437,7 +242590,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *605 + deployment: *608 required: - action - repository @@ -242517,12 +242670,12 @@ x-webhooks: type: string enum: - completed - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -243521,12 +243674,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object @@ -244510,12 +244663,12 @@ x-webhooks: type: string enum: - requested - enterprise: *856 - installation: *857 - organization: *858 - repository: *859 + enterprise: *859 + installation: *860 + organization: *861 + repository: *862 sender: *4 - workflow: *873 + workflow: *876 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index c96941d195..0550ac0540 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -53100,7 +53100,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -59094,6 +59094,139 @@ } } }, + "post": { + "summary": "Create a dismissal request for a Dependabot alert for a repository", + "description": "Creates a new dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/create-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "dismissed_reason": { + "type": "string", + "description": "The reason for dismissing the alert.", + "enum": [ + "fix_started", + "no_bandwidth", + "tolerable_risk", + "inaccurate", + "not_used" + ] + }, + "dismissed_comment": { + "type": "string", + "description": "An optional comment explaining the dismissal." + } + }, + "required": [ + "dismissed_reason" + ] + }, + "examples": { + "default": { + "value": { + "dismissed_reason": "tolerable_risk", + "dismissed_comment": "Risk is acceptable for this project." + } + } + } + } + } + }, + "responses": { + "201": { + "description": "The created dismissal request.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/dependabot-alert-dismissal-request" + }, + "examples": { + "default": { + "value": { + "id": 1, + "number": 1, + "repository": { + "id": 1, + "name": "hello-world", + "full_name": "octocat/hello-world" + }, + "organization": { + "id": 1, + "name": "octocat" + }, + "requester": { + "actor_id": 1, + "actor_name": "octocat" + }, + "request_type": "dependabot_alert_closure", + "data": [ + { + "reason": "tolerable_risk", + "alert_number": "42", + "alert_title": "lodash vulnerability" + } + ], + "resource_identifier": "42", + "status": "pending", + "requester_comment": "Risk is acceptable for this project.", + "expires_at": "2024-01-15T00:00:00Z", + "created_at": "2024-01-08T00:00:00Z", + "responses": null, + "url": "https://github.com/octocat/hello-world/security/dependabot/42" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "422": { + "$ref": "#/components/responses/validation_failed" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + } + }, "patch": { "summary": "Review a dismissal request for a Dependabot alert for a repository", "description": "Approve or deny a dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository and the user must be a dismissal reviewer to access this endpoint.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", @@ -59201,6 +59334,55 @@ "$ref": "#/components/responses/internal_error" } } + }, + "delete": { + "summary": "Cancel a dismissal request for a Dependabot alert for a repository", + "description": "Cancels a pending dismissal request for a Dependabot alert in a repository.\n\nThe authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner).\nDelegated alert dismissal must be enabled on the repository.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/cancel-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "responses": { + "204": { + "description": "Dismissal request cancelled successfully." + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + } } }, "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": { @@ -146045,6 +146227,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index a3a83f5ed9..da57df2def 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -38313,7 +38313,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -42878,6 +42878,101 @@ paths: "$ref": "#/components/responses/forbidden" '500': "$ref": "#/components/responses/internal_error" + post: + summary: Create a dismissal request for a Dependabot alert for a repository + description: |- + Creates a new dismissal request to dismiss a Dependabot alert in a repository. + + Delegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/create-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + dismissed_reason: + type: string + description: The reason for dismissing the alert. + enum: + - fix_started + - no_bandwidth + - tolerable_risk + - inaccurate + - not_used + dismissed_comment: + type: string + description: An optional comment explaining the dismissal. + required: + - dismissed_reason + examples: + default: + value: + dismissed_reason: tolerable_risk + dismissed_comment: Risk is acceptable for this project. + responses: + '201': + description: The created dismissal request. + content: + application/json: + schema: + "$ref": "#/components/schemas/dependabot-alert-dismissal-request" + examples: + default: + value: + id: 1 + number: 1 + repository: + id: 1 + name: hello-world + full_name: octocat/hello-world + organization: + id: 1 + name: octocat + requester: + actor_id: 1 + actor_name: octocat + request_type: dependabot_alert_closure + data: + - reason: tolerable_risk + alert_number: '42' + alert_title: lodash vulnerability + resource_identifier: '42' + status: pending + requester_comment: Risk is acceptable for this project. + expires_at: '2024-01-15T00:00:00Z' + created_at: '2024-01-08T00:00:00Z' + responses: + url: https://github.com/octocat/hello-world/security/dependabot/42 + '404': + "$ref": "#/components/responses/not_found" + '403': + "$ref": "#/components/responses/forbidden" + '422': + "$ref": "#/components/responses/validation_failed" + '500': + "$ref": "#/components/responses/internal_error" patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -42953,6 +43048,43 @@ paths: "$ref": "#/components/responses/validation_failed" '500': "$ref": "#/components/responses/internal_error" + delete: + summary: Cancel a dismissal request for a Dependabot alert for a repository + description: |- + Cancels a pending dismissal request for a Dependabot alert in a repository. + + The authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner). + Delegated alert dismissal must be enabled on the repository. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/cancel-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + responses: + '204': + description: Dismissal request cancelled successfully. + '404': + "$ref": "#/components/responses/not_found" + '403': + "$ref": "#/components/responses/forbidden" + '500': + "$ref": "#/components/responses/internal_error" "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -107091,6 +107223,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index c96941d195..0550ac0540 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -53100,7 +53100,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" } }, "examples": { @@ -59094,6 +59094,139 @@ } } }, + "post": { + "summary": "Create a dismissal request for a Dependabot alert for a repository", + "description": "Creates a new dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/create-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "dismissed_reason": { + "type": "string", + "description": "The reason for dismissing the alert.", + "enum": [ + "fix_started", + "no_bandwidth", + "tolerable_risk", + "inaccurate", + "not_used" + ] + }, + "dismissed_comment": { + "type": "string", + "description": "An optional comment explaining the dismissal." + } + }, + "required": [ + "dismissed_reason" + ] + }, + "examples": { + "default": { + "value": { + "dismissed_reason": "tolerable_risk", + "dismissed_comment": "Risk is acceptable for this project." + } + } + } + } + } + }, + "responses": { + "201": { + "description": "The created dismissal request.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/dependabot-alert-dismissal-request" + }, + "examples": { + "default": { + "value": { + "id": 1, + "number": 1, + "repository": { + "id": 1, + "name": "hello-world", + "full_name": "octocat/hello-world" + }, + "organization": { + "id": 1, + "name": "octocat" + }, + "requester": { + "actor_id": 1, + "actor_name": "octocat" + }, + "request_type": "dependabot_alert_closure", + "data": [ + { + "reason": "tolerable_risk", + "alert_number": "42", + "alert_title": "lodash vulnerability" + } + ], + "resource_identifier": "42", + "status": "pending", + "requester_comment": "Risk is acceptable for this project.", + "expires_at": "2024-01-15T00:00:00Z", + "created_at": "2024-01-08T00:00:00Z", + "responses": null, + "url": "https://github.com/octocat/hello-world/security/dependabot/42" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "422": { + "$ref": "#/components/responses/validation_failed" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + } + }, "patch": { "summary": "Review a dismissal request for a Dependabot alert for a repository", "description": "Approve or deny a dismissal request to dismiss a Dependabot alert in a repository.\n\nDelegated alert dismissal must be enabled on the repository and the user must be a dismissal reviewer to access this endpoint.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", @@ -59201,6 +59334,55 @@ "$ref": "#/components/responses/internal_error" } } + }, + "delete": { + "summary": "Cancel a dismissal request for a Dependabot alert for a repository", + "description": "Cancels a pending dismissal request for a Dependabot alert in a repository.\n\nThe authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner).\nDelegated alert dismissal must be enabled on the repository.\nOAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "dependabot" + ], + "operationId": "dependabot/cancel-dismissal-request-for-repo", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "dependabot", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + }, + { + "name": "alert_number", + "in": "path", + "required": true, + "description": "The number that identifies the Dependabot alert.", + "schema": { + "type": "integer" + } + } + ], + "responses": { + "204": { + "description": "Dismissal request cancelled successfully." + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + } } }, "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": { @@ -146045,6 +146227,59 @@ } } }, + "code-scanning-alert-instance-state": { + "type": "string", + "description": "State of a code scanning alert instance.", + "nullable": true, + "enum": [ + "open", + "fixed" + ] + }, + "code-scanning-alert-instance-list": { + "type": "object", + "properties": { + "ref": { + "$ref": "#/components/schemas/code-scanning-ref" + }, + "analysis_key": { + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + }, + "environment": { + "$ref": "#/components/schemas/code-scanning-alert-environment" + }, + "category": { + "$ref": "#/components/schemas/code-scanning-analysis-category" + }, + "state": { + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + }, + "commit_sha": { + "type": "string" + }, + "message": { + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + }, + "location": { + "$ref": "#/components/schemas/code-scanning-alert-location" + }, + "html_url": { + "type": "string" + }, + "classifications": { + "type": "array", + "description": "Classifications that have been applied to the file that triggered the alert.\nFor example identifying it as documentation, or a generated file.", + "items": { + "$ref": "#/components/schemas/code-scanning-alert-classification" + } + } + } + }, "code-scanning-analysis-sarif-id": { "type": "string", "description": "An identifier for the upload.", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index a3a83f5ed9..da57df2def 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -38313,7 +38313,7 @@ paths: schema: type: array items: - "$ref": "#/components/schemas/code-scanning-alert-instance" + "$ref": "#/components/schemas/code-scanning-alert-instance-list" examples: default: "$ref": "#/components/examples/code-scanning-alert-instances" @@ -42878,6 +42878,101 @@ paths: "$ref": "#/components/responses/forbidden" '500': "$ref": "#/components/responses/internal_error" + post: + summary: Create a dismissal request for a Dependabot alert for a repository + description: |- + Creates a new dismissal request to dismiss a Dependabot alert in a repository. + + Delegated alert dismissal must be enabled on the repository and the user must have permission to view Dependabot alerts to access this endpoint. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/create-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#create-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + dismissed_reason: + type: string + description: The reason for dismissing the alert. + enum: + - fix_started + - no_bandwidth + - tolerable_risk + - inaccurate + - not_used + dismissed_comment: + type: string + description: An optional comment explaining the dismissal. + required: + - dismissed_reason + examples: + default: + value: + dismissed_reason: tolerable_risk + dismissed_comment: Risk is acceptable for this project. + responses: + '201': + description: The created dismissal request. + content: + application/json: + schema: + "$ref": "#/components/schemas/dependabot-alert-dismissal-request" + examples: + default: + value: + id: 1 + number: 1 + repository: + id: 1 + name: hello-world + full_name: octocat/hello-world + organization: + id: 1 + name: octocat + requester: + actor_id: 1 + actor_name: octocat + request_type: dependabot_alert_closure + data: + - reason: tolerable_risk + alert_number: '42' + alert_title: lodash vulnerability + resource_identifier: '42' + status: pending + requester_comment: Risk is acceptable for this project. + expires_at: '2024-01-15T00:00:00Z' + created_at: '2024-01-08T00:00:00Z' + responses: + url: https://github.com/octocat/hello-world/security/dependabot/42 + '404': + "$ref": "#/components/responses/not_found" + '403': + "$ref": "#/components/responses/forbidden" + '422': + "$ref": "#/components/responses/validation_failed" + '500': + "$ref": "#/components/responses/internal_error" patch: summary: Review a dismissal request for a Dependabot alert for a repository description: |- @@ -42953,6 +43048,43 @@ paths: "$ref": "#/components/responses/validation_failed" '500': "$ref": "#/components/responses/internal_error" + delete: + summary: Cancel a dismissal request for a Dependabot alert for a repository + description: |- + Cancels a pending dismissal request for a Dependabot alert in a repository. + + The authenticated user must be the requester of the dismissal request or have reviewer permissions (security manager or organization owner). + Delegated alert dismissal must be enabled on the repository. + OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint. + tags: + - dependabot + operationId: dependabot/cancel-dismissal-request-for-repo + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alert-dismissal-requests#cancel-a-dismissal-request-for-a-dependabot-alert-for-a-repository + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: dependabot + subcategory: alert-dismissal-requests + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + - name: alert_number + in: path + required: true + description: The number that identifies the Dependabot alert. + schema: + type: integer + responses: + '204': + description: Dismissal request cancelled successfully. + '404': + "$ref": "#/components/responses/not_found" + '403': + "$ref": "#/components/responses/forbidden" + '500': + "$ref": "#/components/responses/internal_error" "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -107091,6 +107223,44 @@ components: sha: type: string description: SHA of commit with autofix. + code-scanning-alert-instance-state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + code-scanning-alert-instance-list: + type: object + properties: + ref: + "$ref": "#/components/schemas/code-scanning-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + category: + "$ref": "#/components/schemas/code-scanning-analysis-category" + state: + "$ref": "#/components/schemas/code-scanning-alert-instance-state" + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: + "$ref": "#/components/schemas/code-scanning-alert-location" + html_url: + type: string + classifications: + type: array + description: |- + Classifications that have been applied to the file that triggered the alert. + For example identifying it as documentation, or a generated file. + items: + "$ref": "#/components/schemas/code-scanning-alert-classification" code-scanning-analysis-sarif-id: type: string description: An identifier for the upload. diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index c51abb9c22..785ef4a512 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -264053,11 +264053,10 @@ }, "state": { "type": "string", - "description": "State of a code scanning alert.", + "description": "State of a code scanning alert instance.", "nullable": true, "enum": [ "open", - "dismissed", "fixed" ] }, diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index dad44cc54b..475a7de781 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -4479,7 +4479,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &548 + schema: &551 title: Scim Error description: Scim Error type: object @@ -12469,13 +12469,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: &397 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: &397 + category: &398 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -12489,7 +12489,7 @@ paths: properties: text: type: string - location: + location: &399 type: object description: Describe a region within a file for the alert. properties: @@ -12510,7 +12510,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: &400 type: string description: A classification of the file. For example to identify it as generated. @@ -13292,7 +13292,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 - - &417 + - &420 name: has in: query description: |- @@ -13415,7 +13415,7 @@ paths: enum: - development - runtime - security_advisory: &418 + security_advisory: &421 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13646,14 +13646,14 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &419 + auto_dismissed_at: &422 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &420 + dismissal_request: &423 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -14129,14 +14129,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &539 + state: &542 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: &540 + resolution: &543 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14722,7 +14722,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &463 + properties: &466 id: type: integer format: int64 @@ -14985,7 +14985,7 @@ paths: timeline_url: type: string format: uri - type: &575 + type: &578 title: Issue Type description: The type of issue. type: object @@ -15099,7 +15099,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &572 + sub_issues_summary: &575 title: Sub-issues Summary type: object properties: @@ -15119,7 +15119,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &573 + issue_dependencies_summary: &576 title: Issue Dependencies Summary type: object properties: @@ -15138,7 +15138,7 @@ paths: - total_blocking issue_field_values: type: array - items: &574 + items: &577 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15199,7 +15199,7 @@ paths: - node_id - data_type - value - required: &464 + required: &467 - assignee - closed_at - comments @@ -15283,7 +15283,7 @@ paths: action: type: string issue: *109 - comment: &461 + comment: &464 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15942,7 +15942,7 @@ paths: - review_comment - self author_association: *110 - auto_merge: &409 + auto_merge: &412 title: Auto merge description: The status of auto merging a pull request. type: object @@ -16406,7 +16406,7 @@ paths: type: string release: allOf: - - &517 + - &520 title: Release description: A release. type: object @@ -16477,7 +16477,7 @@ paths: author: *19 assets: type: array - items: &518 + items: &521 title: Release Asset description: Data related to a release. type: object @@ -17057,7 +17057,7 @@ paths: url: type: string format: uri - user: &590 + user: &593 title: Public User description: Public User type: object @@ -21778,7 +21778,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: - - &491 + - &494 name: all description: If `true`, show notifications marked as read. in: query @@ -21786,7 +21786,7 @@ paths: schema: type: boolean default: false - - &492 + - &495 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -21796,7 +21796,7 @@ paths: type: boolean default: false - *119 - - &493 + - &496 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: @@ -22240,7 +22240,7 @@ paths: - url - subscription_url examples: - default: &494 + default: &497 value: - id: '1' repository: @@ -22786,7 +22786,7 @@ paths: type: array items: *70 examples: - default: &599 + default: &602 value: - login: github id: 1 @@ -23928,7 +23928,7 @@ paths: type: array items: *84 examples: - default: &596 + default: &599 value: total_count: 1 repositories: @@ -27354,7 +27354,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &426 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27371,7 +27371,7 @@ paths: - key_id - key examples: - default: &424 + default: &427 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28778,7 +28778,7 @@ paths: application/json: schema: *39 examples: - default: &458 + default: &461 value: id: 1 account: @@ -31466,7 +31466,7 @@ paths: - nuget - container - *140 - - &600 + - &603 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31507,7 +31507,7 @@ paths: default: *225 '403': *43 '401': *41 - '400': &602 + '400': &605 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -35030,7 +35030,7 @@ paths: - *140 - *4 - *5 - - &525 + - &528 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35304,7 +35304,7 @@ paths: - repository_property rules: type: array - items: &526 + items: &529 title: Repository Rule type: object description: A repository rule. @@ -36050,7 +36050,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *140 - - &527 + - &530 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -36063,7 +36063,7 @@ paths: in: query schema: type: string - - &528 + - &531 name: time_period description: |- The time period to filter by. @@ -36079,14 +36079,14 @@ paths: - week - month default: day - - &529 + - &532 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 - - &530 + - &533 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -36106,7 +36106,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &534 title: Rule Suites description: Response type: array @@ -36160,7 +36160,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &532 + default: &535 value: - id: 21 actor_id: 12 @@ -36204,7 +36204,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *140 - - &533 + - &536 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36220,7 +36220,7 @@ paths: description: Response content: application/json: - schema: &534 + schema: &537 title: Rule Suite description: Response type: object @@ -36318,7 +36318,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &535 + default: &538 value: id: 21 actor_id: 12 @@ -36536,7 +36536,7 @@ paths: - *9 - *5 - *4 - - &537 + - &540 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 @@ -36546,7 +36546,7 @@ paths: required: false schema: type: string - - &538 + - &541 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 @@ -37575,7 +37575,7 @@ paths: - updated_at - url examples: - default: &580 + default: &583 value: - author: login: octocat @@ -37823,7 +37823,7 @@ paths: application/json: schema: *289 examples: - default: &581 + default: &584 value: author: login: octocat @@ -38006,7 +38006,7 @@ paths: - updated_at - url examples: - default: &582 + default: &585 value: - author: login: octocat @@ -38232,7 +38232,7 @@ paths: application/json: schema: *292 examples: - default: &583 + default: &586 value: author: login: octocat @@ -38909,7 +38909,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &584 + response-if-user-is-a-team-maintainer: &587 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38974,7 +38974,7 @@ paths: application/json: schema: *303 examples: - response-if-users-membership-with-team-is-now-pending: &585 + response-if-users-membership-with-team-is-now-pending: &588 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39115,7 +39115,7 @@ paths: - updated_at - permissions examples: - default: &586 + default: &589 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39194,7 +39194,7 @@ paths: application/json: schema: *304 examples: - default: &587 + default: &590 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39404,7 +39404,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &588 + schema: &591 title: Team Repository description: A team's access to a repository. type: object @@ -40061,7 +40061,7 @@ paths: type: array items: *308 examples: - response-if-child-teams-exist: &589 + response-if-child-teams-exist: &592 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -46085,7 +46085,7 @@ paths: items: type: object properties: - type: &432 + type: &435 type: string description: The type of reviewer. enum: @@ -46219,7 +46219,7 @@ paths: application/json: schema: type: array - items: &427 + items: &430 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46325,7 +46325,7 @@ paths: - created_at - updated_at examples: - default: &428 + default: &431 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46563,7 +46563,7 @@ paths: application/json: schema: *343 examples: - default: &445 + default: &448 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46782,7 +46782,7 @@ paths: application/json: schema: *347 examples: - default: &446 + default: &449 value: name: USERNAME value: octocat @@ -48173,7 +48173,7 @@ paths: properties: name: type: string - commit: &405 + commit: &408 title: Commit description: Commit type: object @@ -48244,7 +48244,7 @@ paths: required: - sha - url - verification: &452 + verification: &455 title: Verification type: object properties: @@ -48310,7 +48310,7 @@ paths: type: integer files: type: array - items: &414 + items: &417 title: Diff Entry description: Diff Entry type: object @@ -51420,7 +51420,7 @@ paths: check. type: array items: *375 - deployment: &625 + deployment: &628 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53029,14 +53029,14 @@ paths: - *306 - *307 - *383 - - &411 + - &414 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &412 + - &415 name: status description: Returns check runs with the specified `status`. in: query @@ -53077,7 +53077,7 @@ paths: type: array items: *376 examples: - default: &413 + default: &416 value: total_count: 1 check_runs: @@ -53756,7 +53756,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &400 + '403': &403 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53796,7 +53796,36 @@ paths: application/json: schema: type: array - items: *391 + items: + type: object + properties: + ref: *384 + analysis_key: *396 + environment: *397 + category: *398 + state: + type: string + description: State of a code scanning alert instance. + nullable: true + enum: + - open + - fixed + commit_sha: + type: string + message: + type: object + properties: + text: + type: string + location: *399 + 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: *400 examples: default: value: @@ -53886,7 +53915,7 @@ paths: in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &398 + schema: &401 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -53907,11 +53936,11 @@ paths: application/json: schema: type: array - items: &399 + items: &402 type: object properties: ref: *384 - commit_sha: &401 + commit_sha: &404 description: The SHA of the commit to which the analysis you are uploading relates. type: string @@ -53923,7 +53952,7 @@ paths: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *397 + category: *398 error: type: string example: error reading field xyz @@ -53947,7 +53976,7 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *398 + sarif_id: *401 tool: *390 deletable: type: boolean @@ -54059,7 +54088,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *402 examples: response: summary: application/json response @@ -54249,7 +54278,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': *34 - '403': *400 + '403': *403 '404': *26 '503': *104 x-github: @@ -54427,7 +54456,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *400 + '403': *403 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -54507,7 +54536,7 @@ paths: schema: type: object properties: - commit_sha: *401 + commit_sha: *404 ref: type: string description: |- @@ -54560,7 +54589,7 @@ paths: schema: type: object properties: - id: *398 + id: *401 url: type: string description: The REST API URL for checking the status of the upload. @@ -54574,7 +54603,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': *400 + '403': *403 '404': *26 '413': description: Payload Too Large if the sarif field is too large @@ -54836,7 +54865,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &402 + properties: &405 login: type: string example: octocat @@ -54929,7 +54958,7 @@ paths: user_view_type: type: string example: public - required: &403 + required: &406 - avatar_url - events_url - followers_url @@ -55166,8 +55195,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *402 - required: *403 + properties: *405 + required: *406 nullable: true required: - permission @@ -55233,7 +55262,7 @@ paths: application/json: schema: type: array - items: &404 + items: &407 title: Commit Comment description: Commit Comment type: object @@ -55291,7 +55320,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &410 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55358,9 +55387,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *407 examples: - default: &408 + default: &411 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55441,7 +55470,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *407 examples: default: value: @@ -55740,9 +55769,9 @@ paths: application/json: schema: type: array - items: *405 + items: *408 examples: - default: &510 + default: &513 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55837,7 +55866,7 @@ paths: parameters: - *306 - *307 - - &406 + - &409 name: commit_sha description: The SHA of the commit. in: path @@ -55911,7 +55940,7 @@ paths: parameters: - *306 - *307 - - *406 + - *409 - *4 - *5 responses: @@ -55921,9 +55950,9 @@ paths: application/json: schema: type: array - items: *404 + items: *407 examples: - default: *407 + default: *410 headers: Link: *6 x-github: @@ -55953,7 +55982,7 @@ paths: parameters: - *306 - *307 - - *406 + - *409 requestBody: required: true content: @@ -55988,9 +56017,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *407 examples: - default: *408 + default: *411 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -56020,7 +56049,7 @@ paths: parameters: - *306 - *307 - - *406 + - *409 - *4 - *5 responses: @@ -56030,7 +56059,7 @@ paths: application/json: schema: type: array - items: &502 + items: &505 title: Pull Request Simple description: Pull Request Simple type: object @@ -56251,7 +56280,7 @@ paths: - review_comment - self author_association: *110 - auto_merge: *409 + auto_merge: *412 draft: description: Indicates whether or not the pull request is a draft. @@ -56290,7 +56319,7 @@ paths: - author_association - auto_merge examples: - default: &503 + default: &506 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -56831,7 +56860,7 @@ paths: - *307 - *5 - *4 - - &410 + - &413 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)" @@ -56846,9 +56875,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *408 examples: - default: &487 + default: &490 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -56960,9 +56989,9 @@ paths: parameters: - *306 - *307 - - *410 - - *411 - - *412 + - *413 + - *414 + - *415 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -56998,7 +57027,7 @@ paths: type: array items: *376 examples: - default: *413 + default: *416 headers: Link: *6 x-github: @@ -57025,7 +57054,7 @@ paths: parameters: - *306 - *307 - - *410 + - *413 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -57033,7 +57062,7 @@ paths: schema: type: integer example: 1 - - *411 + - *414 - *4 - *5 responses: @@ -57253,7 +57282,7 @@ paths: parameters: - *306 - *307 - - *410 + - *413 - *4 - *5 responses: @@ -57453,7 +57482,7 @@ paths: parameters: - *306 - *307 - - *410 + - *413 - *4 - *5 responses: @@ -57463,7 +57492,7 @@ paths: application/json: schema: type: array - items: &543 + items: &546 title: Status description: The status of a commit. type: object @@ -57656,8 +57685,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *405 - merge_base_commit: *405 + base_commit: *408 + merge_base_commit: *408 status: type: string enum: @@ -57677,10 +57706,10 @@ paths: example: 6 commits: type: array - items: *405 + items: *408 files: type: array - items: *414 + items: *417 required: - url - html_url @@ -58103,7 +58132,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &415 + response-if-content-is-a-file: &418 summary: Response if content is a file value: type: file @@ -58235,7 +58264,7 @@ paths: - size - type - url - - &515 + - &518 title: Content File description: Content File type: object @@ -58436,7 +58465,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *415 + response-if-content-is-a-file: *418 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -58505,7 +58534,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &519 + '302': &522 description: Found '304': *42 x-github: @@ -58623,7 +58652,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &419 title: File Commit description: File Commit type: object @@ -58769,7 +58798,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *419 examples: example-for-creating-a-file: value: @@ -58820,7 +58849,7 @@ paths: schema: oneOf: - *24 - - &447 + - &450 description: Repository rule violation was detected type: object properties: @@ -58935,7 +58964,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *419 examples: default: value: @@ -59123,7 +59152,7 @@ paths: schema: type: string - *195 - - *417 + - *420 - *196 - *197 - *9 @@ -59154,7 +59183,7 @@ paths: application/json: schema: type: array - items: &421 + items: &424 type: object description: A Dependabot alert. properties: @@ -59187,7 +59216,7 @@ paths: enum: - development - runtime - security_advisory: *418 + security_advisory: *421 security_vulnerability: *96 url: *97 html_url: *98 @@ -59218,8 +59247,8 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *419 - dismissal_request: *420 + auto_dismissed_at: *422 + dismissal_request: *423 required: - number - state @@ -59448,7 +59477,7 @@ paths: parameters: - *306 - *307 - - &422 + - &425 name: alert_number in: path description: |- @@ -59463,7 +59492,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *424 examples: default: value: @@ -59569,7 +59598,7 @@ paths: parameters: - *306 - *307 - - *422 + - *425 requestBody: required: true content: @@ -59614,7 +59643,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *424 examples: default: value: @@ -59762,7 +59791,7 @@ paths: type: integer secrets: type: array - items: &425 + items: &428 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -59822,9 +59851,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *426 examples: - default: *424 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59852,7 +59881,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *428 examples: default: value: @@ -60419,7 +60448,7 @@ paths: - version - url additionalProperties: false - metadata: &426 + metadata: &429 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -60452,7 +60481,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *426 + metadata: *429 resolved: type: object description: A collection of resolved package dependencies. @@ -60465,7 +60494,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *426 + metadata: *429 relationship: type: string description: A notation of whether a dependency is requested @@ -60635,9 +60664,9 @@ paths: application/json: schema: type: array - items: *427 + items: *430 examples: - default: *428 + default: *431 headers: Link: *6 x-github: @@ -60785,7 +60814,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *430 examples: simple-example: summary: Simple example @@ -60860,7 +60889,7 @@ paths: parameters: - *306 - *307 - - &429 + - &432 name: deployment_id description: deployment_id parameter in: path @@ -60872,7 +60901,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *430 examples: default: value: @@ -60939,7 +60968,7 @@ paths: parameters: - *306 - *307 - - *429 + - *432 responses: '204': description: Response @@ -60963,7 +60992,7 @@ paths: parameters: - *306 - *307 - - *429 + - *432 - *4 - *5 responses: @@ -60973,7 +61002,7 @@ paths: application/json: schema: type: array - items: &430 + items: &433 title: Deployment Status description: The status of a deployment. type: object @@ -61136,7 +61165,7 @@ paths: parameters: - *306 - *307 - - *429 + - *432 requestBody: required: true content: @@ -61211,9 +61240,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *433 examples: - default: &431 + default: &434 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -61271,7 +61300,7 @@ paths: parameters: - *306 - *307 - - *429 + - *432 - name: status_id in: path required: true @@ -61282,9 +61311,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *433 examples: - default: *431 + default: *434 '404': *26 x-github: githubCloudOnly: false @@ -61385,7 +61414,7 @@ paths: type: integer environments: type: array - items: &433 + items: &436 title: Environment description: Details of a deployment environment type: object @@ -61437,7 +61466,7 @@ paths: type: type: string example: wait_timer - wait_timer: &435 + wait_timer: &438 type: integer example: 30 description: The amount of time to delay a job after @@ -61474,7 +61503,7 @@ paths: items: type: object properties: - type: *432 + type: *435 reviewer: anyOf: - *19 @@ -61498,7 +61527,7 @@ paths: - id - node_id - type - deployment_branch_policy: &436 + deployment_branch_policy: &439 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -61615,7 +61644,7 @@ paths: parameters: - *306 - *307 - - &434 + - &437 name: environment_name in: path required: true @@ -61628,9 +61657,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *436 examples: - default: &437 + default: &440 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -61715,7 +61744,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 requestBody: required: false content: @@ -61724,7 +61753,7 @@ paths: type: object nullable: true properties: - wait_timer: *435 + wait_timer: *438 prevent_self_review: type: boolean example: false @@ -61741,13 +61770,13 @@ paths: items: type: object properties: - type: *432 + type: *435 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *436 + deployment_branch_policy: *439 additionalProperties: false examples: default: @@ -61767,9 +61796,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *436 examples: - default: *437 + default: *440 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -61795,7 +61824,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 responses: '204': description: Default response @@ -61822,7 +61851,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *4 - *5 responses: @@ -61840,7 +61869,7 @@ paths: example: 2 branch_policies: type: array - items: &438 + items: &441 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -61899,7 +61928,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 requestBody: required: true content: @@ -61945,9 +61974,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *441 examples: - example-wildcard: &439 + example-wildcard: &442 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -61991,8 +62020,8 @@ paths: parameters: - *306 - *307 - - *434 - - &440 + - *437 + - &443 name: branch_policy_id in: path required: true @@ -62004,9 +62033,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *441 examples: - default: *439 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62027,8 +62056,8 @@ paths: parameters: - *306 - *307 - - *434 - - *440 + - *437 + - *443 requestBody: required: true content: @@ -62056,9 +62085,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *441 examples: - default: *439 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62079,8 +62108,8 @@ paths: parameters: - *306 - *307 - - *434 - - *440 + - *437 + - *443 responses: '204': description: Response @@ -62105,7 +62134,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: - - *434 + - *437 - *307 - *306 responses: @@ -62123,7 +62152,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &441 + items: &444 title: Deployment protection rule description: Deployment protection rule type: object @@ -62142,7 +62171,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &442 + app: &445 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -62241,7 +62270,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: - - *434 + - *437 - *307 - *306 requestBody: @@ -62264,9 +62293,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *441 + schema: *444 examples: - default: &443 + default: &446 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -62301,7 +62330,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: - - *434 + - *437 - *307 - *306 - *5 @@ -62322,7 +62351,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *442 + items: *445 examples: default: value: @@ -62359,8 +62388,8 @@ paths: parameters: - *306 - *307 - - *434 - - &444 + - *437 + - &447 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -62372,9 +62401,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *444 examples: - default: *443 + default: *446 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62395,10 +62424,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: - - *434 + - *437 - *307 - *306 - - *444 + - *447 responses: '204': description: Response @@ -62426,7 +62455,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *4 - *5 responses: @@ -62473,7 +62502,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 responses: '200': description: Response @@ -62505,7 +62534,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *168 responses: '200': @@ -62514,7 +62543,7 @@ paths: application/json: schema: *343 examples: - default: *445 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62538,7 +62567,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *168 requestBody: required: true @@ -62598,7 +62627,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *168 responses: '204': @@ -62626,7 +62655,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *330 - *5 responses: @@ -62671,7 +62700,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 requestBody: required: true content: @@ -62725,7 +62754,7 @@ paths: parameters: - *306 - *307 - - *434 + - *437 - *171 responses: '200': @@ -62734,7 +62763,7 @@ paths: application/json: schema: *347 examples: - default: *446 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62758,7 +62787,7 @@ paths: - *306 - *307 - *171 - - *434 + - *437 requestBody: required: true content: @@ -62803,7 +62832,7 @@ paths: - *306 - *307 - *171 - - *434 + - *437 responses: '204': description: Response @@ -63181,7 +63210,7 @@ paths: schema: oneOf: - *143 - - *447 + - *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63416,7 +63445,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &451 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -63625,13 +63654,13 @@ paths: parameters: - *306 - *307 - - *406 + - *409 responses: '200': description: Response content: application/json: - schema: *448 + schema: *451 examples: default: value: @@ -63686,7 +63715,7 @@ paths: parameters: - *306 - *307 - - &449 + - &452 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. @@ -63703,7 +63732,7 @@ paths: application/json: schema: type: array - items: &450 + items: &453 title: Git Reference description: Git references within a repository type: object @@ -63780,15 +63809,15 @@ paths: parameters: - *306 - *307 - - *449 + - *452 responses: '200': description: Response content: application/json: - schema: *450 + schema: *453 examples: - default: &451 + default: &454 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -63847,9 +63876,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *453 examples: - default: *451 + default: *454 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -63877,7 +63906,7 @@ paths: parameters: - *306 - *307 - - *449 + - *452 requestBody: required: true content: @@ -63906,9 +63935,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *453 examples: - default: *451 + default: *454 '422': *35 '409': *145 x-github: @@ -63928,7 +63957,7 @@ paths: parameters: - *306 - *307 - - *449 + - *452 responses: '204': description: Response @@ -64051,7 +64080,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &456 title: Git Tag description: Metadata for a Git tag type: object @@ -64102,7 +64131,7 @@ paths: - sha - type - url - verification: *452 + verification: *455 required: - sha - url @@ -64112,7 +64141,7 @@ paths: - tag - message examples: - default: &454 + default: &457 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -64194,9 +64223,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *456 examples: - default: *454 + default: *457 '404': *26 '409': *145 x-github: @@ -64294,7 +64323,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &458 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -64414,7 +64443,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *458 examples: default-response: summary: Default response @@ -64484,7 +64513,7 @@ paths: application/json: schema: type: array - items: &456 + items: &459 title: Webhook description: Webhooks for repositories. type: object @@ -64538,7 +64567,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &655 + last_response: &658 title: Hook Response type: object properties: @@ -64665,9 +64694,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: &457 + default: &460 value: type: Repository id: 12345678 @@ -64723,9 +64752,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: *457 + default: *460 '404': *26 x-github: githubCloudOnly: false @@ -64792,9 +64821,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *459 examples: - default: *457 + default: *460 '422': *35 '404': *26 x-github: @@ -65066,7 +65095,7 @@ paths: application/json: schema: *39 examples: - default: *458 + default: *461 '301': *318 '404': *26 x-github: @@ -65097,7 +65126,7 @@ paths: application/json: schema: type: array - items: &459 + items: &462 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65160,7 +65189,7 @@ paths: - html_url - created_at examples: - default: &604 + default: &607 value: - id: 1 repository: @@ -65293,7 +65322,7 @@ paths: parameters: - *306 - *307 - - &460 + - &463 name: invitation_id description: The unique identifier of the invitation. in: path @@ -65328,7 +65357,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *462 examples: default: value: @@ -65461,7 +65490,7 @@ paths: parameters: - *306 - *307 - - *460 + - *463 responses: '204': description: Response @@ -65828,7 +65857,7 @@ paths: application/json: schema: *109 examples: - default: &466 + default: &469 value: id: 1 node_id: MDU6SXNzdWUx @@ -66014,7 +66043,7 @@ paths: parameters: - *306 - *307 - - &508 + - &511 name: sort description: The property to sort the results by. in: query @@ -66044,9 +66073,9 @@ paths: application/json: schema: type: array - items: *461 + items: *464 examples: - default: &468 + default: &471 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66112,9 +66141,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *464 examples: - default: &462 + default: &465 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66192,9 +66221,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *464 examples: - default: *462 + default: *465 '422': *35 x-github: githubCloudOnly: false @@ -66384,7 +66413,7 @@ paths: application/json: schema: type: array - items: &465 + items: &468 title: Issue Event description: Issue Event type: object @@ -66427,8 +66456,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *463 - required: *464 + properties: *466 + required: *467 nullable: true label: title: Issue Event Label @@ -66747,7 +66776,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *468 examples: default: value: @@ -66975,7 +67004,7 @@ paths: parameters: - *306 - *307 - - &467 + - &470 name: issue_number description: The number that identifies the issue. in: path @@ -66989,7 +67018,7 @@ paths: application/json: schema: *109 examples: - default: *466 + default: *469 '301': *318 '404': *26 '410': *243 @@ -67019,7 +67048,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: false content: @@ -67125,7 +67154,7 @@ paths: application/json: schema: *109 examples: - default: *466 + default: *469 '422': *35 '503': *104 '403': *43 @@ -67151,7 +67180,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: false content: @@ -67179,7 +67208,7 @@ paths: application/json: schema: *109 examples: - default: *466 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67197,7 +67226,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: content: application/json: @@ -67224,7 +67253,7 @@ paths: application/json: schema: *109 examples: - default: *466 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67248,7 +67277,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - name: assignee in: path required: true @@ -67290,7 +67319,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - *119 - *4 - *5 @@ -67301,9 +67330,9 @@ paths: application/json: schema: type: array - items: *461 + items: *464 examples: - default: *468 + default: *471 headers: Link: *6 '404': *26 @@ -67338,7 +67367,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: true content: @@ -67360,9 +67389,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *464 examples: - default: *462 + default: *465 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -67391,7 +67420,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - *4 - *5 responses: @@ -67405,7 +67434,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &470 + - &473 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -67459,7 +67488,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &474 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -67595,7 +67624,7 @@ paths: - performed_via_github_app - assignee - assigner - - &472 + - &475 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -67646,7 +67675,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &476 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -67697,7 +67726,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &477 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67751,7 +67780,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &478 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67798,7 +67827,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &479 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67845,7 +67874,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &480 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -67905,7 +67934,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &481 title: Locked Issue Event description: Locked Issue Event type: object @@ -67953,7 +67982,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &482 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -68019,7 +68048,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &480 + - &483 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -68085,7 +68114,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &481 + - &484 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -68151,7 +68180,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &482 + - &485 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -68261,7 +68290,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - *4 - *5 responses: @@ -68273,7 +68302,7 @@ paths: type: array items: *108 examples: - default: &469 + default: &472 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68312,7 +68341,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: false content: @@ -68373,7 +68402,7 @@ paths: type: array items: *108 examples: - default: *469 + default: *472 '301': *318 '404': *26 '410': *243 @@ -68395,7 +68424,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: false content: @@ -68457,7 +68486,7 @@ paths: type: array items: *108 examples: - default: *469 + default: *472 '301': *318 '404': *26 '410': *243 @@ -68479,7 +68508,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 responses: '204': description: Response @@ -68506,7 +68535,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - name: name in: path required: true @@ -68554,7 +68583,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: false content: @@ -68602,7 +68631,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 responses: '204': description: Response @@ -68626,7 +68655,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - 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. @@ -68678,7 +68707,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 requestBody: required: true content: @@ -68743,7 +68772,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - *298 responses: '204': @@ -68766,7 +68795,7 @@ paths: parameters: - *306 - *307 - - *467 + - *470 - *4 - *5 responses: @@ -68781,9 +68810,6 @@ paths: description: Timeline Event type: object anyOf: - - *470 - - *471 - - *472 - *473 - *474 - *475 @@ -68794,6 +68820,9 @@ paths: - *480 - *481 - *482 + - *483 + - *484 + - *485 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -69098,7 +69127,7 @@ paths: type: string comments: type: array - items: &504 + items: &507 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -69307,7 +69336,7 @@ paths: type: string comments: type: array - items: *404 + items: *407 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -69624,7 +69653,7 @@ paths: application/json: schema: type: array - items: &483 + items: &486 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -69725,9 +69754,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: - default: &484 + default: &487 value: id: 1 key: ssh-rsa AAA... @@ -69762,7 +69791,7 @@ paths: parameters: - *306 - *307 - - &485 + - &488 name: key_id description: The unique identifier of the key. in: path @@ -69774,9 +69803,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: - default: *484 + default: *487 '404': *26 x-github: githubCloudOnly: false @@ -69796,7 +69825,7 @@ paths: parameters: - *306 - *307 - - *485 + - *488 responses: '204': description: Response @@ -69829,7 +69858,7 @@ paths: type: array items: *108 examples: - default: *469 + default: *472 headers: Link: *6 '404': *26 @@ -69889,7 +69918,7 @@ paths: application/json: schema: *108 examples: - default: &486 + default: &489 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69935,7 +69964,7 @@ paths: application/json: schema: *108 examples: - default: *486 + default: *489 '404': *26 x-github: githubCloudOnly: false @@ -70386,9 +70415,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *405 + schema: *408 examples: - default: *487 + default: *490 '204': description: Response when already merged '404': @@ -70455,7 +70484,7 @@ paths: application/json: schema: type: array - items: &488 + items: &491 title: Milestone description: A collection of related issues and pull requests. type: object @@ -70557,9 +70586,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: &489 + default: &492 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -70620,7 +70649,7 @@ paths: parameters: - *306 - *307 - - &490 + - &493 name: milestone_number description: The number that identifies the milestone. in: path @@ -70632,9 +70661,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: *489 + default: *492 '404': *26 x-github: githubCloudOnly: false @@ -70653,7 +70682,7 @@ paths: parameters: - *306 - *307 - - *490 + - *493 requestBody: required: false content: @@ -70691,9 +70720,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: *489 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70711,7 +70740,7 @@ paths: parameters: - *306 - *307 - - *490 + - *493 responses: '204': description: Response @@ -70734,7 +70763,7 @@ paths: parameters: - *306 - *307 - - *490 + - *493 - *4 - *5 responses: @@ -70746,7 +70775,7 @@ paths: type: array items: *108 examples: - default: *469 + default: *472 headers: Link: *6 x-github: @@ -70767,10 +70796,10 @@ paths: parameters: - *306 - *307 - - *491 - - *492 + - *494 + - *495 - *119 - - *493 + - *496 - *4 - *5 responses: @@ -70782,7 +70811,7 @@ paths: type: array items: *136 examples: - default: *494 + default: *497 headers: Link: *6 x-github: @@ -70872,7 +70901,7 @@ paths: description: Response content: application/json: - schema: &495 + schema: &498 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -70997,7 +71026,7 @@ paths: - custom_404 - public examples: - default: &496 + default: &499 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -71093,9 +71122,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *498 examples: - default: *496 + default: *499 '422': *35 '409': *145 x-github: @@ -71256,7 +71285,7 @@ paths: application/json: schema: type: array - items: &497 + items: &500 title: Page Build description: Page Build type: object @@ -71403,9 +71432,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *500 examples: - default: &498 + default: &501 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -71465,9 +71494,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *500 examples: - default: *498 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71590,7 +71619,7 @@ paths: parameters: - *306 - *307 - - &499 + - &502 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -71650,7 +71679,7 @@ paths: parameters: - *306 - *307 - - *499 + - *502 responses: '204': *239 '404': *26 @@ -71695,7 +71724,7 @@ paths: application/json: schema: type: array - items: &500 + items: &503 type: object properties: id: @@ -71737,9 +71766,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: - default: &501 + default: &504 value: id: 42 name: Check Commits @@ -71769,7 +71798,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *503 examples: default: value: @@ -71822,9 +71851,9 @@ paths: global level. content: application/json: - schema: *500 + schema: *503 examples: - default: *501 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72147,9 +72176,9 @@ paths: application/json: schema: type: array - items: *502 + items: *505 examples: - default: *503 + default: *506 headers: Link: *6 '304': *42 @@ -72249,7 +72278,7 @@ paths: application/json: schema: *117 examples: - default: &506 + default: &509 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72806,9 +72835,9 @@ paths: application/json: schema: type: array - items: *504 + items: *507 examples: - default: &509 + default: &512 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -72893,9 +72922,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: - default: &505 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -72994,9 +73023,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: - default: *505 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73199,7 +73228,7 @@ paths: parameters: - *306 - *307 - - &507 + - &510 name: pull_number description: The number that identifies the pull request. in: path @@ -73214,7 +73243,7 @@ paths: application/json: schema: *117 examples: - default: *506 + default: *509 '304': *42 '404': *26 '406': @@ -73251,7 +73280,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: false content: @@ -73295,7 +73324,7 @@ paths: application/json: schema: *117 examples: - default: *506 + default: *509 '422': *35 '403': *43 x-github: @@ -73325,8 +73354,8 @@ paths: parameters: - *306 - *307 - - *507 - - *508 + - *510 + - *511 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -73346,9 +73375,9 @@ paths: application/json: schema: type: array - items: *504 + items: *507 examples: - default: *509 + default: *512 headers: Link: *6 x-github: @@ -73383,7 +73412,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: true content: @@ -73488,7 +73517,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: example-for-a-multi-line-comment: value: @@ -73578,7 +73607,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 - *128 requestBody: required: true @@ -73601,7 +73630,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *507 examples: default: value: @@ -73689,7 +73718,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 - *4 - *5 responses: @@ -73699,9 +73728,9 @@ paths: application/json: schema: type: array - items: *405 + items: *408 examples: - default: *510 + default: *513 headers: Link: *6 x-github: @@ -73733,7 +73762,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 - *4 - *5 responses: @@ -73743,7 +73772,7 @@ paths: application/json: schema: type: array - items: *414 + items: *417 examples: default: value: @@ -73783,7 +73812,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 responses: '204': description: Response if pull request has been merged @@ -73808,7 +73837,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: false content: @@ -73921,7 +73950,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 responses: '200': description: Response @@ -73998,7 +74027,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: false content: @@ -74035,7 +74064,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *505 examples: default: value: @@ -74573,7 +74602,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: true content: @@ -74607,7 +74636,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *505 examples: default: value: @@ -75114,7 +75143,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 - *4 - *5 responses: @@ -75124,7 +75153,7 @@ paths: application/json: schema: type: array - items: &511 + items: &514 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75277,7 +75306,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: false content: @@ -75363,9 +75392,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: - default: &513 + default: &516 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75430,8 +75459,8 @@ paths: parameters: - *306 - *307 - - *507 - - &512 + - *510 + - &515 name: review_id description: The unique identifier of the review. in: path @@ -75443,9 +75472,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: - default: &514 + default: &517 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75506,8 +75535,8 @@ paths: parameters: - *306 - *307 - - *507 - - *512 + - *510 + - *515 requestBody: required: true content: @@ -75530,7 +75559,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -75594,16 +75623,16 @@ paths: parameters: - *306 - *307 - - *507 - - *512 + - *510 + - *515 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: - default: *513 + default: *516 '422': *27 '404': *26 x-github: @@ -75632,8 +75661,8 @@ paths: parameters: - *306 - *307 - - *507 - - *512 + - *510 + - *515 - *4 - *5 responses: @@ -75870,8 +75899,8 @@ paths: parameters: - *306 - *307 - - *507 - - *512 + - *510 + - *515 requestBody: required: true content: @@ -75899,7 +75928,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -75964,8 +75993,8 @@ paths: parameters: - *306 - *307 - - *507 - - *512 + - *510 + - *515 requestBody: required: true content: @@ -76000,9 +76029,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: - default: *514 + default: *517 '404': *26 '422': *27 '403': *43 @@ -76026,7 +76055,7 @@ paths: parameters: - *306 - *307 - - *507 + - *510 requestBody: required: false content: @@ -76103,9 +76132,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *518 examples: - default: &516 + default: &519 value: type: file encoding: base64 @@ -76168,9 +76197,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *518 examples: - default: *516 + default: *519 '404': *26 '422': *35 x-github: @@ -76203,7 +76232,7 @@ paths: application/json: schema: type: array - items: *517 + items: *520 examples: default: value: @@ -76368,9 +76397,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *520 examples: - default: &522 + default: &525 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -76472,7 +76501,7 @@ paths: parameters: - *306 - *307 - - &520 + - &523 name: asset_id description: The unique identifier of the asset. in: path @@ -76484,9 +76513,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: - default: &521 + default: &524 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 @@ -76521,7 +76550,7 @@ paths: type: User site_admin: false '404': *26 - '302': *519 + '302': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76539,7 +76568,7 @@ paths: parameters: - *306 - *307 - - *520 + - *523 requestBody: required: false content: @@ -76567,9 +76596,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: - default: *521 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76587,7 +76616,7 @@ paths: parameters: - *306 - *307 - - *520 + - *523 responses: '204': description: Response @@ -76704,9 +76733,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *520 examples: - default: *522 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76737,9 +76766,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *520 examples: - default: *522 + default: *525 '404': *26 x-github: githubCloudOnly: false @@ -76763,7 +76792,7 @@ paths: parameters: - *306 - *307 - - &523 + - &526 name: release_id description: The unique identifier of the release. in: path @@ -76777,9 +76806,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: *517 + schema: *520 examples: - default: *522 + default: *525 '401': description: Unauthorized x-github: @@ -76799,7 +76828,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 requestBody: required: false content: @@ -76856,9 +76885,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *520 examples: - default: *522 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76876,7 +76905,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 responses: '204': description: Response @@ -76898,7 +76927,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 - *4 - *5 responses: @@ -76908,7 +76937,7 @@ paths: application/json: schema: type: array - items: *518 + items: *521 examples: default: value: @@ -76992,7 +77021,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 - name: name in: query required: true @@ -77018,7 +77047,7 @@ paths: description: Response for successful upload content: application/json: - schema: *518 + schema: *521 examples: response-for-successful-upload: value: @@ -77075,7 +77104,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 - 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. @@ -77124,7 +77153,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 requestBody: required: true content: @@ -77187,7 +77216,7 @@ paths: parameters: - *306 - *307 - - *523 + - *526 - *298 responses: '204': @@ -77303,7 +77332,7 @@ paths: oneOf: - allOf: - *257 - - &524 + - &527 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77324,49 +77353,49 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *258 - - *524 + - *527 - allOf: - *259 - - *524 + - *527 - allOf: - *260 - - *524 + - *527 - allOf: - *261 - - *524 + - *527 - allOf: - *262 - - *524 + - *527 - allOf: - *263 - - *524 + - *527 - allOf: - *264 - - *524 + - *527 - allOf: - *265 - - *524 + - *527 - allOf: - *266 - - *524 + - *527 - allOf: - *267 - - *524 + - *527 - allOf: - *268 - - *524 + - *527 - allOf: - *269 - - *524 + - *527 - allOf: - *270 - - *524 + - *527 - allOf: - *271 - - *524 + - *527 - allOf: - *272 - - *524 + - *527 examples: default: value: @@ -77417,7 +77446,7 @@ paths: schema: type: boolean default: true - - *525 + - *528 responses: '200': description: Response @@ -77502,7 +77531,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *526 + items: *529 required: - name - enforcement @@ -77535,7 +77564,7 @@ paths: application/json: schema: *273 examples: - default: &536 + default: &539 value: id: 42 name: super cool ruleset @@ -77584,10 +77613,10 @@ paths: parameters: - *306 - *307 - - *527 - - *528 - - *529 - *530 + - *531 + - *532 + - *533 - *4 - *5 responses: @@ -77595,9 +77624,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: *532 + default: *535 '404': *26 '500': *230 x-github: @@ -77620,15 +77649,15 @@ paths: parameters: - *306 - *307 - - *533 + - *536 responses: '200': description: Response content: application/json: - schema: *534 + schema: *537 examples: - default: *535 + default: *538 '404': *26 '500': *230 x-github: @@ -77679,7 +77708,7 @@ paths: application/json: schema: *273 examples: - default: *536 + default: *539 '404': *26 '500': *230 put: @@ -77732,7 +77761,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *526 + items: *529 examples: default: value: @@ -77762,7 +77791,7 @@ paths: application/json: schema: *273 examples: - default: *536 + default: *539 '404': *26 '500': *230 delete: @@ -77818,8 +77847,8 @@ paths: - *9 - *5 - *4 - - *537 - - *538 + - *540 + - *541 - *280 responses: '200': @@ -77828,7 +77857,7 @@ paths: application/json: schema: type: array - items: &541 + items: &544 type: object properties: number: *93 @@ -77847,8 +77876,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *539 - resolution: *540 + state: *542 + resolution: *543 resolved_at: type: string format: date-time @@ -78034,7 +78063,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *544 examples: default: value: @@ -78084,8 +78113,8 @@ paths: schema: type: object properties: - state: *539 - resolution: *540 + state: *542 + resolution: *543 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78104,7 +78133,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *544 examples: default: value: @@ -78184,7 +78213,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &675 + items: &678 type: object properties: type: @@ -78650,7 +78679,7 @@ paths: application/json: schema: type: array - items: &542 + items: &545 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79018,7 +79047,7 @@ paths: application/json: schema: type: array - items: *542 + items: *545 examples: default: value: @@ -79106,7 +79135,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: default: value: @@ -79200,7 +79229,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &544 + schema: &547 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -79295,7 +79324,7 @@ paths: description: Response content: application/json: - schema: *544 + schema: *547 examples: default: value: @@ -79432,7 +79461,7 @@ paths: application/json: schema: type: array - items: &545 + items: &548 title: Tag protection description: Tag protection type: object @@ -79508,7 +79537,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *548 examples: default: value: @@ -79656,7 +79685,7 @@ paths: description: Response content: application/json: - schema: &546 + schema: &549 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -79668,7 +79697,7 @@ paths: required: - names examples: - default: &547 + default: &550 value: names: - octocat @@ -79723,9 +79752,9 @@ paths: description: Response content: application/json: - schema: *546 + schema: *549 examples: - default: *547 + default: *550 '404': *26 '422': *27 x-github: @@ -80366,7 +80395,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &555 + - &558 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -80375,7 +80404,7 @@ paths: schema: type: string example: members - - &560 + - &563 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -80386,7 +80415,7 @@ paths: default: 1 format: int32 example: 1 - - &561 + - &564 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -80428,7 +80457,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &549 + items: &552 allOf: - type: object required: @@ -80503,7 +80532,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: &562 + meta: &565 type: object description: The metadata associated with the creation/updates to the user. @@ -80563,31 +80592,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &550 + '400': &553 description: Bad request content: application/json: - schema: *548 + schema: *551 application/scim+json: - schema: *548 - '401': &551 + schema: *551 + '401': &554 description: Authorization failure - '403': &552 + '403': &555 description: Permission denied - '429': &553 + '429': &556 description: Too many requests content: application/json: - schema: *548 + schema: *551 application/scim+json: - schema: *548 - '500': &554 + schema: *551 + '500': &557 description: Internal server error content: application/json: - schema: *548 + schema: *551 application/scim+json: - schema: *548 + schema: *551 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80614,7 +80643,7 @@ paths: required: true content: application/json: - schema: &558 + schema: &561 type: object required: - schemas @@ -80674,9 +80703,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *549 + schema: *552 examples: - group: &556 + group: &559 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -80695,13 +80724,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': *550 - '401': *551 - '403': *552 - '409': &559 + '400': *553 + '401': *554 + '403': *555 + '409': &562 description: Duplicate record detected - '429': *553 - '500': *554 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80722,7 +80751,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: - - &557 + - &560 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -80730,22 +80759,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *555 + - *558 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *549 + schema: *552 examples: - default: *556 - '400': *550 - '401': *551 - '403': *552 + default: *559 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '429': *553 - '500': *554 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80767,13 +80796,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: - - *557 + - *560 - *65 requestBody: required: true content: application/json: - schema: *558 + schema: *561 examples: group: summary: Group @@ -80799,17 +80828,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *549 + schema: *552 examples: - group: *556 - groupWithMembers: *556 - '400': *550 - '401': *551 - '403': *552 + group: *559 + groupWithMembers: *559 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '409': *559 - '429': *553 - '500': *554 + '409': *562 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80833,13 +80862,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: - - *557 + - *560 - *65 requestBody: required: true content: application/json: - schema: &569 + schema: &572 type: object required: - Operations @@ -80899,17 +80928,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *549 + schema: *552 examples: - updateGroup: *556 - addMembers: *556 - '400': *550 - '401': *551 - '403': *552 + updateGroup: *559 + addMembers: *559 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '409': *559 - '429': *553 - '500': *554 + '409': *562 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80929,17 +80958,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: - - *557 + - *560 - *65 responses: '204': description: Group was deleted, no content - '400': *550 - '401': *551 - '403': *552 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '429': *553 - '500': *554 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80976,8 +81005,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *560 - - *561 + - *563 + - *564 - *65 responses: '200': @@ -81010,7 +81039,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &564 + items: &567 allOf: - type: object required: @@ -81089,7 +81118,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &563 + roles: &566 type: array description: The roles assigned to the user. items: @@ -81145,7 +81174,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *562 + meta: *565 startIndex: type: integer description: A starting index for the returned page @@ -81182,11 +81211,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *550 - '401': *551 - '403': *552 - '429': *553 - '500': *554 + '400': *553 + '401': *554 + '403': *555 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81215,7 +81244,7 @@ paths: required: true content: application/json: - schema: &567 + schema: &570 type: object required: - schemas @@ -81297,9 +81326,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *563 + roles: *566 examples: - user: &568 + user: &571 summary: User value: schemas: @@ -81346,9 +81375,9 @@ paths: description: User has been created content: application/scim+json: - schema: *564 + schema: *567 examples: - user: &565 + user: &568 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -81374,13 +81403,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: *565 - '400': *550 - '401': *551 - '403': *552 - '409': *559 - '429': *553 - '500': *554 + enterpriseOwner: *568 + '400': *553 + '401': *554 + '403': *555 + '409': *562 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81401,7 +81430,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: - - &566 + - &569 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -81414,15 +81443,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *564 + schema: *567 examples: - default: *565 - '400': *550 - '401': *551 - '403': *552 + default: *568 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '429': *553 - '500': *554 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81447,30 +81476,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: - - *566 + - *569 - *65 requestBody: required: true content: application/json: - schema: *567 + schema: *570 examples: - user: *568 + user: *571 responses: '200': description: User was updated content: application/scim+json: - schema: *564 + schema: *567 examples: - user: *565 - '400': *550 - '401': *551 - '403': *552 + user: *568 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '409': *559 - '429': *553 - '500': *554 + '409': *562 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81508,13 +81537,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: - - *566 + - *569 - *65 requestBody: required: true content: application/json: - schema: *569 + schema: *572 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -81554,18 +81583,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *564 - examples: - userMultiValuedProperties: *565 - userSingleValuedProperties: *565 - disableUser: *565 - '400': *550 - '401': *551 - '403': *552 + schema: *567 + examples: + userMultiValuedProperties: *568 + userSingleValuedProperties: *568 + disableUser: *568 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '409': *559 - '429': *553 - '500': *554 + '409': *562 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81585,17 +81614,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: - - *566 + - *569 - *65 responses: '204': description: User was deleted, no content - '400': *550 - '401': *551 - '403': *552 + '400': *553 + '401': *554 + '403': *555 '404': *26 - '429': *553 - '500': *554 + '429': *556 + '500': *557 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81722,7 +81751,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &570 + text_matches: &573 title: Search Result Text Matches type: array items: @@ -81885,7 +81914,7 @@ paths: enum: - author-date - committer-date - - &571 + - &574 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 @@ -81976,7 +82005,7 @@ paths: url: type: string format: uri - verification: *452 + verification: *455 required: - author - committer @@ -82013,7 +82042,7 @@ paths: type: number node_id: type: string - text_matches: *570 + text_matches: *573 required: - sha - node_id @@ -82206,7 +82235,7 @@ paths: - interactions - created - updated - - *571 + - *574 - *4 - *5 - name: advanced_search @@ -82303,11 +82332,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: type: string state_reason: @@ -82339,7 +82368,7 @@ paths: type: string format: date-time nullable: true - text_matches: *570 + text_matches: *573 pull_request: type: object properties: @@ -82383,7 +82412,7 @@ paths: timeline_url: type: string format: uri - type: *575 + type: *578 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -82564,7 +82593,7 @@ paths: enum: - created - updated - - *571 + - *574 - *4 - *5 responses: @@ -82608,7 +82637,7 @@ paths: nullable: true score: type: number - text_matches: *570 + text_matches: *573 required: - id - node_id @@ -82694,7 +82723,7 @@ paths: - forks - help-wanted-issues - updated - - *571 + - *574 - *4 - *5 responses: @@ -82933,7 +82962,7 @@ paths: - admin - pull - push - text_matches: *570 + text_matches: *573 temp_clone_token: type: string allow_merge_commit: @@ -83234,7 +83263,7 @@ paths: type: string format: uri nullable: true - text_matches: *570 + text_matches: *573 related: type: array nullable: true @@ -83427,7 +83456,7 @@ paths: - followers - repositories - joined - - *571 + - *574 - *4 - *5 responses: @@ -83531,7 +83560,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *570 + text_matches: *573 blog: type: string nullable: true @@ -83726,7 +83755,7 @@ paths: description: Response content: application/json: - schema: &576 + schema: &579 type: object properties: status: @@ -83746,7 +83775,7 @@ paths: - name - number examples: - default: &577 + default: &580 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -83791,9 +83820,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: - default: *577 + default: *580 '401': description: Unauthorized requestBody: @@ -84357,7 +84386,7 @@ paths: application/json: schema: type: array - items: &578 + items: &581 type: object properties: key: @@ -84365,7 +84394,7 @@ paths: pretty-print: type: string examples: - default: &579 + default: &582 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 @@ -84408,9 +84437,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: *579 + default: *582 '401': description: Unauthorized requestBody: @@ -84462,9 +84491,9 @@ paths: application/json: schema: type: array - items: *578 + items: *581 examples: - default: *579 + default: *582 '401': description: Unauthorized requestBody: @@ -84794,7 +84823,7 @@ paths: type: array items: *289 examples: - default: *580 + default: *583 headers: Link: *6 x-github: @@ -84946,7 +84975,7 @@ paths: application/json: schema: *289 examples: - default: *581 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85015,7 +85044,7 @@ paths: type: array items: *292 examples: - default: *582 + default: *585 headers: Link: *6 x-github: @@ -85157,7 +85186,7 @@ paths: application/json: schema: *292 examples: - default: *583 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85625,7 +85654,7 @@ paths: application/json: schema: *303 examples: - response-if-user-is-a-team-maintainer: *584 + response-if-user-is-a-team-maintainer: *587 '404': *26 x-github: githubCloudOnly: false @@ -85686,7 +85715,7 @@ paths: application/json: schema: *303 examples: - response-if-users-membership-with-team-is-now-pending: *585 + response-if-users-membership-with-team-is-now-pending: *588 '403': description: Forbidden if team synchronization is set up '422': @@ -85761,7 +85790,7 @@ paths: type: array items: *304 examples: - default: *586 + default: *589 headers: Link: *6 '404': *26 @@ -85796,7 +85825,7 @@ paths: application/json: schema: *304 examples: - default: *587 + default: *590 '404': description: Not Found if project is not managed by this team x-github: @@ -85967,7 +85996,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *588 + schema: *591 examples: alternative-response-with-extra-repository-information: value: @@ -86209,7 +86238,7 @@ paths: type: array items: *308 examples: - response-if-child-teams-exist: *589 + response-if-child-teams-exist: *592 headers: Link: *6 '404': *26 @@ -86242,7 +86271,7 @@ paths: application/json: schema: oneOf: - - &591 + - &594 title: Private User description: Private User type: object @@ -86445,7 +86474,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *590 + - *593 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -86596,7 +86625,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *594 examples: default: value: @@ -86674,7 +86703,7 @@ paths: type: array items: *224 examples: - default: &601 + default: &604 value: - id: 197 name: hello_docker @@ -86761,7 +86790,7 @@ paths: application/json: schema: type: array - items: &592 + items: &595 title: Email description: Email type: object @@ -86786,7 +86815,7 @@ paths: - verified - visibility examples: - default: &603 + default: &606 value: - email: octocat@github.com verified: true @@ -86861,7 +86890,7 @@ paths: application/json: schema: type: array - items: *592 + items: *595 examples: default: value: @@ -87117,7 +87146,7 @@ paths: application/json: schema: type: array - items: &593 + items: &596 title: GPG Key description: A unique encryption key type: object @@ -87248,7 +87277,7 @@ paths: - subkeys - revoked examples: - default: &613 + default: &616 value: - id: 3 name: Octocat's GPG Key @@ -87333,9 +87362,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *596 examples: - default: &594 + default: &597 value: id: 3 name: Octocat's GPG Key @@ -87392,7 +87421,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: - - &595 + - &598 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -87404,9 +87433,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *596 examples: - default: *594 + default: *597 '404': *26 '304': *42 '403': *43 @@ -87429,7 +87458,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: - - *595 + - *598 responses: '204': description: Response @@ -87620,7 +87649,7 @@ paths: type: array items: *84 examples: - default: *596 + default: *599 headers: Link: *6 '404': *26 @@ -87796,7 +87825,7 @@ paths: application/json: schema: type: array - items: &597 + items: &600 title: Key description: Key type: object @@ -87897,9 +87926,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: - default: &598 + default: &601 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87932,15 +87961,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: - - *485 + - *488 responses: '200': description: Response content: application/json: - schema: *597 + schema: *600 examples: - default: *598 + default: *601 '404': *26 '304': *42 '403': *43 @@ -87963,7 +87992,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: - - *485 + - *488 responses: '204': description: Response @@ -88783,7 +88812,7 @@ paths: type: array items: *70 examples: - default: *599 + default: *602 headers: Link: *6 '304': *42 @@ -88825,7 +88854,7 @@ paths: - docker - nuget - container - - *600 + - *603 - *5 - *4 responses: @@ -88837,8 +88866,8 @@ paths: type: array items: *224 examples: - default: *601 - '400': *602 + default: *604 + '400': *605 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88867,7 +88896,7 @@ paths: application/json: schema: *224 examples: - default: &614 + default: &617 value: id: 40201 name: octo-name @@ -89318,9 +89347,9 @@ paths: application/json: schema: type: array - items: *592 + items: *595 examples: - default: *603 + default: *606 headers: Link: *6 '304': *42 @@ -89433,7 +89462,7 @@ paths: type: array items: *84 examples: - default: &610 + default: &613 summary: Default response value: - id: 1296269 @@ -89777,9 +89806,9 @@ paths: application/json: schema: type: array - items: *459 + items: *462 examples: - default: *604 + default: *607 headers: Link: *6 '304': *42 @@ -89802,7 +89831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *460 + - *463 responses: '204': description: Response @@ -89825,7 +89854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *460 + - *463 responses: '204': description: Response @@ -89858,7 +89887,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Social account description: Social media account type: object @@ -89873,7 +89902,7 @@ paths: - provider - url examples: - default: &606 + default: &609 value: - provider: twitter url: https://twitter.com/github @@ -89935,9 +89964,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 '422': *35 '304': *42 '404': *26 @@ -90024,7 +90053,7 @@ paths: application/json: schema: type: array - items: &607 + items: &610 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90044,7 +90073,7 @@ paths: - title - created_at examples: - default: &615 + default: &618 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -90108,9 +90137,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *610 examples: - default: &608 + default: &611 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -90140,7 +90169,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: - - &609 + - &612 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -90152,9 +90181,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *610 examples: - default: *608 + default: *611 '404': *26 '304': *42 '403': *43 @@ -90177,7 +90206,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: - - *609 + - *612 responses: '204': description: Response @@ -90206,7 +90235,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: - - &616 + - &619 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 @@ -90231,11 +90260,11 @@ paths: type: array items: *84 examples: - default-response: *610 + default-response: *613 application/vnd.github.v3.star+json: schema: type: array - items: &617 + items: &620 title: Starred Repository description: Starred Repository type: object @@ -90605,10 +90634,10 @@ paths: application/json: schema: oneOf: - - *591 - - *590 + - *594 + - *593 examples: - default-response: &611 + default-response: &614 summary: Default response value: login: octocat @@ -90643,7 +90672,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &612 + response-with-git-hub-plan-information: &615 summary: Response with GitHub plan information value: login: octocat @@ -90755,11 +90784,11 @@ paths: application/json: schema: oneOf: - - *591 - - *590 + - *594 + - *593 examples: - default-response: *611 - response-with-git-hub-plan-information: *612 + default-response: *614 + response-with-git-hub-plan-information: *615 '404': *26 x-github: githubCloudOnly: false @@ -90790,7 +90819,7 @@ paths: type: array items: *224 examples: - default: *601 + default: *604 '403': *43 '401': *41 x-github: @@ -91203,9 +91232,9 @@ paths: application/json: schema: type: array - items: *593 + items: *596 examples: - default: *613 + default: *616 headers: Link: *6 x-github: @@ -91309,7 +91338,7 @@ paths: application/json: schema: *39 examples: - default: *458 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91394,7 +91423,7 @@ paths: type: array items: *70 examples: - default: *599 + default: *602 headers: Link: *6 x-github: @@ -91433,7 +91462,7 @@ paths: - docker - nuget - container - - *600 + - *603 - *8 - *5 - *4 @@ -91446,10 +91475,10 @@ paths: type: array items: *224 examples: - default: *601 + default: *604 '403': *43 '401': *41 - '400': *602 + '400': *605 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91479,7 +91508,7 @@ paths: application/json: schema: *224 examples: - default: *614 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92108,9 +92137,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 headers: Link: *6 x-github: @@ -92140,9 +92169,9 @@ paths: application/json: schema: type: array - items: *607 + items: *610 examples: - default: *615 + default: *618 headers: Link: *6 x-github: @@ -92167,7 +92196,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *616 + - *619 - *9 - *4 - *5 @@ -92179,11 +92208,11 @@ paths: schema: anyOf: - type: array - items: *617 + items: *620 - type: array items: *84 examples: - default-response: *610 + default-response: *613 headers: Link: *6 x-github: @@ -92393,7 +92422,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &618 + enterprise: &621 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -92451,7 +92480,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &619 + installation: &622 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -92470,7 +92499,7 @@ x-webhooks: required: - id - node_id - organization: &620 + organization: &623 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -92530,13 +92559,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &621 + repository: &624 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &649 + properties: &652 id: description: Unique identifier of the repository example: 42 @@ -93219,7 +93248,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &650 + required: &653 - archive_url - assignees_url - blobs_url @@ -93370,10 +93399,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -93459,11 +93488,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - rule: &622 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + rule: &625 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) @@ -93680,11 +93709,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - rule: *622 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + rule: *625 sender: *19 required: - action @@ -93858,11 +93887,11 @@ x-webhooks: - everyone required: - from - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - rule: *622 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + rule: *625 sender: *19 required: - action @@ -93943,11 +93972,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: &623 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: &626 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -94216,7 +94245,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &624 + items: &627 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -94334,11 +94363,11 @@ x-webhooks: type: string enum: - completed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 sender: *19 required: - action @@ -94418,11 +94447,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 sender: *19 required: - action @@ -94502,12 +94531,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 - exemption_response: *624 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 + exemption_response: *627 sender: *19 required: - action @@ -94589,12 +94618,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 - exemption_response: *624 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 + exemption_response: *627 sender: *19 required: - action @@ -94679,12 +94708,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 ref: type: string - repository: *621 + repository: *624 sender: *19 required: - cache_location @@ -94778,7 +94807,7 @@ x-webhooks: type: string enum: - completed - check_run: &626 + check_run: &629 title: CheckRun description: A check performed on the code of a given code change type: object @@ -94869,7 +94898,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *625 + deployment: *628 details_url: example: https://example.com type: string @@ -94954,10 +94983,10 @@ x-webhooks: - output - app - pull_requests - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + installation: *622 + enterprise: *621 + organization: *623 + repository: *624 sender: *19 required: - check_run @@ -95360,11 +95389,11 @@ x-webhooks: type: string enum: - created - check_run: *626 - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + check_run: *629 + installation: *622 + enterprise: *621 + organization: *623 + repository: *624 sender: *19 required: - check_run @@ -95770,11 +95799,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *626 - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + check_run: *629 + installation: *622 + enterprise: *621 + organization: *623 + repository: *624 requested_action: description: The action requested by the user. type: object @@ -96189,11 +96218,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *626 - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + check_run: *629 + installation: *622 + enterprise: *621 + organization: *623 + repository: *624 sender: *19 required: - check_run @@ -97180,10 +97209,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -97887,10 +97916,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -98588,10 +98617,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -98912,20 +98941,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &627 + commit_oid: &630 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: *618 - installation: *619 - organization: *620 - ref: &628 + enterprise: *621 + installation: *622 + organization: *623 + ref: &631 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: *621 + repository: *624 sender: *19 required: - action @@ -99330,12 +99359,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *630 + enterprise: *621 + installation: *622 + organization: *623 + ref: *631 + repository: *624 sender: *19 required: - action @@ -99611,12 +99640,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *630 + enterprise: *621 + installation: *622 + organization: *623 + ref: *631 + repository: *624 sender: *19 required: - action @@ -99958,12 +99987,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *630 + enterprise: *621 + installation: *622 + organization: *623 + ref: *631 + repository: *624 sender: *19 required: - action @@ -100247,16 +100276,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *621 + repository: *624 sender: *19 required: - action @@ -100503,12 +100532,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *630 + enterprise: *621 + installation: *622 + organization: *623 + ref: *631 + repository: *624 sender: *19 required: - action @@ -100775,10 +100804,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -100868,18 +100897,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *620 - pusher_type: &629 + organization: *623 + pusher_type: &632 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &630 + ref: &633 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -100889,7 +100918,7 @@ x-webhooks: enum: - tag - branch - repository: *621 + repository: *624 sender: *19 required: - ref @@ -100972,9 +101001,9 @@ x-webhooks: enum: - created definition: *244 - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 sender: *19 required: - action @@ -101059,9 +101088,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 sender: *19 required: - action @@ -101139,9 +101168,9 @@ x-webhooks: enum: - updated definition: *244 - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 sender: *19 required: - action @@ -101218,10 +101247,10 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - repository: *621 - organization: *620 + enterprise: *621 + installation: *622 + repository: *624 + organization: *623 sender: *19 new_property_values: type: array @@ -101316,18 +101345,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 - pusher_type: *629 - ref: *630 + enterprise: *621 + installation: *622 + organization: *623 + pusher_type: *632 + ref: *633 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *621 + repository: *624 sender: *19 required: - ref @@ -101421,11 +101450,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -101519,11 +101548,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -101617,11 +101646,11 @@ x-webhooks: type: string enum: - created - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -101713,11 +101742,11 @@ x-webhooks: type: string enum: - dismissed - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -101809,11 +101838,11 @@ x-webhooks: type: string enum: - fixed - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -101906,11 +101935,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -102002,11 +102031,11 @@ x-webhooks: type: string enum: - reopened - alert: *421 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *424 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *19 required: - action @@ -102093,9 +102122,9 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - key: &631 + enterprise: *621 + installation: *622 + key: &634 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -102129,8 +102158,8 @@ x-webhooks: - verified - created_at - read_only - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -102217,11 +102246,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - key: *631 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + key: *634 + organization: *623 + repository: *624 sender: *19 required: - action @@ -102792,12 +102821,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - workflow: &635 + workflow: &638 title: Workflow type: object nullable: true @@ -103533,13 +103562,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *427 + deployment: *430 pull_requests: type: array items: *117 - repository: *621 - organization: *620 - installation: *619 + repository: *624 + organization: *623 + installation: *622 sender: *19 responses: '200': @@ -103620,7 +103649,7 @@ x-webhooks: type: string enum: - approved - approver: &632 + approver: &635 type: object properties: avatar_url: @@ -103663,11 +103692,11 @@ x-webhooks: type: string comment: type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - reviewers: &633 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + reviewers: &636 type: array items: type: object @@ -103746,7 +103775,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &634 + workflow_job_run: &637 type: object properties: conclusion: @@ -104487,18 +104516,18 @@ x-webhooks: type: string enum: - rejected - approver: *632 + approver: *635 comment: type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - reviewers: *633 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + reviewers: *636 sender: *19 since: type: string - workflow_job_run: *634 + workflow_job_run: *637 workflow_job_runs: type: array items: @@ -105212,13 +105241,13 @@ x-webhooks: type: string enum: - requested - enterprise: *618 + enterprise: *621 environment: type: string - installation: *619 - organization: *620 - repository: *621 - requestor: &640 + installation: *622 + organization: *623 + repository: *624 + requestor: &643 title: User type: object nullable: true @@ -107127,12 +107156,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - workflow: *635 + workflow: *638 workflow_run: title: Deployment Workflow Run type: object @@ -107822,7 +107851,7 @@ x-webhooks: type: string enum: - answered - answer: &638 + answer: &641 type: object properties: author_association: @@ -107979,7 +108008,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &636 + discussion: &639 title: Discussion description: A Discussion in a repository. type: object @@ -108286,10 +108315,10 @@ x-webhooks: - updated_at - active_lock_reason - body - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -108426,11 +108455,11 @@ x-webhooks: - from required: - category - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -108523,11 +108552,11 @@ x-webhooks: type: string enum: - closed - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -108619,7 +108648,7 @@ x-webhooks: type: string enum: - created - comment: &637 + comment: &640 type: object properties: author_association: @@ -108776,11 +108805,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -108873,12 +108902,12 @@ x-webhooks: type: string enum: - deleted - comment: *637 - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + comment: *640 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -108983,12 +109012,12 @@ x-webhooks: - from required: - body - comment: *637 - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + comment: *640 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109082,11 +109111,11 @@ x-webhooks: type: string enum: - created - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109178,11 +109207,11 @@ x-webhooks: type: string enum: - deleted - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109292,11 +109321,11 @@ x-webhooks: type: string required: - from - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109388,10 +109417,10 @@ x-webhooks: type: string enum: - labeled - discussion: *636 - enterprise: *618 - installation: *619 - label: &639 + discussion: *639 + enterprise: *621 + installation: *622 + label: &642 title: Label type: object properties: @@ -109423,8 +109452,8 @@ x-webhooks: - color - default - description - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109517,11 +109546,11 @@ x-webhooks: type: string enum: - locked - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109613,11 +109642,11 @@ x-webhooks: type: string enum: - pinned - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109709,11 +109738,11 @@ x-webhooks: type: string enum: - reopened - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109808,16 +109837,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *636 - new_repository: *621 + new_discussion: *639 + new_repository: *624 required: - new_discussion - new_repository - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -109910,10 +109939,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *636 - old_answer: *638 - organization: *620 - repository: *621 + discussion: *639 + old_answer: *641 + organization: *623 + repository: *624 sender: *19 required: - action @@ -110005,12 +110034,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *636 - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -110103,11 +110132,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -110199,11 +110228,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *639 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -110444,7 +110473,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *618 + enterprise: *621 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -111104,9 +111133,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *619 - organization: *620 - repository: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - forkee @@ -111272,9 +111301,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pages: description: The pages that were updated. type: array @@ -111311,7 +111340,7 @@ x-webhooks: - action - sha - html_url - repository: *621 + repository: *624 sender: *19 required: - pages @@ -111397,10 +111426,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories: &641 + organization: *623 + repositories: &644 description: An array of repository objects that the installation can access. type: array @@ -111426,8 +111455,8 @@ x-webhooks: - name - full_name - private - repository: *621 - requester: *640 + repository: *624 + requester: *643 sender: *19 required: - action @@ -111512,11 +111541,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *623 + repositories: *644 + repository: *624 requester: nullable: true sender: *19 @@ -111602,11 +111631,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *623 + repositories: *644 + repository: *624 requester: nullable: true sender: *19 @@ -111692,10 +111721,10 @@ x-webhooks: type: string enum: - added - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories_added: &642 + organization: *623 + repositories_added: &645 description: An array of repository objects, which were added to the installation. type: array @@ -111741,15 +111770,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *621 - repository_selection: &643 + repository: *624 + repository_selection: &646 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *640 + requester: *643 sender: *19 required: - action @@ -111838,10 +111867,10 @@ x-webhooks: type: string enum: - removed - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories_added: *642 + organization: *623 + repositories_added: *645 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -111868,9 +111897,9 @@ x-webhooks: - name - full_name - private - repository: *621 - repository_selection: *643 - requester: *640 + repository: *624 + repository_selection: *646 + requester: *643 sender: *19 required: - action @@ -111959,11 +111988,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *623 + repositories: *644 + repository: *624 requester: nullable: true sender: *19 @@ -112152,10 +112181,10 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 target_type: type: string @@ -112244,11 +112273,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *618 + enterprise: *621 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *623 + repositories: *644 + repository: *624 requester: nullable: true sender: *19 @@ -112510,8 +112539,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113305,8 +113334,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -113322,7 +113351,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -113655,8 +113684,8 @@ x-webhooks: - state - locked - assignee - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -113746,7 +113775,7 @@ x-webhooks: type: string enum: - deleted - comment: &644 + comment: &647 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -113911,8 +113940,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114702,8 +114731,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -114719,7 +114748,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -115054,8 +115083,8 @@ x-webhooks: - state - locked - assignee - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -115145,7 +115174,7 @@ x-webhooks: type: string enum: - edited - changes: &667 + changes: &670 description: The changes to the comment. type: object properties: @@ -115157,9 +115186,9 @@ x-webhooks: type: string required: - from - comment: *644 - enterprise: *618 - installation: *619 + comment: *647 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115952,8 +115981,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -115969,7 +115998,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -116302,8 +116331,8 @@ x-webhooks: - state - locked - assignee - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -116395,10 +116424,10 @@ x-webhooks: type: string enum: - assigned - assignee: *640 - enterprise: *618 - installation: *619 - issue: &647 + assignee: *643 + enterprise: *621 + installation: *622 + issue: &650 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -117187,11 +117216,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117207,7 +117236,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -117308,8 +117337,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -117399,8 +117428,8 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118194,11 +118223,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118214,7 +118243,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -118450,8 +118479,8 @@ x-webhooks: required: - state - closed_at - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -118540,8 +118569,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -119326,11 +119355,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119346,7 +119375,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -119446,8 +119475,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -119536,8 +119565,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120344,11 +120373,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120364,7 +120393,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -120443,7 +120472,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &645 + milestone: &648 title: Milestone description: A collection of related issues and pull requests. type: object @@ -120581,8 +120610,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -120691,8 +120720,8 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121481,11 +121510,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121498,7 +121527,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *575 + type: *578 title: description: Title of the issue type: string @@ -121602,9 +121631,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *639 - organization: *620 - repository: *621 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -121694,8 +121723,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122483,11 +122512,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122500,7 +122529,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *575 + type: *578 title: description: Title of the issue type: string @@ -122604,9 +122633,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *639 - organization: *620 - repository: *621 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -122696,8 +122725,8 @@ x-webhooks: type: string enum: - locked - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123509,11 +123538,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123526,7 +123555,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *575 + type: *578 title: description: Title of the issue type: string @@ -123607,8 +123636,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -123697,8 +123726,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124504,11 +124533,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124524,7 +124553,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -124602,9 +124631,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *645 - organization: *620 - repository: *621 + milestone: *648 + organization: *623 + repository: *624 sender: *19 required: - action @@ -125482,11 +125511,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125579,7 +125608,7 @@ x-webhooks: required: - login - id - type: *575 + type: *578 required: - id - number @@ -126048,8 +126077,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -126838,11 +126867,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126858,7 +126887,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -126958,8 +126987,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -127049,9 +127078,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *618 - installation: *619 - issue: &646 + enterprise: *621 + installation: *622 + issue: &649 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -127834,11 +127863,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127854,7 +127883,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -127954,8 +127983,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -128044,8 +128073,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128855,11 +128884,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128953,9 +128982,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *575 - organization: *620 - repository: *621 + type: *578 + organization: *623 + repository: *624 sender: *19 required: - action @@ -129831,11 +129860,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129851,7 +129880,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -130419,11 +130448,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *618 - installation: *619 - issue: *646 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + issue: *649 + organization: *623 + repository: *624 sender: *19 required: - action @@ -130514,7 +130543,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &670 + assignee: &673 title: User type: object nullable: true @@ -130584,11 +130613,11 @@ x-webhooks: required: - login - id - enterprise: *618 - installation: *619 - issue: *647 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + issue: *650 + organization: *623 + repository: *624 sender: *19 required: - action @@ -130677,12 +130706,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *618 - installation: *619 - issue: *647 - label: *639 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + issue: *650 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -130772,8 +130801,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -131583,11 +131612,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *572 - issue_dependencies_summary: *573 + sub_issues_summary: *575 + issue_dependencies_summary: *576 issue_field_values: type: array - items: *574 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131603,7 +131632,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *575 + type: *578 updated_at: type: string format: date-time @@ -131681,8 +131710,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -131772,11 +131801,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *618 - installation: *619 - issue: *646 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + issue: *649 + organization: *623 + repository: *624 sender: *19 required: - action @@ -131865,11 +131894,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -131957,11 +131986,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -132081,11 +132110,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + label: *642 + organization: *623 + repository: *624 sender: *19 required: - action @@ -132199,11 +132228,11 @@ x-webhooks: type: string required: - to - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + member: *643 + organization: *623 + repository: *624 sender: *19 required: - action @@ -132313,11 +132342,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + member: *643 + organization: *623 + repository: *624 sender: *19 required: - action @@ -132406,11 +132435,11 @@ x-webhooks: type: string enum: - removed - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + member: *643 + organization: *623 + repository: *624 sender: *19 required: - action @@ -132498,11 +132527,11 @@ x-webhooks: type: string enum: - added - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + member: *643 + organization: *623 + repository: *624 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132578,7 +132607,7 @@ x-webhooks: required: - login - id - team: &648 + team: &651 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -132811,11 +132840,11 @@ x-webhooks: type: string enum: - removed - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + member: *643 + organization: *623 + repository: *624 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132892,7 +132921,7 @@ x-webhooks: required: - login - id - team: *648 + team: *651 required: - action - scope @@ -132980,7 +133009,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 + enterprise: *621 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -133089,16 +133118,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *619 - organization: *620 + installation: *622 + organization: *623 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *652 + required: *653 nullable: true sender: *19 required: @@ -133189,11 +133218,11 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 - milestone: *645 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + milestone: *648 + organization: *623 + repository: *624 sender: *19 required: - action @@ -133282,9 +133311,9 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - milestone: &651 + enterprise: *621 + installation: *622 + milestone: &654 title: Milestone description: A collection of related issues and pull requests. type: object @@ -133421,8 +133450,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -133511,11 +133540,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - milestone: *645 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + milestone: *648 + organization: *623 + repository: *624 sender: *19 required: - action @@ -133635,11 +133664,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - milestone: *645 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + milestone: *648 + organization: *623 + repository: *624 sender: *19 required: - action @@ -133729,11 +133758,11 @@ x-webhooks: type: string enum: - opened - enterprise: *618 - installation: *619 - milestone: *651 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + milestone: *654 + organization: *623 + repository: *624 sender: *19 required: - action @@ -133822,9 +133851,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - membership: &652 + enterprise: *621 + installation: *622 + membership: &655 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -133931,8 +133960,8 @@ x-webhooks: - role - organization_url - user - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 required: - action @@ -134020,11 +134049,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *618 - installation: *619 - membership: *652 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + membership: *655 + organization: *623 + repository: *624 sender: *19 required: - action @@ -134113,8 +134142,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -134230,10 +134259,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 - user: *640 + user: *643 required: - action - invitation @@ -134321,11 +134350,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *618 - installation: *619 - membership: *652 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + membership: *655 + organization: *623 + repository: *624 sender: *19 required: - action @@ -134422,11 +134451,11 @@ x-webhooks: properties: from: type: string - enterprise: *618 - installation: *619 - membership: *652 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + membership: *655 + organization: *623 + repository: *624 sender: *19 required: - action @@ -134512,9 +134541,9 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 package: description: Information about the package. type: object @@ -135013,7 +135042,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &653 + items: &656 title: Ruby Gems metadata type: object properties: @@ -135108,7 +135137,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *624 sender: *19 required: - action @@ -135194,9 +135223,9 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 package: description: Information about the package. type: object @@ -135549,7 +135578,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *653 + items: *656 source_url: type: string format: uri @@ -135619,7 +135648,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *624 sender: *19 required: - action @@ -135806,12 +135835,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *618 + enterprise: *621 id: type: integer - installation: *619 - organization: *620 - repository: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - id @@ -135888,7 +135917,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &654 + personal_access_token_request: &657 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -136034,10 +136063,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *618 - organization: *620 + enterprise: *621 + organization: *623 sender: *19 - installation: *619 + installation: *622 required: - action - personal_access_token_request @@ -136114,11 +136143,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *654 - enterprise: *618 - organization: *620 + personal_access_token_request: *657 + enterprise: *621 + organization: *623 sender: *19 - installation: *619 + installation: *622 required: - action - personal_access_token_request @@ -136194,11 +136223,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *654 - enterprise: *618 - organization: *620 + personal_access_token_request: *657 + enterprise: *621 + organization: *623 sender: *19 - installation: *619 + installation: *622 required: - action - personal_access_token_request @@ -136273,11 +136302,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *654 - organization: *620 - enterprise: *618 + personal_access_token_request: *657 + organization: *623 + enterprise: *621 sender: *19 - installation: *619 + installation: *622 required: - action - personal_access_token_request @@ -136392,7 +136421,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *655 + last_response: *658 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -136424,8 +136453,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 zen: description: Random string of GitHub zen. @@ -136680,10 +136709,10 @@ x-webhooks: - from required: - note - enterprise: *618 - installation: *619 - organization: *620 - project_card: &656 + enterprise: *621 + installation: *622 + organization: *623 + project_card: &659 title: Project Card type: object properties: @@ -136802,7 +136831,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *621 + repository: *624 sender: *19 required: - action @@ -136893,11 +136922,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - project_card: *656 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project_card: *659 + repository: *624 sender: *19 required: - action @@ -136987,9 +137016,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 project_card: title: Project Card type: object @@ -137117,8 +137146,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *652 + required: *653 nullable: true sender: *19 required: @@ -137222,11 +137251,11 @@ x-webhooks: - from required: - note - enterprise: *618 - installation: *619 - organization: *620 - project_card: *656 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project_card: *659 + repository: *624 sender: *19 required: - action @@ -137330,9 +137359,9 @@ x-webhooks: - from required: - column_id - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 project_card: allOf: - title: Project Card @@ -137522,7 +137551,7 @@ x-webhooks: type: string required: - after_id - repository: *621 + repository: *624 sender: *19 required: - action @@ -137612,10 +137641,10 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 - organization: *620 - project: &658 + enterprise: *621 + installation: *622 + organization: *623 + project: &661 title: Project type: object properties: @@ -137739,7 +137768,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *621 + repository: *624 sender: *19 required: - action @@ -137829,10 +137858,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - project_column: &657 + enterprise: *621 + installation: *622 + organization: *623 + project_column: &660 title: Project Column type: object properties: @@ -137871,7 +137900,7 @@ x-webhooks: - name - created_at - updated_at - repository: *621 + repository: *624 sender: *19 required: - action @@ -137960,18 +137989,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - project_column: *657 + enterprise: *621 + installation: *622 + organization: *623 + project_column: *660 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *652 + required: *653 nullable: true sender: *19 required: @@ -138071,11 +138100,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - project_column: *657 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project_column: *660 + repository: *624 sender: *19 required: - action @@ -138165,11 +138194,11 @@ x-webhooks: type: string enum: - moved - enterprise: *618 - installation: *619 - organization: *620 - project_column: *657 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project_column: *660 + repository: *624 sender: *19 required: - action @@ -138259,11 +138288,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - project: *658 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project: *661 + repository: *624 sender: *19 required: - action @@ -138353,18 +138382,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - project: *658 + enterprise: *621 + installation: *622 + organization: *623 + project: *661 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *652 + required: *653 nullable: true sender: *19 required: @@ -138476,11 +138505,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - project: *658 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project: *661 + repository: *624 sender: *19 required: - action @@ -138569,11 +138598,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *618 - installation: *619 - organization: *620 - project: *658 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + project: *661 + repository: *624 sender: *19 required: - action @@ -138664,9 +138693,9 @@ x-webhooks: type: string enum: - closed - installation: *619 - organization: *620 - projects_v2: &659 + installation: *622 + organization: *623 + projects_v2: &662 title: Projects v2 Project description: A projects v2 project type: object @@ -138898,9 +138927,9 @@ x-webhooks: type: string enum: - created - installation: *619 - organization: *620 - projects_v2: *659 + installation: *622 + organization: *623 + projects_v2: *662 sender: *19 required: - action @@ -138991,9 +139020,9 @@ x-webhooks: type: string enum: - deleted - installation: *619 - organization: *620 - projects_v2: *659 + installation: *622 + organization: *623 + projects_v2: *662 sender: *19 required: - action @@ -139120,9 +139149,9 @@ x-webhooks: type: string to: type: string - installation: *619 - organization: *620 - projects_v2: *659 + installation: *622 + organization: *623 + projects_v2: *662 sender: *19 required: - action @@ -139215,7 +139244,7 @@ x-webhooks: type: string enum: - archived - changes: &663 + changes: &666 type: object properties: archived_at: @@ -139229,9 +139258,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *619 - organization: *620 - projects_v2_item: &660 + installation: *622 + organization: *623 + projects_v2_item: &663 title: Projects v2 Item description: An item belonging to a project type: object @@ -139383,9 +139412,9 @@ x-webhooks: nullable: true to: type: string - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *622 + organization: *623 + projects_v2_item: *663 sender: *19 required: - action @@ -139477,9 +139506,9 @@ x-webhooks: type: string enum: - created - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *622 + organization: *623 + projects_v2_item: *663 sender: *19 required: - action @@ -139570,9 +139599,9 @@ x-webhooks: type: string enum: - deleted - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *622 + organization: *623 + projects_v2_item: *663 sender: *19 required: - action @@ -139688,7 +139717,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &661 + - &664 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -139710,7 +139739,7 @@ x-webhooks: required: - id - name - - &662 + - &665 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -139744,8 +139773,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *661 - - *662 + - *664 + - *665 required: - field_value - type: object @@ -139761,9 +139790,9 @@ x-webhooks: nullable: true required: - body - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *622 + organization: *623 + projects_v2_item: *663 sender: *19 required: - action @@ -139868,9 +139897,9 @@ x-webhooks: to: type: string nullable: true - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *622 + organization: *623 + projects_v2_item: *663 sender: *19 required: - action @@ -139963,10 +139992,10 @@ x-webhooks: type: string enum: - restored - changes: *663 - installation: *619 - organization: *620 - projects_v2_item: *660 + changes: *666 + installation: *622 + organization: *623 + projects_v2_item: *663 sender: *19 required: - action @@ -140058,9 +140087,9 @@ x-webhooks: type: string enum: - reopened - installation: *619 - organization: *620 - projects_v2: *659 + installation: *622 + organization: *623 + projects_v2: *662 sender: *19 required: - action @@ -140141,10 +140170,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - repository @@ -140231,13 +140260,13 @@ x-webhooks: type: string enum: - assigned - assignee: *640 - enterprise: *618 - installation: *619 - number: &664 + assignee: *643 + enterprise: *621 + installation: *622 + number: &667 description: The pull request number. type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -142520,7 +142549,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -142612,11 +142641,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 number: type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -144894,7 +144923,7 @@ x-webhooks: - draft reason: type: string - repository: *621 + repository: *624 sender: *19 required: - action @@ -144986,11 +145015,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 number: type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -147268,7 +147297,7 @@ x-webhooks: - draft reason: type: string - repository: *621 + repository: *624 sender: *19 required: - action @@ -147360,11 +147389,11 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: &665 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 + pull_request: &668 allOf: - *117 - type: object @@ -147428,7 +147457,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *621 + repository: *624 sender: *19 required: - action @@ -147519,12 +147548,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 + pull_request: *668 + repository: *624 sender: *19 required: - action @@ -147614,11 +147643,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *618 - milestone: *488 - number: *664 - organization: *620 - pull_request: &666 + enterprise: *621 + milestone: *491 + number: *667 + organization: *623 + pull_request: &669 title: Pull Request type: object properties: @@ -149881,7 +149910,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -150013,12 +150042,12 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 + pull_request: *668 + repository: *624 sender: *19 required: - action @@ -150108,11 +150137,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *618 - installation: *619 - label: *639 - number: *664 - organization: *620 + enterprise: *621 + installation: *622 + label: *642 + number: *667 + organization: *623 pull_request: title: Pull Request type: object @@ -152394,7 +152423,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -152485,10 +152514,10 @@ x-webhooks: type: string enum: - locked - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 pull_request: title: Pull Request type: object @@ -154768,7 +154797,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -154858,12 +154887,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *618 - milestone: *488 - number: *664 - organization: *620 - pull_request: *666 - repository: *621 + enterprise: *621 + milestone: *491 + number: *667 + organization: *623 + pull_request: *669 + repository: *624 sender: *19 required: - action @@ -154952,12 +154981,12 @@ x-webhooks: type: string enum: - opened - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 + pull_request: *668 + repository: *624 sender: *19 required: - action @@ -155048,12 +155077,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 + pull_request: *668 + repository: *624 sender: *19 required: - action @@ -155143,12 +155172,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 + pull_request: *668 + repository: *624 sender: *19 required: - action @@ -155524,9 +155553,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: type: object properties: @@ -157696,7 +157725,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *621 + repository: *624 sender: *19 required: - action @@ -157786,7 +157815,7 @@ x-webhooks: type: string enum: - deleted - comment: &668 + comment: &671 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. @@ -158071,9 +158100,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: type: object properties: @@ -160231,7 +160260,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *621 + repository: *624 sender: *19 required: - action @@ -160321,11 +160350,11 @@ x-webhooks: type: string enum: - edited - changes: *667 - comment: *668 - enterprise: *618 - installation: *619 - organization: *620 + changes: *670 + comment: *671 + enterprise: *621 + installation: *622 + organization: *623 pull_request: type: object properties: @@ -162486,7 +162515,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *621 + repository: *624 sender: *19 required: - action @@ -162577,9 +162606,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -164752,7 +164781,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 + repository: *624 review: description: The review that was affected. type: object @@ -165009,9 +165038,9 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -167065,8 +167094,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 - review: &669 + repository: *624 + review: &672 description: The review that was affected. type: object properties: @@ -167309,12 +167338,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -169597,7 +169626,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 requested_reviewer: title: User type: object @@ -169681,12 +169710,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -171976,7 +172005,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172178,12 +172207,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -174468,7 +174497,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 requested_reviewer: title: User type: object @@ -174553,12 +174582,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *618 - installation: *619 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *620 + organization: *623 pull_request: title: Pull Request type: object @@ -176834,7 +176863,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 requested_team: title: Team description: Groups of organization members that gives permissions @@ -177025,9 +177054,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -179202,8 +179231,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 - review: *669 + repository: *624 + review: *672 sender: *19 required: - action @@ -179293,9 +179322,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -181365,7 +181394,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 + repository: *624 sender: *19 thread: type: object @@ -181762,9 +181791,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -183820,7 +183849,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 + repository: *624 sender: *19 thread: type: object @@ -184220,10 +184249,10 @@ x-webhooks: type: string before: type: string - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 pull_request: title: Pull Request type: object @@ -186494,7 +186523,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -186586,11 +186615,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *670 - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + assignee: *673 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 pull_request: title: Pull Request type: object @@ -188873,7 +188902,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -188962,11 +188991,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *618 - installation: *619 - label: *639 - number: *664 - organization: *620 + enterprise: *621 + installation: *622 + label: *642 + number: *667 + organization: *623 pull_request: title: Pull Request type: object @@ -191239,7 +191268,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -191330,10 +191359,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + enterprise: *621 + installation: *622 + number: *667 + organization: *623 pull_request: title: Pull Request type: object @@ -193598,7 +193627,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *624 sender: *19 required: - action @@ -193808,7 +193837,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *618 + enterprise: *621 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -193900,8 +193929,8 @@ x-webhooks: - url - author - committer - installation: *619 - organization: *620 + installation: *622 + organization: *623 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -194486,9 +194515,9 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 registry_package: type: object properties: @@ -194934,7 +194963,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *653 + items: *656 summary: type: string tag_name: @@ -194988,7 +195017,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *624 sender: *19 required: - action @@ -195076,9 +195105,9 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 registry_package: type: object properties: @@ -195386,7 +195415,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *653 + items: *656 summary: type: string tag_name: @@ -195435,7 +195464,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *624 sender: *19 required: - action @@ -195522,10 +195551,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - release: &671 + enterprise: *621 + installation: *622 + organization: *623 + release: &674 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -195843,7 +195872,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *621 + repository: *624 sender: *19 required: - action @@ -195930,11 +195959,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - release: *671 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + release: *674 + repository: *624 sender: *19 required: - action @@ -196061,11 +196090,11 @@ x-webhooks: type: boolean required: - to - enterprise: *618 - installation: *619 - organization: *620 - release: *671 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + release: *674 + repository: *624 sender: *19 required: - action @@ -196153,9 +196182,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -196477,7 +196506,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *621 + repository: *624 sender: *19 required: - action @@ -196563,10 +196592,10 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 - release: &672 + enterprise: *621 + installation: *622 + organization: *623 + release: &675 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -196885,7 +196914,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *621 + repository: *624 sender: *19 required: - action @@ -196971,11 +197000,11 @@ x-webhooks: type: string enum: - released - enterprise: *618 - installation: *619 - organization: *620 - release: *671 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + release: *674 + repository: *624 sender: *19 required: - action @@ -197061,11 +197090,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *618 - installation: *619 - organization: *620 - release: *672 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + release: *675 + repository: *624 sender: *19 required: - action @@ -197151,10 +197180,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197239,10 +197268,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197327,10 +197356,10 @@ x-webhooks: type: string enum: - archived - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197417,10 +197446,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197508,10 +197537,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197605,10 +197634,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197730,10 +197759,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197821,10 +197850,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -197911,10 +197940,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -198018,10 +198047,10 @@ x-webhooks: - name required: - repository - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -198101,10 +198130,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 repository_ruleset: *273 sender: *19 required: @@ -198183,10 +198212,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 repository_ruleset: *273 sender: *19 required: @@ -198265,10 +198294,10 @@ x-webhooks: type: string enum: - edited - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 repository_ruleset: *273 changes: type: object @@ -198330,16 +198359,16 @@ x-webhooks: properties: added: type: array - items: *526 + items: *529 deleted: type: array - items: *526 + items: *529 updated: type: array items: type: object properties: - rule: *526 + rule: *529 changes: type: object properties: @@ -198583,10 +198612,10 @@ x-webhooks: - from required: - owner - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -198674,10 +198703,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -198765,7 +198794,7 @@ x-webhooks: type: string enum: - create - alert: &673 + alert: &676 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -198886,10 +198915,10 @@ x-webhooks: type: string enum: - open - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -199105,10 +199134,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -199196,11 +199225,11 @@ x-webhooks: type: string enum: - reopen - alert: *673 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *676 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -199409,10 +199438,10 @@ x-webhooks: enum: - fixed - open - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -199500,7 +199529,7 @@ x-webhooks: type: string enum: - created - alert: &674 + alert: &677 type: object properties: number: *93 @@ -199580,10 +199609,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -199674,11 +199703,11 @@ x-webhooks: type: string enum: - created - alert: *674 - installation: *619 - location: *675 - organization: *620 - repository: *621 + alert: *677 + installation: *622 + location: *678 + organization: *623 + repository: *624 sender: *19 required: - location @@ -199921,11 +199950,11 @@ x-webhooks: type: string enum: - reopened - alert: *674 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *677 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -200013,11 +200042,11 @@ x-webhooks: type: string enum: - resolved - alert: *674 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *677 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -200105,11 +200134,11 @@ x-webhooks: type: string enum: - validated - alert: *674 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *677 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -200195,11 +200224,11 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - security_advisory: &676 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + security_advisory: &679 description: The details of the security advisory, including summary, description, and severity. type: object @@ -200392,11 +200421,11 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - security_advisory: *676 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + security_advisory: *679 sender: *19 required: - action @@ -200479,10 +200508,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -200677,9 +200706,9 @@ x-webhooks: type: object properties: security_and_analysis: *251 - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 repository: *317 sender: *19 required: @@ -200768,12 +200797,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - sponsorship: &677 + sponsorship: &680 type: object properties: created_at: @@ -201084,12 +201113,12 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - sponsorship: *677 + sponsorship: *680 required: - action - sponsorship @@ -201187,12 +201216,12 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - sponsorship: *677 + sponsorship: *680 required: - action - changes @@ -201279,17 +201308,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &678 + effective_date: &681 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: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - sponsorship: *677 + sponsorship: *680 required: - action - sponsorship @@ -201373,7 +201402,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &679 + changes: &682 type: object properties: tier: @@ -201417,13 +201446,13 @@ x-webhooks: - from required: - tier - effective_date: *678 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + effective_date: *681 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - sponsorship: *677 + sponsorship: *680 required: - action - changes @@ -201510,13 +201539,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *679 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + changes: *682 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - sponsorship: *677 + sponsorship: *680 required: - action - changes @@ -201600,10 +201629,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -201696,10 +201725,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -202125,15 +202154,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *618 + enterprise: *621 id: description: The unique identifier of the status. type: integer - installation: *619 + installation: *622 name: type: string - organization: *620 - repository: *621 + organization: *623 + repository: *624 sender: *19 sha: description: The Commit SHA. @@ -202245,12 +202274,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - team: &680 + team: &683 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -202483,9 +202512,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -202943,7 +202972,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *683 required: - action - team @@ -203029,9 +203058,9 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -203489,7 +203518,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *683 required: - action - team @@ -203576,9 +203605,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -204036,7 +204065,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *683 required: - action - team @@ -204190,9 +204219,9 @@ x-webhooks: - from required: - permissions - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -204650,7 +204679,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *683 required: - action - changes @@ -204738,9 +204767,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -205198,7 +205227,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *683 required: - action - team @@ -205281,12 +205310,12 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - user: *640 + user: *643 required: - action responses: @@ -205364,12 +205393,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - user: *640 + user: *643 required: - action responses: @@ -205450,10 +205479,10 @@ x-webhooks: type: string enum: - started - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 required: - action @@ -205536,16 +205565,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *618 + enterprise: *621 inputs: type: object nullable: true additionalProperties: true - installation: *619 - organization: *620 + installation: *622 + organization: *623 ref: type: string - repository: *621 + repository: *624 sender: *19 workflow: type: string @@ -205637,10 +205666,10 @@ x-webhooks: type: string enum: - completed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 workflow_job: allOf: @@ -205877,7 +205906,7 @@ x-webhooks: type: string required: - conclusion - deployment: *427 + deployment: *430 required: - action - repository @@ -205966,10 +205995,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 workflow_job: allOf: @@ -206229,7 +206258,7 @@ x-webhooks: required: - status - steps - deployment: *427 + deployment: *430 required: - action - repository @@ -206318,10 +206347,10 @@ x-webhooks: type: string enum: - queued - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 workflow_job: type: object @@ -206456,7 +206485,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *427 + deployment: *430 required: - action - repository @@ -206545,10 +206574,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 workflow_job: type: object @@ -206684,7 +206713,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *427 + deployment: *430 required: - action - repository @@ -206774,12 +206803,12 @@ x-webhooks: type: string enum: - completed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *19 - workflow: *635 + workflow: *638 workflow_run: title: Workflow Run type: object @@ -207788,12 +207817,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *621 + insta{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}