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 43cb07125..70b6d44db 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 @@ -2997,6 +2997,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13391,6 +13394,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -39549,6 +39555,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -47972,7 +47981,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -48127,7 +48136,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -296733,6 +296742,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", 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 8fbfce71e..093bd3124 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 @@ -2129,6 +2129,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -9784,6 +9785,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -28803,6 +28805,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -34914,7 +34917,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -35028,7 +35031,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -225309,6 +225313,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 43cb07125..70b6d44db 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -2997,6 +2997,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13391,6 +13394,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -39549,6 +39555,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -47972,7 +47981,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -48127,7 +48136,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -296733,6 +296742,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8fbfce71e..093bd3124 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -2129,6 +2129,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -9784,6 +9785,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -28803,6 +28805,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -34914,7 +34917,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -35028,7 +35031,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -225309,6 +225313,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query 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 ff85af147..892b0c365 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 @@ -19880,6 +19880,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -76885,6 +76893,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -253547,6 +253563,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -325777,7 +325801,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -330553,7 +330577,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", 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 ba752fd36..1fbf5b4d9 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 @@ -838,7 +838,7 @@ paths: - subscriptions_url - type - url - type: &246 + type: &247 type: string description: The type of credit the user is receiving. enum: @@ -1004,7 +1004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &567 + - &568 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1567,7 +1567,7 @@ paths: schema: type: integer default: 30 - - &164 + - &165 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1583,7 +1583,7 @@ paths: application/json: schema: type: array - items: &165 + items: &166 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1660,7 +1660,7 @@ paths: - installation_id - repository_id examples: - default: &166 + default: &167 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1788,7 +1788,7 @@ paths: description: Response content: application/json: - schema: &167 + schema: &168 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1902,7 +1902,7 @@ paths: - request - response examples: - default: &168 + default: &169 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2829,7 +2829,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &226 + properties: &227 id: description: Unique identifier of the repository example: 42 @@ -3258,7 +3258,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &227 + required: &228 - archive_url - assignees_url - blobs_url @@ -8348,6 +8348,18 @@ paths: schema: type: string - &152 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &153 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8357,7 +8369,7 @@ paths: enum: - development - runtime - - &153 + - &154 name: sort in: query description: |- @@ -8375,7 +8387,7 @@ paths: - *48 - *39 - *40 - - &154 + - &155 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8388,7 +8400,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &155 + - &156 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8408,7 +8420,7 @@ paths: application/json: schema: type: array - items: &156 + items: &157 type: object description: A Dependabot alert. properties: @@ -8461,7 +8473,7 @@ paths: enum: - development - runtime - security_advisory: &418 + security_advisory: &419 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8722,7 +8734,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &419 + auto_dismissed_at: &420 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8748,7 +8760,7 @@ paths: - repository additionalProperties: false examples: - default: &157 + default: &158 value: - number: 2 state: dismissed @@ -9092,7 +9104,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &237 + - &238 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9103,7 +9115,7 @@ paths: enum: - open - resolved - - &238 + - &239 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9113,7 +9125,7 @@ paths: required: false schema: type: string - - &239 + - &240 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9122,7 +9134,7 @@ paths: required: false schema: type: string - - &240 + - &241 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. @@ -9138,7 +9150,7 @@ paths: - *17 - *39 - *40 - - &241 + - &242 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9147,7 +9159,7 @@ paths: required: false schema: type: string - - &242 + - &243 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9156,7 +9168,7 @@ paths: schema: type: boolean default: false - - &243 + - &244 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9172,7 +9184,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 type: object properties: number: *53 @@ -9191,14 +9203,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &559 + state: &560 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: &560 + resolution: &561 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9295,7 +9307,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &245 + default: &246 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9631,7 +9643,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &467 + properties: &468 id: type: integer format: int64 @@ -9742,7 +9754,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &403 + properties: &404 url: type: string format: uri @@ -9812,7 +9824,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &404 + required: &405 - closed_issues - creator - description @@ -9967,7 +9979,7 @@ paths: - total - completed - percent_completed - required: &468 + required: &469 - assignee - closed_at - comments @@ -9989,7 +10001,7 @@ paths: - author_association - created_at - updated_at - comment: &465 + comment: &466 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10556,7 +10568,7 @@ paths: url: type: string format: uri - user: &590 + user: &591 title: Public User description: Public User type: object @@ -12426,7 +12438,7 @@ paths: - closed - all default: open - - &187 + - &188 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12477,7 +12489,7 @@ paths: type: array items: *76 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -13861,14 +13873,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &268 + - &269 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &269 + - &270 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -13939,7 +13951,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &280 + '301': &281 description: Moved permanently content: application/json: @@ -13961,7 +13973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &497 + - &498 name: all description: If `true`, show notifications marked as read. in: query @@ -13969,7 +13981,7 @@ paths: schema: type: boolean default: false - - &498 + - &499 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -13979,7 +13991,7 @@ paths: type: boolean default: false - *66 - - &499 + - &500 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: @@ -14015,7 +14027,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &159 + properties: &160 id: type: integer format: int64 @@ -14291,7 +14303,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &228 + security_and_analysis: &229 nullable: true type: object properties: @@ -14347,7 +14359,7 @@ paths: enum: - enabled - disabled - required: &160 + required: &161 - archive_url - assignees_url - blobs_url @@ -14435,7 +14447,7 @@ paths: - url - subscription_url examples: - default: &500 + default: &501 value: - id: '1' repository: @@ -14977,7 +14989,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 title: Organization Simple description: A GitHub organization. type: object @@ -15036,7 +15048,7 @@ paths: - avatar_url - description examples: - default: &608 + default: &609 value: - login: github id: 1 @@ -15942,7 +15954,7 @@ paths: type: integer repository_cache_usages: type: array - items: &285 + items: &286 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16827,7 +16839,7 @@ paths: - all - local_only - selected - selected_actions_url: &291 + selected_actions_url: &292 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -16917,7 +16929,7 @@ paths: type: array items: *59 examples: - default: &602 + default: &603 value: total_count: 1 repositories: @@ -17245,7 +17257,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &296 type: object properties: default_workflow_permissions: &111 @@ -17296,7 +17308,7 @@ paths: required: false content: application/json: - schema: &296 + schema: &297 type: object properties: default_workflow_permissions: *111 @@ -17785,7 +17797,7 @@ paths: type: array items: *118 examples: - default: &593 + default: &594 value: total_count: 1 repositories: @@ -18423,7 +18435,7 @@ paths: application/json: schema: type: array - items: &297 + items: &298 title: Runner Application description: Runner Application type: object @@ -18448,7 +18460,7 @@ paths: - download_url - filename examples: - default: &298 + default: &299 value: - os: osx architecture: x64 @@ -18534,7 +18546,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &299 + '201': &300 description: Response content: application/json: @@ -18644,7 +18656,7 @@ paths: - token - expires_at examples: - default: &300 + default: &301 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18683,7 +18695,7 @@ paths: application/json: schema: *122 examples: - default: &301 + default: &302 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18717,7 +18729,7 @@ paths: application/json: schema: *120 examples: - default: &302 + default: &303 value: id: 23 name: MBP @@ -18941,7 +18953,7 @@ paths: - *93 - *119 responses: - '200': &303 + '200': &304 description: Response content: application/json: @@ -18998,7 +19010,7 @@ paths: parameters: - *93 - *119 - - &304 + - &305 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19128,7 +19140,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19157,7 +19169,7 @@ paths: - key_id - key examples: - default: &317 + default: &318 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19568,7 +19580,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *93 - - &290 + - &291 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -20095,7 +20107,7 @@ paths: bundle_url: type: string examples: - default: &330 + default: &331 value: attestations: - bundle: @@ -20214,7 +20226,7 @@ paths: type: array items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -20332,7 +20344,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *93 - - &356 + - &357 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -20342,7 +20354,7 @@ paths: schema: &135 type: string description: The name of the tool used to generate the code scanning analysis. - - &357 + - &358 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -20365,7 +20377,7 @@ paths: be returned. in: query required: false - schema: &359 + schema: &360 type: string description: State of a code scanning alert. enum: @@ -20388,7 +20400,7 @@ paths: be returned. in: query required: false - schema: &360 + schema: &361 type: string description: Severity of a code scanning alert. enum: @@ -20414,7 +20426,7 @@ paths: updated_at: *132 url: *55 html_url: *56 - instances_url: &361 + instances_url: &362 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -20437,7 +20449,7 @@ paths: required: *21 nullable: true dismissed_at: *134 - dismissed_reason: &362 + dismissed_reason: &363 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20446,13 +20458,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &363 + dismissed_comment: &364 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &364 + rule: &365 type: object properties: id: @@ -20505,7 +20517,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &365 + tool: &366 type: object properties: name: *135 @@ -20515,15 +20527,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *136 - most_recent_instance: &366 + most_recent_instance: &367 type: object properties: - ref: &358 + ref: &359 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &376 + analysis_key: &377 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20534,7 +20546,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &377 + category: &378 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -21716,7 +21728,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -21746,7 +21758,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &389 + properties: &390 name: type: string description: The name of the machine. @@ -21788,7 +21800,7 @@ paths: - ready - in_progress nullable: true - required: &390 + required: &391 - name - display_name - operating_system @@ -21993,7 +22005,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -22656,7 +22668,7 @@ paths: - updated_at - visibility examples: - default: &391 + default: &392 value: total_count: 2 secrets: @@ -22694,7 +22706,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22723,7 +22735,7 @@ paths: - key_id - key examples: - default: &393 + default: &394 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22755,7 +22767,7 @@ paths: application/json: schema: *145 examples: - default: &395 + default: &396 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23224,7 +23236,7 @@ paths: currently being billed. seats: type: array - items: &193 + items: &194 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23242,7 +23254,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &186 + - &187 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23301,7 +23313,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &202 + properties: &203 id: description: Unique identifier of the team type: integer @@ -23357,7 +23369,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &203 + required: &204 - id - node_id - url @@ -23926,7 +23938,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24234,7 +24246,7 @@ paths: - date additionalProperties: true examples: - default: &249 + default: &250 value: - date: '2024-06-24' total_active_users: 24 @@ -24336,7 +24348,7 @@ paths: '500': *144 '403': *29 '404': *6 - '422': &250 + '422': &251 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24404,7 +24416,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24491,7 +24503,7 @@ paths: - breakdown additionalProperties: false examples: - default: &252 + default: &253 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24587,11 +24599,12 @@ paths: - *151 - *152 - *153 + - *154 - *48 - *39 - *40 - - *154 - *155 + - *156 - *17 responses: '200': @@ -24600,9 +24613,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *157 + default: *158 '304': *37 '400': *14 '403': *29 @@ -24646,7 +24659,7 @@ paths: type: integer secrets: type: array - items: &158 + items: &159 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24723,7 +24736,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24740,7 +24753,7 @@ paths: - key_id - key examples: - default: &423 + default: &424 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24770,7 +24783,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -25067,7 +25080,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Package description: A software package type: object @@ -25117,8 +25130,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *159 - required: *160 + properties: *160 + required: *161 nullable: true created_at: type: string @@ -25137,7 +25150,7 @@ paths: - created_at - updated_at examples: - default: &206 + default: &207 value: - id: 197 name: hello_docker @@ -25304,7 +25317,7 @@ paths: application/json: schema: type: array - items: &183 + items: &184 title: Organization Invitation description: Organization Invitation type: object @@ -25351,7 +25364,7 @@ paths: - invitation_teams_url - node_id examples: - default: &184 + default: &185 value: - id: 1 login: monalisa @@ -25418,7 +25431,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 title: Org Hook description: Org Hook type: object @@ -25589,9 +25602,9 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: - default: &162 + default: &163 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25639,7 +25652,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *93 - - &163 + - &164 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -25652,9 +25665,9 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: - default: *162 + default: *163 '404': *6 x-github: githubCloudOnly: false @@ -25682,7 +25695,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *93 - - *163 + - *164 requestBody: required: false content: @@ -25727,7 +25740,7 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: default: value: @@ -25769,7 +25782,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *93 - - *163 + - *164 responses: '204': description: Response @@ -25797,7 +25810,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *93 - - *163 + - *164 responses: '200': description: Response @@ -25828,7 +25841,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *93 - - *163 + - *164 requestBody: required: false content: @@ -25879,9 +25892,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *93 - - *163 - - *17 - *164 + - *17 + - *165 responses: '200': description: Response @@ -25889,9 +25902,9 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -25917,16 +25930,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *93 - - *163 + - *164 - *16 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '400': *14 '422': *15 x-github: @@ -25952,7 +25965,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *93 - - *163 + - *164 - *16 responses: '202': *47 @@ -25982,7 +25995,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *93 - - *163 + - *164 responses: '204': description: Response @@ -26005,7 +26018,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *93 - - &173 + - &174 name: actor_type in: path description: The type of the actor @@ -26018,14 +26031,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &174 + - &175 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &169 + - &170 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -26033,7 +26046,7 @@ paths: required: true schema: type: string - - &170 + - &171 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -26127,12 +26140,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *93 - - *169 - *170 + - *171 - *19 - *17 - *48 - - &179 + - &180 name: sort description: The property to sort the results by. in: query @@ -26211,14 +26224,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *93 - - *169 - *170 + - *171 responses: '200': description: Response content: application/json: - schema: &171 + schema: &172 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -26234,7 +26247,7 @@ paths: type: integer format: int64 examples: - default: &172 + default: &173 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26255,23 +26268,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *93 - - &175 + - &176 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *169 - *170 + - *171 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 x-github: enabledForGitHubApps: true category: orgs @@ -26290,18 +26303,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *93 - - *169 - *170 - - *173 + - *171 - *174 + - *175 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 x-github: enabledForGitHubApps: true category: orgs @@ -26319,9 +26332,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *93 - - *169 - *170 - - &176 + - *171 + - &177 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -26334,7 +26347,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &178 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -26350,7 +26363,7 @@ paths: type: integer format: int64 examples: - default: &178 + default: &179 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26387,18 +26400,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *93 - - *175 - - *169 - - *170 - *176 + - *170 + - *171 + - *177 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26416,19 +26429,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *93 - - *173 - *174 - - *169 + - *175 - *170 - - *176 + - *171 + - *177 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26446,13 +26459,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *93 - - *175 - - *169 + - *176 - *170 + - *171 - *19 - *17 - *48 - - *179 + - *180 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -26533,7 +26546,7 @@ paths: application/json: schema: *22 examples: - default: &461 + default: &462 value: id: 1 account: @@ -26699,12 +26712,12 @@ paths: application/json: schema: anyOf: - - &181 + - &182 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &180 + limit: &181 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -26729,7 +26742,7 @@ paths: properties: {} additionalProperties: false examples: - default: &182 + default: &183 value: limit: collaborators_only origin: organization @@ -26758,13 +26771,13 @@ paths: required: true content: application/json: - schema: &462 + schema: &463 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *180 + limit: *181 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -26788,9 +26801,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -26866,9 +26879,9 @@ paths: application/json: schema: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 headers: Link: *57 '404': *6 @@ -26945,7 +26958,7 @@ paths: description: Response content: application/json: - schema: *183 + schema: *184 examples: default: value: @@ -27000,7 +27013,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *93 - - &185 + - &186 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27031,7 +27044,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *93 - - *185 + - *186 - *17 - *19 responses: @@ -27041,9 +27054,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: &204 + default: &205 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27118,7 +27131,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -27143,7 +27156,7 @@ paths: type: array items: *76 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -27201,7 +27214,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '422': *15 @@ -27297,9 +27310,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *37 '500': *144 '401': *25 @@ -27326,7 +27339,7 @@ paths: parameters: - *93 - *131 - - &192 + - &193 name: codespace_name in: path required: true @@ -27361,15 +27374,15 @@ paths: parameters: - *93 - *131 - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: &388 + default: &389 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -27549,7 +27562,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -27624,7 +27637,7 @@ paths: description: Response content: application/json: - schema: &195 + schema: &196 title: Org Membership description: Org Membership type: object @@ -27653,7 +27666,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *194 + organization: *195 user: title: Simple User description: A GitHub user. @@ -27676,7 +27689,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &196 + response-if-user-has-an-active-admin-membership-with-organization: &197 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27773,9 +27786,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - response-if-user-already-had-membership-with-organization: *196 + response-if-user-already-had-membership-with-organization: *197 '422': *15 '403': *29 x-github: @@ -27843,7 +27856,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Migration description: A migration. type: object @@ -28172,7 +28185,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28351,7 +28364,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *93 - - &198 + - &199 name: migration_id description: The unique identifier of the migration. in: path @@ -28378,7 +28391,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28548,7 +28561,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *93 - - *198 + - *199 responses: '302': description: Response @@ -28570,7 +28583,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *93 - - *198 + - *199 responses: '204': description: Response @@ -28594,8 +28607,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *93 - - *198 - - &607 + - *199 + - &608 name: repo_name description: repo_name parameter in: path @@ -28623,7 +28636,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *93 - - *198 + - *199 - *17 - *19 responses: @@ -28635,7 +28648,7 @@ paths: type: array items: *118 examples: - default: &211 + default: &212 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28788,7 +28801,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &201 + items: &202 title: Organization Role description: Organization roles type: object @@ -28936,7 +28949,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *93 - - &199 + - &200 name: team_slug description: The slug of the team name. in: path @@ -28968,8 +28981,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *93 - - *199 - - &200 + - *200 + - &201 name: role_id description: The unique identifier of the role. in: path @@ -29005,8 +29018,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *93 - - *199 - *200 + - *201 responses: '204': description: Response @@ -29059,7 +29072,7 @@ paths: parameters: - *93 - *131 - - *200 + - *201 responses: '204': description: Response @@ -29091,7 +29104,7 @@ paths: parameters: - *93 - *131 - - *200 + - *201 responses: '204': description: Response @@ -29120,13 +29133,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *93 - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -29177,7 +29190,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *93 - - *200 + - *201 - *17 - *19 responses: @@ -29255,8 +29268,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *202 - required: *203 + properties: *203 + required: *204 nullable: true required: - id @@ -29271,7 +29284,7 @@ paths: - slug - parent examples: - default: *204 + default: *205 headers: Link: *57 '404': @@ -29301,7 +29314,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *93 - - *200 + - *201 - *17 - *19 responses: @@ -29329,13 +29342,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &247 + items: &248 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *202 - required: *203 + properties: *203 + required: *204 name: nullable: true type: string @@ -29430,7 +29443,7 @@ paths: - type - url examples: - default: *189 + default: *190 headers: Link: *57 '404': @@ -29478,7 +29491,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -29620,7 +29633,7 @@ paths: - nuget - container - *93 - - &609 + - &610 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29656,12 +29669,12 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '403': *29 '401': *25 - '400': &611 + '400': &612 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29683,7 +29696,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &207 + - &208 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -29701,7 +29714,7 @@ paths: - docker - nuget - container - - &208 + - &209 name: package_name description: The name of the package. in: path @@ -29714,7 +29727,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29766,8 +29779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *207 - *208 + - *209 - *93 responses: '204': @@ -29800,8 +29813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - name: token description: package token @@ -29834,8 +29847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *207 - *208 + - *209 - *93 - *19 - *17 @@ -29856,7 +29869,7 @@ paths: application/json: schema: type: array - items: &209 + items: &210 title: Package Version description: A version of a software package type: object @@ -29981,10 +29994,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - - &210 + - &211 name: package_version_id description: Unique identifier of the package version. in: path @@ -29996,7 +30009,7 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -30032,10 +30045,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - - *210 + - *211 responses: '204': description: Response @@ -30067,10 +30080,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - - *210 + - *211 responses: '204': description: Response @@ -30100,7 +30113,7 @@ paths: - *93 - *17 - *19 - - &212 + - &213 name: sort description: The property by which to sort the results. in: query @@ -30111,7 +30124,7 @@ paths: - created_at default: created_at - *48 - - &213 + - &214 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30122,7 +30135,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &214 + - &215 name: repository description: The name of the repository to use to filter the results. in: query @@ -30130,7 +30143,7 @@ paths: schema: type: string example: Hello-World - - &215 + - &216 name: permission description: The permission to use to filter the results. in: query @@ -30138,7 +30151,7 @@ paths: schema: type: string example: issues_read - - &216 + - &217 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30148,7 +30161,7 @@ paths: schema: type: string format: date-time - - &217 + - &218 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30460,7 +30473,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -30486,13 +30499,13 @@ paths: - *93 - *17 - *19 - - *212 - - *48 - *213 + - *48 - *214 - *215 - *216 - *217 + - *218 responses: '500': *144 '422': *15 @@ -30774,7 +30787,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -30818,7 +30831,7 @@ paths: type: integer configurations: type: array - items: &218 + items: &219 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31024,7 +31037,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &219 + org-private-registry-with-selected-visibility: &220 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31124,9 +31137,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *218 + schema: *219 examples: - default: *219 + default: *220 '404': *6 x-github: githubCloudOnly: false @@ -31276,7 +31289,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Project description: Projects are a way to organize columns and cards of work. @@ -31446,7 +31459,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -31484,7 +31497,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &277 + '410': &278 description: Gone content: application/json: @@ -31516,7 +31529,7 @@ paths: application/json: schema: type: array - items: &221 + items: &222 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31582,7 +31595,7 @@ paths: - property_name - value_type examples: - default: &222 + default: &223 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31637,7 +31650,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *221 + items: *222 minItems: 1 maxItems: 100 required: @@ -31667,9 +31680,9 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 + default: *223 '403': *29 '404': *6 x-github: @@ -31691,7 +31704,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *93 - - &223 + - &224 name: custom_property_name description: The custom property name in: path @@ -31703,9 +31716,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: &224 + default: &225 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31740,7 +31753,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *93 - - *223 + - *224 requestBody: required: true content: @@ -31801,9 +31814,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -31827,7 +31840,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *93 - - *223 + - *224 responses: '204': *141 '403': *29 @@ -31888,7 +31901,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &225 + items: &226 title: Custom Property Value description: Custom property name and associated value type: object @@ -31975,7 +31988,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - repository_names - properties @@ -32028,7 +32041,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -32167,7 +32180,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -32369,7 +32382,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Full Repository description: Full Repository type: object @@ -32646,8 +32659,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *226 - required: *227 + properties: *227 + required: *228 nullable: true temp_clone_token: type: string @@ -32762,7 +32775,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &410 + properties: &411 url: type: string format: uri @@ -32778,12 +32791,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &411 + required: &412 - url - key - name - html_url - security_and_analysis: *228 + security_and_analysis: *229 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -32867,7 +32880,7 @@ paths: - network_count - subscribers_count examples: - default: &281 + default: &282 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33388,7 +33401,7 @@ paths: - *93 - *17 - *19 - - &546 + - &547 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33406,7 +33419,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33441,7 +33454,7 @@ paths: source: type: string description: The name of the source - enforcement: &231 + enforcement: &232 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33454,7 +33467,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &232 + items: &233 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33519,7 +33532,7 @@ paths: conditions: nullable: true anyOf: - - &229 + - &230 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33543,7 +33556,7 @@ paths: match. items: type: string - - &233 + - &234 title: Organization ruleset conditions type: object description: |- @@ -33557,7 +33570,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *229 + - *230 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33591,7 +33604,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *229 + - *230 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33613,7 +33626,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *229 + - *230 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33626,7 +33639,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &230 + items: &231 title: Repository ruleset property targeting definition type: object @@ -33659,17 +33672,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *230 + items: *231 required: - repository_property rules: type: array - items: &234 + items: &235 title: Repository Rule type: object description: A repository rule. oneOf: - - &528 + - &529 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33681,7 +33694,7 @@ paths: type: string enum: - creation - - &529 + - &530 title: update description: Only allow users with bypass permission to update matching refs. @@ -33702,7 +33715,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &531 + - &532 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33714,7 +33727,7 @@ paths: type: string enum: - deletion - - &532 + - &533 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33726,7 +33739,7 @@ paths: type: string enum: - required_linear_history - - &533 + - &534 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33804,7 +33817,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &534 + - &535 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33828,7 +33841,7 @@ paths: type: string required: - required_deployment_environments - - &535 + - &536 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33840,7 +33853,7 @@ paths: type: string enum: - required_signatures - - &536 + - &537 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33893,7 +33906,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &537 + - &538 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33941,7 +33954,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &538 + - &539 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33953,7 +33966,7 @@ paths: type: string enum: - non_fast_forward - - &539 + - &540 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -33989,7 +34002,7 @@ paths: required: - operator - pattern - - &540 + - &541 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34025,7 +34038,7 @@ paths: required: - operator - pattern - - &541 + - &542 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34061,7 +34074,7 @@ paths: required: - operator - pattern - - &542 + - &543 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34097,7 +34110,7 @@ paths: required: - operator - pattern - - &543 + - &544 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34223,7 +34236,7 @@ paths: maximum: 100 required: - max_file_size - - &544 + - &545 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34273,7 +34286,7 @@ paths: - repository_id required: - workflows - - &545 + - &546 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34407,16 +34420,16 @@ paths: - push - repository default: branch - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *233 + items: *233 + conditions: *234 rules: type: array description: An array of rules within the ruleset. - items: *234 + items: *235 required: - name - enforcement @@ -34454,9 +34467,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: &236 + default: &237 value: id: 21 name: super cool ruleset @@ -34511,7 +34524,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *93 - - &547 + - &548 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 @@ -34526,7 +34539,7 @@ paths: in: query schema: type: string - - &548 + - &549 name: time_period description: |- The time period to filter by. @@ -34542,14 +34555,14 @@ paths: - week - month default: day - - &549 + - &550 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 - - &550 + - &551 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34569,7 +34582,7 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 title: Rule Suites description: Response type: array @@ -34624,7 +34637,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &552 + default: &553 value: - id: 21 actor_id: 12 @@ -34668,7 +34681,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *93 - - &553 + - &554 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34684,7 +34697,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 title: Rule Suite description: Response type: object @@ -34783,7 +34796,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &555 + default: &556 value: id: 21 actor_id: 12 @@ -34856,9 +34869,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '404': *6 '500': *144 put: @@ -34902,16 +34915,16 @@ paths: - tag - push - repository - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *233 + items: *233 + conditions: *234 rules: description: An array of rules within the ruleset. type: array - items: *234 + items: *235 examples: default: value: @@ -34946,9 +34959,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '404': *6 '500': *144 delete: @@ -34995,14 +35008,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *93 - - *237 - *238 - *239 - *240 + - *241 - *48 - *19 - *17 - - &557 + - &558 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 @@ -35012,7 +35025,7 @@ paths: required: false schema: type: string - - &558 + - &559 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 @@ -35022,9 +35035,9 @@ paths: required: false schema: type: string - - *241 - *242 - *243 + - *244 responses: '200': description: Response @@ -35032,9 +35045,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 headers: Link: *57 '404': *6 @@ -35104,7 +35117,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 description: A repository security advisory. type: object properties: @@ -35324,7 +35337,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 credits_detailed: type: array nullable: true @@ -35334,7 +35347,7 @@ paths: type: object properties: user: *4 - type: *246 + type: *247 state: type: string description: The state of the user's acceptance of the @@ -35358,7 +35371,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *186 + items: *187 private_fork: readOnly: true nullable: true @@ -35395,7 +35408,7 @@ paths: - private_fork additionalProperties: false examples: - default: &566 + default: &567 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -35782,9 +35795,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *204 + default: *205 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35808,7 +35821,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *93 - - *199 + - *200 responses: '204': description: Response @@ -35834,7 +35847,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *93 - - *199 + - *200 responses: '204': description: Response @@ -35869,7 +35882,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 type: object properties: total_minutes_used: @@ -35939,7 +35952,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &626 + default: &627 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -35975,7 +35988,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &628 type: object properties: total_gigabytes_bandwidth_used: @@ -35993,7 +36006,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &628 + default: &629 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36025,7 +36038,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 type: object properties: days_left_in_billing_cycle: @@ -36043,7 +36056,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &630 + default: &631 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36078,7 +36091,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *93 - - *199 + - *200 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -36110,13 +36123,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 '500': *144 '403': *29 '404': *6 - '422': *250 + '422': *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36151,7 +36164,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *93 - - *199 + - *200 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -36183,9 +36196,9 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 '500': *144 '401': *25 '403': *29 @@ -36217,9 +36230,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 headers: Link: *57 '403': *29 @@ -36313,7 +36326,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36376,8 +36389,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *202 - required: *203 + properties: *203 + required: *204 nullable: true members_count: type: integer @@ -36623,7 +36636,7 @@ paths: - repos_count - organization examples: - default: &254 + default: &255 value: id: 1 node_id: MDQ6VGVhbTE= @@ -36694,15 +36707,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *93 - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 x-github: githubCloudOnly: false @@ -36724,7 +36737,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *93 - - *199 + - *200 requestBody: required: false content: @@ -36786,16 +36799,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '201': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 '422': *15 '403': *29 @@ -36821,7 +36834,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *93 - - *199 + - *200 responses: '204': description: Response @@ -36848,7 +36861,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *93 - - *199 + - *200 - *48 - *17 - *19 @@ -36865,7 +36878,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -36964,7 +36977,7 @@ paths: - updated_at - url examples: - default: &580 + default: &581 value: - author: login: octocat @@ -37039,7 +37052,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *93 - - *199 + - *200 requestBody: required: true content: @@ -37073,9 +37086,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &256 + default: &257 value: author: login: octocat @@ -37148,8 +37161,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *93 - - *199 - - &257 + - *200 + - &258 name: discussion_number description: The number that identifies the discussion. in: path @@ -37161,9 +37174,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37186,8 +37199,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 requestBody: required: false content: @@ -37210,9 +37223,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &581 + default: &582 value: author: login: octocat @@ -37283,8 +37296,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 responses: '204': description: Response @@ -37311,8 +37324,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *93 - - *199 - - *257 + - *200 + - *258 - *48 - *17 - *19 @@ -37323,7 +37336,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37395,7 +37408,7 @@ paths: - updated_at - url examples: - default: &582 + default: &583 value: - author: login: octocat @@ -37464,8 +37477,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *93 - - *199 - - *257 + - *200 + - *258 requestBody: required: true content: @@ -37487,9 +37500,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: author: login: octocat @@ -37556,9 +37569,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *93 - - *199 - - *257 - - &260 + - *200 + - *258 + - &261 name: comment_number description: The number that identifies the comment. in: path @@ -37570,9 +37583,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37595,9 +37608,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 requestBody: required: true content: @@ -37619,9 +37632,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &583 + default: &584 value: author: login: octocat @@ -37686,9 +37699,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 responses: '204': description: Response @@ -37715,9 +37728,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 - 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 team discussion comment. @@ -37743,7 +37756,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -37786,7 +37799,7 @@ paths: - content - created_at examples: - default: &263 + default: &264 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37837,9 +37850,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 requestBody: required: true content: @@ -37872,9 +37885,9 @@ paths: team discussion comment content: application/json: - schema: *261 + schema: *262 examples: - default: &262 + default: &263 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37903,9 +37916,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37929,10 +37942,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *93 - - *199 - - *257 - - *260 - - &264 + - *200 + - *258 + - *261 + - &265 name: reaction_id description: The unique identifier of the reaction. in: path @@ -37965,8 +37978,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 - 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 team discussion. @@ -37992,9 +38005,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -38021,8 +38034,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 requestBody: required: true content: @@ -38054,16 +38067,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38087,9 +38100,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *93 - - *199 - - *257 - - *264 + - *200 + - *258 + - *265 responses: '204': description: Response @@ -38114,7 +38127,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -38124,9 +38137,9 @@ paths: application/json: schema: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 headers: Link: *57 x-github: @@ -38149,7 +38162,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *93 - - *199 + - *200 - name: role description: Filters members returned by their role in the team. in: query @@ -38172,7 +38185,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -38203,14 +38216,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *93 - - *199 + - *200 - *131 responses: '200': description: Response content: application/json: - schema: &265 + schema: &266 title: Team Membership description: Team Membership type: object @@ -38237,7 +38250,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &584 + response-if-user-is-a-team-maintainer: &585 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38274,7 +38287,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *93 - - *199 + - *200 - *131 requestBody: required: false @@ -38300,9 +38313,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-users-membership-with-team-is-now-pending: &585 + response-if-users-membership-with-team-is-now-pending: &586 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38338,7 +38351,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *93 - - *199 + - *200 - *131 responses: '204': @@ -38366,7 +38379,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -38376,7 +38389,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Team Project description: A team's access to a project. type: object @@ -38444,7 +38457,7 @@ paths: - updated_at - permissions examples: - default: &586 + default: &587 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38506,8 +38519,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *93 - - *199 - - &267 + - *200 + - &268 name: project_id description: The unique identifier of the project. in: path @@ -38519,9 +38532,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &587 + default: &588 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38582,8 +38595,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *93 - - *199 - - *267 + - *200 + - *268 requestBody: required: false content: @@ -38648,8 +38661,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *93 - - *199 - - *267 + - *200 + - *268 responses: '204': description: Response @@ -38674,7 +38687,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -38686,7 +38699,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -38716,15 +38729,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *93 - - *199 - - *268 + - *200 - *269 + - *270 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &588 + schema: &589 title: Team Repository description: A team's access to a repository. type: object @@ -39294,9 +39307,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *93 - - *199 - - *268 + - *200 - *269 + - *270 requestBody: required: false content: @@ -39342,9 +39355,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *93 - - *199 - - *268 + - *200 - *269 + - *270 responses: '204': description: Response @@ -39369,7 +39382,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -39379,9 +39392,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - response-if-child-teams-exist: &589 + response-if-child-teams-exist: &590 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39505,7 +39518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &270 + - &271 name: card_id description: The unique identifier of the card. in: path @@ -39517,7 +39530,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 title: Project Card description: Project cards represent a scope of work. type: object @@ -39584,7 +39597,7 @@ paths: - created_at - updated_at examples: - default: &272 + default: &273 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -39634,7 +39647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *270 + - *271 requestBody: required: false content: @@ -39661,9 +39674,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *37 '403': *29 '401': *25 @@ -39684,7 +39697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *270 + - *271 responses: '204': description: Response @@ -39722,7 +39735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *270 + - *271 requestBody: required: true content: @@ -39827,7 +39840,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &273 + - &274 name: column_id description: The unique identifier of the column. in: path @@ -39839,7 +39852,7 @@ paths: description: Response content: application/json: - schema: &274 + schema: &275 title: Project Column description: Project columns contain cards of work. type: object @@ -39885,7 +39898,7 @@ paths: - created_at - updated_at examples: - default: &275 + default: &276 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -39914,7 +39927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -39938,9 +39951,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '304': *37 '403': *29 '401': *25 @@ -39959,7 +39972,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *273 + - *274 responses: '204': description: Response @@ -39982,7 +39995,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *273 + - *274 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40003,7 +40016,7 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: default: value: @@ -40056,7 +40069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *273 + - *274 requestBody: required: true content: @@ -40096,9 +40109,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *37 '403': *29 '401': *25 @@ -40148,7 +40161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -40204,15 +40217,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &276 + default: &277 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40265,7 +40278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *267 + - *268 requestBody: required: false content: @@ -40311,9 +40324,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *277 '404': description: Not Found if the authenticated user does not have access to the project @@ -40334,7 +40347,7 @@ paths: items: type: string '401': *25 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -40352,7 +40365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *267 + - *268 responses: '204': description: Delete Success @@ -40373,7 +40386,7 @@ paths: items: type: string '401': *25 - '410': *277 + '410': *278 '404': *6 x-github: githubCloudOnly: false @@ -40396,7 +40409,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *267 + - *268 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -40423,7 +40436,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -40448,7 +40461,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *267 + - *268 - *131 requestBody: required: false @@ -40496,7 +40509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *267 + - *268 - *131 responses: '204': @@ -40525,7 +40538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *267 + - *268 - *131 responses: '200': @@ -40593,7 +40606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *267 + - *268 - *17 - *19 responses: @@ -40603,7 +40616,7 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: default: value: @@ -40635,7 +40648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *267 + - *268 requestBody: required: true content: @@ -40658,7 +40671,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -40719,7 +40732,7 @@ paths: resources: type: object properties: - core: &278 + core: &279 title: Rate Limit type: object properties: @@ -40736,20 +40749,20 @@ paths: - remaining - reset - used - graphql: *278 - search: *278 - code_search: *278 - source_import: *278 - integration_manifest: *278 - code_scanning_upload: *278 - actions_runner_registration: *278 - scim: *278 - dependency_snapshots: *278 - code_scanning_autofix: *278 + graphql: *279 + search: *279 + code_search: *279 + source_import: *279 + integration_manifest: *279 + code_scanning_upload: *279 + actions_runner_registration: *279 + scim: *279 + dependency_snapshots: *279 + code_scanning_autofix: *279 required: - core - search - rate: *278 + rate: *279 required: - rate - resources @@ -40853,14 +40866,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default-response: summary: Default response @@ -41361,7 +41374,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *280 + '301': *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41379,8 +41392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -41616,10 +41629,10 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 - '307': &282 + default: *282 + '307': &283 description: Temporary Redirect content: application/json: @@ -41648,8 +41661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -41671,7 +41684,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *282 + '307': *283 '404': *6 x-github: githubCloudOnly: false @@ -41694,11 +41707,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 - - &308 + - &309 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -41721,7 +41734,7 @@ paths: type: integer artifacts: type: array - items: &283 + items: &284 title: Artifact description: An artifact type: object @@ -41792,7 +41805,7 @@ paths: - expires_at - updated_at examples: - default: &309 + default: &310 value: total_count: 2 artifacts: @@ -41851,9 +41864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *268 - *269 - - &284 + - *270 + - &285 name: artifact_id description: The unique identifier of the artifact. in: path @@ -41865,7 +41878,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -41902,9 +41915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *268 - *269 - - *284 + - *270 + - *285 responses: '204': description: Response @@ -41928,9 +41941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *268 - *269 - - *284 + - *270 + - *285 - name: archive_format in: path required: true @@ -41944,7 +41957,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': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41967,14 +41980,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -42000,11 +42013,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 - - &286 + - &287 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -42038,7 +42051,7 @@ paths: description: Response content: application/json: - schema: &287 + schema: &288 title: Repository actions caches description: Repository actions caches type: object @@ -42080,7 +42093,7 @@ paths: - total_count - actions_caches examples: - default: &288 + default: &289 value: total_count: 1 actions_caches: @@ -42112,23 +42125,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *268 - *269 + - *270 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *286 + - *287 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42148,8 +42161,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *268 - *269 + - *270 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42180,9 +42193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *268 - *269 - - &289 + - *270 + - &290 name: job_id description: The unique identifier of the job. in: path @@ -42194,7 +42207,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Job description: Information of a job execution in a workflow run type: object @@ -42501,9 +42514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *268 - *269 - - *289 + - *270 + - *290 responses: '302': description: Response @@ -42531,9 +42544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *268 - *269 - - *289 + - *270 + - *290 requestBody: required: false content: @@ -42578,8 +42591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Status response @@ -42629,8 +42642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -42693,8 +42706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -42712,7 +42725,7 @@ paths: type: integer secrets: type: array - items: &314 + items: &315 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -42732,7 +42745,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 secrets: @@ -42765,9 +42778,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *268 - *269 - - *290 + - *270 + - *291 - *19 responses: '200': @@ -42784,7 +42797,7 @@ paths: type: integer variables: type: array - items: &318 + items: &319 title: Actions Variable type: object properties: @@ -42814,7 +42827,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 variables: @@ -42847,8 +42860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -42857,11 +42870,11 @@ paths: schema: type: object properties: - enabled: &292 + enabled: &293 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *107 - selected_actions_url: *291 + selected_actions_url: *292 required: - enabled examples: @@ -42888,8 +42901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -42900,7 +42913,7 @@ paths: schema: type: object properties: - enabled: *292 + enabled: *293 allowed_actions: *107 required: - enabled @@ -42930,14 +42943,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: access_level: @@ -42954,7 +42967,7 @@ paths: required: - access_level examples: - default: &294 + default: &295 value: access_level: organization x-github: @@ -42978,15 +42991,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 responses: '204': description: Response @@ -43010,8 +43023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -43038,8 +43051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -43071,14 +43084,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *295 + schema: *296 examples: default: *113 x-github: @@ -43101,8 +43114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Success response @@ -43113,7 +43126,7 @@ paths: required: true content: application/json: - schema: *296 + schema: *297 examples: default: *113 x-github: @@ -43142,8 +43155,8 @@ paths: in: query schema: type: string - - *268 - *269 + - *270 - *17 - *19 responses: @@ -43187,8 +43200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -43196,9 +43209,9 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43220,8 +43233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -43264,7 +43277,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *299 + '201': *300 '404': *6 '422': *7 x-github: @@ -43294,8 +43307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -43303,7 +43316,7 @@ paths: application/json: schema: *122 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43331,8 +43344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -43340,7 +43353,7 @@ paths: application/json: schema: *122 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43362,8 +43375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: '200': @@ -43372,7 +43385,7 @@ paths: application/json: schema: *120 examples: - default: *302 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43393,8 +43406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: '204': @@ -43420,8 +43433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: '200': *124 @@ -43446,8 +43459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 requestBody: required: true @@ -43496,8 +43509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 requestBody: required: true @@ -43547,11 +43560,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: - '200': *303 + '200': *304 '404': *6 x-github: githubCloudOnly: false @@ -43578,10 +43591,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 - - *304 + - *305 responses: '200': *124 '404': *6 @@ -43609,9 +43622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *268 - *269 - - &322 + - *270 + - &323 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -43619,7 +43632,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -43627,7 +43640,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -43636,7 +43649,7 @@ paths: required: false schema: type: string - - &325 + - &326 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -43663,7 +43676,7 @@ paths: - pending - *17 - *19 - - &326 + - &327 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -43672,7 +43685,7 @@ paths: schema: type: string format: date-time - - &305 + - &306 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -43681,13 +43694,13 @@ paths: schema: type: boolean default: false - - &327 + - &328 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &328 + - &329 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -43710,7 +43723,7 @@ paths: type: integer workflow_runs: type: array - items: &306 + items: &307 title: Workflow Run description: An invocation of a workflow type: object @@ -43805,7 +43818,7 @@ paths: that triggered the run. type: array nullable: true - items: &347 + items: &348 title: Pull Request Minimal type: object properties: @@ -43924,7 +43937,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &351 + properties: &352 id: type: string description: SHA for the commit @@ -43975,7 +43988,7 @@ paths: - name - email nullable: true - required: &352 + required: &353 - id - tree_id - message @@ -44022,7 +44035,7 @@ paths: - workflow_url - pull_requests examples: - default: &329 + default: &330 value: total_count: 1 workflow_runs: @@ -44258,24 +44271,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *268 - *269 - - &307 + - *270 + - &308 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &310 + default: &311 value: id: 30433642 name: Build @@ -44516,9 +44529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '204': description: Response @@ -44541,9 +44554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -44662,9 +44675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '201': description: Response @@ -44697,12 +44710,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *268 - *269 - - *307 + - *270 + - *308 - *17 - *19 - - *308 + - *309 responses: '200': description: Response @@ -44718,9 +44731,9 @@ paths: type: integer artifacts: type: array - items: *283 + items: *284 examples: - default: *309 + default: *310 headers: Link: *57 x-github: @@ -44744,25 +44757,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *268 - *269 - - *307 - - &311 + - *270 + - *308 + - &312 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44785,10 +44798,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *268 - *269 - - *307 - - *311 + - *270 + - *308 + - *312 - *17 - *19 responses: @@ -44806,9 +44819,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: &313 + default: &314 value: total_count: 1 jobs: @@ -44921,10 +44934,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *268 - *269 - - *307 - - *311 + - *270 + - *308 + - *312 responses: '302': description: Response @@ -44952,9 +44965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '202': description: Response @@ -44987,9 +45000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: true content: @@ -45056,9 +45069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '202': description: Response @@ -45091,9 +45104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -45123,9 +45136,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -45150,9 +45163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '302': description: Response @@ -45179,9 +45192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '204': description: Response @@ -45208,9 +45221,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -45270,7 +45283,7 @@ paths: items: type: object properties: - type: &431 + type: &432 type: string description: The type of reviewer. enum: @@ -45280,7 +45293,7 @@ paths: reviewer: anyOf: - *4 - - *186 + - *187 required: - environment - wait_timer @@ -45355,9 +45368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: true content: @@ -45404,7 +45417,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -45510,7 +45523,7 @@ paths: - created_at - updated_at examples: - default: &427 + default: &428 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -45566,9 +45579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: false content: @@ -45612,9 +45625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: false content: @@ -45660,9 +45673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -45799,8 +45812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -45818,9 +45831,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *57 x-github: @@ -45845,16 +45858,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45876,17 +45889,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &444 + default: &445 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -45912,8 +45925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 requestBody: required: true @@ -45968,8 +45981,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '204': @@ -45995,9 +46008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *268 - *269 - - *290 + - *270 + - *291 - *19 responses: '200': @@ -46014,9 +46027,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *57 x-github: @@ -46039,8 +46052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -46092,17 +46105,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *268 - *269 + - *270 - *129 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &445 + default: &446 value: name: USERNAME value: octocat @@ -46128,8 +46141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *268 - *269 + - *270 - *129 requestBody: required: true @@ -46172,8 +46185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *268 - *269 + - *270 - *129 responses: '204': @@ -46199,8 +46212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -46218,7 +46231,7 @@ paths: type: integer workflows: type: array - items: &320 + items: &321 title: Workflow description: A GitHub Actions workflow type: object @@ -46325,9 +46338,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *268 - *269 - - &321 + - *270 + - &322 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46342,7 +46355,7 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: default: value: @@ -46375,9 +46388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -46402,9 +46415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -46455,9 +46468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -46484,19 +46497,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *268 - *269 - - *321 + - *270 - *322 - *323 - *324 - *325 + - *326 - *17 - *19 - - *326 - - *305 - *327 + - *306 - *328 + - *329 responses: '200': description: Response @@ -46512,9 +46525,9 @@ paths: type: integer workflow_runs: type: array - items: *306 + items: *307 examples: - default: *329 + default: *330 headers: Link: *57 x-github: @@ -46540,9 +46553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '200': description: Response @@ -46603,8 +46616,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *268 - *269 + - *270 - *48 - *17 - *39 @@ -46768,8 +46781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -46781,7 +46794,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -46806,8 +46819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *268 - *269 + - *270 - name: assignee in: path required: true @@ -46843,8 +46856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -46956,8 +46969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *268 - *269 + - *270 - *17 - *39 - *40 @@ -47003,7 +47016,7 @@ paths: bundle_url: type: string examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47023,8 +47036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -47032,7 +47045,7 @@ paths: application/json: schema: type: array - items: &331 + items: &332 title: Autolink reference description: An autolink reference. type: object @@ -47082,8 +47095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -47122,9 +47135,9 @@ paths: description: response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: id: 1 key_prefix: TICKET- @@ -47155,9 +47168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *268 - *269 - - &333 + - *270 + - &334 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47169,9 +47182,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 '404': *6 x-github: githubCloudOnly: false @@ -47191,9 +47204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *268 - *269 - - *333 + - *270 + - *334 responses: '204': description: Response @@ -47217,8 +47230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response if Dependabot is enabled @@ -47266,8 +47279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -47288,8 +47301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -47309,8 +47322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *268 - *269 + - *270 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47348,7 +47361,7 @@ paths: - url protected: type: boolean - protection: &335 + protection: &336 title: Branch Protection description: Branch Protection type: object @@ -47390,7 +47403,7 @@ paths: required: - contexts - checks - enforce_admins: &338 + enforce_admins: &339 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47405,7 +47418,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &340 + required_pull_request_reviews: &341 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47426,7 +47439,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *186 + items: *187 apps: description: The list of apps with review dismissal access. @@ -47455,7 +47468,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *186 + items: *187 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47481,7 +47494,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &337 + restrictions: &338 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47788,9 +47801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *268 - *269 - - &336 + - *270 + - &337 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -47804,14 +47817,14 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &399 + commit: &400 title: Commit description: Commit type: object @@ -47845,7 +47858,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &334 + properties: &335 name: type: string example: '"Chris Wanstrath"' @@ -47860,7 +47873,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *334 + properties: *335 nullable: true message: type: string @@ -47881,7 +47894,7 @@ paths: required: - sha - url - verification: &451 + verification: &452 title: Verification type: object properties: @@ -47950,7 +47963,7 @@ paths: type: integer files: type: array - items: &414 + items: &415 title: Diff Entry description: Diff Entry type: object @@ -48033,7 +48046,7 @@ paths: - self protected: type: boolean - protection: *335 + protection: *336 protection_url: type: string format: uri @@ -48140,7 +48153,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *280 + '301': *281 '404': *6 x-github: githubCloudOnly: false @@ -48162,15 +48175,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -48364,9 +48377,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -48621,7 +48634,7 @@ paths: url: type: string format: uri - required_status_checks: &343 + required_status_checks: &344 title: Status Check Policy description: Status Check Policy type: object @@ -48697,7 +48710,7 @@ paths: items: *4 teams: type: array - items: *186 + items: *187 apps: type: array items: *5 @@ -48715,7 +48728,7 @@ paths: items: *4 teams: type: array - items: *186 + items: *187 apps: type: array items: *5 @@ -48773,7 +48786,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *337 + restrictions: *338 required_conversation_resolution: type: object properties: @@ -48885,9 +48898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -48912,17 +48925,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -48944,17 +48957,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48973,9 +48986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49000,17 +49013,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49106,9 +49119,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49206,9 +49219,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -49229,9 +49242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49258,17 +49271,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &342 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49291,17 +49304,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *342 + default: *343 '404': *6 x-github: githubCloudOnly: false @@ -49321,9 +49334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49348,17 +49361,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49384,9 +49397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49438,9 +49451,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '404': *6 '422': *15 x-github: @@ -49462,9 +49475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49488,9 +49501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -49524,9 +49537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49593,9 +49606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49659,9 +49672,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: content: application/json: @@ -49727,15 +49740,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -49826,9 +49839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49851,9 +49864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -49863,7 +49876,7 @@ paths: type: array items: *5 examples: - default: &345 + default: &346 value: - id: 1 slug: octoapp @@ -49920,9 +49933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -49956,7 +49969,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -49977,9 +49990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50013,7 +50026,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -50034,9 +50047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50070,7 +50083,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -50092,9 +50105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -50102,9 +50115,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '404': *6 x-github: githubCloudOnly: false @@ -50124,9 +50137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -50162,9 +50175,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -50185,9 +50198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -50223,9 +50236,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -50246,9 +50259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: content: application/json: @@ -50283,9 +50296,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -50307,9 +50320,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -50319,7 +50332,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '404': *6 x-github: githubCloudOnly: false @@ -50343,9 +50356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50378,7 +50391,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -50403,9 +50416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50438,7 +50451,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -50463,9 +50476,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50498,7 +50511,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -50525,9 +50538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50549,7 +50562,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50665,8 +50678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -50945,7 +50958,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51064,8 +51077,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *347 - deployment: &639 + items: *348 + deployment: &640 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51345,9 +51358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *268 - *269 - - &349 + - *270 + - &350 name: check_run_id description: The unique identifier of the check run. in: path @@ -51359,9 +51372,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &350 + default: &351 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51461,9 +51474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *268 - *269 - - *349 + - *270 + - *350 requestBody: required: true content: @@ -51703,9 +51716,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51725,9 +51738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *268 - *269 - - *349 + - *270 + - *350 - *17 - *19 responses: @@ -51824,9 +51837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *268 - *269 - - *349 + - *270 + - *350 responses: '201': description: Response @@ -51870,8 +51883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -51893,7 +51906,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &353 + schema: &354 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -51957,7 +51970,7 @@ paths: nullable: true pull_requests: type: array - items: *347 + items: *348 nullable: true app: title: GitHub app @@ -51979,12 +51992,12 @@ paths: type: string format: date-time nullable: true - head_commit: &665 + head_commit: &666 title: Simple Commit description: A commit. type: object - properties: *351 - required: *352 + properties: *352 + required: *353 latest_check_runs_count: type: integer check_runs_url: @@ -52012,7 +52025,7 @@ paths: - check_runs_url - pull_requests examples: - default: &354 + default: &355 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52303,9 +52316,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52324,8 +52337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -52634,9 +52647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *268 - *269 - - &355 + - *270 + - &356 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52648,9 +52661,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52673,17 +52686,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *268 - *269 - - *355 - - &407 + - *270 + - *356 + - &408 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &408 + - &409 name: status description: Returns check runs with the specified `status`. in: query @@ -52722,9 +52735,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *349 examples: - default: &409 + default: &410 value: total_count: 1 check_runs: @@ -52826,9 +52839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *268 - *269 - - *355 + - *270 + - *356 responses: '201': description: Response @@ -52861,21 +52874,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *268 - *269 - - *356 + - *270 - *357 + - *358 - *19 - *17 - - &374 + - &375 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *358 - - &375 + schema: *359 + - &376 name: pr description: The number of the pull request for the results you want to list. in: query @@ -52900,13 +52913,13 @@ paths: be returned. in: query required: false - schema: *359 + schema: *360 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *360 + schema: *361 responses: '200': description: Response @@ -52922,7 +52935,7 @@ paths: updated_at: *132 url: *55 html_url: *56 - instances_url: *361 + instances_url: *362 state: *137 fixed_at: *133 dismissed_by: @@ -52933,11 +52946,11 @@ paths: required: *21 nullable: true dismissed_at: *134 - dismissed_reason: *362 - dismissed_comment: *363 - rule: *364 - tool: *365 - most_recent_instance: *366 + dismissed_reason: *363 + dismissed_comment: *364 + rule: *365 + tool: *366 + most_recent_instance: *367 required: - number - created_at @@ -53053,7 +53066,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &367 + '403': &368 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53080,9 +53093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *268 - *269 - - &368 + - *270 + - &369 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53096,7 +53109,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 type: object properties: number: *53 @@ -53104,7 +53117,7 @@ paths: updated_at: *132 url: *55 html_url: *56 - instances_url: *361 + instances_url: *362 state: *137 fixed_at: *133 dismissed_by: @@ -53115,8 +53128,8 @@ paths: required: *21 nullable: true dismissed_at: *134 - dismissed_reason: *362 - dismissed_comment: *363 + dismissed_reason: *363 + dismissed_comment: *364 rule: type: object properties: @@ -53170,8 +53183,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *365 - most_recent_instance: *366 + tool: *366 + most_recent_instance: *367 required: - number - created_at @@ -53260,7 +53273,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53280,9 +53293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 requestBody: required: true content: @@ -53297,8 +53310,8 @@ paths: enum: - open - dismissed - dismissed_reason: *362 - dismissed_comment: *363 + dismissed_reason: *363 + dismissed_comment: *364 required: - state examples: @@ -53313,7 +53326,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: default: value: @@ -53388,7 +53401,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &373 + '403': &374 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53415,15 +53428,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 responses: '200': description: Response content: application/json: - schema: &370 + schema: &371 type: object properties: status: @@ -53449,13 +53462,13 @@ paths: - description - started_at examples: - default: &371 + default: &372 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &372 + '400': &373 description: Bad Request content: application/json: @@ -53466,7 +53479,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53491,29 +53504,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 responses: '200': description: OK content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '202': description: Accepted content: application/json: - schema: *370 + schema: *371 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *372 + '400': *373 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -53545,9 +53558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 requestBody: required: false content: @@ -53592,8 +53605,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *372 - '403': *373 + '400': *373 + '403': *374 '404': *6 '422': description: Unprocessable Entity @@ -53617,13 +53630,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 - *19 - *17 - - *374 - *375 + - *376 responses: '200': description: Response @@ -53631,7 +53644,7 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: default: value: @@ -53670,7 +53683,7 @@ paths: end_column: 50 classifications: - source - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53704,25 +53717,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *268 - *269 - - *356 + - *270 - *357 + - *358 - *19 - *17 - - *375 + - *376 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *358 + schema: *359 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &378 + schema: &379 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -53743,23 +53756,23 @@ paths: application/json: schema: type: array - items: &379 + items: &380 type: object properties: - ref: *358 - commit_sha: &387 + ref: *359 + commit_sha: &388 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *376 + analysis_key: *377 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *377 + category: *378 error: type: string example: error reading field xyz @@ -53783,8 +53796,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *378 - tool: *365 + sarif_id: *379 + tool: *366 deletable: type: boolean warning: @@ -53845,7 +53858,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53881,8 +53894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *268 - *269 + - *270 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53895,7 +53908,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: response: summary: application/json response @@ -53949,7 +53962,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -54031,8 +54044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *268 - *269 + - *270 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54085,7 +54098,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': *14 - '403': *373 + '403': *374 '404': *6 '503': *64 x-github: @@ -54107,8 +54120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -54116,7 +54129,7 @@ paths: application/json: schema: type: array - items: &380 + items: &381 title: CodeQL Database description: A CodeQL database. type: object @@ -54227,7 +54240,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -54256,8 +54269,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *268 - *269 + - *270 - name: language in: path description: The language of the CodeQL database. @@ -54269,7 +54282,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -54301,9 +54314,9 @@ 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': &416 + '302': &417 description: Found - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -54325,8 +54338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *268 - *269 + - *270 - name: language in: path description: The language of the CodeQL database. @@ -54336,7 +54349,7 @@ paths: responses: '204': description: Response - '403': *373 + '403': *374 '404': *6 '503': *64 x-github: @@ -54364,8 +54377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -54374,7 +54387,7 @@ paths: type: object additionalProperties: false properties: - language: &381 + language: &382 type: string description: The language targeted by the CodeQL query enum: @@ -54452,7 +54465,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &385 + schema: &386 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -54462,7 +54475,7 @@ paths: description: The ID of the variant analysis. controller_repo: *52 actor: *4 - query_language: *381 + query_language: *382 query_pack_url: type: string description: The download url for the query pack. @@ -54509,7 +54522,7 @@ paths: items: type: object properties: - repository: &382 + repository: &383 title: Repository Identifier description: Repository Identifier type: object @@ -54545,7 +54558,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &386 + analysis_status: &387 type: string description: The new status of the CodeQL variant analysis repository task. @@ -54577,7 +54590,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &383 + access_mismatch_repos: &384 type: object properties: repository_count: @@ -54591,7 +54604,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: *382 + items: *383 required: - repository_count - repositories @@ -54613,8 +54626,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *383 - over_limit_repos: *383 + no_codeql_db_repos: *384 + over_limit_repos: *384 required: - access_mismatch_repos - not_found_repos @@ -54630,7 +54643,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &384 + value: &385 summary: Default response value: id: 1 @@ -54782,10 +54795,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *384 + value: *385 repository_lists: summary: Response for a successful variant analysis submission - value: *384 + value: *385 '404': *6 '422': description: Unable to process variant analysis submission @@ -54813,8 +54826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *268 - *269 + - *270 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -54826,9 +54839,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *384 + default: *385 '404': *6 '503': *64 x-github: @@ -54851,7 +54864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *268 + - *269 - name: repo in: path description: The name of the controller repository. @@ -54886,7 +54899,7 @@ paths: type: object properties: repository: *52 - analysis_status: *386 + analysis_status: *387 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55011,8 +55024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -55086,7 +55099,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -55107,8 +55120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -55190,7 +55203,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *373 + '403': *374 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -55255,8 +55268,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -55264,7 +55277,7 @@ paths: schema: type: object properties: - commit_sha: *387 + commit_sha: *388 ref: type: string description: |- @@ -55322,7 +55335,7 @@ paths: schema: type: object properties: - id: *378 + id: *379 url: type: string description: The REST API URL for checking the status of the upload. @@ -55336,7 +55349,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': *373 + '403': *374 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -55359,8 +55372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *268 - *269 + - *270 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -55406,7 +55419,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *367 + '403': *368 '404': description: Not Found if the sarif id does not match any upload '503': *64 @@ -55431,8 +55444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -55510,8 +55523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *268 - *269 + - *270 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -55631,8 +55644,8 @@ paths: parameters: - *17 - *19 - - *268 - *269 + - *270 responses: '200': description: Response @@ -55648,7 +55661,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -55946,8 +55959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -56010,17 +56023,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '400': *14 '401': *25 '403': *29 @@ -56049,8 +56062,8 @@ paths: parameters: - *17 - *19 - - *268 - *269 + - *270 responses: '200': description: Response @@ -56114,8 +56127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *268 - *269 + - *270 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -56150,14 +56163,14 @@ paths: type: integer machines: type: array - items: &596 + items: &597 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *389 - required: *390 + properties: *390 + required: *391 examples: - default: &597 + default: &598 value: total_count: 2 machines: @@ -56197,8 +56210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *268 - *269 + - *270 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -56282,8 +56295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *268 - *269 + - *270 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -56349,8 +56362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -56368,7 +56381,7 @@ paths: type: integer secrets: type: array - items: &394 + items: &395 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -56388,7 +56401,7 @@ paths: - created_at - updated_at examples: - default: *391 + default: *392 headers: Link: *57 x-github: @@ -56411,16 +56424,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56440,17 +56453,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56470,8 +56483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 requestBody: required: true @@ -56524,8 +56537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '204': @@ -56554,8 +56567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *268 - *269 + - *270 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -56597,7 +56610,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &396 + properties: &397 login: type: string example: octocat @@ -56690,7 +56703,7 @@ paths: user_view_type: type: string example: public - required: &397 + required: &398 - avatar_url - events_url - followers_url @@ -56764,8 +56777,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *131 responses: '204': @@ -56808,8 +56821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *131 requestBody: required: false @@ -56836,7 +56849,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &464 + schema: &465 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57058,8 +57071,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *131 responses: '204': @@ -57089,8 +57102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *268 - *269 + - *270 - *131 responses: '200': @@ -57111,8 +57124,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *396 - required: *397 + properties: *397 + required: *398 nullable: true required: - permission @@ -57167,8 +57180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -57178,7 +57191,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Commit Comment description: Commit Comment type: object @@ -57236,7 +57249,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57295,17 +57308,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &402 + default: &403 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57362,8 +57375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -57386,7 +57399,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -57437,8 +57450,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 responses: '204': @@ -57460,8 +57473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -57488,9 +57501,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -57511,8 +57524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -57545,16 +57558,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -57576,10 +57589,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *268 - *269 + - *270 - *75 - - *264 + - *265 responses: '204': description: Response @@ -57628,8 +57641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *268 - *269 + - *270 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -57685,9 +57698,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: &515 + default: &516 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -57781,9 +57794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *268 - *269 - - &400 + - *270 + - &401 name: commit_sha description: The SHA of the commit. in: path @@ -57855,9 +57868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *268 - *269 - - *400 + - *270 + - *401 - *17 - *19 responses: @@ -57867,9 +57880,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *401 + default: *402 headers: Link: *57 x-github: @@ -57897,9 +57910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *268 - *269 - - *400 + - *270 + - *401 requestBody: required: true content: @@ -57934,9 +57947,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *402 + default: *403 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57964,9 +57977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *268 - *269 - - *400 + - *270 + - *401 - *17 - *19 responses: @@ -57976,7 +57989,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Pull Request Simple description: Pull Request Simple type: object @@ -58082,8 +58095,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -58128,7 +58141,7 @@ paths: nullable: true requested_teams: type: array - items: *186 + items: *187 nullable: true head: type: object @@ -58179,7 +58192,7 @@ paths: _links: type: object properties: - comments: &405 + comments: &406 title: Link description: Hypermedia Link type: object @@ -58188,13 +58201,13 @@ paths: type: string required: - href - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -58205,7 +58218,7 @@ paths: - review_comment - self author_association: *62 - auto_merge: &508 + auto_merge: &509 title: Auto merge description: The status of auto merging a pull request. type: object @@ -58268,7 +58281,7 @@ paths: - author_association - auto_merge examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -58805,11 +58818,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *268 - *269 + - *270 - *19 - *17 - - &406 + - &407 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)" @@ -58824,9 +58837,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58939,11 +58952,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *268 - *269 - - *406 + - *270 - *407 - *408 + - *409 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -58977,9 +58990,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *349 examples: - default: *409 + default: *410 headers: Link: *57 x-github: @@ -59004,9 +59017,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *268 - *269 - - *406 + - *270 + - *407 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59014,7 +59027,7 @@ paths: schema: type: integer example: 1 - - *407 + - *408 - *17 - *19 responses: @@ -59032,7 +59045,7 @@ paths: type: integer check_suites: type: array - items: *353 + items: *354 examples: default: value: @@ -59232,9 +59245,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *268 - *269 - - *406 + - *270 + - *407 - *17 - *19 responses: @@ -59432,9 +59445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *268 - *269 - - *406 + - *270 + - *407 - *17 - *19 responses: @@ -59444,7 +59457,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Status description: The status of a commit. type: object @@ -59525,7 +59538,7 @@ paths: site_admin: false headers: Link: *57 - '301': *280 + '301': *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59553,8 +59566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -59583,20 +59596,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *410 - required: *411 + properties: *411 + required: *412 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &412 + properties: &413 url: type: string format: uri html_url: type: string format: uri - required: &413 + required: &414 - url - html_url nullable: true @@ -59610,26 +59623,26 @@ paths: contributing: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true readme: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true issue_template: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true pull_request_template: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true required: - code_of_conduct @@ -59756,8 +59769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *268 - *269 + - *270 - *19 - *17 - name: basehead @@ -59800,8 +59813,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *399 - merge_base_commit: *399 + base_commit: *400 + merge_base_commit: *400 status: type: string enum: @@ -59821,10 +59834,10 @@ paths: example: 6 commits: type: array - items: *399 + items: *400 files: type: array - items: *414 + items: *415 required: - url - html_url @@ -60110,8 +60123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -60252,7 +60265,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &415 + response-if-content-is-a-file: &416 summary: Response if content is a file value: type: file @@ -60384,7 +60397,7 @@ paths: - size - type - url - - &520 + - &521 title: Content File description: Content File type: object @@ -60585,7 +60598,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *415 + response-if-content-is-a-file: *416 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -60654,7 +60667,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *416 + '302': *417 '304': *37 x-github: githubCloudOnly: false @@ -60677,8 +60690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -60771,7 +60784,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: File Commit description: File Commit type: object @@ -60923,7 +60936,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: example-for-creating-a-file: value: @@ -60977,7 +60990,7 @@ paths: schema: oneOf: - *3 - - &446 + - &447 description: Repository rule violation was detected type: object properties: @@ -60998,7 +61011,7 @@ paths: items: type: object properties: - placeholder_id: &562 + placeholder_id: &563 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61030,8 +61043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -61092,7 +61105,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -61147,8 +61160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *268 - *269 + - *270 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -61271,8 +61284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *268 - *269 + - *270 - *148 - *149 - *150 @@ -61285,6 +61298,7 @@ paths: type: string - *152 - *153 + - *154 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -61304,8 +61318,8 @@ paths: default: 30 - *39 - *40 - - *154 - *155 + - *156 responses: '200': description: Response @@ -61313,7 +61327,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 type: object description: A Dependabot alert. properties: @@ -61346,7 +61360,7 @@ paths: enum: - development - runtime - security_advisory: *418 + security_advisory: *419 security_vulnerability: *51 url: *55 html_url: *56 @@ -61377,7 +61391,7 @@ paths: nullable: true maxLength: 280 fixed_at: *133 - auto_dismissed_at: *419 + auto_dismissed_at: *420 required: - number - state @@ -61604,9 +61618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *268 - *269 - - &421 + - *270 + - &422 name: alert_number in: path description: |- @@ -61621,7 +61635,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -61731,9 +61745,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *268 - *269 - - *421 + - *270 + - *422 requestBody: required: true content: @@ -61778,7 +61792,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -61907,8 +61921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -61926,7 +61940,7 @@ paths: type: integer secrets: type: array - items: &424 + items: &425 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -61979,16 +61993,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62008,15 +62022,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -62042,8 +62056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 requestBody: required: true @@ -62096,8 +62110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '204': @@ -62120,8 +62134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *268 - *269 + - *270 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -62281,8 +62295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -62521,8 +62535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -62597,7 +62611,7 @@ paths: - version - url additionalProperties: false - metadata: &425 + metadata: &426 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -62630,7 +62644,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *425 + metadata: *426 resolved: type: object description: A collection of resolved package dependencies. @@ -62643,7 +62657,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *425 + metadata: *426 relationship: type: string description: A notation of whether a dependency is requested @@ -62772,8 +62786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *268 - *269 + - *270 - name: sha description: The SHA recorded at creation time. in: query @@ -62813,9 +62827,9 @@ paths: application/json: schema: type: array - items: *426 + items: *427 examples: - default: *427 + default: *428 headers: Link: *57 x-github: @@ -62881,8 +62895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -62963,7 +62977,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: simple-example: summary: Simple example @@ -63036,9 +63050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *268 - *269 - - &428 + - *270 + - &429 name: deployment_id description: deployment_id parameter in: path @@ -63050,7 +63064,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -63115,9 +63129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *268 - *269 - - *428 + - *270 + - *429 responses: '204': description: Response @@ -63139,9 +63153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *268 - *269 - - *428 + - *270 + - *429 - *17 - *19 responses: @@ -63151,7 +63165,7 @@ paths: application/json: schema: type: array - items: &429 + items: &430 title: Deployment Status description: The status of a deployment. type: object @@ -63312,9 +63326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *268 - *269 - - *428 + - *270 + - *429 requestBody: required: true content: @@ -63389,9 +63403,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: &430 + default: &431 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -63447,9 +63461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *268 - *269 - - *428 + - *270 + - *429 - name: status_id in: path required: true @@ -63460,9 +63474,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 '404': *6 x-github: githubCloudOnly: false @@ -63487,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -63545,8 +63559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -63563,7 +63577,7 @@ paths: type: integer environments: type: array - items: &432 + items: &433 title: Environment description: Details of a deployment environment type: object @@ -63615,7 +63629,7 @@ paths: type: type: string example: wait_timer - wait_timer: &434 + wait_timer: &435 type: integer example: 30 description: The amount of time to delay a job after @@ -63652,11 +63666,11 @@ paths: items: type: object properties: - type: *431 + type: *432 reviewer: anyOf: - *4 - - *186 + - *187 required: - id - node_id @@ -63676,7 +63690,7 @@ paths: - id - node_id - type - deployment_branch_policy: &435 + deployment_branch_policy: &436 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -63792,9 +63806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *268 - *269 - - &433 + - *270 + - &434 name: environment_name in: path required: true @@ -63807,9 +63821,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &436 + default: &437 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -63893,9 +63907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *268 - *269 - - *433 + - *270 + - *434 requestBody: required: false content: @@ -63904,7 +63918,7 @@ paths: type: object nullable: true properties: - wait_timer: *434 + wait_timer: *435 prevent_self_review: type: boolean example: false @@ -63921,13 +63935,13 @@ paths: items: type: object properties: - type: *431 + type: *432 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *435 + deployment_branch_policy: *436 additionalProperties: false examples: default: @@ -63947,9 +63961,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *436 + default: *437 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -63973,9 +63987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *268 - *269 - - *433 + - *270 + - *434 responses: '204': description: Default response @@ -64000,9 +64014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *17 - *19 responses: @@ -64020,7 +64034,7 @@ paths: example: 2 branch_policies: type: array - items: &437 + items: &438 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64077,9 +64091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 + - *270 + - *434 requestBody: required: true content: @@ -64125,9 +64139,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - example-wildcard: &438 + example-wildcard: &439 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -64169,10 +64183,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 - - &439 + - *270 + - *434 + - &440 name: branch_policy_id in: path required: true @@ -64184,9 +64198,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64205,10 +64219,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 - - *439 + - *270 + - *434 + - *440 requestBody: required: true content: @@ -64236,9 +64250,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64257,10 +64271,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 - - *439 + - *270 + - *434 + - *440 responses: '204': description: Response @@ -64285,9 +64299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 responses: '200': description: List of deployment protection rules @@ -64303,7 +64317,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &440 + items: &441 title: Deployment protection rule description: Deployment protection rule type: object @@ -64322,7 +64336,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &441 + app: &442 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -64421,9 +64435,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 requestBody: content: application/json: @@ -64444,9 +64458,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *440 + schema: *441 examples: - default: &442 + default: &443 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -64481,9 +64495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 - *19 - *17 responses: @@ -64502,7 +64516,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *441 + items: *442 examples: default: value: @@ -64537,10 +64551,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *268 - *269 - - *433 - - &443 + - *270 + - *434 + - &444 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -64552,9 +64566,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64575,10 +64589,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 - - *443 + - *444 responses: '204': description: Response @@ -64604,9 +64618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *17 - *19 responses: @@ -64624,9 +64638,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *57 x-github: @@ -64651,17 +64665,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *268 - *269 - - *433 + - *270 + - *434 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64683,18 +64697,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *126 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64716,9 +64730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *126 requestBody: required: true @@ -64776,9 +64790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *126 responses: '204': @@ -64804,10 +64818,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *268 - *269 - - *433 - - *290 + - *270 + - *434 + - *291 - *19 responses: '200': @@ -64824,9 +64838,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *57 x-github: @@ -64849,9 +64863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *268 - *269 - - *433 + - *270 + - *434 requestBody: required: true content: @@ -64903,18 +64917,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *129 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *445 + default: *446 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64935,10 +64949,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *268 - *269 + - *270 - *129 - - *433 + - *434 requestBody: required: true content: @@ -64980,10 +64994,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *268 - *269 + - *270 - *129 - - *433 + - *434 responses: '204': description: Response @@ -65005,8 +65019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -65083,8 +65097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *268 - *269 + - *270 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -65243,8 +65257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -65276,9 +65290,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 '400': *14 '422': *15 '403': *29 @@ -65299,8 +65313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -65360,7 +65374,7 @@ paths: schema: oneOf: - *96 - - *446 + - *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65385,8 +65399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *268 - *269 + - *270 - name: file_sha in: path required: true @@ -65485,8 +65499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -65595,7 +65609,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -65808,15 +65822,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *268 - *269 - - *400 + - *270 + - *401 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -65872,9 +65886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *268 - *269 - - &448 + - *270 + - &449 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. @@ -65891,7 +65905,7 @@ paths: application/json: schema: type: array - items: &449 + items: &450 title: Git Reference description: Git references within a repository type: object @@ -65966,17 +65980,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *268 - *269 - - *448 + - *270 + - *449 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: &450 + default: &451 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66005,8 +66019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -66035,9 +66049,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66063,9 +66077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *268 - *269 - - *448 + - *270 + - *449 requestBody: required: true content: @@ -66094,9 +66108,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '422': *15 '409': *46 x-github: @@ -66114,9 +66128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *268 - *269 - - *448 + - *270 + - *449 responses: '204': description: Response @@ -66169,8 +66183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -66237,7 +66251,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &453 title: Git Tag description: Metadata for a Git tag type: object @@ -66288,7 +66302,7 @@ paths: - sha - type - url - verification: *451 + verification: *452 required: - sha - url @@ -66298,7 +66312,7 @@ paths: - tag - message examples: - default: &453 + default: &454 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -66371,8 +66385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *268 - *269 + - *270 - name: tag_sha in: path required: true @@ -66383,9 +66397,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 '404': *6 '409': *46 x-github: @@ -66409,8 +66423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -66483,7 +66497,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -66595,8 +66609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *268 - *269 + - *270 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -66619,7 +66633,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default-response: summary: Default response @@ -66678,8 +66692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -66689,7 +66703,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Webhook description: Webhooks for repositories. type: object @@ -66743,7 +66757,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &673 + last_response: &674 title: Hook Response type: object properties: @@ -66817,8 +66831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -66870,9 +66884,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &456 + default: &457 value: type: Repository id: 12345678 @@ -66920,17 +66934,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '404': *6 x-github: githubCloudOnly: false @@ -66950,9 +66964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 requestBody: required: true content: @@ -66997,9 +67011,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '422': *15 '404': *6 x-github: @@ -67020,9 +67034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '204': description: Response @@ -67046,9 +67060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '200': description: Response @@ -67075,9 +67089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *268 - *269 - - *163 + - *270 + - *164 requestBody: required: false content: @@ -67121,11 +67135,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *268 - *269 - - *163 - - *17 + - *270 - *164 + - *17 + - *165 responses: '200': description: Response @@ -67133,9 +67147,9 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -67154,18 +67168,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 - *16 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '400': *14 '422': *15 x-github: @@ -67184,9 +67198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 - *16 responses: '202': *47 @@ -67209,9 +67223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '204': description: Response @@ -67236,9 +67250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '204': description: Response @@ -67296,14 +67310,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &457 + schema: &458 title: Import description: A repository import from an external source. type: object @@ -67402,7 +67416,7 @@ paths: - html_url - authors_url examples: - default: &460 + default: &461 value: vcs: subversion use_lfs: true @@ -67418,7 +67432,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': &458 + '503': &459 description: Unavailable due to service under maintenance. content: application/json: @@ -67447,8 +67461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -67496,7 +67510,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -67521,7 +67535,7 @@ paths: type: string '422': *15 '404': *6 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67549,8 +67563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -67599,7 +67613,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: example-1: summary: Example 1 @@ -67647,7 +67661,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': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67670,12 +67684,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *268 - *269 + - *270 responses: '204': description: Response - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67701,9 +67715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *268 - *269 - - &620 + - *270 + - &621 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -67717,7 +67731,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Porter Author description: Porter Author type: object @@ -67771,7 +67785,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': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67796,8 +67810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *268 - *269 + - *270 - name: author_id in: path required: true @@ -67827,7 +67841,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -67840,7 +67854,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67864,8 +67878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -67906,7 +67920,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67934,8 +67948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -67962,11 +67976,11 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *460 + default: *461 '422': *15 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67989,8 +68003,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -67998,8 +68012,8 @@ paths: application/json: schema: *22 examples: - default: *461 - '301': *280 + default: *462 + '301': *281 '404': *6 x-github: githubCloudOnly: false @@ -68019,8 +68033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -68028,12 +68042,12 @@ paths: application/json: schema: anyOf: - - *181 + - *182 - type: object properties: {} additionalProperties: false examples: - default: &463 + default: &464 value: limit: collaborators_only origin: repository @@ -68058,13 +68072,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: application/json: - schema: *462 + schema: *463 examples: default: summary: Example request body @@ -68076,9 +68090,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *463 + default: *464 '409': description: Response x-github: @@ -68100,8 +68114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -68124,8 +68138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -68135,9 +68149,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: &613 + default: &614 value: - id: 1 repository: @@ -68268,9 +68282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *268 - *269 - - *185 + - *270 + - *186 requestBody: required: false content: @@ -68299,7 +68313,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -68430,9 +68444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *268 - *269 - - *185 + - *270 + - *186 responses: '204': description: Response @@ -68463,8 +68477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *268 - *269 + - *270 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -68504,7 +68518,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -68529,7 +68543,7 @@ paths: type: array items: *76 examples: - default: &475 + default: &476 value: - id: 1 node_id: MDU6SXNzdWUx @@ -68677,7 +68691,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *280 + '301': *281 '422': *15 '404': *6 x-github: @@ -68706,8 +68720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -68784,7 +68798,7 @@ paths: application/json: schema: *76 examples: - default: &470 + default: &471 value: id: 1 node_id: MDU6SXNzdWUx @@ -68940,7 +68954,7 @@ paths: '422': *15 '503': *64 '404': *6 - '410': *277 + '410': *278 x-github: triggersNotification: true githubCloudOnly: false @@ -68968,8 +68982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *268 - *269 + - *270 - *86 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -68990,9 +69004,9 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: &472 + default: &473 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69050,17 +69064,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &466 + default: &467 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69114,8 +69128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -69138,9 +69152,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '422': *15 x-github: githubCloudOnly: false @@ -69158,8 +69172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 responses: '204': @@ -69180,8 +69194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -69208,9 +69222,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -69231,8 +69245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -69265,16 +69279,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -69296,10 +69310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *268 - *269 + - *270 - *75 - - *264 + - *265 responses: '204': description: Response @@ -69319,8 +69333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -69330,7 +69344,7 @@ paths: application/json: schema: type: array - items: &469 + items: &470 title: Issue Event description: Issue Event type: object @@ -69373,8 +69387,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *467 - required: *468 + properties: *468 + required: *469 nullable: true label: title: Issue Event Label @@ -69418,7 +69432,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *186 + requested_team: *187 dismissed_review: title: Issue Event Dismissed Review type: object @@ -69681,8 +69695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *268 - *269 + - *270 - name: event_id in: path required: true @@ -69693,7 +69707,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -69886,7 +69900,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *277 + '410': *278 '403': *29 x-github: githubCloudOnly: false @@ -69920,9 +69934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *268 - *269 - - &471 + - *270 + - &472 name: issue_number description: The number that identifies the issue. in: path @@ -69936,10 +69950,10 @@ paths: application/json: schema: *76 examples: - default: *470 - '301': *280 + default: *471 + '301': *281 '404': *6 - '410': *277 + '410': *278 '304': *37 x-github: githubCloudOnly: false @@ -69964,9 +69978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -70063,13 +70077,13 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 '422': *15 '503': *64 '403': *29 - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70087,9 +70101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -70117,7 +70131,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70133,9 +70147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: content: application/json: @@ -70162,7 +70176,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70184,9 +70198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - name: assignee in: path required: true @@ -70226,9 +70240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *66 - *17 - *19 @@ -70239,13 +70253,13 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: *472 + default: *473 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70274,9 +70288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -70298,16 +70312,16 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *277 + '410': *278 '422': *15 '404': *6 x-github: @@ -70327,9 +70341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -70343,7 +70357,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &476 + - &477 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -70397,7 +70411,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -70533,7 +70547,7 @@ paths: - performed_via_github_app - assignee - assigner - - &478 + - &479 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -70584,7 +70598,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &480 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -70635,7 +70649,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &480 + - &481 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -70689,7 +70703,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &481 + - &482 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -70723,7 +70737,7 @@ paths: properties: *60 required: *61 review_requester: *4 - requested_team: *186 + requested_team: *187 requested_reviewer: *4 required: - review_requester @@ -70736,7 +70750,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &482 + - &483 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -70770,7 +70784,7 @@ paths: properties: *60 required: *61 review_requester: *4 - requested_team: *186 + requested_team: *187 requested_reviewer: *4 required: - review_requester @@ -70783,7 +70797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &483 + - &484 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -70843,7 +70857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &484 + - &485 title: Locked Issue Event description: Locked Issue Event type: object @@ -70891,7 +70905,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -70957,7 +70971,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71023,7 +71037,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71089,7 +71103,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -71180,7 +71194,7 @@ paths: color: red headers: Link: *57 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71197,9 +71211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -71209,7 +71223,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -71256,7 +71270,7 @@ paths: - color - default examples: - default: &474 + default: &475 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71274,9 +71288,9 @@ paths: default: false headers: Link: *57 - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71293,9 +71307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -71354,12 +71368,12 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 - '301': *280 + default: *475 + '301': *281 '404': *6 - '410': *277 + '410': *278 '422': *15 x-github: githubCloudOnly: false @@ -71376,9 +71390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -71438,12 +71452,12 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 - '301': *280 + default: *475 + '301': *281 '404': *6 - '410': *277 + '410': *278 '422': *15 x-github: githubCloudOnly: false @@ -71460,15 +71474,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 responses: '204': description: Response - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71487,9 +71501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - name: name in: path required: true @@ -71502,7 +71516,7 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: default: value: @@ -71513,9 +71527,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71535,9 +71549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -71565,7 +71579,7 @@ paths: '204': description: Response '403': *29 - '410': *277 + '410': *278 '404': *6 '422': *15 x-github: @@ -71583,9 +71597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 responses: '204': description: Response @@ -71607,9 +71621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - 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. @@ -71635,13 +71649,13 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71659,9 +71673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71693,16 +71707,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -71724,10 +71738,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *268 - *269 - - *471 - - *264 + - *270 + - *472 + - *265 responses: '204': description: Response @@ -71756,9 +71770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71768,7 +71782,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -71782,7 +71796,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -71815,9 +71829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -71829,11 +71843,11 @@ paths: type: array items: *76 examples: - default: *475 + default: *476 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71861,9 +71875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71873,7 +71887,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -71891,14 +71906,14 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *277 + '410': *278 '422': *15 '404': *6 x-github: @@ -71918,9 +71933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71953,7 +71968,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 '403': *29 '404': *6 '422': *7 @@ -71975,9 +71990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -71992,7 +72007,6 @@ paths: description: Timeline Event type: object anyOf: - - *476 - *477 - *478 - *479 @@ -72005,6 +72019,7 @@ paths: - *486 - *487 - *488 + - *489 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -72308,7 +72323,7 @@ paths: type: string comments: type: array - items: &509 + items: &510 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -72517,7 +72532,7 @@ paths: type: string comments: type: array - items: *398 + items: *399 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -72806,7 +72821,7 @@ paths: headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72823,8 +72838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -72834,7 +72849,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -72899,8 +72914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -72936,9 +72951,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &490 + default: &491 value: id: 1 key: ssh-rsa AAA... @@ -72972,9 +72987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *268 - *269 - - &491 + - *270 + - &492 name: key_id description: The unique identifier of the key. in: path @@ -72986,9 +73001,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '404': *6 x-github: githubCloudOnly: false @@ -73006,9 +73021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *268 - *269 - - *491 + - *270 + - *492 responses: '204': description: Response @@ -73028,8 +73043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -73039,9 +73054,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 + default: *475 headers: Link: *57 '404': *6 @@ -73062,8 +73077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73099,9 +73114,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: &492 + default: &493 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73133,8 +73148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -73145,9 +73160,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *492 + default: *493 '404': *6 x-github: githubCloudOnly: false @@ -73164,8 +73179,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -73204,7 +73219,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -73230,8 +73245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -73257,8 +73272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -73297,9 +73312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *268 - *269 - - *374 + - *270 + - *375 responses: '200': description: Response @@ -73444,8 +73459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73510,8 +73525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73545,9 +73560,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *399 + schema: *400 examples: - default: *493 + default: *494 '204': description: Response when already merged '404': @@ -73572,8 +73587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *268 - *269 + - *270 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -73614,12 +73629,12 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 examples: default: value: @@ -73675,8 +73690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73716,9 +73731,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -73777,9 +73792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *268 - *269 - - &496 + - *270 + - &497 name: milestone_number description: The number that identifies the milestone. in: path @@ -73791,9 +73806,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 x-github: githubCloudOnly: false @@ -73810,9 +73825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *268 - *269 - - *496 + - *270 + - *497 requestBody: required: false content: @@ -73850,9 +73865,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73868,9 +73883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *268 - *269 - - *496 + - *270 + - *497 responses: '204': description: Response @@ -73891,9 +73906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *268 - *269 - - *496 + - *270 + - *497 - *17 - *19 responses: @@ -73903,9 +73918,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 + default: *475 headers: Link: *57 x-github: @@ -73924,12 +73939,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *268 - *269 - - *497 + - *270 - *498 - - *66 - *499 + - *66 + - *500 - *17 - *19 responses: @@ -73941,7 +73956,7 @@ paths: type: array items: *89 examples: - default: *500 + default: *501 headers: Link: *57 x-github: @@ -73965,8 +73980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -74024,14 +74039,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &501 + schema: &502 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -74156,7 +74171,7 @@ paths: - custom_404 - public examples: - default: &502 + default: &503 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -74197,8 +74212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -74252,9 +74267,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '409': *46 x-github: @@ -74277,8 +74292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -74377,8 +74392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -74404,8 +74419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -74415,7 +74430,7 @@ paths: application/json: schema: type: array - items: &503 + items: &504 title: Page Build description: Page Build type: object @@ -74509,8 +74524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -74555,16 +74570,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -74612,8 +74627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *268 - *269 + - *270 - name: build_id in: path required: true @@ -74624,9 +74639,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74646,8 +74661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -74753,9 +74768,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *268 - *269 - - &505 + - *270 + - &506 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -74813,9 +74828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *268 - *269 - - *505 + - *270 + - *506 responses: '204': *141 '404': *6 @@ -74842,8 +74857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -75101,8 +75116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Private vulnerability reporting status @@ -75139,8 +75154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': *141 '422': *14 @@ -75161,8 +75176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': *141 '422': *14 @@ -75185,8 +75200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *268 - *269 + - *270 - name: state description: Indicates the state of the projects to return. in: query @@ -75207,7 +75222,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -75247,7 +75262,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -75267,8 +75282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -75294,13 +75309,13 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *277 '401': *25 '403': *29 '404': *6 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -75320,8 +75335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -75329,7 +75344,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -75360,8 +75375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -75373,7 +75388,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - properties examples: @@ -75423,8 +75438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *268 - *269 + - *270 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -75484,9 +75499,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *507 + default: *508 headers: Link: *57 '304': *37 @@ -75518,8 +75533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -75584,7 +75599,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -75695,8 +75710,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -75741,7 +75756,7 @@ paths: nullable: true requested_teams: type: array - items: *247 + items: *248 nullable: true head: type: object @@ -75780,14 +75795,14 @@ paths: _links: type: object properties: - comments: *405 - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + comments: *406 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -75798,7 +75813,7 @@ paths: - review_comment - self author_association: *62 - auto_merge: *508 + auto_merge: *509 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -75890,7 +75905,7 @@ paths: - merged_by - review_comments examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76417,8 +76432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *268 - *269 + - *270 - name: sort in: query required: false @@ -76447,9 +76462,9 @@ paths: application/json: schema: type: array - items: *509 + items: *510 examples: - default: &514 + default: &515 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76526,17 +76541,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *75 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76611,8 +76626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -76635,9 +76650,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76653,8 +76668,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *75 responses: '204': @@ -76676,8 +76691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *268 - *269 + - *270 - *75 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -76704,9 +76719,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -76727,8 +76742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -76761,16 +76776,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -76792,10 +76807,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *268 - *269 + - *270 - *75 - - *264 + - *265 responses: '204': description: Response @@ -76838,9 +76853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *268 - *269 - - &513 + - *270 + - &514 name: pull_number description: The number that identifies the pull request. in: path @@ -76853,9 +76868,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '304': *37 '404': *6 '406': @@ -76890,9 +76905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -76934,9 +76949,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 '403': *29 x-github: @@ -76958,9 +76973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: true content: @@ -77020,17 +77035,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 @@ -77060,9 +77075,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *86 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77083,9 +77098,9 @@ paths: application/json: schema: type: array - items: *509 + items: *510 examples: - default: *514 + default: *515 headers: Link: *57 x-github: @@ -77118,9 +77133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: true content: @@ -77225,7 +77240,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: example-for-a-multi-line-comment: value: @@ -77313,9 +77328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *75 requestBody: required: true @@ -77338,7 +77353,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -77424,9 +77439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *17 - *19 responses: @@ -77436,9 +77451,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *515 + default: *516 headers: Link: *57 x-github: @@ -77468,9 +77483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *17 - *19 responses: @@ -77480,7 +77495,7 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: default: value: @@ -77518,9 +77533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *268 - *269 - - *513 + - *270 + - *514 responses: '204': description: Response if pull request has been merged @@ -77543,9 +77558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -77656,9 +77671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 responses: '200': description: Response @@ -77674,7 +77689,7 @@ paths: items: *4 teams: type: array - items: *186 + items: *187 required: - users - teams @@ -77733,9 +77748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -77772,7 +77787,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -78308,9 +78323,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: true content: @@ -78344,7 +78359,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -78849,9 +78864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *17 - *19 responses: @@ -78861,7 +78876,7 @@ paths: application/json: schema: type: array - items: &516 + items: &517 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79012,9 +79027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -79100,9 +79115,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &518 + default: &519 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79165,10 +79180,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - &517 + - *270 + - *514 + - &518 name: review_id description: The unique identifier of the review. in: path @@ -79180,9 +79195,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &519 + default: &520 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79241,10 +79256,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 requestBody: required: true content: @@ -79267,7 +79282,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -79329,18 +79344,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 '422': *7 '404': *6 x-github: @@ -79367,10 +79382,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 - *17 - *19 responses: @@ -79453,9 +79468,9 @@ paths: _links: type: object properties: - self: *405 - html: *405 - pull_request: *405 + self: *406 + html: *406 + pull_request: *406 required: - self - html @@ -79598,10 +79613,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 requestBody: required: true content: @@ -79629,7 +79644,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -79692,10 +79707,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 requestBody: required: true content: @@ -79730,9 +79745,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *519 + default: *520 '404': *6 '422': *7 '403': *29 @@ -79754,9 +79769,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -79819,8 +79834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *268 - *269 + - *270 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -79833,9 +79848,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: type: file encoding: base64 @@ -79877,8 +79892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *268 - *269 + - *270 - name: dir description: The alternate path to look for a README file in: path @@ -79898,9 +79913,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '404': *6 '422': *15 x-github: @@ -79922,8 +79937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -79933,7 +79948,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Release description: A release. type: object @@ -79996,7 +80011,7 @@ paths: author: *4 assets: type: array - items: &523 + items: &524 title: Release Asset description: Data related to a release. type: object @@ -80177,8 +80192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -80254,9 +80269,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &526 + default: &527 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80359,9 +80374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *268 - *269 - - &524 + - *270 + - &525 name: asset_id description: The unique identifier of the asset. in: path @@ -80373,9 +80388,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: &525 + default: &526 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 @@ -80409,7 +80424,7 @@ paths: type: User site_admin: false '404': *6 - '302': *416 + '302': *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80425,9 +80440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *268 - *269 - - *524 + - *270 + - *525 requestBody: required: false content: @@ -80455,9 +80470,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80473,9 +80488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *268 - *269 - - *524 + - *270 + - *525 responses: '204': description: Response @@ -80499,8 +80514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -80585,16 +80600,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80611,8 +80626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *268 - *269 + - *270 - name: tag description: tag parameter in: path @@ -80625,9 +80640,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *526 + default: *527 '404': *6 x-github: githubCloudOnly: false @@ -80649,9 +80664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *268 - *269 - - &527 + - *270 + - &528 name: release_id description: The unique identifier of the release. in: path @@ -80665,9 +80680,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: *522 + schema: *523 examples: - default: *526 + default: *527 '401': description: Unauthorized x-github: @@ -80685,9 +80700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 requestBody: required: false content: @@ -80751,9 +80766,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *526 + default: *527 '404': description: Not Found if the discussion category name is invalid content: @@ -80774,9 +80789,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 responses: '204': description: Response @@ -80796,9 +80811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *268 - *269 - - *527 + - *270 + - *528 - *17 - *19 responses: @@ -80808,7 +80823,7 @@ paths: application/json: schema: type: array - items: *523 + items: *524 examples: default: value: @@ -80888,9 +80903,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *268 - *269 - - *527 + - *270 + - *528 - name: name in: query required: true @@ -80916,7 +80931,7 @@ paths: description: Response for successful upload content: application/json: - schema: *523 + schema: *524 examples: response-for-successful-upload: value: @@ -80970,9 +80985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 - 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. @@ -80996,9 +81011,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -81019,9 +81034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 requestBody: required: true content: @@ -81051,16 +81066,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -81082,10 +81097,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *268 - *269 - - *527 - - *264 + - *270 + - *528 + - *265 responses: '204': description: Response @@ -81109,9 +81124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 - *17 - *19 responses: @@ -81127,8 +81142,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *528 - - &530 + - *529 + - &531 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81148,53 +81163,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *529 - *530 - - allOf: - *531 - - *530 - allOf: - *532 - - *530 + - *531 - allOf: - *533 - - *530 + - *531 - allOf: - *534 - - *530 + - *531 - allOf: - *535 - - *530 + - *531 - allOf: - *536 - - *530 + - *531 - allOf: - *537 - - *530 + - *531 - allOf: - *538 - - *530 + - *531 - allOf: - *539 - - *530 + - *531 - allOf: - *540 - - *530 + - *531 - allOf: - *541 - - *530 + - *531 - allOf: - *542 - - *530 + - *531 - allOf: - *543 - - *530 + - *531 - allOf: - *544 - - *530 + - *531 - allOf: - *545 - - *530 + - *531 + - allOf: + - *546 + - *531 examples: default: value: @@ -81233,8 +81248,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - *17 - *19 - name: includes_parents @@ -81245,7 +81260,7 @@ paths: schema: type: boolean default: true - - *546 + - *547 responses: '200': description: Response @@ -81253,7 +81268,7 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: default: value: @@ -81300,8 +81315,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 requestBody: description: Request body required: true @@ -81321,16 +81336,16 @@ paths: - tag - push default: branch - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *229 + items: *233 + conditions: *230 rules: type: array description: An array of rules within the ruleset. - items: *234 + items: *235 required: - name - enforcement @@ -81361,9 +81376,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: &556 + default: &557 value: id: 42 name: super cool ruleset @@ -81410,12 +81425,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *268 - *269 - - *547 + - *270 - *548 - *549 - *550 + - *551 - *17 - *19 responses: @@ -81423,9 +81438,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '404': *6 '500': *144 x-github: @@ -81446,17 +81461,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *268 - *269 - - *553 + - *270 + - *554 responses: '200': description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 '404': *6 '500': *144 x-github: @@ -81484,8 +81499,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81505,9 +81520,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *556 + default: *557 '404': *6 '500': *144 put: @@ -81525,8 +81540,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81551,16 +81566,16 @@ paths: - branch - tag - push - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *229 + items: *233 + conditions: *230 rules: description: An array of rules within the ruleset. type: array - items: *234 + items: *235 examples: default: value: @@ -81588,9 +81603,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *556 + default: *557 '404': *6 '500': *144 delete: @@ -81608,8 +81623,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81637,20 +81652,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *268 - *269 - - *237 + - *270 - *238 - *239 - *240 + - *241 - *48 - *19 - *17 - - *557 - *558 - - *241 + - *559 - *242 - *243 + - *244 responses: '200': description: Response @@ -81658,7 +81673,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 type: object properties: number: *53 @@ -81677,8 +81692,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *559 - resolution: *560 + state: *560 + resolution: *561 resolved_at: type: string format: date-time @@ -81891,15 +81906,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -81951,9 +81966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 requestBody: required: true content: @@ -81961,8 +81976,8 @@ paths: schema: type: object properties: - state: *559 - resolution: *560 + state: *560 + resolution: *561 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -81980,7 +81995,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -82055,9 +82070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 - *19 - *17 responses: @@ -82068,7 +82083,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &694 + items: &695 type: object properties: type: @@ -82427,8 +82442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -82436,14 +82451,14 @@ paths: schema: type: object properties: - reason: &563 + reason: &564 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *562 + placeholder_id: *563 required: - reason - placeholder_id @@ -82460,7 +82475,7 @@ paths: schema: type: object properties: - reason: *563 + reason: *564 expire_at: type: string format: date-time @@ -82503,8 +82518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *268 - *269 + - *270 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -82519,7 +82534,7 @@ paths: properties: incremental_scans: type: array - items: &564 + items: &565 description: Information on a single scan performed by secret scanning on the repository type: object @@ -82545,15 +82560,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *564 + items: *565 backfill_scans: type: array - items: *564 + items: *565 custom_pattern_backfill_scans: type: array items: allOf: - - *564 + - *565 - type: object properties: pattern_name: @@ -82623,8 +82638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *268 - *269 + - *270 - *48 - name: sort description: The property to sort the results by. @@ -82668,9 +82683,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *566 + default: *567 '400': *14 '404': *6 x-github: @@ -82693,8 +82708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -82767,7 +82782,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 required: - login - type @@ -82854,9 +82869,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &568 + default: &569 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -83089,8 +83104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -83194,7 +83209,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -83341,17 +83356,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *268 - *269 - - *567 + - *270 + - *568 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *568 + default: *569 '403': *29 '404': *6 x-github: @@ -83375,9 +83390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *268 - *269 - - *567 + - *270 + - *568 requestBody: required: true content: @@ -83450,7 +83465,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 required: - login - type @@ -83536,10 +83551,10 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *568 - add_credit: *568 + default: *569 + add_credit: *569 '403': *29 '404': *6 '422': @@ -83577,9 +83592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *268 - *269 - - *567 + - *270 + - *568 responses: '202': *47 '400': *14 @@ -83606,17 +83621,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *268 - *269 - - *567 + - *270 + - *568 responses: '202': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 '400': *14 '422': *15 '403': *29 @@ -83642,8 +83657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -83742,8 +83757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -83752,7 +83767,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -83785,8 +83800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -83862,8 +83877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -83959,8 +83974,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *268 - *269 + - *270 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -84114,8 +84129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *268 - *269 + - *270 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -84125,7 +84140,7 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: default: value: @@ -84158,8 +84173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *268 - *269 + - *270 - name: sha in: path required: true @@ -84213,7 +84228,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -84267,8 +84282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84280,7 +84295,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -84300,14 +84315,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *268 - *269 + - *270 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &571 + schema: &572 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84375,8 +84390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -84402,7 +84417,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -84429,8 +84444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -84450,8 +84465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84530,8 +84545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -84539,7 +84554,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: Tag protection description: Tag protection type: object @@ -84591,8 +84606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -84615,7 +84630,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -84646,8 +84661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *268 - *269 + - *270 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -84684,8 +84699,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *268 - *269 + - *270 - name: ref in: path required: true @@ -84721,8 +84736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84732,9 +84747,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 headers: Link: *57 '404': *6 @@ -84754,8 +84769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *268 - *269 + - *270 - *19 - *17 responses: @@ -84763,7 +84778,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -84775,7 +84790,7 @@ paths: required: - names examples: - default: &574 + default: &575 value: names: - octocat @@ -84798,8 +84813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -84830,9 +84845,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '422': *7 x-github: @@ -84853,9 +84868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *268 - *269 - - &575 + - *270 + - &576 name: per description: The time frame to display results for. in: query @@ -84884,7 +84899,7 @@ paths: example: 128 clones: type: array - items: &576 + items: &577 title: Traffic type: object properties: @@ -84971,8 +84986,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -85062,8 +85077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -85123,9 +85138,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *268 - *269 - - *575 + - *270 + - *576 responses: '200': description: Response @@ -85144,7 +85159,7 @@ paths: example: 3782 views: type: array - items: *576 + items: *577 required: - uniques - count @@ -85221,8 +85236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -85496,8 +85511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -85520,8 +85535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -85543,8 +85558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -85570,8 +85585,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *268 - *269 + - *270 - name: ref in: path required: true @@ -85663,9 +85678,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -85913,7 +85928,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &577 + text_matches: &578 title: Search Result Text Matches type: array items: @@ -86075,7 +86090,7 @@ paths: enum: - author-date - committer-date - - &578 + - &579 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 @@ -86146,7 +86161,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *334 + properties: *335 nullable: true comment_count: type: integer @@ -86166,7 +86181,7 @@ paths: url: type: string format: uri - verification: *451 + verification: *452 required: - author - committer @@ -86185,7 +86200,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *334 + properties: *335 nullable: true parents: type: array @@ -86203,7 +86218,7 @@ paths: type: number node_id: type: string - text_matches: *577 + text_matches: *578 required: - sha - node_id @@ -86395,7 +86410,7 @@ paths: - interactions - created - updated - - *578 + - *579 - *17 - *19 responses: @@ -86514,8 +86529,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true comments: type: integer @@ -86529,7 +86544,7 @@ paths: type: string format: date-time nullable: true - text_matches: *577 + text_matches: *578 pull_request: type: object properties: @@ -86753,7 +86768,7 @@ paths: enum: - created - updated - - *578 + - *579 - *17 - *19 responses: @@ -86797,7 +86812,7 @@ paths: nullable: true score: type: number - text_matches: *577 + text_matches: *578 required: - id - node_id @@ -86882,7 +86897,7 @@ paths: - forks - help-wanted-issues - updated - - *578 + - *579 - *17 - *19 responses: @@ -87121,7 +87136,7 @@ paths: - admin - pull - push - text_matches: *577 + text_matches: *578 temp_clone_token: type: string allow_merge_commit: @@ -87421,7 +87436,7 @@ paths: type: string format: uri nullable: true - text_matches: *577 + text_matches: *578 related: type: array nullable: true @@ -87612,7 +87627,7 @@ paths: - followers - repositories - joined - - *578 + - *579 - *17 - *19 responses: @@ -87716,7 +87731,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *577 + text_matches: *578 blog: type: string nullable: true @@ -87795,7 +87810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &579 + - &580 name: team_id description: The unique identifier of the team. in: path @@ -87807,9 +87822,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 x-github: githubCloudOnly: false @@ -87836,7 +87851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *579 + - *580 requestBody: required: true content: @@ -87899,16 +87914,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '201': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 '422': *15 '403': *29 @@ -87936,7 +87951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *579 + - *580 responses: '204': description: Response @@ -87967,7 +87982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *579 + - *580 - *48 - *17 - *19 @@ -87978,9 +87993,9 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *580 + default: *581 headers: Link: *57 x-github: @@ -88009,7 +88024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *579 + - *580 requestBody: required: true content: @@ -88043,9 +88058,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: triggersNotification: true githubCloudOnly: false @@ -88072,16 +88087,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88106,8 +88121,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 requestBody: required: false content: @@ -88130,9 +88145,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *581 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88157,8 +88172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 responses: '204': description: Response @@ -88187,8 +88202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *579 - - *257 + - *580 + - *258 - *48 - *17 - *19 @@ -88199,9 +88214,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *582 + default: *583 headers: Link: *57 x-github: @@ -88230,8 +88245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *579 - - *257 + - *580 + - *258 requestBody: required: true content: @@ -88253,9 +88268,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: triggersNotification: true githubCloudOnly: false @@ -88282,17 +88297,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 responses: '200': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88317,9 +88332,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 requestBody: required: true content: @@ -88341,9 +88356,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *583 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88368,9 +88383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 responses: '204': description: Response @@ -88399,9 +88414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 - 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 team discussion comment. @@ -88427,9 +88442,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -88458,9 +88473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 requestBody: required: true content: @@ -88492,9 +88507,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88520,8 +88535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 - 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 team discussion. @@ -88547,9 +88562,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -88578,8 +88593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 requestBody: required: true content: @@ -88611,9 +88626,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88637,7 +88652,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -88647,9 +88662,9 @@ paths: application/json: schema: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 headers: Link: *57 x-github: @@ -88675,7 +88690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *579 + - *580 - name: role description: Filters members returned by their role in the team. in: query @@ -88698,7 +88713,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -88726,7 +88741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88763,7 +88778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88803,7 +88818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88840,16 +88855,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *579 + - *580 - *131 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-user-is-a-team-maintainer: *584 + response-if-user-is-a-team-maintainer: *585 '404': *6 x-github: githubCloudOnly: false @@ -88882,7 +88897,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *579 + - *580 - *131 requestBody: required: false @@ -88908,9 +88923,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-users-membership-with-team-is-now-pending: *585 + response-if-users-membership-with-team-is-now-pending: *586 '403': description: Forbidden if team synchronization is set up '422': @@ -88944,7 +88959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88974,7 +88989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -88984,9 +88999,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *586 + default: *587 headers: Link: *57 '404': *6 @@ -89013,16 +89028,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *579 - - *267 + - *580 + - *268 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *587 + default: *588 '404': description: Not Found if project is not managed by this team x-github: @@ -89047,8 +89062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *579 - - *267 + - *580 + - *268 requestBody: required: false content: @@ -89116,8 +89131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *579 - - *267 + - *580 + - *268 responses: '204': description: Response @@ -89144,7 +89159,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -89156,7 +89171,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 '404': *6 @@ -89186,15 +89201,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *579 - - *268 + - *580 - *269 + - *270 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *588 + schema: *589 examples: alternative-response-with-extra-repository-information: value: @@ -89345,9 +89360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *579 - - *268 + - *580 - *269 + - *270 requestBody: required: false content: @@ -89397,9 +89412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *579 - - *268 + - *580 - *269 + - *270 responses: '204': description: Response @@ -89424,7 +89439,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -89434,9 +89449,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - response-if-child-teams-exist: *589 + response-if-child-teams-exist: *590 headers: Link: *57 '404': *6 @@ -89469,7 +89484,7 @@ paths: application/json: schema: oneOf: - - &591 + - &592 title: Private User description: Private User type: object @@ -89672,7 +89687,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *590 + - *591 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -89825,7 +89840,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -89904,7 +89919,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '304': *37 '404': *6 '403': *29 @@ -90028,9 +90043,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *37 '500': *144 '401': *25 @@ -90169,17 +90184,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 @@ -90223,7 +90238,7 @@ paths: type: integer secrets: type: array - items: &592 + items: &593 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -90263,7 +90278,7 @@ paths: - visibility - selected_repositories_url examples: - default: *391 + default: *392 headers: Link: *57 x-github: @@ -90339,7 +90354,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -90485,7 +90500,7 @@ paths: type: array items: *118 examples: - default: *593 + default: *594 '401': *25 '403': *29 '404': *6 @@ -90629,15 +90644,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '304': *37 '500': *144 '401': *25 @@ -90663,7 +90678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 requestBody: required: false content: @@ -90693,9 +90708,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 @@ -90717,7 +90732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': *47 '304': *37 @@ -90746,13 +90761,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': description: Response content: application/json: - schema: &594 + schema: &595 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -90793,7 +90808,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &595 + default: &596 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -90825,7 +90840,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *192 + - *193 - name: export_id in: path required: true @@ -90838,9 +90853,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *6 x-github: githubCloudOnly: false @@ -90861,7 +90876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *192 + - *193 responses: '200': description: Response @@ -90877,9 +90892,9 @@ paths: type: integer machines: type: array - items: *596 + items: *597 examples: - default: *597 + default: *598 '304': *37 '500': *144 '401': *25 @@ -90908,7 +90923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *192 + - *193 requestBody: required: true content: @@ -90958,13 +90973,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *279 + repository: *280 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *389 - required: *390 + properties: *390 + required: *391 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -91738,15 +91753,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '304': *37 '500': *144 '400': *14 @@ -91778,15 +91793,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '500': *144 '401': *25 '403': *29 @@ -91816,9 +91831,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: &610 + default: &611 value: - id: 197 name: hello_docker @@ -91919,7 +91934,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Email description: Email type: object @@ -91984,9 +91999,9 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: - default: &612 + default: &613 value: - email: octocat@github.com verified: true @@ -92061,7 +92076,7 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: default: value: @@ -92171,7 +92186,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *37 @@ -92204,7 +92219,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *37 @@ -92317,7 +92332,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: GPG Key description: A unique encryption key type: object @@ -92448,7 +92463,7 @@ paths: - subkeys - revoked examples: - default: &623 + default: &624 value: - id: 3 name: Octocat's GPG Key @@ -92533,9 +92548,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &600 + default: &601 value: id: 3 name: Octocat's GPG Key @@ -92592,7 +92607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &601 + - &602 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -92604,9 +92619,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 '404': *6 '304': *37 '403': *29 @@ -92629,7 +92644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *601 + - *602 responses: '204': description: Response @@ -92820,7 +92835,7 @@ paths: type: array items: *59 examples: - default: *602 + default: *603 headers: Link: *57 '404': *6 @@ -92905,12 +92920,12 @@ paths: application/json: schema: anyOf: - - *181 + - *182 - type: object properties: {} additionalProperties: false examples: - default: *182 + default: *183 '204': description: Response when there are no restrictions x-github: @@ -92934,7 +92949,7 @@ paths: required: true content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -92945,7 +92960,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -93026,7 +93041,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -93051,7 +93066,7 @@ paths: type: array items: *76 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -93084,7 +93099,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Key description: Key type: object @@ -93181,9 +93196,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93216,15 +93231,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *491 + - *492 responses: '200': description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 '304': *37 '403': *29 @@ -93247,7 +93262,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *491 + - *492 responses: '204': description: Response @@ -93280,7 +93295,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -93348,7 +93363,7 @@ paths: - account - plan examples: - default: &606 + default: &607 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -93410,9 +93425,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *606 + default: *607 headers: Link: *57 '304': *37 @@ -93452,7 +93467,7 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: default: value: @@ -93560,7 +93575,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -93643,7 +93658,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -93711,7 +93726,7 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: default: value: @@ -93964,7 +93979,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -94144,7 +94159,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *198 + - *199 - name: exclude in: query required: false @@ -94157,7 +94172,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -94351,7 +94366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *198 + - *199 responses: '302': description: Response @@ -94377,7 +94392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *198 + - *199 responses: '204': description: Response @@ -94406,8 +94421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *198 - - *607 + - *199 + - *608 responses: '204': description: Response @@ -94431,7 +94446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *198 + - *199 - *17 - *19 responses: @@ -94443,7 +94458,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 '404': *6 @@ -94478,9 +94493,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *608 + default: *609 headers: Link: *57 '304': *37 @@ -94522,7 +94537,7 @@ paths: - docker - nuget - container - - *609 + - *610 - *19 - *17 responses: @@ -94532,10 +94547,10 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *610 - '400': *611 + default: *611 + '400': *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94555,16 +94570,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *207 - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: &624 + default: &625 value: id: 40201 name: octo-name @@ -94677,8 +94692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *207 - *208 + - *209 responses: '204': description: Response @@ -94708,8 +94723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *207 - *208 + - *209 - name: token description: package token schema: @@ -94741,8 +94756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *207 - *208 + - *209 - *19 - *17 - name: state @@ -94762,7 +94777,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: value: @@ -94811,15 +94826,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -94855,9 +94870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 responses: '204': description: Response @@ -94887,9 +94902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 responses: '204': description: Response @@ -94945,7 +94960,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -95014,9 +95029,9 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: - default: *612 + default: *613 headers: Link: *57 '304': *37 @@ -95129,7 +95144,7 @@ paths: type: array items: *59 examples: - default: &619 + default: &620 summary: Default response value: - id: 1296269 @@ -95431,9 +95446,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95471,9 +95486,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *613 + default: *614 headers: Link: *57 '304': *37 @@ -95496,7 +95511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *185 + - *186 responses: '204': description: Response @@ -95519,7 +95534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *185 + - *186 responses: '204': description: Response @@ -95552,7 +95567,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Social account description: Social media account type: object @@ -95567,7 +95582,7 @@ paths: - provider - url examples: - default: &615 + default: &616 value: - provider: twitter url: https://twitter.com/github @@ -95629,9 +95644,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: *615 + default: *616 '422': *15 '304': *37 '404': *6 @@ -95718,7 +95733,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -95738,7 +95753,7 @@ paths: - title - created_at examples: - default: &631 + default: &632 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95804,9 +95819,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &617 + default: &618 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95837,7 +95852,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: - - &618 + - &619 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -95849,9 +95864,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '304': *37 '403': *29 @@ -95874,7 +95889,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: - - *618 + - *619 responses: '204': description: Response @@ -95903,7 +95918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &632 + - &633 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 @@ -95928,11 +95943,11 @@ paths: type: array items: *59 examples: - default-response: *619 + default-response: *620 application/vnd.github.v3.star+json: schema: type: array - items: &633 + items: &634 title: Starred Repository description: Starred Repository type: object @@ -96088,8 +96103,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response if this repository is starred by you @@ -96117,8 +96132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -96142,8 +96157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -96178,7 +96193,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 '304': *37 @@ -96215,7 +96230,7 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: default: value: @@ -96301,10 +96316,10 @@ paths: application/json: schema: oneOf: + - *592 - *591 - - *590 examples: - default-response: &621 + default-response: &622 summary: Default response value: login: octocat @@ -96339,7 +96354,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &622 + response-with-git-hub-plan-information: &623 summary: Response with GitHub plan information value: login: octocat @@ -96399,7 +96414,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *620 + - *621 - *17 responses: '200': @@ -96410,7 +96425,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" @@ -96448,11 +96463,11 @@ paths: application/json: schema: oneOf: + - *592 - *591 - - *590 examples: - default-response: *621 - response-with-git-hub-plan-information: *622 + default-response: *622 + response-with-git-hub-plan-information: *623 '404': *6 x-github: githubCloudOnly: false @@ -96614,9 +96629,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *610 + default: *611 '403': *29 '401': *25 x-github: @@ -96899,7 +96914,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -96930,7 +96945,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -97020,9 +97035,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *623 + default: *624 headers: Link: *57 x-github: @@ -97126,7 +97141,7 @@ paths: application/json: schema: *22 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97202,9 +97217,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *608 + default: *609 headers: Link: *57 x-github: @@ -97243,7 +97258,7 @@ paths: - docker - nuget - container - - *609 + - *610 - *131 - *19 - *17 @@ -97254,12 +97269,12 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *610 + default: *611 '403': *29 '401': *25 - '400': *611 + '400': *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97279,17 +97294,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *207 - *208 + - *209 - *131 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97310,8 +97325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *207 - *208 + - *209 - *131 responses: '204': @@ -97344,8 +97359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *207 - *208 + - *209 - *131 - name: token description: package token @@ -97378,8 +97393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *207 - *208 + - *209 - *131 responses: '200': @@ -97388,7 +97403,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: value: @@ -97446,16 +97461,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 - *131 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -97490,10 +97505,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *207 - *208 + - *209 - *131 - - *210 + - *211 responses: '204': description: Response @@ -97525,10 +97540,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *207 - *208 + - *209 - *131 - - *210 + - *211 responses: '204': description: Response @@ -97572,7 +97587,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -97852,7 +97867,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -97882,9 +97897,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97912,9 +97927,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97942,9 +97957,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97972,9 +97987,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: *615 + default: *616 headers: Link: *57 x-github: @@ -98004,9 +98019,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *631 + default: *632 headers: Link: *57 x-github: @@ -98031,7 +98046,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *131 - - *632 + - *633 - *48 - *17 - *19 @@ -98043,11 +98058,11 @@ paths: schema: anyOf: - type: array - items: *633 + items: *634 - type: array items: *59 examples: - default-response: *619 + default-response: *620 headers: Link: *57 x-github: @@ -98078,7 +98093,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -98206,7 +98221,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &634 + enterprise: &635 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -98264,7 +98279,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &635 + installation: &636 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -98283,7 +98298,7 @@ x-webhooks: required: - id - node_id - organization: &636 + organization: &637 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -98343,13 +98358,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &637 + repository: &638 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: &667 + properties: &668 id: description: Unique identifier of the repository example: 42 @@ -99032,7 +99047,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &668 + required: &669 - archive_url - assignees_url - blobs_url @@ -99183,10 +99198,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -99262,11 +99277,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - rule: &638 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + rule: &639 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) @@ -99489,11 +99504,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - rule: *638 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + rule: *639 sender: *4 required: - action @@ -99676,11 +99691,11 @@ x-webhooks: - everyone required: - from - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - rule: *638 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + rule: *639 sender: *4 required: - action @@ -99764,7 +99779,7 @@ x-webhooks: type: string enum: - completed - check_run: &640 + check_run: &641 title: CheckRun description: A check performed on the code of a given code change type: object @@ -99827,7 +99842,7 @@ x-webhooks: type: string pull_requests: type: array - items: *347 + items: *348 repository: *118 status: example: completed @@ -99865,7 +99880,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *639 + deployment: *640 details_url: example: https://example.com type: string @@ -99915,7 +99930,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *347 + items: *348 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -99950,9 +99965,9 @@ x-webhooks: - output - app - pull_requests - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - check_run @@ -100345,10 +100360,10 @@ x-webhooks: type: string enum: - created - check_run: *640 - installation: *635 - organization: *636 - repository: *637 + check_run: *641 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - check_run @@ -100744,10 +100759,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *640 - installation: *635 - organization: *636 - repository: *637 + check_run: *641 + installation: *636 + organization: *637 + repository: *638 requested_action: description: The action requested by the user. type: object @@ -101152,10 +101167,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *640 - installation: *635 - organization: *636 - repository: *637 + check_run: *641 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - check_run @@ -102132,10 +102147,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -102805,10 +102820,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -103472,10 +103487,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -103638,7 +103653,7 @@ x-webhooks: required: - login - id - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -103783,20 +103798,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &641 + commit_oid: &642 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: *634 - installation: *635 - organization: *636 - ref: &642 + enterprise: *635 + installation: *636 + organization: *637 + ref: &643 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: *637 + repository: *638 sender: *4 required: - action @@ -103958,7 +103973,7 @@ x-webhooks: required: - login - id - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104119,12 +104134,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -104219,7 +104234,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104385,12 +104400,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -104553,7 +104568,7 @@ x-webhooks: required: - login - id - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104719,12 +104734,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -104821,7 +104836,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104989,16 +105004,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 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: *637 + repository: *638 sender: *4 required: - action @@ -105092,7 +105107,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105232,12 +105247,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -105494,10 +105509,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -105577,18 +105592,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *636 - pusher_type: &643 + organization: *637 + pusher_type: &644 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &644 + ref: &645 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -105598,7 +105613,7 @@ x-webhooks: enum: - tag - branch - repository: *637 + repository: *638 sender: *4 required: - ref @@ -105680,10 +105695,10 @@ x-webhooks: type: string enum: - created - definition: *221 - enterprise: *634 - installation: *635 - organization: *636 + definition: *222 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -105768,9 +105783,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -105847,10 +105862,10 @@ x-webhooks: type: string enum: - updated - definition: *221 - enterprise: *634 - installation: *635 - organization: *636 + definition: *222 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -105927,19 +105942,19 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - repository: *637 - organization: *636 + enterprise: *635 + installation: *636 + repository: *638 + organization: *637 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *225 + items: *226 old_property_values: type: array description: The old custom property values for the repository. - items: *225 + items: *226 required: - action - repository @@ -106015,18 +106030,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - pusher_type: *643 - ref: *644 + enterprise: *635 + installation: *636 + organization: *637 + pusher_type: *644 + ref: *645 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *637 + repository: *638 sender: *4 required: - ref @@ -106110,11 +106125,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106198,11 +106213,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106286,11 +106301,11 @@ x-webhooks: type: string enum: - created - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106372,11 +106387,11 @@ x-webhooks: type: string enum: - dismissed - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106458,11 +106473,11 @@ x-webhooks: type: string enum: - fixed - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106545,11 +106560,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106631,11 +106646,11 @@ x-webhooks: type: string enum: - reopened - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106712,9 +106727,9 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - key: &645 + enterprise: *635 + installation: *636 + key: &646 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -106750,8 +106765,8 @@ x-webhooks: - verified - created_at - read_only - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -106828,11 +106843,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - key: *645 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + key: *646 + organization: *637 + repository: *638 sender: *4 required: - action @@ -107393,12 +107408,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: &649 + workflow: &650 title: Workflow type: object nullable: true @@ -108124,13 +108139,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *426 + deployment: *427 pull_requests: type: array - items: *511 - repository: *637 - organization: *636 - installation: *635 + items: *512 + repository: *638 + organization: *637 + installation: *636 sender: *4 responses: '200': @@ -108201,7 +108216,7 @@ x-webhooks: type: string enum: - approved - approver: &646 + approver: &647 type: object properties: avatar_url: @@ -108244,11 +108259,11 @@ x-webhooks: type: string comment: type: string - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - reviewers: &647 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + reviewers: &648 type: array items: type: object @@ -108327,7 +108342,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &648 + workflow_job_run: &649 type: object properties: conclusion: @@ -109058,18 +109073,18 @@ x-webhooks: type: string enum: - rejected - approver: *646 + approver: *647 comment: type: string - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - reviewers: *647 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + reviewers: *648 sender: *4 since: type: string - workflow_job_run: *648 + workflow_job_run: *649 workflow_job_runs: type: array items: @@ -109773,13 +109788,13 @@ x-webhooks: type: string enum: - requested - enterprise: *634 + enterprise: *635 environment: type: string - installation: *635 - organization: *636 - repository: *637 - requestor: &654 + installation: *636 + organization: *637 + repository: *638 + requestor: &655 title: User type: object nullable: true @@ -111678,12 +111693,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 workflow_run: title: Deployment Workflow Run type: object @@ -112363,7 +112378,7 @@ x-webhooks: type: string enum: - answered - answer: &652 + answer: &653 type: object properties: author_association: @@ -112520,7 +112535,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &650 + discussion: &651 title: Discussion description: A Discussion in a repository. type: object @@ -112806,7 +112821,7 @@ x-webhooks: - id labels: type: array - items: *473 + items: *474 required: - repository_url - category @@ -112828,10 +112843,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -112958,11 +112973,11 @@ x-webhooks: - from required: - category - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113045,11 +113060,11 @@ x-webhooks: type: string enum: - closed - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113131,7 +113146,7 @@ x-webhooks: type: string enum: - created - comment: &651 + comment: &652 type: object properties: author_association: @@ -113288,11 +113303,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113375,12 +113390,12 @@ x-webhooks: type: string enum: - deleted - comment: *651 - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + comment: *652 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113475,12 +113490,12 @@ x-webhooks: - from required: - body - comment: *651 - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + comment: *652 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113564,11 +113579,11 @@ x-webhooks: type: string enum: - created - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113650,11 +113665,11 @@ x-webhooks: type: string enum: - deleted - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113754,11 +113769,11 @@ x-webhooks: type: string required: - from - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113840,10 +113855,10 @@ x-webhooks: type: string enum: - labeled - discussion: *650 - enterprise: *634 - installation: *635 - label: &653 + discussion: *651 + enterprise: *635 + installation: *636 + label: &654 title: Label type: object properties: @@ -113875,8 +113890,8 @@ x-webhooks: - color - default - description - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113959,11 +113974,11 @@ x-webhooks: type: string enum: - locked - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114045,11 +114060,11 @@ x-webhooks: type: string enum: - pinned - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114131,11 +114146,11 @@ x-webhooks: type: string enum: - reopened - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114220,16 +114235,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *650 - new_repository: *637 + new_discussion: *651 + new_repository: *638 required: - new_discussion - new_repository - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114312,10 +114327,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *650 - old_answer: *652 - organization: *636 - repository: *637 + discussion: *651 + old_answer: *653 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114397,12 +114412,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *650 - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114485,11 +114500,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114571,11 +114586,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114648,7 +114663,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *634 + enterprise: *635 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -115308,9 +115323,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - forkee @@ -115456,9 +115471,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pages: description: The pages that were updated. type: array @@ -115495,7 +115510,7 @@ x-webhooks: - action - sha - html_url - repository: *637 + repository: *638 sender: *4 required: - pages @@ -115571,10 +115586,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: &655 + organization: *637 + repositories: &656 description: An array of repository objects that the installation can access. type: array @@ -115600,8 +115615,8 @@ x-webhooks: - name - full_name - private - repository: *637 - requester: *654 + repository: *638 + requester: *655 sender: *4 required: - action @@ -115676,11 +115691,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -115756,11 +115771,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -115836,10 +115851,10 @@ x-webhooks: type: string enum: - added - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories_added: &656 + organization: *637 + repositories_added: &657 description: An array of repository objects, which were added to the installation. type: array @@ -115885,15 +115900,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *637 - repository_selection: &657 + repository: *638 + repository_selection: &658 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *654 + requester: *655 sender: *4 required: - action @@ -115972,10 +115987,10 @@ x-webhooks: type: string enum: - removed - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories_added: *656 + organization: *637 + repositories_added: *657 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -116002,9 +116017,9 @@ x-webhooks: - name - full_name - private - repository: *637 - repository_selection: *657 - requester: *654 + repository: *638 + repository_selection: *658 + requester: *655 sender: *4 required: - action @@ -116083,11 +116098,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -116265,10 +116280,10 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 target_type: type: string @@ -116347,11 +116362,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -116603,8 +116618,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117759,8 +117774,8 @@ x-webhooks: - state - locked - assignee - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -117840,7 +117855,7 @@ x-webhooks: type: string enum: - deleted - comment: &658 + comment: &659 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -118005,8 +118020,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119159,8 +119174,8 @@ x-webhooks: - state - locked - assignee - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -119240,7 +119255,7 @@ x-webhooks: type: string enum: - edited - changes: &686 + changes: &687 description: The changes to the comment. type: object properties: @@ -119252,9 +119267,9 @@ x-webhooks: type: string required: - from - comment: *658 - enterprise: *634 - installation: *635 + comment: *659 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120408,8 +120423,8 @@ x-webhooks: - state - locked - assignee - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -120491,10 +120506,10 @@ x-webhooks: type: string enum: - assigned - assignee: *654 - enterprise: *634 - installation: *635 - issue: &661 + assignee: *655 + enterprise: *635 + installation: *636 + issue: &662 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121412,8 +121427,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -121493,8 +121508,8 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -122552,8 +122567,8 @@ x-webhooks: required: - state - closed_at - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -122632,8 +122647,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123544,8 +123559,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -123624,8 +123639,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124539,7 +124554,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &659 + milestone: &660 title: Milestone description: A collection of related issues and pull requests. type: object @@ -124677,8 +124692,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -124777,8 +124792,8 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125696,9 +125711,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *653 - organization: *636 - repository: *637 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -125778,8 +125793,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126696,9 +126711,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *653 - organization: *636 - repository: *637 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -126778,8 +126793,8 @@ x-webhooks: type: string enum: - locked - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127697,8 +127712,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -127777,8 +127792,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128690,9 +128705,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *659 - organization: *636 - repository: *637 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -130153,8 +130168,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131071,8 +131086,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -131152,9 +131167,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *634 - installation: *635 - issue: &660 + enterprise: *635 + installation: *636 + issue: &661 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132065,8 +132080,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -132145,8 +132160,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133063,8 +133078,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134526,11 +134541,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *634 - installation: *635 - issue: *660 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *661 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134611,7 +134626,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &689 + assignee: &690 title: User type: object nullable: true @@ -134681,11 +134696,11 @@ x-webhooks: required: - login - id - enterprise: *634 - installation: *635 - issue: *661 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *662 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134764,12 +134779,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *634 - installation: *635 - issue: *661 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *662 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134849,8 +134864,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135766,8 +135781,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -135847,11 +135862,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *634 - installation: *635 - issue: *660 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *661 + organization: *637 + repository: *638 sender: *4 required: - action @@ -135930,11 +135945,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -136012,11 +136027,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -136126,11 +136141,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -136212,9 +136227,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: &662 + enterprise: *635 + installation: *636 + marketplace_purchase: &663 title: Marketplace Purchase type: object required: @@ -136297,8 +136312,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *636 - previous_marketplace_purchase: &663 + organization: *637 + previous_marketplace_purchase: &664 title: Marketplace Purchase type: object properties: @@ -136378,7 +136393,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *637 + repository: *638 sender: *4 required: - action @@ -136458,10 +136473,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: *662 - organization: *636 + enterprise: *635 + installation: *636 + marketplace_purchase: *663 + organization: *637 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -136544,7 +136559,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *637 + repository: *638 sender: *4 required: - action @@ -136626,10 +136641,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: *662 - organization: *636 + enterprise: *635 + installation: *636 + marketplace_purchase: *663 + organization: *637 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -136711,7 +136726,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *637 + repository: *638 sender: *4 required: - action @@ -136792,8 +136807,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 marketplace_purchase: title: Marketplace Purchase type: object @@ -136875,9 +136890,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *636 - previous_marketplace_purchase: *663 - repository: *637 + organization: *637 + previous_marketplace_purchase: *664 + repository: *638 sender: *4 required: - action @@ -136957,12 +136972,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: *662 - organization: *636 - previous_marketplace_purchase: *663 - repository: *637 + enterprise: *635 + installation: *636 + marketplace_purchase: *663 + organization: *637 + previous_marketplace_purchase: *664 + repository: *638 sender: *4 required: - action @@ -137064,11 +137079,11 @@ x-webhooks: type: string required: - to - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137168,11 +137183,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137251,11 +137266,11 @@ x-webhooks: type: string enum: - removed - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137333,11 +137348,11 @@ x-webhooks: type: string enum: - added - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137413,7 +137428,7 @@ x-webhooks: required: - login - id - team: &664 + team: &665 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -137603,11 +137618,11 @@ x-webhooks: type: string enum: - removed - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137684,7 +137699,7 @@ x-webhooks: required: - login - id - team: *664 + team: *665 required: - action - scope @@ -137766,8 +137781,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *635 - merge_group: &666 + installation: *636 + merge_group: &667 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -137786,15 +137801,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *665 + head_commit: *666 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137880,10 +137895,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *635 - merge_group: *666 - organization: *636 - repository: *637 + installation: *636 + merge_group: *667 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137956,7 +137971,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 + enterprise: *635 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -138064,16 +138079,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *635 - organization: *636 + installation: *636 + organization: *637 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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -138154,11 +138169,11 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 - milestone: *659 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138237,9 +138252,9 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - milestone: &669 + enterprise: *635 + installation: *636 + milestone: &670 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138376,8 +138391,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138456,11 +138471,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - milestone: *659 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138570,11 +138585,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - milestone: *659 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138654,11 +138669,11 @@ x-webhooks: type: string enum: - opened - enterprise: *634 - installation: *635 - milestone: *669 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *670 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138737,11 +138752,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *654 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + blocked_user: *655 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138820,11 +138835,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *654 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + blocked_user: *655 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138903,9 +138918,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - membership: &670 + enterprise: *635 + installation: *636 + membership: &671 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -138997,8 +139012,8 @@ x-webhooks: - role - organization_url - user - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139076,11 +139091,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *634 - installation: *635 - membership: *670 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + membership: *671 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139159,8 +139174,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -139276,10 +139291,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 - user: *654 + user: *655 required: - action - invitation @@ -139357,11 +139372,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *634 - installation: *635 - membership: *670 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + membership: *671 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139448,11 +139463,11 @@ x-webhooks: properties: from: type: string - enterprise: *634 - installation: *635 - membership: *670 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + membership: *671 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139528,9 +139543,9 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 package: description: Information about the package. type: object @@ -140029,7 +140044,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &671 + items: &672 title: Ruby Gems metadata type: object properties: @@ -140124,7 +140139,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -140200,9 +140215,9 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 package: description: Information about the package. type: object @@ -140555,7 +140570,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *671 + items: *672 source_url: type: string format: uri @@ -140625,7 +140640,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -140802,12 +140817,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *634 + enterprise: *635 id: type: integer - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - id @@ -140887,7 +140902,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &672 + personal_access_token_request: &673 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -141033,10 +141048,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *634 - organization: *636 + enterprise: *635 + organization: *637 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141115,11 +141130,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *672 - enterprise: *634 - organization: *636 + personal_access_token_request: *673 + enterprise: *635 + organization: *637 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141197,11 +141212,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *672 - enterprise: *634 - organization: *636 + personal_access_token_request: *673 + enterprise: *635 + organization: *637 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141278,11 +141293,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *672 - organization: *636 - enterprise: *634 + personal_access_token_request: *673 + organization: *637 + enterprise: *635 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141386,7 +141401,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *673 + last_response: *674 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -141418,8 +141433,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 zen: description: Random string of GitHub zen. @@ -141664,10 +141679,10 @@ x-webhooks: - from required: - note - enterprise: *634 - installation: *635 - organization: *636 - project_card: &674 + enterprise: *635 + installation: *636 + organization: *637 + project_card: &675 title: Project Card type: object properties: @@ -141786,7 +141801,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *637 + repository: *638 sender: *4 required: - action @@ -141867,11 +141882,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - project_card: *674 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_card: *675 + repository: *638 sender: *4 required: - action @@ -141951,9 +141966,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 project_card: title: Project Card type: object @@ -142081,8 +142096,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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -142176,11 +142191,11 @@ x-webhooks: - from required: - note - enterprise: *634 - installation: *635 - organization: *636 - project_card: *674 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_card: *675 + repository: *638 sender: *4 required: - action @@ -142274,9 +142289,9 @@ x-webhooks: - from required: - column_id - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 project_card: allOf: - title: Project Card @@ -142466,7 +142481,7 @@ x-webhooks: type: string required: - after_id - repository: *637 + repository: *638 sender: *4 required: - action @@ -142546,10 +142561,10 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 - organization: *636 - project: &676 + enterprise: *635 + installation: *636 + organization: *637 + project: &677 title: Project type: object properties: @@ -142673,7 +142688,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *637 + repository: *638 sender: *4 required: - action @@ -142753,10 +142768,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - project_column: &675 + enterprise: *635 + installation: *636 + organization: *637 + project_column: &676 title: Project Column type: object properties: @@ -142795,7 +142810,7 @@ x-webhooks: - name - created_at - updated_at - repository: *637 + repository: *638 sender: *4 required: - action @@ -142874,18 +142889,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - project_column: *675 + enterprise: *635 + installation: *636 + organization: *637 + project_column: *676 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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -142975,11 +142990,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - project_column: *675 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_column: *676 + repository: *638 sender: *4 required: - action @@ -143059,11 +143074,11 @@ x-webhooks: type: string enum: - moved - enterprise: *634 - installation: *635 - organization: *636 - project_column: *675 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_column: *676 + repository: *638 sender: *4 required: - action @@ -143143,11 +143158,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - project: *676 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 + repository: *638 sender: *4 required: - action @@ -143227,18 +143242,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - project: *676 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -143340,11 +143355,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - project: *676 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 + repository: *638 sender: *4 required: - action @@ -143423,11 +143438,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *634 - installation: *635 - organization: *636 - project: *676 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 + repository: *638 sender: *4 required: - action @@ -143508,9 +143523,9 @@ x-webhooks: type: string enum: - closed - installation: *635 - organization: *636 - projects_v2: &677 + installation: *636 + organization: *637 + projects_v2: &678 title: Projects v2 Project description: A projects v2 project type: object @@ -143653,9 +143668,9 @@ x-webhooks: type: string enum: - created - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -143736,9 +143751,9 @@ x-webhooks: type: string enum: - deleted - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -143855,9 +143870,9 @@ x-webhooks: type: string to: type: string - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -143940,7 +143955,7 @@ x-webhooks: type: string enum: - archived - changes: &681 + changes: &682 type: object properties: archived_at: @@ -143954,9 +143969,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *635 - organization: *636 - projects_v2_item: &678 + installation: *636 + organization: *637 + projects_v2_item: &679 title: Projects v2 Item description: An item belonging to a project type: object @@ -144090,9 +144105,9 @@ x-webhooks: nullable: true to: type: string - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144174,9 +144189,9 @@ x-webhooks: type: string enum: - created - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144257,9 +144272,9 @@ x-webhooks: type: string enum: - deleted - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144365,7 +144380,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &679 + - &680 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -144383,7 +144398,7 @@ x-webhooks: required: - id - name - - &680 + - &681 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -144406,8 +144421,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *679 - *680 + - *681 required: - field_value - type: object @@ -144423,9 +144438,9 @@ x-webhooks: nullable: true required: - body - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144520,9 +144535,9 @@ x-webhooks: to: type: string nullable: true - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144605,10 +144620,10 @@ x-webhooks: type: string enum: - restored - changes: *681 - installation: *635 - organization: *636 - projects_v2_item: *678 + changes: *682 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144690,9 +144705,9 @@ x-webhooks: type: string enum: - reopened - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -144773,9 +144788,9 @@ x-webhooks: type: string enum: - created - installation: *635 - organization: *636 - projects_v2_status_update: &682 + installation: *636 + organization: *637 + projects_v2_status_update: &683 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -144902,9 +144917,9 @@ x-webhooks: type: string enum: - deleted - installation: *635 - organization: *636 - projects_v2_status_update: *682 + installation: *636 + organization: *637 + projects_v2_status_update: *683 sender: *4 required: - action @@ -145040,9 +145055,9 @@ x-webhooks: type: string format: date nullable: true - installation: *635 - organization: *636 - projects_v2_status_update: *682 + installation: *636 + organization: *637 + projects_v2_status_update: *683 sender: *4 required: - action @@ -145113,10 +145128,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - repository @@ -145193,13 +145208,13 @@ x-webhooks: type: string enum: - assigned - assignee: *654 - enterprise: *634 - installation: *635 - number: &683 + assignee: *655 + enterprise: *635 + installation: *636 + number: &684 description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -147482,7 +147497,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -147564,11 +147579,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -149846,7 +149861,7 @@ x-webhooks: - draft reason: type: string - repository: *637 + repository: *638 sender: *4 required: - action @@ -149928,11 +149943,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -152210,7 +152225,7 @@ x-webhooks: - draft reason: type: string - repository: *637 + repository: *638 sender: *4 required: - action @@ -152292,13 +152307,13 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: &684 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: &685 allOf: - - *511 + - *512 - type: object properties: allow_auto_merge: @@ -152360,7 +152375,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *637 + repository: *638 sender: *4 required: - action @@ -152441,12 +152456,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -152526,11 +152541,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *634 - milestone: *494 - number: *683 - organization: *636 - pull_request: &685 + enterprise: *635 + milestone: *495 + number: *684 + organization: *637 + pull_request: &686 title: Pull Request type: object properties: @@ -154793,7 +154808,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -154872,11 +154887,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -157158,7 +157173,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *637 + repository: *638 sender: *4 required: - action @@ -157282,12 +157297,12 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -157367,11 +157382,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -159638,7 +159653,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -159718,11 +159733,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *634 - installation: *635 - label: *653 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + label: *654 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -162004,7 +162019,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -162085,10 +162100,10 @@ x-webhooks: type: string enum: - locked - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -164368,7 +164383,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -164448,12 +164463,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *634 - milestone: *494 - number: *683 - organization: *636 - pull_request: *685 - repository: *637 + enterprise: *635 + milestone: *495 + number: *684 + organization: *637 + pull_request: *686 + repository: *638 sender: *4 required: - action @@ -164532,12 +164547,12 @@ x-webhooks: type: string enum: - opened - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -164618,12 +164633,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -164703,12 +164718,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -165074,9 +165089,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: type: object properties: @@ -167246,7 +167261,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *637 + repository: *638 sender: *4 required: - action @@ -167326,7 +167341,7 @@ x-webhooks: type: string enum: - deleted - comment: &687 + comment: &688 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -167611,9 +167626,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: type: object properties: @@ -169771,7 +169786,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *637 + repository: *638 sender: *4 required: - action @@ -169851,11 +169866,11 @@ x-webhooks: type: string enum: - edited - changes: *686 - comment: *687 - enterprise: *634 - installation: *635 - organization: *636 + changes: *687 + comment: *688 + enterprise: *635 + installation: *636 + organization: *637 pull_request: type: object properties: @@ -172016,7 +172031,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *637 + repository: *638 sender: *4 required: - action @@ -172097,9 +172112,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -174272,7 +174287,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 + repository: *638 review: description: The review that was affected. type: object @@ -174515,9 +174530,9 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -176571,8 +176586,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 - review: &688 + repository: *638 + review: &689 description: The review that was affected. type: object properties: @@ -176801,12 +176816,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -179089,7 +179104,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_reviewer: title: User type: object @@ -179173,12 +179188,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -181468,7 +181483,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_team: title: Team description: Groups of organization members that gives permissions @@ -181660,12 +181675,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -183950,7 +183965,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_reviewer: title: User type: object @@ -184035,12 +184050,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -186316,7 +186331,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186497,9 +186512,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -188674,8 +188689,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 - review: *688 + repository: *638 + review: *689 sender: *4 required: - action @@ -188755,9 +188770,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -190827,7 +190842,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 + repository: *638 sender: *4 thread: type: object @@ -191210,9 +191225,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -193268,7 +193283,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 + repository: *638 sender: *4 thread: type: object @@ -193654,10 +193669,10 @@ x-webhooks: type: string before: type: string - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -195928,7 +195943,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -196010,11 +196025,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *689 - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + assignee: *690 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -198297,7 +198312,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -198376,11 +198391,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *634 - installation: *635 - label: *653 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + label: *654 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -200653,7 +200668,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -200734,10 +200749,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -203002,7 +203017,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -203202,7 +203217,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *634 + enterprise: *635 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203294,8 +203309,8 @@ x-webhooks: - url - author - committer - installation: *635 - organization: *636 + installation: *636 + organization: *637 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -203870,9 +203885,9 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 registry_package: type: object properties: @@ -204318,7 +204333,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *671 + items: *672 summary: type: string tag_name: @@ -204372,7 +204387,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -204450,9 +204465,9 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 registry_package: type: object properties: @@ -204760,7 +204775,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *671 + items: *672 summary: type: string tag_name: @@ -204809,7 +204824,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -204886,10 +204901,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - release: &690 + enterprise: *635 + installation: *636 + organization: *637 + release: &691 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205194,7 +205209,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *637 + repository: *638 sender: *4 required: - action @@ -205271,11 +205286,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - release: *690 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *691 + repository: *638 sender: *4 required: - action @@ -205383,11 +205398,11 @@ x-webhooks: type: boolean required: - to - enterprise: *634 - installation: *635 - organization: *636 - release: *690 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *691 + repository: *638 sender: *4 required: - action @@ -205465,9 +205480,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -205776,7 +205791,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *637 + repository: *638 sender: *4 required: - action @@ -205852,10 +205867,10 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 - release: &691 + enterprise: *635 + installation: *636 + organization: *637 + release: &692 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206161,7 +206176,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *637 + repository: *638 sender: *4 required: - action @@ -206237,11 +206252,11 @@ x-webhooks: type: string enum: - released - enterprise: *634 - installation: *635 - organization: *636 - release: *690 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *691 + repository: *638 sender: *4 required: - action @@ -206317,11 +206332,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *634 - installation: *635 - organization: *636 - release: *691 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *692 + repository: *638 sender: *4 required: - action @@ -206397,11 +206412,11 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_advisory: *565 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_advisory: *566 sender: *4 required: - action @@ -206477,11 +206492,11 @@ x-webhooks: type: string enum: - reported - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_advisory: *565 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_advisory: *566 sender: *4 required: - action @@ -206557,10 +206572,10 @@ x-webhooks: type: string enum: - archived - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206637,10 +206652,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206718,10 +206733,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206805,10 +206820,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206920,10 +206935,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206995,10 +207010,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 status: type: string @@ -207079,10 +207094,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207159,10 +207174,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207256,10 +207271,10 @@ x-webhooks: - name required: - repository - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207339,11 +207354,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_ruleset: *235 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_ruleset: *236 sender: *4 required: - action @@ -207421,11 +207436,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_ruleset: *235 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_ruleset: *236 sender: *4 required: - action @@ -207503,11 +207518,11 @@ x-webhooks: type: string enum: - edited - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_ruleset: *235 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_ruleset: *236 changes: type: object properties: @@ -207526,16 +207541,16 @@ x-webhooks: properties: added: type: array - items: *229 + items: *230 deleted: type: array - items: *229 + items: *230 updated: type: array items: type: object properties: - condition: *229 + condition: *230 changes: type: object properties: @@ -207568,16 +207583,16 @@ x-webhooks: properties: added: type: array - items: *234 + items: *235 deleted: type: array - items: *234 + items: *235 updated: type: array items: type: object properties: - rule: *234 + rule: *235 changes: type: object properties: @@ -207811,10 +207826,10 @@ x-webhooks: - from required: - owner - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207892,10 +207907,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207973,7 +207988,7 @@ x-webhooks: type: string enum: - create - alert: &692 + alert: &693 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -208094,10 +208109,10 @@ x-webhooks: type: string enum: - open - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208303,10 +208318,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208384,11 +208399,11 @@ x-webhooks: type: string enum: - reopen - alert: *692 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *693 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208587,10 +208602,10 @@ x-webhooks: enum: - fixed - open - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208668,7 +208683,7 @@ x-webhooks: type: string enum: - created - alert: &693 + alert: &694 type: object properties: number: *53 @@ -208779,10 +208794,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208863,11 +208878,11 @@ x-webhooks: type: string enum: - created - alert: *693 - installation: *635 - location: *694 - organization: *636 - repository: *637 + alert: *694 + installation: *636 + location: *695 + organization: *637 + repository: *638 sender: *4 required: - location @@ -209105,11 +209120,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209187,11 +209202,11 @@ x-webhooks: type: string enum: - reopened - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209269,11 +209284,11 @@ x-webhooks: type: string enum: - resolved - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209351,11 +209366,11 @@ x-webhooks: type: string enum: - validated - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209481,10 +209496,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *637 - enterprise: *634 - installation: *635 - organization: *636 + repository: *638 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -209562,11 +209577,11 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - security_advisory: &695 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + security_advisory: &696 description: The details of the security advisory, including summary, description, and severity. type: object @@ -209749,11 +209764,11 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - security_advisory: *695 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + security_advisory: *696 sender: *4 required: - action @@ -209826,10 +209841,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -210013,11 +210028,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *228 - enterprise: *634 - installation: *635 - organization: *636 - repository: *279 + security_and_analysis: *229 + enterprise: *635 + installation: *636 + organization: *637 + repository: *280 sender: *4 required: - changes @@ -210095,12 +210110,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: &696 + sponsorship: &697 type: object properties: created_at: @@ -210401,12 +210416,12 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - sponsorship @@ -210494,12 +210509,12 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - changes @@ -210576,17 +210591,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &697 + effective_date: &698 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: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - sponsorship @@ -210660,7 +210675,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &698 + changes: &699 type: object properties: tier: @@ -210704,13 +210719,13 @@ x-webhooks: - from required: - tier - effective_date: *697 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + effective_date: *698 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - changes @@ -210787,13 +210802,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *698 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + changes: *699 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - changes @@ -210867,10 +210882,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -210953,10 +210968,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211375,15 +211390,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *634 + enterprise: *635 id: description: The unique identifier of the status. type: integer - installation: *635 + installation: *636 name: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 sha: description: The Commit SHA. @@ -211498,9 +211513,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211590,9 +211605,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211682,9 +211697,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211774,9 +211789,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211853,12 +211868,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - team: &699 + team: &700 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -212048,9 +212063,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -212508,7 +212523,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -212584,9 +212599,9 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -213044,7 +213059,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -213121,9 +213136,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -213581,7 +213596,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -213725,9 +213740,9 @@ x-webhooks: - from required: - permissions - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -214185,7 +214200,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - changes @@ -214263,9 +214278,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -214723,7 +214738,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -214799,10 +214814,10 @@ x-webhooks: type: string enum: - started - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -214875,16 +214890,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *634 + enterprise: *635 inputs: type: object nullable: true additionalProperties: true - installation: *635 - organization: *636 + installation: *636 + organization: *637 ref: type: string - repository: *637 + repository: *638 sender: *4 workflow: type: string @@ -214966,10 +214981,10 @@ x-webhooks: type: string enum: - completed - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: allOf: @@ -215206,7 +215221,7 @@ x-webhooks: type: string required: - conclusion - deployment: *426 + deployment: *427 required: - action - repository @@ -215285,10 +215300,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: allOf: @@ -215548,7 +215563,7 @@ x-webhooks: required: - status - steps - deployment: *426 + deployment: *427 required: - action - repository @@ -215627,10 +215642,10 @@ x-webhooks: type: string enum: - queued - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: type: object @@ -215765,7 +215780,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *426 + deployment: *427 required: - action - repository @@ -215844,10 +215859,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: type: object @@ -215983,7 +215998,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *426 + deployment: *427 required: - action - repository @@ -216063,12 +216078,12 @@ x-webhooks: type: string enum: - completed - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 workflow_run: title: Workflow Run type: object @@ -217067,12 +217082,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 workflow_run: title: Workflow Run type: object @@ -218056,12 +218071,12 @@ x-webhooks: type: string enum: - requested - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 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 ff85af147..892b0c365 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -19880,6 +19880,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -76885,6 +76893,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -253547,6 +253563,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -325777,7 +325801,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -330553,7 +330577,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", 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 ba752fd36..1fbf5b4d9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -838,7 +838,7 @@ paths: - subscriptions_url - type - url - type: &246 + type: &247 type: string description: The type of credit the user is receiving. enum: @@ -1004,7 +1004,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &567 + - &568 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1567,7 +1567,7 @@ paths: schema: type: integer default: 30 - - &164 + - &165 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1583,7 +1583,7 @@ paths: application/json: schema: type: array - items: &165 + items: &166 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1660,7 +1660,7 @@ paths: - installation_id - repository_id examples: - default: &166 + default: &167 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1788,7 +1788,7 @@ paths: description: Response content: application/json: - schema: &167 + schema: &168 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1902,7 +1902,7 @@ paths: - request - response examples: - default: &168 + default: &169 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2829,7 +2829,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &226 + properties: &227 id: description: Unique identifier of the repository example: 42 @@ -3258,7 +3258,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &227 + required: &228 - archive_url - assignees_url - blobs_url @@ -8348,6 +8348,18 @@ paths: schema: type: string - &152 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &153 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8357,7 +8369,7 @@ paths: enum: - development - runtime - - &153 + - &154 name: sort in: query description: |- @@ -8375,7 +8387,7 @@ paths: - *48 - *39 - *40 - - &154 + - &155 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8388,7 +8400,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &155 + - &156 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8408,7 +8420,7 @@ paths: application/json: schema: type: array - items: &156 + items: &157 type: object description: A Dependabot alert. properties: @@ -8461,7 +8473,7 @@ paths: enum: - development - runtime - security_advisory: &418 + security_advisory: &419 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8722,7 +8734,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &419 + auto_dismissed_at: &420 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8748,7 +8760,7 @@ paths: - repository additionalProperties: false examples: - default: &157 + default: &158 value: - number: 2 state: dismissed @@ -9092,7 +9104,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &237 + - &238 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9103,7 +9115,7 @@ paths: enum: - open - resolved - - &238 + - &239 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9113,7 +9125,7 @@ paths: required: false schema: type: string - - &239 + - &240 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9122,7 +9134,7 @@ paths: required: false schema: type: string - - &240 + - &241 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. @@ -9138,7 +9150,7 @@ paths: - *17 - *39 - *40 - - &241 + - &242 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9147,7 +9159,7 @@ paths: required: false schema: type: string - - &242 + - &243 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9156,7 +9168,7 @@ paths: schema: type: boolean default: false - - &243 + - &244 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9172,7 +9184,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 type: object properties: number: *53 @@ -9191,14 +9203,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &559 + state: &560 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: &560 + resolution: &561 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9295,7 +9307,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &245 + default: &246 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9631,7 +9643,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &467 + properties: &468 id: type: integer format: int64 @@ -9742,7 +9754,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &403 + properties: &404 url: type: string format: uri @@ -9812,7 +9824,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &404 + required: &405 - closed_issues - creator - description @@ -9967,7 +9979,7 @@ paths: - total - completed - percent_completed - required: &468 + required: &469 - assignee - closed_at - comments @@ -9989,7 +10001,7 @@ paths: - author_association - created_at - updated_at - comment: &465 + comment: &466 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10556,7 +10568,7 @@ paths: url: type: string format: uri - user: &590 + user: &591 title: Public User description: Public User type: object @@ -12426,7 +12438,7 @@ paths: - closed - all default: open - - &187 + - &188 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12477,7 +12489,7 @@ paths: type: array items: *76 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -13861,14 +13873,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &268 + - &269 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &269 + - &270 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -13939,7 +13951,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &280 + '301': &281 description: Moved permanently content: application/json: @@ -13961,7 +13973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &497 + - &498 name: all description: If `true`, show notifications marked as read. in: query @@ -13969,7 +13981,7 @@ paths: schema: type: boolean default: false - - &498 + - &499 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -13979,7 +13991,7 @@ paths: type: boolean default: false - *66 - - &499 + - &500 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: @@ -14015,7 +14027,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &159 + properties: &160 id: type: integer format: int64 @@ -14291,7 +14303,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &228 + security_and_analysis: &229 nullable: true type: object properties: @@ -14347,7 +14359,7 @@ paths: enum: - enabled - disabled - required: &160 + required: &161 - archive_url - assignees_url - blobs_url @@ -14435,7 +14447,7 @@ paths: - url - subscription_url examples: - default: &500 + default: &501 value: - id: '1' repository: @@ -14977,7 +14989,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 title: Organization Simple description: A GitHub organization. type: object @@ -15036,7 +15048,7 @@ paths: - avatar_url - description examples: - default: &608 + default: &609 value: - login: github id: 1 @@ -15942,7 +15954,7 @@ paths: type: integer repository_cache_usages: type: array - items: &285 + items: &286 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16827,7 +16839,7 @@ paths: - all - local_only - selected - selected_actions_url: &291 + selected_actions_url: &292 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -16917,7 +16929,7 @@ paths: type: array items: *59 examples: - default: &602 + default: &603 value: total_count: 1 repositories: @@ -17245,7 +17257,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &296 type: object properties: default_workflow_permissions: &111 @@ -17296,7 +17308,7 @@ paths: required: false content: application/json: - schema: &296 + schema: &297 type: object properties: default_workflow_permissions: *111 @@ -17785,7 +17797,7 @@ paths: type: array items: *118 examples: - default: &593 + default: &594 value: total_count: 1 repositories: @@ -18423,7 +18435,7 @@ paths: application/json: schema: type: array - items: &297 + items: &298 title: Runner Application description: Runner Application type: object @@ -18448,7 +18460,7 @@ paths: - download_url - filename examples: - default: &298 + default: &299 value: - os: osx architecture: x64 @@ -18534,7 +18546,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &299 + '201': &300 description: Response content: application/json: @@ -18644,7 +18656,7 @@ paths: - token - expires_at examples: - default: &300 + default: &301 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18683,7 +18695,7 @@ paths: application/json: schema: *122 examples: - default: &301 + default: &302 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18717,7 +18729,7 @@ paths: application/json: schema: *120 examples: - default: &302 + default: &303 value: id: 23 name: MBP @@ -18941,7 +18953,7 @@ paths: - *93 - *119 responses: - '200': &303 + '200': &304 description: Response content: application/json: @@ -18998,7 +19010,7 @@ paths: parameters: - *93 - *119 - - &304 + - &305 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19128,7 +19140,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19157,7 +19169,7 @@ paths: - key_id - key examples: - default: &317 + default: &318 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19568,7 +19580,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *93 - - &290 + - &291 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -20095,7 +20107,7 @@ paths: bundle_url: type: string examples: - default: &330 + default: &331 value: attestations: - bundle: @@ -20214,7 +20226,7 @@ paths: type: array items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -20332,7 +20344,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *93 - - &356 + - &357 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -20342,7 +20354,7 @@ paths: schema: &135 type: string description: The name of the tool used to generate the code scanning analysis. - - &357 + - &358 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -20365,7 +20377,7 @@ paths: be returned. in: query required: false - schema: &359 + schema: &360 type: string description: State of a code scanning alert. enum: @@ -20388,7 +20400,7 @@ paths: be returned. in: query required: false - schema: &360 + schema: &361 type: string description: Severity of a code scanning alert. enum: @@ -20414,7 +20426,7 @@ paths: updated_at: *132 url: *55 html_url: *56 - instances_url: &361 + instances_url: &362 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -20437,7 +20449,7 @@ paths: required: *21 nullable: true dismissed_at: *134 - dismissed_reason: &362 + dismissed_reason: &363 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20446,13 +20458,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &363 + dismissed_comment: &364 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &364 + rule: &365 type: object properties: id: @@ -20505,7 +20517,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &365 + tool: &366 type: object properties: name: *135 @@ -20515,15 +20527,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *136 - most_recent_instance: &366 + most_recent_instance: &367 type: object properties: - ref: &358 + ref: &359 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &376 + analysis_key: &377 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20534,7 +20546,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &377 + category: &378 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -21716,7 +21728,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -21746,7 +21758,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &389 + properties: &390 name: type: string description: The name of the machine. @@ -21788,7 +21800,7 @@ paths: - ready - in_progress nullable: true - required: &390 + required: &391 - name - display_name - operating_system @@ -21993,7 +22005,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -22656,7 +22668,7 @@ paths: - updated_at - visibility examples: - default: &391 + default: &392 value: total_count: 2 secrets: @@ -22694,7 +22706,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22723,7 +22735,7 @@ paths: - key_id - key examples: - default: &393 + default: &394 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22755,7 +22767,7 @@ paths: application/json: schema: *145 examples: - default: &395 + default: &396 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23224,7 +23236,7 @@ paths: currently being billed. seats: type: array - items: &193 + items: &194 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23242,7 +23254,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &186 + - &187 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23301,7 +23313,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &202 + properties: &203 id: description: Unique identifier of the team type: integer @@ -23357,7 +23369,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &203 + required: &204 - id - node_id - url @@ -23926,7 +23938,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24234,7 +24246,7 @@ paths: - date additionalProperties: true examples: - default: &249 + default: &250 value: - date: '2024-06-24' total_active_users: 24 @@ -24336,7 +24348,7 @@ paths: '500': *144 '403': *29 '404': *6 - '422': &250 + '422': &251 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24404,7 +24416,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24491,7 +24503,7 @@ paths: - breakdown additionalProperties: false examples: - default: &252 + default: &253 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24587,11 +24599,12 @@ paths: - *151 - *152 - *153 + - *154 - *48 - *39 - *40 - - *154 - *155 + - *156 - *17 responses: '200': @@ -24600,9 +24613,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *157 + default: *158 '304': *37 '400': *14 '403': *29 @@ -24646,7 +24659,7 @@ paths: type: integer secrets: type: array - items: &158 + items: &159 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24723,7 +24736,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24740,7 +24753,7 @@ paths: - key_id - key examples: - default: &423 + default: &424 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24770,7 +24783,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -25067,7 +25080,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Package description: A software package type: object @@ -25117,8 +25130,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *159 - required: *160 + properties: *160 + required: *161 nullable: true created_at: type: string @@ -25137,7 +25150,7 @@ paths: - created_at - updated_at examples: - default: &206 + default: &207 value: - id: 197 name: hello_docker @@ -25304,7 +25317,7 @@ paths: application/json: schema: type: array - items: &183 + items: &184 title: Organization Invitation description: Organization Invitation type: object @@ -25351,7 +25364,7 @@ paths: - invitation_teams_url - node_id examples: - default: &184 + default: &185 value: - id: 1 login: monalisa @@ -25418,7 +25431,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 title: Org Hook description: Org Hook type: object @@ -25589,9 +25602,9 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: - default: &162 + default: &163 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25639,7 +25652,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *93 - - &163 + - &164 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -25652,9 +25665,9 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: - default: *162 + default: *163 '404': *6 x-github: githubCloudOnly: false @@ -25682,7 +25695,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *93 - - *163 + - *164 requestBody: required: false content: @@ -25727,7 +25740,7 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: default: value: @@ -25769,7 +25782,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *93 - - *163 + - *164 responses: '204': description: Response @@ -25797,7 +25810,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *93 - - *163 + - *164 responses: '200': description: Response @@ -25828,7 +25841,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *93 - - *163 + - *164 requestBody: required: false content: @@ -25879,9 +25892,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *93 - - *163 - - *17 - *164 + - *17 + - *165 responses: '200': description: Response @@ -25889,9 +25902,9 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -25917,16 +25930,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *93 - - *163 + - *164 - *16 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '400': *14 '422': *15 x-github: @@ -25952,7 +25965,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *93 - - *163 + - *164 - *16 responses: '202': *47 @@ -25982,7 +25995,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *93 - - *163 + - *164 responses: '204': description: Response @@ -26005,7 +26018,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *93 - - &173 + - &174 name: actor_type in: path description: The type of the actor @@ -26018,14 +26031,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &174 + - &175 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &169 + - &170 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -26033,7 +26046,7 @@ paths: required: true schema: type: string - - &170 + - &171 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -26127,12 +26140,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *93 - - *169 - *170 + - *171 - *19 - *17 - *48 - - &179 + - &180 name: sort description: The property to sort the results by. in: query @@ -26211,14 +26224,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *93 - - *169 - *170 + - *171 responses: '200': description: Response content: application/json: - schema: &171 + schema: &172 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -26234,7 +26247,7 @@ paths: type: integer format: int64 examples: - default: &172 + default: &173 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26255,23 +26268,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *93 - - &175 + - &176 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *169 - *170 + - *171 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 x-github: enabledForGitHubApps: true category: orgs @@ -26290,18 +26303,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *93 - - *169 - *170 - - *173 + - *171 - *174 + - *175 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 x-github: enabledForGitHubApps: true category: orgs @@ -26319,9 +26332,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *93 - - *169 - *170 - - &176 + - *171 + - &177 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -26334,7 +26347,7 @@ paths: description: Response content: application/json: - schema: &177 + schema: &178 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -26350,7 +26363,7 @@ paths: type: integer format: int64 examples: - default: &178 + default: &179 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26387,18 +26400,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *93 - - *175 - - *169 - - *170 - *176 + - *170 + - *171 + - *177 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26416,19 +26429,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *93 - - *173 - *174 - - *169 + - *175 - *170 - - *176 + - *171 + - *177 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26446,13 +26459,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *93 - - *175 - - *169 + - *176 - *170 + - *171 - *19 - *17 - *48 - - *179 + - *180 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -26533,7 +26546,7 @@ paths: application/json: schema: *22 examples: - default: &461 + default: &462 value: id: 1 account: @@ -26699,12 +26712,12 @@ paths: application/json: schema: anyOf: - - &181 + - &182 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &180 + limit: &181 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -26729,7 +26742,7 @@ paths: properties: {} additionalProperties: false examples: - default: &182 + default: &183 value: limit: collaborators_only origin: organization @@ -26758,13 +26771,13 @@ paths: required: true content: application/json: - schema: &462 + schema: &463 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *180 + limit: *181 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -26788,9 +26801,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -26866,9 +26879,9 @@ paths: application/json: schema: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 headers: Link: *57 '404': *6 @@ -26945,7 +26958,7 @@ paths: description: Response content: application/json: - schema: *183 + schema: *184 examples: default: value: @@ -27000,7 +27013,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *93 - - &185 + - &186 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27031,7 +27044,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *93 - - *185 + - *186 - *17 - *19 responses: @@ -27041,9 +27054,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: &204 + default: &205 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27118,7 +27131,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -27143,7 +27156,7 @@ paths: type: array items: *76 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -27201,7 +27214,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '422': *15 @@ -27297,9 +27310,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *37 '500': *144 '401': *25 @@ -27326,7 +27339,7 @@ paths: parameters: - *93 - *131 - - &192 + - &193 name: codespace_name in: path required: true @@ -27361,15 +27374,15 @@ paths: parameters: - *93 - *131 - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: &388 + default: &389 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -27549,7 +27562,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -27624,7 +27637,7 @@ paths: description: Response content: application/json: - schema: &195 + schema: &196 title: Org Membership description: Org Membership type: object @@ -27653,7 +27666,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *194 + organization: *195 user: title: Simple User description: A GitHub user. @@ -27676,7 +27689,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &196 + response-if-user-has-an-active-admin-membership-with-organization: &197 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27773,9 +27786,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - response-if-user-already-had-membership-with-organization: *196 + response-if-user-already-had-membership-with-organization: *197 '422': *15 '403': *29 x-github: @@ -27843,7 +27856,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Migration description: A migration. type: object @@ -28172,7 +28185,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28351,7 +28364,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *93 - - &198 + - &199 name: migration_id description: The unique identifier of the migration. in: path @@ -28378,7 +28391,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28548,7 +28561,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *93 - - *198 + - *199 responses: '302': description: Response @@ -28570,7 +28583,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *93 - - *198 + - *199 responses: '204': description: Response @@ -28594,8 +28607,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *93 - - *198 - - &607 + - *199 + - &608 name: repo_name description: repo_name parameter in: path @@ -28623,7 +28636,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *93 - - *198 + - *199 - *17 - *19 responses: @@ -28635,7 +28648,7 @@ paths: type: array items: *118 examples: - default: &211 + default: &212 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28788,7 +28801,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &201 + items: &202 title: Organization Role description: Organization roles type: object @@ -28936,7 +28949,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *93 - - &199 + - &200 name: team_slug description: The slug of the team name. in: path @@ -28968,8 +28981,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *93 - - *199 - - &200 + - *200 + - &201 name: role_id description: The unique identifier of the role. in: path @@ -29005,8 +29018,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *93 - - *199 - *200 + - *201 responses: '204': description: Response @@ -29059,7 +29072,7 @@ paths: parameters: - *93 - *131 - - *200 + - *201 responses: '204': description: Response @@ -29091,7 +29104,7 @@ paths: parameters: - *93 - *131 - - *200 + - *201 responses: '204': description: Response @@ -29120,13 +29133,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *93 - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -29177,7 +29190,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *93 - - *200 + - *201 - *17 - *19 responses: @@ -29255,8 +29268,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *202 - required: *203 + properties: *203 + required: *204 nullable: true required: - id @@ -29271,7 +29284,7 @@ paths: - slug - parent examples: - default: *204 + default: *205 headers: Link: *57 '404': @@ -29301,7 +29314,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *93 - - *200 + - *201 - *17 - *19 responses: @@ -29329,13 +29342,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &247 + items: &248 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *202 - required: *203 + properties: *203 + required: *204 name: nullable: true type: string @@ -29430,7 +29443,7 @@ paths: - type - url examples: - default: *189 + default: *190 headers: Link: *57 '404': @@ -29478,7 +29491,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -29620,7 +29633,7 @@ paths: - nuget - container - *93 - - &609 + - &610 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29656,12 +29669,12 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '403': *29 '401': *25 - '400': &611 + '400': &612 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29683,7 +29696,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &207 + - &208 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -29701,7 +29714,7 @@ paths: - docker - nuget - container - - &208 + - &209 name: package_name description: The name of the package. in: path @@ -29714,7 +29727,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29766,8 +29779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *207 - *208 + - *209 - *93 responses: '204': @@ -29800,8 +29813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - name: token description: package token @@ -29834,8 +29847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *207 - *208 + - *209 - *93 - *19 - *17 @@ -29856,7 +29869,7 @@ paths: application/json: schema: type: array - items: &209 + items: &210 title: Package Version description: A version of a software package type: object @@ -29981,10 +29994,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - - &210 + - &211 name: package_version_id description: Unique identifier of the package version. in: path @@ -29996,7 +30009,7 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -30032,10 +30045,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - - *210 + - *211 responses: '204': description: Response @@ -30067,10 +30080,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *207 - *208 + - *209 - *93 - - *210 + - *211 responses: '204': description: Response @@ -30100,7 +30113,7 @@ paths: - *93 - *17 - *19 - - &212 + - &213 name: sort description: The property by which to sort the results. in: query @@ -30111,7 +30124,7 @@ paths: - created_at default: created_at - *48 - - &213 + - &214 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30122,7 +30135,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &214 + - &215 name: repository description: The name of the repository to use to filter the results. in: query @@ -30130,7 +30143,7 @@ paths: schema: type: string example: Hello-World - - &215 + - &216 name: permission description: The permission to use to filter the results. in: query @@ -30138,7 +30151,7 @@ paths: schema: type: string example: issues_read - - &216 + - &217 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30148,7 +30161,7 @@ paths: schema: type: string format: date-time - - &217 + - &218 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30460,7 +30473,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -30486,13 +30499,13 @@ paths: - *93 - *17 - *19 - - *212 - - *48 - *213 + - *48 - *214 - *215 - *216 - *217 + - *218 responses: '500': *144 '422': *15 @@ -30774,7 +30787,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -30818,7 +30831,7 @@ paths: type: integer configurations: type: array - items: &218 + items: &219 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31024,7 +31037,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &219 + org-private-registry-with-selected-visibility: &220 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31124,9 +31137,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *218 + schema: *219 examples: - default: *219 + default: *220 '404': *6 x-github: githubCloudOnly: false @@ -31276,7 +31289,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Project description: Projects are a way to organize columns and cards of work. @@ -31446,7 +31459,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -31484,7 +31497,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &277 + '410': &278 description: Gone content: application/json: @@ -31516,7 +31529,7 @@ paths: application/json: schema: type: array - items: &221 + items: &222 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31582,7 +31595,7 @@ paths: - property_name - value_type examples: - default: &222 + default: &223 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31637,7 +31650,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *221 + items: *222 minItems: 1 maxItems: 100 required: @@ -31667,9 +31680,9 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 + default: *223 '403': *29 '404': *6 x-github: @@ -31691,7 +31704,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *93 - - &223 + - &224 name: custom_property_name description: The custom property name in: path @@ -31703,9 +31716,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: &224 + default: &225 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31740,7 +31753,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *93 - - *223 + - *224 requestBody: required: true content: @@ -31801,9 +31814,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -31827,7 +31840,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *93 - - *223 + - *224 responses: '204': *141 '403': *29 @@ -31888,7 +31901,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &225 + items: &226 title: Custom Property Value description: Custom property name and associated value type: object @@ -31975,7 +31988,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - repository_names - properties @@ -32028,7 +32041,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -32167,7 +32180,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -32369,7 +32382,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Full Repository description: Full Repository type: object @@ -32646,8 +32659,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *226 - required: *227 + properties: *227 + required: *228 nullable: true temp_clone_token: type: string @@ -32762,7 +32775,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &410 + properties: &411 url: type: string format: uri @@ -32778,12 +32791,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &411 + required: &412 - url - key - name - html_url - security_and_analysis: *228 + security_and_analysis: *229 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -32867,7 +32880,7 @@ paths: - network_count - subscribers_count examples: - default: &281 + default: &282 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33388,7 +33401,7 @@ paths: - *93 - *17 - *19 - - &546 + - &547 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33406,7 +33419,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33441,7 +33454,7 @@ paths: source: type: string description: The name of the source - enforcement: &231 + enforcement: &232 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33454,7 +33467,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &232 + items: &233 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33519,7 +33532,7 @@ paths: conditions: nullable: true anyOf: - - &229 + - &230 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33543,7 +33556,7 @@ paths: match. items: type: string - - &233 + - &234 title: Organization ruleset conditions type: object description: |- @@ -33557,7 +33570,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *229 + - *230 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33591,7 +33604,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *229 + - *230 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33613,7 +33626,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *229 + - *230 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33626,7 +33639,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &230 + items: &231 title: Repository ruleset property targeting definition type: object @@ -33659,17 +33672,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *230 + items: *231 required: - repository_property rules: type: array - items: &234 + items: &235 title: Repository Rule type: object description: A repository rule. oneOf: - - &528 + - &529 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33681,7 +33694,7 @@ paths: type: string enum: - creation - - &529 + - &530 title: update description: Only allow users with bypass permission to update matching refs. @@ -33702,7 +33715,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &531 + - &532 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33714,7 +33727,7 @@ paths: type: string enum: - deletion - - &532 + - &533 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33726,7 +33739,7 @@ paths: type: string enum: - required_linear_history - - &533 + - &534 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33804,7 +33817,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &534 + - &535 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33828,7 +33841,7 @@ paths: type: string required: - required_deployment_environments - - &535 + - &536 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33840,7 +33853,7 @@ paths: type: string enum: - required_signatures - - &536 + - &537 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33893,7 +33906,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &537 + - &538 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33941,7 +33954,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &538 + - &539 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33953,7 +33966,7 @@ paths: type: string enum: - non_fast_forward - - &539 + - &540 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -33989,7 +34002,7 @@ paths: required: - operator - pattern - - &540 + - &541 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34025,7 +34038,7 @@ paths: required: - operator - pattern - - &541 + - &542 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34061,7 +34074,7 @@ paths: required: - operator - pattern - - &542 + - &543 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34097,7 +34110,7 @@ paths: required: - operator - pattern - - &543 + - &544 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34223,7 +34236,7 @@ paths: maximum: 100 required: - max_file_size - - &544 + - &545 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34273,7 +34286,7 @@ paths: - repository_id required: - workflows - - &545 + - &546 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34407,16 +34420,16 @@ paths: - push - repository default: branch - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *233 + items: *233 + conditions: *234 rules: type: array description: An array of rules within the ruleset. - items: *234 + items: *235 required: - name - enforcement @@ -34454,9 +34467,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: &236 + default: &237 value: id: 21 name: super cool ruleset @@ -34511,7 +34524,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *93 - - &547 + - &548 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 @@ -34526,7 +34539,7 @@ paths: in: query schema: type: string - - &548 + - &549 name: time_period description: |- The time period to filter by. @@ -34542,14 +34555,14 @@ paths: - week - month default: day - - &549 + - &550 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 - - &550 + - &551 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34569,7 +34582,7 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 title: Rule Suites description: Response type: array @@ -34624,7 +34637,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &552 + default: &553 value: - id: 21 actor_id: 12 @@ -34668,7 +34681,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *93 - - &553 + - &554 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34684,7 +34697,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 title: Rule Suite description: Response type: object @@ -34783,7 +34796,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &555 + default: &556 value: id: 21 actor_id: 12 @@ -34856,9 +34869,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '404': *6 '500': *144 put: @@ -34902,16 +34915,16 @@ paths: - tag - push - repository - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *233 + items: *233 + conditions: *234 rules: description: An array of rules within the ruleset. type: array - items: *234 + items: *235 examples: default: value: @@ -34946,9 +34959,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 + default: *237 '404': *6 '500': *144 delete: @@ -34995,14 +35008,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *93 - - *237 - *238 - *239 - *240 + - *241 - *48 - *19 - *17 - - &557 + - &558 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 @@ -35012,7 +35025,7 @@ paths: required: false schema: type: string - - &558 + - &559 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 @@ -35022,9 +35035,9 @@ paths: required: false schema: type: string - - *241 - *242 - *243 + - *244 responses: '200': description: Response @@ -35032,9 +35045,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 headers: Link: *57 '404': *6 @@ -35104,7 +35117,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 description: A repository security advisory. type: object properties: @@ -35324,7 +35337,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 credits_detailed: type: array nullable: true @@ -35334,7 +35347,7 @@ paths: type: object properties: user: *4 - type: *246 + type: *247 state: type: string description: The state of the user's acceptance of the @@ -35358,7 +35371,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *186 + items: *187 private_fork: readOnly: true nullable: true @@ -35395,7 +35408,7 @@ paths: - private_fork additionalProperties: false examples: - default: &566 + default: &567 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -35782,9 +35795,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *204 + default: *205 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35808,7 +35821,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *93 - - *199 + - *200 responses: '204': description: Response @@ -35834,7 +35847,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *93 - - *199 + - *200 responses: '204': description: Response @@ -35869,7 +35882,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 type: object properties: total_minutes_used: @@ -35939,7 +35952,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &626 + default: &627 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -35975,7 +35988,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &628 type: object properties: total_gigabytes_bandwidth_used: @@ -35993,7 +36006,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &628 + default: &629 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36025,7 +36038,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 type: object properties: days_left_in_billing_cycle: @@ -36043,7 +36056,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &630 + default: &631 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36078,7 +36091,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *93 - - *199 + - *200 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -36110,13 +36123,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 '500': *144 '403': *29 '404': *6 - '422': *250 + '422': *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36151,7 +36164,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *93 - - *199 + - *200 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -36183,9 +36196,9 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 '500': *144 '401': *25 '403': *29 @@ -36217,9 +36230,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 headers: Link: *57 '403': *29 @@ -36313,7 +36326,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36376,8 +36389,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *202 - required: *203 + properties: *203 + required: *204 nullable: true members_count: type: integer @@ -36623,7 +36636,7 @@ paths: - repos_count - organization examples: - default: &254 + default: &255 value: id: 1 node_id: MDQ6VGVhbTE= @@ -36694,15 +36707,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *93 - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 x-github: githubCloudOnly: false @@ -36724,7 +36737,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *93 - - *199 + - *200 requestBody: required: false content: @@ -36786,16 +36799,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '201': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 '422': *15 '403': *29 @@ -36821,7 +36834,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *93 - - *199 + - *200 responses: '204': description: Response @@ -36848,7 +36861,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *93 - - *199 + - *200 - *48 - *17 - *19 @@ -36865,7 +36878,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -36964,7 +36977,7 @@ paths: - updated_at - url examples: - default: &580 + default: &581 value: - author: login: octocat @@ -37039,7 +37052,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *93 - - *199 + - *200 requestBody: required: true content: @@ -37073,9 +37086,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &256 + default: &257 value: author: login: octocat @@ -37148,8 +37161,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *93 - - *199 - - &257 + - *200 + - &258 name: discussion_number description: The number that identifies the discussion. in: path @@ -37161,9 +37174,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37186,8 +37199,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 requestBody: required: false content: @@ -37210,9 +37223,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &581 + default: &582 value: author: login: octocat @@ -37283,8 +37296,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 responses: '204': description: Response @@ -37311,8 +37324,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *93 - - *199 - - *257 + - *200 + - *258 - *48 - *17 - *19 @@ -37323,7 +37336,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37395,7 +37408,7 @@ paths: - updated_at - url examples: - default: &582 + default: &583 value: - author: login: octocat @@ -37464,8 +37477,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *93 - - *199 - - *257 + - *200 + - *258 requestBody: required: true content: @@ -37487,9 +37500,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: author: login: octocat @@ -37556,9 +37569,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *93 - - *199 - - *257 - - &260 + - *200 + - *258 + - &261 name: comment_number description: The number that identifies the comment. in: path @@ -37570,9 +37583,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37595,9 +37608,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 requestBody: required: true content: @@ -37619,9 +37632,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &583 + default: &584 value: author: login: octocat @@ -37686,9 +37699,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 responses: '204': description: Response @@ -37715,9 +37728,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 - 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 team discussion comment. @@ -37743,7 +37756,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -37786,7 +37799,7 @@ paths: - content - created_at examples: - default: &263 + default: &264 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37837,9 +37850,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *93 - - *199 - - *257 - - *260 + - *200 + - *258 + - *261 requestBody: required: true content: @@ -37872,9 +37885,9 @@ paths: team discussion comment content: application/json: - schema: *261 + schema: *262 examples: - default: &262 + default: &263 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37903,9 +37916,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37929,10 +37942,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *93 - - *199 - - *257 - - *260 - - &264 + - *200 + - *258 + - *261 + - &265 name: reaction_id description: The unique identifier of the reaction. in: path @@ -37965,8 +37978,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 - 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 team discussion. @@ -37992,9 +38005,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -38021,8 +38034,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *93 - - *199 - - *257 + - *200 + - *258 requestBody: required: true content: @@ -38054,16 +38067,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38087,9 +38100,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *93 - - *199 - - *257 - - *264 + - *200 + - *258 + - *265 responses: '204': description: Response @@ -38114,7 +38127,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -38124,9 +38137,9 @@ paths: application/json: schema: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 headers: Link: *57 x-github: @@ -38149,7 +38162,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *93 - - *199 + - *200 - name: role description: Filters members returned by their role in the team. in: query @@ -38172,7 +38185,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -38203,14 +38216,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *93 - - *199 + - *200 - *131 responses: '200': description: Response content: application/json: - schema: &265 + schema: &266 title: Team Membership description: Team Membership type: object @@ -38237,7 +38250,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &584 + response-if-user-is-a-team-maintainer: &585 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38274,7 +38287,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *93 - - *199 + - *200 - *131 requestBody: required: false @@ -38300,9 +38313,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-users-membership-with-team-is-now-pending: &585 + response-if-users-membership-with-team-is-now-pending: &586 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38338,7 +38351,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *93 - - *199 + - *200 - *131 responses: '204': @@ -38366,7 +38379,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -38376,7 +38389,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Team Project description: A team's access to a project. type: object @@ -38444,7 +38457,7 @@ paths: - updated_at - permissions examples: - default: &586 + default: &587 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38506,8 +38519,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *93 - - *199 - - &267 + - *200 + - &268 name: project_id description: The unique identifier of the project. in: path @@ -38519,9 +38532,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &587 + default: &588 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38582,8 +38595,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *93 - - *199 - - *267 + - *200 + - *268 requestBody: required: false content: @@ -38648,8 +38661,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *93 - - *199 - - *267 + - *200 + - *268 responses: '204': description: Response @@ -38674,7 +38687,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -38686,7 +38699,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -38716,15 +38729,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *93 - - *199 - - *268 + - *200 - *269 + - *270 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &588 + schema: &589 title: Team Repository description: A team's access to a repository. type: object @@ -39294,9 +39307,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *93 - - *199 - - *268 + - *200 - *269 + - *270 requestBody: required: false content: @@ -39342,9 +39355,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *93 - - *199 - - *268 + - *200 - *269 + - *270 responses: '204': description: Response @@ -39369,7 +39382,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *93 - - *199 + - *200 - *17 - *19 responses: @@ -39379,9 +39392,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - response-if-child-teams-exist: &589 + response-if-child-teams-exist: &590 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39505,7 +39518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &270 + - &271 name: card_id description: The unique identifier of the card. in: path @@ -39517,7 +39530,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 title: Project Card description: Project cards represent a scope of work. type: object @@ -39584,7 +39597,7 @@ paths: - created_at - updated_at examples: - default: &272 + default: &273 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -39634,7 +39647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *270 + - *271 requestBody: required: false content: @@ -39661,9 +39674,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *37 '403': *29 '401': *25 @@ -39684,7 +39697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *270 + - *271 responses: '204': description: Response @@ -39722,7 +39735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *270 + - *271 requestBody: required: true content: @@ -39827,7 +39840,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &273 + - &274 name: column_id description: The unique identifier of the column. in: path @@ -39839,7 +39852,7 @@ paths: description: Response content: application/json: - schema: &274 + schema: &275 title: Project Column description: Project columns contain cards of work. type: object @@ -39885,7 +39898,7 @@ paths: - created_at - updated_at examples: - default: &275 + default: &276 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -39914,7 +39927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -39938,9 +39951,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '304': *37 '403': *29 '401': *25 @@ -39959,7 +39972,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *273 + - *274 responses: '204': description: Response @@ -39982,7 +39995,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *273 + - *274 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40003,7 +40016,7 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: default: value: @@ -40056,7 +40069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *273 + - *274 requestBody: required: true content: @@ -40096,9 +40109,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *37 '403': *29 '401': *25 @@ -40148,7 +40161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -40204,15 +40217,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &276 + default: &277 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40265,7 +40278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *267 + - *268 requestBody: required: false content: @@ -40311,9 +40324,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *277 '404': description: Not Found if the authenticated user does not have access to the project @@ -40334,7 +40347,7 @@ paths: items: type: string '401': *25 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -40352,7 +40365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *267 + - *268 responses: '204': description: Delete Success @@ -40373,7 +40386,7 @@ paths: items: type: string '401': *25 - '410': *277 + '410': *278 '404': *6 x-github: githubCloudOnly: false @@ -40396,7 +40409,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *267 + - *268 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -40423,7 +40436,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -40448,7 +40461,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *267 + - *268 - *131 requestBody: required: false @@ -40496,7 +40509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *267 + - *268 - *131 responses: '204': @@ -40525,7 +40538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *267 + - *268 - *131 responses: '200': @@ -40593,7 +40606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *267 + - *268 - *17 - *19 responses: @@ -40603,7 +40616,7 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: default: value: @@ -40635,7 +40648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *267 + - *268 requestBody: required: true content: @@ -40658,7 +40671,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -40719,7 +40732,7 @@ paths: resources: type: object properties: - core: &278 + core: &279 title: Rate Limit type: object properties: @@ -40736,20 +40749,20 @@ paths: - remaining - reset - used - graphql: *278 - search: *278 - code_search: *278 - source_import: *278 - integration_manifest: *278 - code_scanning_upload: *278 - actions_runner_registration: *278 - scim: *278 - dependency_snapshots: *278 - code_scanning_autofix: *278 + graphql: *279 + search: *279 + code_search: *279 + source_import: *279 + integration_manifest: *279 + code_scanning_upload: *279 + actions_runner_registration: *279 + scim: *279 + dependency_snapshots: *279 + code_scanning_autofix: *279 required: - core - search - rate: *278 + rate: *279 required: - rate - resources @@ -40853,14 +40866,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default-response: summary: Default response @@ -41361,7 +41374,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *280 + '301': *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41379,8 +41392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -41616,10 +41629,10 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 - '307': &282 + default: *282 + '307': &283 description: Temporary Redirect content: application/json: @@ -41648,8 +41661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -41671,7 +41684,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *282 + '307': *283 '404': *6 x-github: githubCloudOnly: false @@ -41694,11 +41707,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 - - &308 + - &309 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -41721,7 +41734,7 @@ paths: type: integer artifacts: type: array - items: &283 + items: &284 title: Artifact description: An artifact type: object @@ -41792,7 +41805,7 @@ paths: - expires_at - updated_at examples: - default: &309 + default: &310 value: total_count: 2 artifacts: @@ -41851,9 +41864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *268 - *269 - - &284 + - *270 + - &285 name: artifact_id description: The unique identifier of the artifact. in: path @@ -41865,7 +41878,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -41902,9 +41915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *268 - *269 - - *284 + - *270 + - *285 responses: '204': description: Response @@ -41928,9 +41941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *268 - *269 - - *284 + - *270 + - *285 - name: archive_format in: path required: true @@ -41944,7 +41957,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': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41967,14 +41980,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -42000,11 +42013,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 - - &286 + - &287 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -42038,7 +42051,7 @@ paths: description: Response content: application/json: - schema: &287 + schema: &288 title: Repository actions caches description: Repository actions caches type: object @@ -42080,7 +42093,7 @@ paths: - total_count - actions_caches examples: - default: &288 + default: &289 value: total_count: 1 actions_caches: @@ -42112,23 +42125,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *268 - *269 + - *270 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *286 + - *287 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42148,8 +42161,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *268 - *269 + - *270 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42180,9 +42193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *268 - *269 - - &289 + - *270 + - &290 name: job_id description: The unique identifier of the job. in: path @@ -42194,7 +42207,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Job description: Information of a job execution in a workflow run type: object @@ -42501,9 +42514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *268 - *269 - - *289 + - *270 + - *290 responses: '302': description: Response @@ -42531,9 +42544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *268 - *269 - - *289 + - *270 + - *290 requestBody: required: false content: @@ -42578,8 +42591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Status response @@ -42629,8 +42642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -42693,8 +42706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -42712,7 +42725,7 @@ paths: type: integer secrets: type: array - items: &314 + items: &315 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -42732,7 +42745,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 secrets: @@ -42765,9 +42778,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *268 - *269 - - *290 + - *270 + - *291 - *19 responses: '200': @@ -42784,7 +42797,7 @@ paths: type: integer variables: type: array - items: &318 + items: &319 title: Actions Variable type: object properties: @@ -42814,7 +42827,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 variables: @@ -42847,8 +42860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -42857,11 +42870,11 @@ paths: schema: type: object properties: - enabled: &292 + enabled: &293 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *107 - selected_actions_url: *291 + selected_actions_url: *292 required: - enabled examples: @@ -42888,8 +42901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -42900,7 +42913,7 @@ paths: schema: type: object properties: - enabled: *292 + enabled: *293 allowed_actions: *107 required: - enabled @@ -42930,14 +42943,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: access_level: @@ -42954,7 +42967,7 @@ paths: required: - access_level examples: - default: &294 + default: &295 value: access_level: organization x-github: @@ -42978,15 +42991,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 responses: '204': description: Response @@ -43010,8 +43023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -43038,8 +43051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -43071,14 +43084,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *295 + schema: *296 examples: default: *113 x-github: @@ -43101,8 +43114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Success response @@ -43113,7 +43126,7 @@ paths: required: true content: application/json: - schema: *296 + schema: *297 examples: default: *113 x-github: @@ -43142,8 +43155,8 @@ paths: in: query schema: type: string - - *268 - *269 + - *270 - *17 - *19 responses: @@ -43187,8 +43200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -43196,9 +43209,9 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43220,8 +43233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -43264,7 +43277,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *299 + '201': *300 '404': *6 '422': *7 x-github: @@ -43294,8 +43307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -43303,7 +43316,7 @@ paths: application/json: schema: *122 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43331,8 +43344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -43340,7 +43353,7 @@ paths: application/json: schema: *122 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43362,8 +43375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: '200': @@ -43372,7 +43385,7 @@ paths: application/json: schema: *120 examples: - default: *302 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43393,8 +43406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: '204': @@ -43420,8 +43433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: '200': *124 @@ -43446,8 +43459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 requestBody: required: true @@ -43496,8 +43509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 requestBody: required: true @@ -43547,11 +43560,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 responses: - '200': *303 + '200': *304 '404': *6 x-github: githubCloudOnly: false @@ -43578,10 +43591,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *268 - *269 + - *270 - *119 - - *304 + - *305 responses: '200': *124 '404': *6 @@ -43609,9 +43622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *268 - *269 - - &322 + - *270 + - &323 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -43619,7 +43632,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -43627,7 +43640,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -43636,7 +43649,7 @@ paths: required: false schema: type: string - - &325 + - &326 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -43663,7 +43676,7 @@ paths: - pending - *17 - *19 - - &326 + - &327 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -43672,7 +43685,7 @@ paths: schema: type: string format: date-time - - &305 + - &306 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -43681,13 +43694,13 @@ paths: schema: type: boolean default: false - - &327 + - &328 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &328 + - &329 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -43710,7 +43723,7 @@ paths: type: integer workflow_runs: type: array - items: &306 + items: &307 title: Workflow Run description: An invocation of a workflow type: object @@ -43805,7 +43818,7 @@ paths: that triggered the run. type: array nullable: true - items: &347 + items: &348 title: Pull Request Minimal type: object properties: @@ -43924,7 +43937,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &351 + properties: &352 id: type: string description: SHA for the commit @@ -43975,7 +43988,7 @@ paths: - name - email nullable: true - required: &352 + required: &353 - id - tree_id - message @@ -44022,7 +44035,7 @@ paths: - workflow_url - pull_requests examples: - default: &329 + default: &330 value: total_count: 1 workflow_runs: @@ -44258,24 +44271,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *268 - *269 - - &307 + - *270 + - &308 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &310 + default: &311 value: id: 30433642 name: Build @@ -44516,9 +44529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '204': description: Response @@ -44541,9 +44554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -44662,9 +44675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '201': description: Response @@ -44697,12 +44710,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *268 - *269 - - *307 + - *270 + - *308 - *17 - *19 - - *308 + - *309 responses: '200': description: Response @@ -44718,9 +44731,9 @@ paths: type: integer artifacts: type: array - items: *283 + items: *284 examples: - default: *309 + default: *310 headers: Link: *57 x-github: @@ -44744,25 +44757,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *268 - *269 - - *307 - - &311 + - *270 + - *308 + - &312 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44785,10 +44798,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *268 - *269 - - *307 - - *311 + - *270 + - *308 + - *312 - *17 - *19 responses: @@ -44806,9 +44819,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: &313 + default: &314 value: total_count: 1 jobs: @@ -44921,10 +44934,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *268 - *269 - - *307 - - *311 + - *270 + - *308 + - *312 responses: '302': description: Response @@ -44952,9 +44965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '202': description: Response @@ -44987,9 +45000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: true content: @@ -45056,9 +45069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '202': description: Response @@ -45091,9 +45104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -45123,9 +45136,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -45150,9 +45163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '302': description: Response @@ -45179,9 +45192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '204': description: Response @@ -45208,9 +45221,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -45270,7 +45283,7 @@ paths: items: type: object properties: - type: &431 + type: &432 type: string description: The type of reviewer. enum: @@ -45280,7 +45293,7 @@ paths: reviewer: anyOf: - *4 - - *186 + - *187 required: - environment - wait_timer @@ -45355,9 +45368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: true content: @@ -45404,7 +45417,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -45510,7 +45523,7 @@ paths: - created_at - updated_at examples: - default: &427 + default: &428 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -45566,9 +45579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: false content: @@ -45612,9 +45625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *268 - *269 - - *307 + - *270 + - *308 requestBody: required: false content: @@ -45660,9 +45673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *268 - *269 - - *307 + - *270 + - *308 responses: '200': description: Response @@ -45799,8 +45812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -45818,9 +45831,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *57 x-github: @@ -45845,16 +45858,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45876,17 +45889,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &444 + default: &445 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -45912,8 +45925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 requestBody: required: true @@ -45968,8 +45981,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '204': @@ -45995,9 +46008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *268 - *269 - - *290 + - *270 + - *291 - *19 responses: '200': @@ -46014,9 +46027,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *57 x-github: @@ -46039,8 +46052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -46092,17 +46105,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *268 - *269 + - *270 - *129 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &445 + default: &446 value: name: USERNAME value: octocat @@ -46128,8 +46141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *268 - *269 + - *270 - *129 requestBody: required: true @@ -46172,8 +46185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *268 - *269 + - *270 - *129 responses: '204': @@ -46199,8 +46212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -46218,7 +46231,7 @@ paths: type: integer workflows: type: array - items: &320 + items: &321 title: Workflow description: A GitHub Actions workflow type: object @@ -46325,9 +46338,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *268 - *269 - - &321 + - *270 + - &322 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46342,7 +46355,7 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: default: value: @@ -46375,9 +46388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -46402,9 +46415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -46455,9 +46468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '204': description: Response @@ -46484,19 +46497,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *268 - *269 - - *321 + - *270 - *322 - *323 - *324 - *325 + - *326 - *17 - *19 - - *326 - - *305 - *327 + - *306 - *328 + - *329 responses: '200': description: Response @@ -46512,9 +46525,9 @@ paths: type: integer workflow_runs: type: array - items: *306 + items: *307 examples: - default: *329 + default: *330 headers: Link: *57 x-github: @@ -46540,9 +46553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *268 - *269 - - *321 + - *270 + - *322 responses: '200': description: Response @@ -46603,8 +46616,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *268 - *269 + - *270 - *48 - *17 - *39 @@ -46768,8 +46781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -46781,7 +46794,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -46806,8 +46819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *268 - *269 + - *270 - name: assignee in: path required: true @@ -46843,8 +46856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -46956,8 +46969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *268 - *269 + - *270 - *17 - *39 - *40 @@ -47003,7 +47016,7 @@ paths: bundle_url: type: string examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47023,8 +47036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -47032,7 +47045,7 @@ paths: application/json: schema: type: array - items: &331 + items: &332 title: Autolink reference description: An autolink reference. type: object @@ -47082,8 +47095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -47122,9 +47135,9 @@ paths: description: response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: id: 1 key_prefix: TICKET- @@ -47155,9 +47168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *268 - *269 - - &333 + - *270 + - &334 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47169,9 +47182,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 '404': *6 x-github: githubCloudOnly: false @@ -47191,9 +47204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *268 - *269 - - *333 + - *270 + - *334 responses: '204': description: Response @@ -47217,8 +47230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response if Dependabot is enabled @@ -47266,8 +47279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -47288,8 +47301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -47309,8 +47322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *268 - *269 + - *270 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47348,7 +47361,7 @@ paths: - url protected: type: boolean - protection: &335 + protection: &336 title: Branch Protection description: Branch Protection type: object @@ -47390,7 +47403,7 @@ paths: required: - contexts - checks - enforce_admins: &338 + enforce_admins: &339 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47405,7 +47418,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &340 + required_pull_request_reviews: &341 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47426,7 +47439,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *186 + items: *187 apps: description: The list of apps with review dismissal access. @@ -47455,7 +47468,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *186 + items: *187 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47481,7 +47494,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &337 + restrictions: &338 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47788,9 +47801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *268 - *269 - - &336 + - *270 + - &337 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -47804,14 +47817,14 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &399 + commit: &400 title: Commit description: Commit type: object @@ -47845,7 +47858,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &334 + properties: &335 name: type: string example: '"Chris Wanstrath"' @@ -47860,7 +47873,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *334 + properties: *335 nullable: true message: type: string @@ -47881,7 +47894,7 @@ paths: required: - sha - url - verification: &451 + verification: &452 title: Verification type: object properties: @@ -47950,7 +47963,7 @@ paths: type: integer files: type: array - items: &414 + items: &415 title: Diff Entry description: Diff Entry type: object @@ -48033,7 +48046,7 @@ paths: - self protected: type: boolean - protection: *335 + protection: *336 protection_url: type: string format: uri @@ -48140,7 +48153,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *280 + '301': *281 '404': *6 x-github: githubCloudOnly: false @@ -48162,15 +48175,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -48364,9 +48377,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -48621,7 +48634,7 @@ paths: url: type: string format: uri - required_status_checks: &343 + required_status_checks: &344 title: Status Check Policy description: Status Check Policy type: object @@ -48697,7 +48710,7 @@ paths: items: *4 teams: type: array - items: *186 + items: *187 apps: type: array items: *5 @@ -48715,7 +48728,7 @@ paths: items: *4 teams: type: array - items: *186 + items: *187 apps: type: array items: *5 @@ -48773,7 +48786,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *337 + restrictions: *338 required_conversation_resolution: type: object properties: @@ -48885,9 +48898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -48912,17 +48925,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -48944,17 +48957,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48973,9 +48986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49000,17 +49013,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49106,9 +49119,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49206,9 +49219,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -49229,9 +49242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49258,17 +49271,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &342 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49291,17 +49304,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *342 + default: *343 '404': *6 x-github: githubCloudOnly: false @@ -49321,9 +49334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49348,17 +49361,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49384,9 +49397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49438,9 +49451,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '404': *6 '422': *15 x-github: @@ -49462,9 +49475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49488,9 +49501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -49524,9 +49537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49593,9 +49606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -49659,9 +49672,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: content: application/json: @@ -49727,15 +49740,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -49826,9 +49839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '204': description: Response @@ -49851,9 +49864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -49863,7 +49876,7 @@ paths: type: array items: *5 examples: - default: &345 + default: &346 value: - id: 1 slug: octoapp @@ -49920,9 +49933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -49956,7 +49969,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -49977,9 +49990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50013,7 +50026,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -50034,9 +50047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50070,7 +50083,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -50092,9 +50105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -50102,9 +50115,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '404': *6 x-github: githubCloudOnly: false @@ -50124,9 +50137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -50162,9 +50175,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -50185,9 +50198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: false content: @@ -50223,9 +50236,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -50246,9 +50259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: content: application/json: @@ -50283,9 +50296,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 '422': *15 x-github: githubCloudOnly: false @@ -50307,9 +50320,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 responses: '200': description: Response @@ -50319,7 +50332,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '404': *6 x-github: githubCloudOnly: false @@ -50343,9 +50356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50378,7 +50391,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -50403,9 +50416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50438,7 +50451,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -50463,9 +50476,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50498,7 +50511,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -50525,9 +50538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 requestBody: required: true content: @@ -50549,7 +50562,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -50665,8 +50678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -50945,7 +50958,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51064,8 +51077,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *347 - deployment: &639 + items: *348 + deployment: &640 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51345,9 +51358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *268 - *269 - - &349 + - *270 + - &350 name: check_run_id description: The unique identifier of the check run. in: path @@ -51359,9 +51372,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &350 + default: &351 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51461,9 +51474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *268 - *269 - - *349 + - *270 + - *350 requestBody: required: true content: @@ -51703,9 +51716,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51725,9 +51738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *268 - *269 - - *349 + - *270 + - *350 - *17 - *19 responses: @@ -51824,9 +51837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *268 - *269 - - *349 + - *270 + - *350 responses: '201': description: Response @@ -51870,8 +51883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -51893,7 +51906,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &353 + schema: &354 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -51957,7 +51970,7 @@ paths: nullable: true pull_requests: type: array - items: *347 + items: *348 nullable: true app: title: GitHub app @@ -51979,12 +51992,12 @@ paths: type: string format: date-time nullable: true - head_commit: &665 + head_commit: &666 title: Simple Commit description: A commit. type: object - properties: *351 - required: *352 + properties: *352 + required: *353 latest_check_runs_count: type: integer check_runs_url: @@ -52012,7 +52025,7 @@ paths: - check_runs_url - pull_requests examples: - default: &354 + default: &355 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52303,9 +52316,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52324,8 +52337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -52634,9 +52647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *268 - *269 - - &355 + - *270 + - &356 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52648,9 +52661,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52673,17 +52686,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *268 - *269 - - *355 - - &407 + - *270 + - *356 + - &408 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &408 + - &409 name: status description: Returns check runs with the specified `status`. in: query @@ -52722,9 +52735,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *349 examples: - default: &409 + default: &410 value: total_count: 1 check_runs: @@ -52826,9 +52839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *268 - *269 - - *355 + - *270 + - *356 responses: '201': description: Response @@ -52861,21 +52874,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *268 - *269 - - *356 + - *270 - *357 + - *358 - *19 - *17 - - &374 + - &375 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *358 - - &375 + schema: *359 + - &376 name: pr description: The number of the pull request for the results you want to list. in: query @@ -52900,13 +52913,13 @@ paths: be returned. in: query required: false - schema: *359 + schema: *360 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *360 + schema: *361 responses: '200': description: Response @@ -52922,7 +52935,7 @@ paths: updated_at: *132 url: *55 html_url: *56 - instances_url: *361 + instances_url: *362 state: *137 fixed_at: *133 dismissed_by: @@ -52933,11 +52946,11 @@ paths: required: *21 nullable: true dismissed_at: *134 - dismissed_reason: *362 - dismissed_comment: *363 - rule: *364 - tool: *365 - most_recent_instance: *366 + dismissed_reason: *363 + dismissed_comment: *364 + rule: *365 + tool: *366 + most_recent_instance: *367 required: - number - created_at @@ -53053,7 +53066,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &367 + '403': &368 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53080,9 +53093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *268 - *269 - - &368 + - *270 + - &369 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53096,7 +53109,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 type: object properties: number: *53 @@ -53104,7 +53117,7 @@ paths: updated_at: *132 url: *55 html_url: *56 - instances_url: *361 + instances_url: *362 state: *137 fixed_at: *133 dismissed_by: @@ -53115,8 +53128,8 @@ paths: required: *21 nullable: true dismissed_at: *134 - dismissed_reason: *362 - dismissed_comment: *363 + dismissed_reason: *363 + dismissed_comment: *364 rule: type: object properties: @@ -53170,8 +53183,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *365 - most_recent_instance: *366 + tool: *366 + most_recent_instance: *367 required: - number - created_at @@ -53260,7 +53273,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53280,9 +53293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 requestBody: required: true content: @@ -53297,8 +53310,8 @@ paths: enum: - open - dismissed - dismissed_reason: *362 - dismissed_comment: *363 + dismissed_reason: *363 + dismissed_comment: *364 required: - state examples: @@ -53313,7 +53326,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: default: value: @@ -53388,7 +53401,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &373 + '403': &374 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53415,15 +53428,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 responses: '200': description: Response content: application/json: - schema: &370 + schema: &371 type: object properties: status: @@ -53449,13 +53462,13 @@ paths: - description - started_at examples: - default: &371 + default: &372 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &372 + '400': &373 description: Bad Request content: application/json: @@ -53466,7 +53479,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53491,29 +53504,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 responses: '200': description: OK content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '202': description: Accepted content: application/json: - schema: *370 + schema: *371 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *372 + '400': *373 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -53545,9 +53558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 requestBody: required: false content: @@ -53592,8 +53605,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *372 - '403': *373 + '400': *373 + '403': *374 '404': *6 '422': description: Unprocessable Entity @@ -53617,13 +53630,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 - *19 - *17 - - *374 - *375 + - *376 responses: '200': description: Response @@ -53631,7 +53644,7 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: default: value: @@ -53670,7 +53683,7 @@ paths: end_column: 50 classifications: - source - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53704,25 +53717,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *268 - *269 - - *356 + - *270 - *357 + - *358 - *19 - *17 - - *375 + - *376 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *358 + schema: *359 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &378 + schema: &379 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -53743,23 +53756,23 @@ paths: application/json: schema: type: array - items: &379 + items: &380 type: object properties: - ref: *358 - commit_sha: &387 + ref: *359 + commit_sha: &388 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *376 + analysis_key: *377 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *377 + category: *378 error: type: string example: error reading field xyz @@ -53783,8 +53796,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *378 - tool: *365 + sarif_id: *379 + tool: *366 deletable: type: boolean warning: @@ -53845,7 +53858,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -53881,8 +53894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *268 - *269 + - *270 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53895,7 +53908,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: response: summary: application/json response @@ -53949,7 +53962,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -54031,8 +54044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *268 - *269 + - *270 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54085,7 +54098,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': *14 - '403': *373 + '403': *374 '404': *6 '503': *64 x-github: @@ -54107,8 +54120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -54116,7 +54129,7 @@ paths: application/json: schema: type: array - items: &380 + items: &381 title: CodeQL Database description: A CodeQL database. type: object @@ -54227,7 +54240,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -54256,8 +54269,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *268 - *269 + - *270 - name: language in: path description: The language of the CodeQL database. @@ -54269,7 +54282,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -54301,9 +54314,9 @@ 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': &416 + '302': &417 description: Found - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -54325,8 +54338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *268 - *269 + - *270 - name: language in: path description: The language of the CodeQL database. @@ -54336,7 +54349,7 @@ paths: responses: '204': description: Response - '403': *373 + '403': *374 '404': *6 '503': *64 x-github: @@ -54364,8 +54377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -54374,7 +54387,7 @@ paths: type: object additionalProperties: false properties: - language: &381 + language: &382 type: string description: The language targeted by the CodeQL query enum: @@ -54452,7 +54465,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &385 + schema: &386 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -54462,7 +54475,7 @@ paths: description: The ID of the variant analysis. controller_repo: *52 actor: *4 - query_language: *381 + query_language: *382 query_pack_url: type: string description: The download url for the query pack. @@ -54509,7 +54522,7 @@ paths: items: type: object properties: - repository: &382 + repository: &383 title: Repository Identifier description: Repository Identifier type: object @@ -54545,7 +54558,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &386 + analysis_status: &387 type: string description: The new status of the CodeQL variant analysis repository task. @@ -54577,7 +54590,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &383 + access_mismatch_repos: &384 type: object properties: repository_count: @@ -54591,7 +54604,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: *382 + items: *383 required: - repository_count - repositories @@ -54613,8 +54626,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *383 - over_limit_repos: *383 + no_codeql_db_repos: *384 + over_limit_repos: *384 required: - access_mismatch_repos - not_found_repos @@ -54630,7 +54643,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &384 + value: &385 summary: Default response value: id: 1 @@ -54782,10 +54795,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *384 + value: *385 repository_lists: summary: Response for a successful variant analysis submission - value: *384 + value: *385 '404': *6 '422': description: Unable to process variant analysis submission @@ -54813,8 +54826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *268 - *269 + - *270 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -54826,9 +54839,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *384 + default: *385 '404': *6 '503': *64 x-github: @@ -54851,7 +54864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *268 + - *269 - name: repo in: path description: The name of the controller repository. @@ -54886,7 +54899,7 @@ paths: type: object properties: repository: *52 - analysis_status: *386 + analysis_status: *387 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55011,8 +55024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -55086,7 +55099,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *367 + '403': *368 '404': *6 '503': *64 x-github: @@ -55107,8 +55120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -55190,7 +55203,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *373 + '403': *374 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -55255,8 +55268,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -55264,7 +55277,7 @@ paths: schema: type: object properties: - commit_sha: *387 + commit_sha: *388 ref: type: string description: |- @@ -55322,7 +55335,7 @@ paths: schema: type: object properties: - id: *378 + id: *379 url: type: string description: The REST API URL for checking the status of the upload. @@ -55336,7 +55349,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': *373 + '403': *374 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -55359,8 +55372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *268 - *269 + - *270 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -55406,7 +55419,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *367 + '403': *368 '404': description: Not Found if the sarif id does not match any upload '503': *64 @@ -55431,8 +55444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -55510,8 +55523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *268 - *269 + - *270 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -55631,8 +55644,8 @@ paths: parameters: - *17 - *19 - - *268 - *269 + - *270 responses: '200': description: Response @@ -55648,7 +55661,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -55946,8 +55959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -56010,17 +56023,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '400': *14 '401': *25 '403': *29 @@ -56049,8 +56062,8 @@ paths: parameters: - *17 - *19 - - *268 - *269 + - *270 responses: '200': description: Response @@ -56114,8 +56127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *268 - *269 + - *270 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -56150,14 +56163,14 @@ paths: type: integer machines: type: array - items: &596 + items: &597 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *389 - required: *390 + properties: *390 + required: *391 examples: - default: &597 + default: &598 value: total_count: 2 machines: @@ -56197,8 +56210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *268 - *269 + - *270 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -56282,8 +56295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *268 - *269 + - *270 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -56349,8 +56362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -56368,7 +56381,7 @@ paths: type: integer secrets: type: array - items: &394 + items: &395 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -56388,7 +56401,7 @@ paths: - created_at - updated_at examples: - default: *391 + default: *392 headers: Link: *57 x-github: @@ -56411,16 +56424,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56440,17 +56453,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56470,8 +56483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 requestBody: required: true @@ -56524,8 +56537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '204': @@ -56554,8 +56567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *268 - *269 + - *270 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -56597,7 +56610,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &396 + properties: &397 login: type: string example: octocat @@ -56690,7 +56703,7 @@ paths: user_view_type: type: string example: public - required: &397 + required: &398 - avatar_url - events_url - followers_url @@ -56764,8 +56777,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *131 responses: '204': @@ -56808,8 +56821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *131 requestBody: required: false @@ -56836,7 +56849,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &464 + schema: &465 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57058,8 +57071,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *268 - *269 + - *270 - *131 responses: '204': @@ -57089,8 +57102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *268 - *269 + - *270 - *131 responses: '200': @@ -57111,8 +57124,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *396 - required: *397 + properties: *397 + required: *398 nullable: true required: - permission @@ -57167,8 +57180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -57178,7 +57191,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Commit Comment description: Commit Comment type: object @@ -57236,7 +57249,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57295,17 +57308,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &402 + default: &403 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57362,8 +57375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -57386,7 +57399,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -57437,8 +57450,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 responses: '204': @@ -57460,8 +57473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -57488,9 +57501,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -57511,8 +57524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -57545,16 +57558,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -57576,10 +57589,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *268 - *269 + - *270 - *75 - - *264 + - *265 responses: '204': description: Response @@ -57628,8 +57641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *268 - *269 + - *270 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -57685,9 +57698,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: &515 + default: &516 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -57781,9 +57794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *268 - *269 - - &400 + - *270 + - &401 name: commit_sha description: The SHA of the commit. in: path @@ -57855,9 +57868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *268 - *269 - - *400 + - *270 + - *401 - *17 - *19 responses: @@ -57867,9 +57880,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *401 + default: *402 headers: Link: *57 x-github: @@ -57897,9 +57910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *268 - *269 - - *400 + - *270 + - *401 requestBody: required: true content: @@ -57934,9 +57947,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *402 + default: *403 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57964,9 +57977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *268 - *269 - - *400 + - *270 + - *401 - *17 - *19 responses: @@ -57976,7 +57989,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Pull Request Simple description: Pull Request Simple type: object @@ -58082,8 +58095,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -58128,7 +58141,7 @@ paths: nullable: true requested_teams: type: array - items: *186 + items: *187 nullable: true head: type: object @@ -58179,7 +58192,7 @@ paths: _links: type: object properties: - comments: &405 + comments: &406 title: Link description: Hypermedia Link type: object @@ -58188,13 +58201,13 @@ paths: type: string required: - href - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -58205,7 +58218,7 @@ paths: - review_comment - self author_association: *62 - auto_merge: &508 + auto_merge: &509 title: Auto merge description: The status of auto merging a pull request. type: object @@ -58268,7 +58281,7 @@ paths: - author_association - auto_merge examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -58805,11 +58818,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *268 - *269 + - *270 - *19 - *17 - - &406 + - &407 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)" @@ -58824,9 +58837,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58939,11 +58952,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *268 - *269 - - *406 + - *270 - *407 - *408 + - *409 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -58977,9 +58990,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *349 examples: - default: *409 + default: *410 headers: Link: *57 x-github: @@ -59004,9 +59017,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *268 - *269 - - *406 + - *270 + - *407 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59014,7 +59027,7 @@ paths: schema: type: integer example: 1 - - *407 + - *408 - *17 - *19 responses: @@ -59032,7 +59045,7 @@ paths: type: integer check_suites: type: array - items: *353 + items: *354 examples: default: value: @@ -59232,9 +59245,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *268 - *269 - - *406 + - *270 + - *407 - *17 - *19 responses: @@ -59432,9 +59445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *268 - *269 - - *406 + - *270 + - *407 - *17 - *19 responses: @@ -59444,7 +59457,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Status description: The status of a commit. type: object @@ -59525,7 +59538,7 @@ paths: site_admin: false headers: Link: *57 - '301': *280 + '301': *281 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59553,8 +59566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -59583,20 +59596,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *410 - required: *411 + properties: *411 + required: *412 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &412 + properties: &413 url: type: string format: uri html_url: type: string format: uri - required: &413 + required: &414 - url - html_url nullable: true @@ -59610,26 +59623,26 @@ paths: contributing: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true readme: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true issue_template: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true pull_request_template: title: Community Health File type: object - properties: *412 - required: *413 + properties: *413 + required: *414 nullable: true required: - code_of_conduct @@ -59756,8 +59769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *268 - *269 + - *270 - *19 - *17 - name: basehead @@ -59800,8 +59813,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *399 - merge_base_commit: *399 + base_commit: *400 + merge_base_commit: *400 status: type: string enum: @@ -59821,10 +59834,10 @@ paths: example: 6 commits: type: array - items: *399 + items: *400 files: type: array - items: *414 + items: *415 required: - url - html_url @@ -60110,8 +60123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -60252,7 +60265,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &415 + response-if-content-is-a-file: &416 summary: Response if content is a file value: type: file @@ -60384,7 +60397,7 @@ paths: - size - type - url - - &520 + - &521 title: Content File description: Content File type: object @@ -60585,7 +60598,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *415 + response-if-content-is-a-file: *416 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -60654,7 +60667,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *416 + '302': *417 '304': *37 x-github: githubCloudOnly: false @@ -60677,8 +60690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -60771,7 +60784,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: File Commit description: File Commit type: object @@ -60923,7 +60936,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: example-for-creating-a-file: value: @@ -60977,7 +60990,7 @@ paths: schema: oneOf: - *3 - - &446 + - &447 description: Repository rule violation was detected type: object properties: @@ -60998,7 +61011,7 @@ paths: items: type: object properties: - placeholder_id: &562 + placeholder_id: &563 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61030,8 +61043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *268 - *269 + - *270 - name: path description: path parameter in: path @@ -61092,7 +61105,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -61147,8 +61160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *268 - *269 + - *270 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -61271,8 +61284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *268 - *269 + - *270 - *148 - *149 - *150 @@ -61285,6 +61298,7 @@ paths: type: string - *152 - *153 + - *154 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -61304,8 +61318,8 @@ paths: default: 30 - *39 - *40 - - *154 - *155 + - *156 responses: '200': description: Response @@ -61313,7 +61327,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 type: object description: A Dependabot alert. properties: @@ -61346,7 +61360,7 @@ paths: enum: - development - runtime - security_advisory: *418 + security_advisory: *419 security_vulnerability: *51 url: *55 html_url: *56 @@ -61377,7 +61391,7 @@ paths: nullable: true maxLength: 280 fixed_at: *133 - auto_dismissed_at: *419 + auto_dismissed_at: *420 required: - number - state @@ -61604,9 +61618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *268 - *269 - - &421 + - *270 + - &422 name: alert_number in: path description: |- @@ -61621,7 +61635,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -61731,9 +61745,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *268 - *269 - - *421 + - *270 + - *422 requestBody: required: true content: @@ -61778,7 +61792,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -61907,8 +61921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -61926,7 +61940,7 @@ paths: type: integer secrets: type: array - items: &424 + items: &425 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -61979,16 +61993,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62008,15 +62022,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -62042,8 +62056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 requestBody: required: true @@ -62096,8 +62110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *268 - *269 + - *270 - *126 responses: '204': @@ -62120,8 +62134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *268 - *269 + - *270 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -62281,8 +62295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -62521,8 +62535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -62597,7 +62611,7 @@ paths: - version - url additionalProperties: false - metadata: &425 + metadata: &426 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -62630,7 +62644,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *425 + metadata: *426 resolved: type: object description: A collection of resolved package dependencies. @@ -62643,7 +62657,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *425 + metadata: *426 relationship: type: string description: A notation of whether a dependency is requested @@ -62772,8 +62786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *268 - *269 + - *270 - name: sha description: The SHA recorded at creation time. in: query @@ -62813,9 +62827,9 @@ paths: application/json: schema: type: array - items: *426 + items: *427 examples: - default: *427 + default: *428 headers: Link: *57 x-github: @@ -62881,8 +62895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -62963,7 +62977,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: simple-example: summary: Simple example @@ -63036,9 +63050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *268 - *269 - - &428 + - *270 + - &429 name: deployment_id description: deployment_id parameter in: path @@ -63050,7 +63064,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -63115,9 +63129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *268 - *269 - - *428 + - *270 + - *429 responses: '204': description: Response @@ -63139,9 +63153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *268 - *269 - - *428 + - *270 + - *429 - *17 - *19 responses: @@ -63151,7 +63165,7 @@ paths: application/json: schema: type: array - items: &429 + items: &430 title: Deployment Status description: The status of a deployment. type: object @@ -63312,9 +63326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *268 - *269 - - *428 + - *270 + - *429 requestBody: required: true content: @@ -63389,9 +63403,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: &430 + default: &431 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -63447,9 +63461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *268 - *269 - - *428 + - *270 + - *429 - name: status_id in: path required: true @@ -63460,9 +63474,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 '404': *6 x-github: githubCloudOnly: false @@ -63487,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -63545,8 +63559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -63563,7 +63577,7 @@ paths: type: integer environments: type: array - items: &432 + items: &433 title: Environment description: Details of a deployment environment type: object @@ -63615,7 +63629,7 @@ paths: type: type: string example: wait_timer - wait_timer: &434 + wait_timer: &435 type: integer example: 30 description: The amount of time to delay a job after @@ -63652,11 +63666,11 @@ paths: items: type: object properties: - type: *431 + type: *432 reviewer: anyOf: - *4 - - *186 + - *187 required: - id - node_id @@ -63676,7 +63690,7 @@ paths: - id - node_id - type - deployment_branch_policy: &435 + deployment_branch_policy: &436 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -63792,9 +63806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *268 - *269 - - &433 + - *270 + - &434 name: environment_name in: path required: true @@ -63807,9 +63821,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &436 + default: &437 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -63893,9 +63907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *268 - *269 - - *433 + - *270 + - *434 requestBody: required: false content: @@ -63904,7 +63918,7 @@ paths: type: object nullable: true properties: - wait_timer: *434 + wait_timer: *435 prevent_self_review: type: boolean example: false @@ -63921,13 +63935,13 @@ paths: items: type: object properties: - type: *431 + type: *432 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *435 + deployment_branch_policy: *436 additionalProperties: false examples: default: @@ -63947,9 +63961,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *436 + default: *437 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -63973,9 +63987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *268 - *269 - - *433 + - *270 + - *434 responses: '204': description: Default response @@ -64000,9 +64014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *17 - *19 responses: @@ -64020,7 +64034,7 @@ paths: example: 2 branch_policies: type: array - items: &437 + items: &438 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64077,9 +64091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 + - *270 + - *434 requestBody: required: true content: @@ -64125,9 +64139,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - example-wildcard: &438 + example-wildcard: &439 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -64169,10 +64183,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 - - &439 + - *270 + - *434 + - &440 name: branch_policy_id in: path required: true @@ -64184,9 +64198,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64205,10 +64219,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 - - *439 + - *270 + - *434 + - *440 requestBody: required: true content: @@ -64236,9 +64250,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64257,10 +64271,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *268 - *269 - - *433 - - *439 + - *270 + - *434 + - *440 responses: '204': description: Response @@ -64285,9 +64299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 responses: '200': description: List of deployment protection rules @@ -64303,7 +64317,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &440 + items: &441 title: Deployment protection rule description: Deployment protection rule type: object @@ -64322,7 +64336,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &441 + app: &442 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -64421,9 +64435,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 requestBody: content: application/json: @@ -64444,9 +64458,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *440 + schema: *441 examples: - default: &442 + default: &443 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -64481,9 +64495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 - *19 - *17 responses: @@ -64502,7 +64516,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *441 + items: *442 examples: default: value: @@ -64537,10 +64551,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *268 - *269 - - *433 - - &443 + - *270 + - *434 + - &444 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -64552,9 +64566,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64575,10 +64589,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *433 + - *434 + - *270 - *269 - - *268 - - *443 + - *444 responses: '204': description: Response @@ -64604,9 +64618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *17 - *19 responses: @@ -64624,9 +64638,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *57 x-github: @@ -64651,17 +64665,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *268 - *269 - - *433 + - *270 + - *434 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64683,18 +64697,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *126 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64716,9 +64730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *126 requestBody: required: true @@ -64776,9 +64790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *126 responses: '204': @@ -64804,10 +64818,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *268 - *269 - - *433 - - *290 + - *270 + - *434 + - *291 - *19 responses: '200': @@ -64824,9 +64838,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *57 x-github: @@ -64849,9 +64863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *268 - *269 - - *433 + - *270 + - *434 requestBody: required: true content: @@ -64903,18 +64917,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *268 - *269 - - *433 + - *270 + - *434 - *129 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *445 + default: *446 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64935,10 +64949,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *268 - *269 + - *270 - *129 - - *433 + - *434 requestBody: required: true content: @@ -64980,10 +64994,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *268 - *269 + - *270 - *129 - - *433 + - *434 responses: '204': description: Response @@ -65005,8 +65019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -65083,8 +65097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *268 - *269 + - *270 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -65243,8 +65257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -65276,9 +65290,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 '400': *14 '422': *15 '403': *29 @@ -65299,8 +65313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -65360,7 +65374,7 @@ paths: schema: oneOf: - *96 - - *446 + - *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65385,8 +65399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *268 - *269 + - *270 - name: file_sha in: path required: true @@ -65485,8 +65499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -65595,7 +65609,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -65808,15 +65822,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *268 - *269 - - *400 + - *270 + - *401 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -65872,9 +65886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *268 - *269 - - &448 + - *270 + - &449 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. @@ -65891,7 +65905,7 @@ paths: application/json: schema: type: array - items: &449 + items: &450 title: Git Reference description: Git references within a repository type: object @@ -65966,17 +65980,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *268 - *269 - - *448 + - *270 + - *449 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: &450 + default: &451 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66005,8 +66019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -66035,9 +66049,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66063,9 +66077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *268 - *269 - - *448 + - *270 + - *449 requestBody: required: true content: @@ -66094,9 +66108,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '422': *15 '409': *46 x-github: @@ -66114,9 +66128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *268 - *269 - - *448 + - *270 + - *449 responses: '204': description: Response @@ -66169,8 +66183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -66237,7 +66251,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &453 title: Git Tag description: Metadata for a Git tag type: object @@ -66288,7 +66302,7 @@ paths: - sha - type - url - verification: *451 + verification: *452 required: - sha - url @@ -66298,7 +66312,7 @@ paths: - tag - message examples: - default: &453 + default: &454 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -66371,8 +66385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *268 - *269 + - *270 - name: tag_sha in: path required: true @@ -66383,9 +66397,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 '404': *6 '409': *46 x-github: @@ -66409,8 +66423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -66483,7 +66497,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -66595,8 +66609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *268 - *269 + - *270 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -66619,7 +66633,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default-response: summary: Default response @@ -66678,8 +66692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -66689,7 +66703,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Webhook description: Webhooks for repositories. type: object @@ -66743,7 +66757,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &673 + last_response: &674 title: Hook Response type: object properties: @@ -66817,8 +66831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -66870,9 +66884,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &456 + default: &457 value: type: Repository id: 12345678 @@ -66920,17 +66934,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '404': *6 x-github: githubCloudOnly: false @@ -66950,9 +66964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 requestBody: required: true content: @@ -66997,9 +67011,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '422': *15 '404': *6 x-github: @@ -67020,9 +67034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '204': description: Response @@ -67046,9 +67060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '200': description: Response @@ -67075,9 +67089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *268 - *269 - - *163 + - *270 + - *164 requestBody: required: false content: @@ -67121,11 +67135,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *268 - *269 - - *163 - - *17 + - *270 - *164 + - *17 + - *165 responses: '200': description: Response @@ -67133,9 +67147,9 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -67154,18 +67168,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 - *16 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '400': *14 '422': *15 x-github: @@ -67184,9 +67198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 - *16 responses: '202': *47 @@ -67209,9 +67223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '204': description: Response @@ -67236,9 +67250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *268 - *269 - - *163 + - *270 + - *164 responses: '204': description: Response @@ -67296,14 +67310,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &457 + schema: &458 title: Import description: A repository import from an external source. type: object @@ -67402,7 +67416,7 @@ paths: - html_url - authors_url examples: - default: &460 + default: &461 value: vcs: subversion use_lfs: true @@ -67418,7 +67432,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': &458 + '503': &459 description: Unavailable due to service under maintenance. content: application/json: @@ -67447,8 +67461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -67496,7 +67510,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -67521,7 +67535,7 @@ paths: type: string '422': *15 '404': *6 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67549,8 +67563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -67599,7 +67613,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: example-1: summary: Example 1 @@ -67647,7 +67661,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': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67670,12 +67684,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *268 - *269 + - *270 responses: '204': description: Response - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67701,9 +67715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *268 - *269 - - &620 + - *270 + - &621 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -67717,7 +67731,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Porter Author description: Porter Author type: object @@ -67771,7 +67785,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': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67796,8 +67810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *268 - *269 + - *270 - name: author_id in: path required: true @@ -67827,7 +67841,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -67840,7 +67854,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67864,8 +67878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -67906,7 +67920,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67934,8 +67948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -67962,11 +67976,11 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *460 + default: *461 '422': *15 - '503': *458 + '503': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67989,8 +68003,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -67998,8 +68012,8 @@ paths: application/json: schema: *22 examples: - default: *461 - '301': *280 + default: *462 + '301': *281 '404': *6 x-github: githubCloudOnly: false @@ -68019,8 +68033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -68028,12 +68042,12 @@ paths: application/json: schema: anyOf: - - *181 + - *182 - type: object properties: {} additionalProperties: false examples: - default: &463 + default: &464 value: limit: collaborators_only origin: repository @@ -68058,13 +68072,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: application/json: - schema: *462 + schema: *463 examples: default: summary: Example request body @@ -68076,9 +68090,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *463 + default: *464 '409': description: Response x-github: @@ -68100,8 +68114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -68124,8 +68138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -68135,9 +68149,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: &613 + default: &614 value: - id: 1 repository: @@ -68268,9 +68282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *268 - *269 - - *185 + - *270 + - *186 requestBody: required: false content: @@ -68299,7 +68313,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -68430,9 +68444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *268 - *269 - - *185 + - *270 + - *186 responses: '204': description: Response @@ -68463,8 +68477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *268 - *269 + - *270 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -68504,7 +68518,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -68529,7 +68543,7 @@ paths: type: array items: *76 examples: - default: &475 + default: &476 value: - id: 1 node_id: MDU6SXNzdWUx @@ -68677,7 +68691,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *280 + '301': *281 '422': *15 '404': *6 x-github: @@ -68706,8 +68720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -68784,7 +68798,7 @@ paths: application/json: schema: *76 examples: - default: &470 + default: &471 value: id: 1 node_id: MDU6SXNzdWUx @@ -68940,7 +68954,7 @@ paths: '422': *15 '503': *64 '404': *6 - '410': *277 + '410': *278 x-github: triggersNotification: true githubCloudOnly: false @@ -68968,8 +68982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *268 - *269 + - *270 - *86 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -68990,9 +69004,9 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: &472 + default: &473 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69050,17 +69064,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &466 + default: &467 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69114,8 +69128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -69138,9 +69152,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '422': *15 x-github: githubCloudOnly: false @@ -69158,8 +69172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 responses: '204': @@ -69180,8 +69194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -69208,9 +69222,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -69231,8 +69245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -69265,16 +69279,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -69296,10 +69310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *268 - *269 + - *270 - *75 - - *264 + - *265 responses: '204': description: Response @@ -69319,8 +69333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -69330,7 +69344,7 @@ paths: application/json: schema: type: array - items: &469 + items: &470 title: Issue Event description: Issue Event type: object @@ -69373,8 +69387,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *467 - required: *468 + properties: *468 + required: *469 nullable: true label: title: Issue Event Label @@ -69418,7 +69432,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *186 + requested_team: *187 dismissed_review: title: Issue Event Dismissed Review type: object @@ -69681,8 +69695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *268 - *269 + - *270 - name: event_id in: path required: true @@ -69693,7 +69707,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -69886,7 +69900,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *277 + '410': *278 '403': *29 x-github: githubCloudOnly: false @@ -69920,9 +69934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *268 - *269 - - &471 + - *270 + - &472 name: issue_number description: The number that identifies the issue. in: path @@ -69936,10 +69950,10 @@ paths: application/json: schema: *76 examples: - default: *470 - '301': *280 + default: *471 + '301': *281 '404': *6 - '410': *277 + '410': *278 '304': *37 x-github: githubCloudOnly: false @@ -69964,9 +69978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -70063,13 +70077,13 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 '422': *15 '503': *64 '403': *29 - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70087,9 +70101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -70117,7 +70131,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70133,9 +70147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: content: application/json: @@ -70162,7 +70176,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70184,9 +70198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - name: assignee in: path required: true @@ -70226,9 +70240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *66 - *17 - *19 @@ -70239,13 +70253,13 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: - default: *472 + default: *473 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70274,9 +70288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -70298,16 +70312,16 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *277 + '410': *278 '422': *15 '404': *6 x-github: @@ -70327,9 +70341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -70343,7 +70357,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &476 + - &477 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -70397,7 +70411,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -70533,7 +70547,7 @@ paths: - performed_via_github_app - assignee - assigner - - &478 + - &479 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -70584,7 +70598,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &480 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -70635,7 +70649,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &480 + - &481 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -70689,7 +70703,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &481 + - &482 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -70723,7 +70737,7 @@ paths: properties: *60 required: *61 review_requester: *4 - requested_team: *186 + requested_team: *187 requested_reviewer: *4 required: - review_requester @@ -70736,7 +70750,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &482 + - &483 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -70770,7 +70784,7 @@ paths: properties: *60 required: *61 review_requester: *4 - requested_team: *186 + requested_team: *187 requested_reviewer: *4 required: - review_requester @@ -70783,7 +70797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &483 + - &484 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -70843,7 +70857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &484 + - &485 title: Locked Issue Event description: Locked Issue Event type: object @@ -70891,7 +70905,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -70957,7 +70971,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71023,7 +71037,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71089,7 +71103,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -71180,7 +71194,7 @@ paths: color: red headers: Link: *57 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71197,9 +71211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -71209,7 +71223,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -71256,7 +71270,7 @@ paths: - color - default examples: - default: &474 + default: &475 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71274,9 +71288,9 @@ paths: default: false headers: Link: *57 - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71293,9 +71307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -71354,12 +71368,12 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 - '301': *280 + default: *475 + '301': *281 '404': *6 - '410': *277 + '410': *278 '422': *15 x-github: githubCloudOnly: false @@ -71376,9 +71390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -71438,12 +71452,12 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 - '301': *280 + default: *475 + '301': *281 '404': *6 - '410': *277 + '410': *278 '422': *15 x-github: githubCloudOnly: false @@ -71460,15 +71474,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 responses: '204': description: Response - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71487,9 +71501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - name: name in: path required: true @@ -71502,7 +71516,7 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: default: value: @@ -71513,9 +71527,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *280 + '301': *281 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71535,9 +71549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: false content: @@ -71565,7 +71579,7 @@ paths: '204': description: Response '403': *29 - '410': *277 + '410': *278 '404': *6 '422': *15 x-github: @@ -71583,9 +71597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 responses: '204': description: Response @@ -71607,9 +71621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - 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. @@ -71635,13 +71649,13 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71659,9 +71673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71693,16 +71707,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -71724,10 +71738,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *268 - *269 - - *471 - - *264 + - *270 + - *472 + - *265 responses: '204': description: Response @@ -71756,9 +71770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71768,7 +71782,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -71782,7 +71796,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -71815,9 +71829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -71829,11 +71843,11 @@ paths: type: array items: *76 examples: - default: *475 + default: *476 headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71861,9 +71875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71873,7 +71887,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -71891,14 +71906,14 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *277 + '410': *278 '422': *15 '404': *6 x-github: @@ -71918,9 +71933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 requestBody: required: true content: @@ -71953,7 +71968,7 @@ paths: application/json: schema: *76 examples: - default: *470 + default: *471 '403': *29 '404': *6 '422': *7 @@ -71975,9 +71990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *268 - *269 - - *471 + - *270 + - *472 - *17 - *19 responses: @@ -71992,7 +72007,6 @@ paths: description: Timeline Event type: object anyOf: - - *476 - *477 - *478 - *479 @@ -72005,6 +72019,7 @@ paths: - *486 - *487 - *488 + - *489 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -72308,7 +72323,7 @@ paths: type: string comments: type: array - items: &509 + items: &510 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -72517,7 +72532,7 @@ paths: type: string comments: type: array - items: *398 + items: *399 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -72806,7 +72821,7 @@ paths: headers: Link: *57 '404': *6 - '410': *277 + '410': *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72823,8 +72838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -72834,7 +72849,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -72899,8 +72914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -72936,9 +72951,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &490 + default: &491 value: id: 1 key: ssh-rsa AAA... @@ -72972,9 +72987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *268 - *269 - - &491 + - *270 + - &492 name: key_id description: The unique identifier of the key. in: path @@ -72986,9 +73001,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 '404': *6 x-github: githubCloudOnly: false @@ -73006,9 +73021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *268 - *269 - - *491 + - *270 + - *492 responses: '204': description: Response @@ -73028,8 +73043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -73039,9 +73054,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 + default: *475 headers: Link: *57 '404': *6 @@ -73062,8 +73077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73099,9 +73114,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: &492 + default: &493 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73133,8 +73148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -73145,9 +73160,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *492 + default: *493 '404': *6 x-github: githubCloudOnly: false @@ -73164,8 +73179,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -73204,7 +73219,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -73230,8 +73245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *268 - *269 + - *270 - name: name in: path required: true @@ -73257,8 +73272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -73297,9 +73312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *268 - *269 - - *374 + - *270 + - *375 responses: '200': description: Response @@ -73444,8 +73459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73510,8 +73525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73545,9 +73560,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *399 + schema: *400 examples: - default: *493 + default: *494 '204': description: Response when already merged '404': @@ -73572,8 +73587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *268 - *269 + - *270 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -73614,12 +73629,12 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 examples: default: value: @@ -73675,8 +73690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -73716,9 +73731,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -73777,9 +73792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *268 - *269 - - &496 + - *270 + - &497 name: milestone_number description: The number that identifies the milestone. in: path @@ -73791,9 +73806,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 x-github: githubCloudOnly: false @@ -73810,9 +73825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *268 - *269 - - *496 + - *270 + - *497 requestBody: required: false content: @@ -73850,9 +73865,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73868,9 +73883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *268 - *269 - - *496 + - *270 + - *497 responses: '204': description: Response @@ -73891,9 +73906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *268 - *269 - - *496 + - *270 + - *497 - *17 - *19 responses: @@ -73903,9 +73918,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 + default: *475 headers: Link: *57 x-github: @@ -73924,12 +73939,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *268 - *269 - - *497 + - *270 - *498 - - *66 - *499 + - *66 + - *500 - *17 - *19 responses: @@ -73941,7 +73956,7 @@ paths: type: array items: *89 examples: - default: *500 + default: *501 headers: Link: *57 x-github: @@ -73965,8 +73980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -74024,14 +74039,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: &501 + schema: &502 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -74156,7 +74171,7 @@ paths: - custom_404 - public examples: - default: &502 + default: &503 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -74197,8 +74212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -74252,9 +74267,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '409': *46 x-github: @@ -74277,8 +74292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -74377,8 +74392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -74404,8 +74419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -74415,7 +74430,7 @@ paths: application/json: schema: type: array - items: &503 + items: &504 title: Page Build description: Page Build type: object @@ -74509,8 +74524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *268 - *269 + - *270 responses: '201': description: Response @@ -74555,16 +74570,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -74612,8 +74627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *268 - *269 + - *270 - name: build_id in: path required: true @@ -74624,9 +74639,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74646,8 +74661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -74753,9 +74768,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *268 - *269 - - &505 + - *270 + - &506 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -74813,9 +74828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *268 - *269 - - *505 + - *270 + - *506 responses: '204': *141 '404': *6 @@ -74842,8 +74857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -75101,8 +75116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Private vulnerability reporting status @@ -75139,8 +75154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': *141 '422': *14 @@ -75161,8 +75176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': *141 '422': *14 @@ -75185,8 +75200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *268 - *269 + - *270 - name: state description: Indicates the state of the projects to return. in: query @@ -75207,7 +75222,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -75247,7 +75262,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -75267,8 +75282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -75294,13 +75309,13 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *277 '401': *25 '403': *29 '404': *6 - '410': *277 + '410': *278 '422': *7 x-github: githubCloudOnly: false @@ -75320,8 +75335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -75329,7 +75344,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -75360,8 +75375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -75373,7 +75388,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - properties examples: @@ -75423,8 +75438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *268 - *269 + - *270 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -75484,9 +75499,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *507 + default: *508 headers: Link: *57 '304': *37 @@ -75518,8 +75533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -75584,7 +75599,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -75695,8 +75710,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -75741,7 +75756,7 @@ paths: nullable: true requested_teams: type: array - items: *247 + items: *248 nullable: true head: type: object @@ -75780,14 +75795,14 @@ paths: _links: type: object properties: - comments: *405 - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + comments: *406 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -75798,7 +75813,7 @@ paths: - review_comment - self author_association: *62 - auto_merge: *508 + auto_merge: *509 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -75890,7 +75905,7 @@ paths: - merged_by - review_comments examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76417,8 +76432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *268 - *269 + - *270 - name: sort in: query required: false @@ -76447,9 +76462,9 @@ paths: application/json: schema: type: array - items: *509 + items: *510 examples: - default: &514 + default: &515 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76526,17 +76541,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *75 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76611,8 +76626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -76635,9 +76650,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76653,8 +76668,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *268 - *269 + - *270 - *75 responses: '204': @@ -76676,8 +76691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *268 - *269 + - *270 - *75 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -76704,9 +76719,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -76727,8 +76742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *268 - *269 + - *270 - *75 requestBody: required: true @@ -76761,16 +76776,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -76792,10 +76807,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *268 - *269 + - *270 - *75 - - *264 + - *265 responses: '204': description: Response @@ -76838,9 +76853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *268 - *269 - - &513 + - *270 + - &514 name: pull_number description: The number that identifies the pull request. in: path @@ -76853,9 +76868,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '304': *37 '404': *6 '406': @@ -76890,9 +76905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -76934,9 +76949,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 '403': *29 x-github: @@ -76958,9 +76973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: true content: @@ -77020,17 +77035,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 @@ -77060,9 +77075,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *86 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77083,9 +77098,9 @@ paths: application/json: schema: type: array - items: *509 + items: *510 examples: - default: *514 + default: *515 headers: Link: *57 x-github: @@ -77118,9 +77133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: true content: @@ -77225,7 +77240,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: example-for-a-multi-line-comment: value: @@ -77313,9 +77328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *75 requestBody: required: true @@ -77338,7 +77353,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -77424,9 +77439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *17 - *19 responses: @@ -77436,9 +77451,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *515 + default: *516 headers: Link: *57 x-github: @@ -77468,9 +77483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *17 - *19 responses: @@ -77480,7 +77495,7 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: default: value: @@ -77518,9 +77533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *268 - *269 - - *513 + - *270 + - *514 responses: '204': description: Response if pull request has been merged @@ -77543,9 +77558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -77656,9 +77671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 responses: '200': description: Response @@ -77674,7 +77689,7 @@ paths: items: *4 teams: type: array - items: *186 + items: *187 required: - users - teams @@ -77733,9 +77748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -77772,7 +77787,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -78308,9 +78323,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: true content: @@ -78344,7 +78359,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -78849,9 +78864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 - *17 - *19 responses: @@ -78861,7 +78876,7 @@ paths: application/json: schema: type: array - items: &516 + items: &517 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79012,9 +79027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -79100,9 +79115,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &518 + default: &519 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79165,10 +79180,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - &517 + - *270 + - *514 + - &518 name: review_id description: The unique identifier of the review. in: path @@ -79180,9 +79195,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &519 + default: &520 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79241,10 +79256,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 requestBody: required: true content: @@ -79267,7 +79282,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -79329,18 +79344,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 '422': *7 '404': *6 x-github: @@ -79367,10 +79382,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 - *17 - *19 responses: @@ -79453,9 +79468,9 @@ paths: _links: type: object properties: - self: *405 - html: *405 - pull_request: *405 + self: *406 + html: *406 + pull_request: *406 required: - self - html @@ -79598,10 +79613,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 requestBody: required: true content: @@ -79629,7 +79644,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -79692,10 +79707,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *268 - *269 - - *513 - - *517 + - *270 + - *514 + - *518 requestBody: required: true content: @@ -79730,9 +79745,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *519 + default: *520 '404': *6 '422': *7 '403': *29 @@ -79754,9 +79769,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *268 - *269 - - *513 + - *270 + - *514 requestBody: required: false content: @@ -79819,8 +79834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *268 - *269 + - *270 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -79833,9 +79848,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: type: file encoding: base64 @@ -79877,8 +79892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *268 - *269 + - *270 - name: dir description: The alternate path to look for a README file in: path @@ -79898,9 +79913,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '404': *6 '422': *15 x-github: @@ -79922,8 +79937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -79933,7 +79948,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Release description: A release. type: object @@ -79996,7 +80011,7 @@ paths: author: *4 assets: type: array - items: &523 + items: &524 title: Release Asset description: Data related to a release. type: object @@ -80177,8 +80192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -80254,9 +80269,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &526 + default: &527 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80359,9 +80374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *268 - *269 - - &524 + - *270 + - &525 name: asset_id description: The unique identifier of the asset. in: path @@ -80373,9 +80388,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: &525 + default: &526 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 @@ -80409,7 +80424,7 @@ paths: type: User site_admin: false '404': *6 - '302': *416 + '302': *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80425,9 +80440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *268 - *269 - - *524 + - *270 + - *525 requestBody: required: false content: @@ -80455,9 +80470,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80473,9 +80488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *268 - *269 - - *524 + - *270 + - *525 responses: '204': description: Response @@ -80499,8 +80514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -80585,16 +80600,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *268 - *269 + - *270 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80611,8 +80626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *268 - *269 + - *270 - name: tag description: tag parameter in: path @@ -80625,9 +80640,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *526 + default: *527 '404': *6 x-github: githubCloudOnly: false @@ -80649,9 +80664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *268 - *269 - - &527 + - *270 + - &528 name: release_id description: The unique identifier of the release. in: path @@ -80665,9 +80680,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: *522 + schema: *523 examples: - default: *526 + default: *527 '401': description: Unauthorized x-github: @@ -80685,9 +80700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 requestBody: required: false content: @@ -80751,9 +80766,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *526 + default: *527 '404': description: Not Found if the discussion category name is invalid content: @@ -80774,9 +80789,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 responses: '204': description: Response @@ -80796,9 +80811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *268 - *269 - - *527 + - *270 + - *528 - *17 - *19 responses: @@ -80808,7 +80823,7 @@ paths: application/json: schema: type: array - items: *523 + items: *524 examples: default: value: @@ -80888,9 +80903,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *268 - *269 - - *527 + - *270 + - *528 - name: name in: query required: true @@ -80916,7 +80931,7 @@ paths: description: Response for successful upload content: application/json: - schema: *523 + schema: *524 examples: response-for-successful-upload: value: @@ -80970,9 +80985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 - 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. @@ -80996,9 +81011,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 '404': *6 @@ -81019,9 +81034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *268 - *269 - - *527 + - *270 + - *528 requestBody: required: true content: @@ -81051,16 +81066,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '201': description: Reaction created content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 '422': *15 x-github: githubCloudOnly: false @@ -81082,10 +81097,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *268 - *269 - - *527 - - *264 + - *270 + - *528 + - *265 responses: '204': description: Response @@ -81109,9 +81124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *268 - *269 - - *336 + - *270 + - *337 - *17 - *19 responses: @@ -81127,8 +81142,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *528 - - &530 + - *529 + - &531 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81148,53 +81163,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *529 - *530 - - allOf: - *531 - - *530 - allOf: - *532 - - *530 + - *531 - allOf: - *533 - - *530 + - *531 - allOf: - *534 - - *530 + - *531 - allOf: - *535 - - *530 + - *531 - allOf: - *536 - - *530 + - *531 - allOf: - *537 - - *530 + - *531 - allOf: - *538 - - *530 + - *531 - allOf: - *539 - - *530 + - *531 - allOf: - *540 - - *530 + - *531 - allOf: - *541 - - *530 + - *531 - allOf: - *542 - - *530 + - *531 - allOf: - *543 - - *530 + - *531 - allOf: - *544 - - *530 + - *531 - allOf: - *545 - - *530 + - *531 + - allOf: + - *546 + - *531 examples: default: value: @@ -81233,8 +81248,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - *17 - *19 - name: includes_parents @@ -81245,7 +81260,7 @@ paths: schema: type: boolean default: true - - *546 + - *547 responses: '200': description: Response @@ -81253,7 +81268,7 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: default: value: @@ -81300,8 +81315,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 requestBody: description: Request body required: true @@ -81321,16 +81336,16 @@ paths: - tag - push default: branch - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *229 + items: *233 + conditions: *230 rules: type: array description: An array of rules within the ruleset. - items: *234 + items: *235 required: - name - enforcement @@ -81361,9 +81376,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: &556 + default: &557 value: id: 42 name: super cool ruleset @@ -81410,12 +81425,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *268 - *269 - - *547 + - *270 - *548 - *549 - *550 + - *551 - *17 - *19 responses: @@ -81423,9 +81438,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '404': *6 '500': *144 x-github: @@ -81446,17 +81461,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *268 - *269 - - *553 + - *270 + - *554 responses: '200': description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 '404': *6 '500': *144 x-github: @@ -81484,8 +81499,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81505,9 +81520,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *556 + default: *557 '404': *6 '500': *144 put: @@ -81525,8 +81540,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81551,16 +81566,16 @@ paths: - branch - tag - push - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *229 + items: *233 + conditions: *230 rules: description: An array of rules within the ruleset. type: array - items: *234 + items: *235 examples: default: value: @@ -81588,9 +81603,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *556 + default: *557 '404': *6 '500': *144 delete: @@ -81608,8 +81623,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - *269 + - *270 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81637,20 +81652,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *268 - *269 - - *237 + - *270 - *238 - *239 - *240 + - *241 - *48 - *19 - *17 - - *557 - *558 - - *241 + - *559 - *242 - *243 + - *244 responses: '200': description: Response @@ -81658,7 +81673,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 type: object properties: number: *53 @@ -81677,8 +81692,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *559 - resolution: *560 + state: *560 + resolution: *561 resolved_at: type: string format: date-time @@ -81891,15 +81906,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -81951,9 +81966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 requestBody: required: true content: @@ -81961,8 +81976,8 @@ paths: schema: type: object properties: - state: *559 - resolution: *560 + state: *560 + resolution: *561 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -81980,7 +81995,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -82055,9 +82070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *268 - *269 - - *368 + - *270 + - *369 - *19 - *17 responses: @@ -82068,7 +82083,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &694 + items: &695 type: object properties: type: @@ -82427,8 +82442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -82436,14 +82451,14 @@ paths: schema: type: object properties: - reason: &563 + reason: &564 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *562 + placeholder_id: *563 required: - reason - placeholder_id @@ -82460,7 +82475,7 @@ paths: schema: type: object properties: - reason: *563 + reason: *564 expire_at: type: string format: date-time @@ -82503,8 +82518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *268 - *269 + - *270 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -82519,7 +82534,7 @@ paths: properties: incremental_scans: type: array - items: &564 + items: &565 description: Information on a single scan performed by secret scanning on the repository type: object @@ -82545,15 +82560,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *564 + items: *565 backfill_scans: type: array - items: *564 + items: *565 custom_pattern_backfill_scans: type: array items: allOf: - - *564 + - *565 - type: object properties: pattern_name: @@ -82623,8 +82638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *268 - *269 + - *270 - *48 - name: sort description: The property to sort the results by. @@ -82668,9 +82683,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *566 + default: *567 '400': *14 '404': *6 x-github: @@ -82693,8 +82708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -82767,7 +82782,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 required: - login - type @@ -82854,9 +82869,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &568 + default: &569 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -83089,8 +83104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -83194,7 +83209,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -83341,17 +83356,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *268 - *269 - - *567 + - *270 + - *568 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *568 + default: *569 '403': *29 '404': *6 x-github: @@ -83375,9 +83390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *268 - *269 - - *567 + - *270 + - *568 requestBody: required: true content: @@ -83450,7 +83465,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *247 required: - login - type @@ -83536,10 +83551,10 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *568 - add_credit: *568 + default: *569 + add_credit: *569 '403': *29 '404': *6 '422': @@ -83577,9 +83592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *268 - *269 - - *567 + - *270 + - *568 responses: '202': *47 '400': *14 @@ -83606,17 +83621,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *268 - *269 - - *567 + - *270 + - *568 responses: '202': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 '400': *14 '422': *15 '403': *29 @@ -83642,8 +83657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -83742,8 +83757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -83752,7 +83767,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -83785,8 +83800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -83862,8 +83877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -83959,8 +83974,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *268 - *269 + - *270 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -84114,8 +84129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *268 - *269 + - *270 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -84125,7 +84140,7 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: default: value: @@ -84158,8 +84173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *268 - *269 + - *270 - name: sha in: path required: true @@ -84213,7 +84228,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -84267,8 +84282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84280,7 +84295,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -84300,14 +84315,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *268 - *269 + - *270 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &571 + schema: &572 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84375,8 +84390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *268 - *269 + - *270 requestBody: required: false content: @@ -84402,7 +84417,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -84429,8 +84444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -84450,8 +84465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84530,8 +84545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -84539,7 +84554,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: Tag protection description: Tag protection type: object @@ -84591,8 +84606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -84615,7 +84630,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -84646,8 +84661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *268 - *269 + - *270 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -84684,8 +84699,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *268 - *269 + - *270 - name: ref in: path required: true @@ -84721,8 +84736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *268 - *269 + - *270 - *17 - *19 responses: @@ -84732,9 +84747,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *204 + default: *205 headers: Link: *57 '404': *6 @@ -84754,8 +84769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *268 - *269 + - *270 - *19 - *17 responses: @@ -84763,7 +84778,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -84775,7 +84790,7 @@ paths: required: - names examples: - default: &574 + default: &575 value: names: - octocat @@ -84798,8 +84813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -84830,9 +84845,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '422': *7 x-github: @@ -84853,9 +84868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *268 - *269 - - &575 + - *270 + - &576 name: per description: The time frame to display results for. in: query @@ -84884,7 +84899,7 @@ paths: example: 128 clones: type: array - items: &576 + items: &577 title: Traffic type: object properties: @@ -84971,8 +84986,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -85062,8 +85077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *268 - *269 + - *270 responses: '200': description: Response @@ -85123,9 +85138,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *268 - *269 - - *575 + - *270 + - *576 responses: '200': description: Response @@ -85144,7 +85159,7 @@ paths: example: 3782 views: type: array - items: *576 + items: *577 required: - uniques - count @@ -85221,8 +85236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *268 - *269 + - *270 requestBody: required: true content: @@ -85496,8 +85511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *268 - *269 + - *270 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -85520,8 +85535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -85543,8 +85558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -85570,8 +85585,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *268 - *269 + - *270 - name: ref in: path required: true @@ -85663,9 +85678,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -85913,7 +85928,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &577 + text_matches: &578 title: Search Result Text Matches type: array items: @@ -86075,7 +86090,7 @@ paths: enum: - author-date - committer-date - - &578 + - &579 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 @@ -86146,7 +86161,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *334 + properties: *335 nullable: true comment_count: type: integer @@ -86166,7 +86181,7 @@ paths: url: type: string format: uri - verification: *451 + verification: *452 required: - author - committer @@ -86185,7 +86200,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *334 + properties: *335 nullable: true parents: type: array @@ -86203,7 +86218,7 @@ paths: type: number node_id: type: string - text_matches: *577 + text_matches: *578 required: - sha - node_id @@ -86395,7 +86410,7 @@ paths: - interactions - created - updated - - *578 + - *579 - *17 - *19 responses: @@ -86514,8 +86529,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true comments: type: integer @@ -86529,7 +86544,7 @@ paths: type: string format: date-time nullable: true - text_matches: *577 + text_matches: *578 pull_request: type: object properties: @@ -86753,7 +86768,7 @@ paths: enum: - created - updated - - *578 + - *579 - *17 - *19 responses: @@ -86797,7 +86812,7 @@ paths: nullable: true score: type: number - text_matches: *577 + text_matches: *578 required: - id - node_id @@ -86882,7 +86897,7 @@ paths: - forks - help-wanted-issues - updated - - *578 + - *579 - *17 - *19 responses: @@ -87121,7 +87136,7 @@ paths: - admin - pull - push - text_matches: *577 + text_matches: *578 temp_clone_token: type: string allow_merge_commit: @@ -87421,7 +87436,7 @@ paths: type: string format: uri nullable: true - text_matches: *577 + text_matches: *578 related: type: array nullable: true @@ -87612,7 +87627,7 @@ paths: - followers - repositories - joined - - *578 + - *579 - *17 - *19 responses: @@ -87716,7 +87731,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *577 + text_matches: *578 blog: type: string nullable: true @@ -87795,7 +87810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &579 + - &580 name: team_id description: The unique identifier of the team. in: path @@ -87807,9 +87822,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 x-github: githubCloudOnly: false @@ -87836,7 +87851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *579 + - *580 requestBody: required: true content: @@ -87899,16 +87914,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '201': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 '404': *6 '422': *15 '403': *29 @@ -87936,7 +87951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *579 + - *580 responses: '204': description: Response @@ -87967,7 +87982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *579 + - *580 - *48 - *17 - *19 @@ -87978,9 +87993,9 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *580 + default: *581 headers: Link: *57 x-github: @@ -88009,7 +88024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *579 + - *580 requestBody: required: true content: @@ -88043,9 +88058,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: triggersNotification: true githubCloudOnly: false @@ -88072,16 +88087,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88106,8 +88121,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 requestBody: required: false content: @@ -88130,9 +88145,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *581 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88157,8 +88172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 responses: '204': description: Response @@ -88187,8 +88202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *579 - - *257 + - *580 + - *258 - *48 - *17 - *19 @@ -88199,9 +88214,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *582 + default: *583 headers: Link: *57 x-github: @@ -88230,8 +88245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *579 - - *257 + - *580 + - *258 requestBody: required: true content: @@ -88253,9 +88268,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: triggersNotification: true githubCloudOnly: false @@ -88282,17 +88297,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 responses: '200': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88317,9 +88332,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 requestBody: required: true content: @@ -88341,9 +88356,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *583 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88368,9 +88383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 responses: '204': description: Response @@ -88399,9 +88414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 - 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 team discussion comment. @@ -88427,9 +88442,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -88458,9 +88473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *579 - - *257 - - *260 + - *580 + - *258 + - *261 requestBody: required: true content: @@ -88492,9 +88507,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88520,8 +88535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 - 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 team discussion. @@ -88547,9 +88562,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *263 + default: *264 headers: Link: *57 x-github: @@ -88578,8 +88593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *579 - - *257 + - *580 + - *258 requestBody: required: true content: @@ -88611,9 +88626,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88637,7 +88652,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -88647,9 +88662,9 @@ paths: application/json: schema: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 headers: Link: *57 x-github: @@ -88675,7 +88690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *579 + - *580 - name: role description: Filters members returned by their role in the team. in: query @@ -88698,7 +88713,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -88726,7 +88741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88763,7 +88778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88803,7 +88818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88840,16 +88855,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *579 + - *580 - *131 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-user-is-a-team-maintainer: *584 + response-if-user-is-a-team-maintainer: *585 '404': *6 x-github: githubCloudOnly: false @@ -88882,7 +88897,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *579 + - *580 - *131 requestBody: required: false @@ -88908,9 +88923,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - response-if-users-membership-with-team-is-now-pending: *585 + response-if-users-membership-with-team-is-now-pending: *586 '403': description: Forbidden if team synchronization is set up '422': @@ -88944,7 +88959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *579 + - *580 - *131 responses: '204': @@ -88974,7 +88989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -88984,9 +88999,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *586 + default: *587 headers: Link: *57 '404': *6 @@ -89013,16 +89028,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *579 - - *267 + - *580 + - *268 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *587 + default: *588 '404': description: Not Found if project is not managed by this team x-github: @@ -89047,8 +89062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *579 - - *267 + - *580 + - *268 requestBody: required: false content: @@ -89116,8 +89131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *579 - - *267 + - *580 + - *268 responses: '204': description: Response @@ -89144,7 +89159,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -89156,7 +89171,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 '404': *6 @@ -89186,15 +89201,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *579 - - *268 + - *580 - *269 + - *270 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *588 + schema: *589 examples: alternative-response-with-extra-repository-information: value: @@ -89345,9 +89360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *579 - - *268 + - *580 - *269 + - *270 requestBody: required: false content: @@ -89397,9 +89412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *579 - - *268 + - *580 - *269 + - *270 responses: '204': description: Response @@ -89424,7 +89439,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *579 + - *580 - *17 - *19 responses: @@ -89434,9 +89449,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - response-if-child-teams-exist: *589 + response-if-child-teams-exist: *590 headers: Link: *57 '404': *6 @@ -89469,7 +89484,7 @@ paths: application/json: schema: oneOf: - - &591 + - &592 title: Private User description: Private User type: object @@ -89672,7 +89687,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *590 + - *591 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -89825,7 +89840,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -89904,7 +89919,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '304': *37 '404': *6 '403': *29 @@ -90028,9 +90043,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *37 '500': *144 '401': *25 @@ -90169,17 +90184,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 @@ -90223,7 +90238,7 @@ paths: type: integer secrets: type: array - items: &592 + items: &593 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -90263,7 +90278,7 @@ paths: - visibility - selected_repositories_url examples: - default: *391 + default: *392 headers: Link: *57 x-github: @@ -90339,7 +90354,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -90485,7 +90500,7 @@ paths: type: array items: *118 examples: - default: *593 + default: *594 '401': *25 '403': *29 '404': *6 @@ -90629,15 +90644,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '304': *37 '500': *144 '401': *25 @@ -90663,7 +90678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 requestBody: required: false content: @@ -90693,9 +90708,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 @@ -90717,7 +90732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': *47 '304': *37 @@ -90746,13 +90761,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': description: Response content: application/json: - schema: &594 + schema: &595 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -90793,7 +90808,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &595 + default: &596 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -90825,7 +90840,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *192 + - *193 - name: export_id in: path required: true @@ -90838,9 +90853,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *6 x-github: githubCloudOnly: false @@ -90861,7 +90876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *192 + - *193 responses: '200': description: Response @@ -90877,9 +90892,9 @@ paths: type: integer machines: type: array - items: *596 + items: *597 examples: - default: *597 + default: *598 '304': *37 '500': *144 '401': *25 @@ -90908,7 +90923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *192 + - *193 requestBody: required: true content: @@ -90958,13 +90973,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *279 + repository: *280 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *389 - required: *390 + properties: *390 + required: *391 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -91738,15 +91753,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '304': *37 '500': *144 '400': *14 @@ -91778,15 +91793,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *388 + default: *389 '500': *144 '401': *25 '403': *29 @@ -91816,9 +91831,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: &610 + default: &611 value: - id: 197 name: hello_docker @@ -91919,7 +91934,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Email description: Email type: object @@ -91984,9 +91999,9 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: - default: &612 + default: &613 value: - email: octocat@github.com verified: true @@ -92061,7 +92076,7 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: default: value: @@ -92171,7 +92186,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *37 @@ -92204,7 +92219,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *37 @@ -92317,7 +92332,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: GPG Key description: A unique encryption key type: object @@ -92448,7 +92463,7 @@ paths: - subkeys - revoked examples: - default: &623 + default: &624 value: - id: 3 name: Octocat's GPG Key @@ -92533,9 +92548,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &600 + default: &601 value: id: 3 name: Octocat's GPG Key @@ -92592,7 +92607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &601 + - &602 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -92604,9 +92619,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *600 + default: *601 '404': *6 '304': *37 '403': *29 @@ -92629,7 +92644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *601 + - *602 responses: '204': description: Response @@ -92820,7 +92835,7 @@ paths: type: array items: *59 examples: - default: *602 + default: *603 headers: Link: *57 '404': *6 @@ -92905,12 +92920,12 @@ paths: application/json: schema: anyOf: - - *181 + - *182 - type: object properties: {} additionalProperties: false examples: - default: *182 + default: *183 '204': description: Response when there are no restrictions x-github: @@ -92934,7 +92949,7 @@ paths: required: true content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -92945,7 +92960,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -93026,7 +93041,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -93051,7 +93066,7 @@ paths: type: array items: *76 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -93084,7 +93099,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Key description: Key type: object @@ -93181,9 +93196,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93216,15 +93231,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *491 + - *492 responses: '200': description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 '304': *37 '403': *29 @@ -93247,7 +93262,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *491 + - *492 responses: '204': description: Response @@ -93280,7 +93295,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -93348,7 +93363,7 @@ paths: - account - plan examples: - default: &606 + default: &607 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -93410,9 +93425,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *606 + default: *607 headers: Link: *57 '304': *37 @@ -93452,7 +93467,7 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: default: value: @@ -93560,7 +93575,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -93643,7 +93658,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -93711,7 +93726,7 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: default: value: @@ -93964,7 +93979,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -94144,7 +94159,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *198 + - *199 - name: exclude in: query required: false @@ -94157,7 +94172,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -94351,7 +94366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *198 + - *199 responses: '302': description: Response @@ -94377,7 +94392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *198 + - *199 responses: '204': description: Response @@ -94406,8 +94421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *198 - - *607 + - *199 + - *608 responses: '204': description: Response @@ -94431,7 +94446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *198 + - *199 - *17 - *19 responses: @@ -94443,7 +94458,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 '404': *6 @@ -94478,9 +94493,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *608 + default: *609 headers: Link: *57 '304': *37 @@ -94522,7 +94537,7 @@ paths: - docker - nuget - container - - *609 + - *610 - *19 - *17 responses: @@ -94532,10 +94547,10 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *610 - '400': *611 + default: *611 + '400': *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94555,16 +94570,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *207 - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: &624 + default: &625 value: id: 40201 name: octo-name @@ -94677,8 +94692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *207 - *208 + - *209 responses: '204': description: Response @@ -94708,8 +94723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *207 - *208 + - *209 - name: token description: package token schema: @@ -94741,8 +94756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *207 - *208 + - *209 - *19 - *17 - name: state @@ -94762,7 +94777,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: value: @@ -94811,15 +94826,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -94855,9 +94870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 responses: '204': description: Response @@ -94887,9 +94902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 responses: '204': description: Response @@ -94945,7 +94960,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -95014,9 +95029,9 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: - default: *612 + default: *613 headers: Link: *57 '304': *37 @@ -95129,7 +95144,7 @@ paths: type: array items: *59 examples: - default: &619 + default: &620 summary: Default response value: - id: 1296269 @@ -95431,9 +95446,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *281 + default: *282 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95471,9 +95486,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *613 + default: *614 headers: Link: *57 '304': *37 @@ -95496,7 +95511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *185 + - *186 responses: '204': description: Response @@ -95519,7 +95534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *185 + - *186 responses: '204': description: Response @@ -95552,7 +95567,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Social account description: Social media account type: object @@ -95567,7 +95582,7 @@ paths: - provider - url examples: - default: &615 + default: &616 value: - provider: twitter url: https://twitter.com/github @@ -95629,9 +95644,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: *615 + default: *616 '422': *15 '304': *37 '404': *6 @@ -95718,7 +95733,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -95738,7 +95753,7 @@ paths: - title - created_at examples: - default: &631 + default: &632 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95804,9 +95819,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &617 + default: &618 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95837,7 +95852,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: - - &618 + - &619 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -95849,9 +95864,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '304': *37 '403': *29 @@ -95874,7 +95889,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: - - *618 + - *619 responses: '204': description: Response @@ -95903,7 +95918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &632 + - &633 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 @@ -95928,11 +95943,11 @@ paths: type: array items: *59 examples: - default-response: *619 + default-response: *620 application/vnd.github.v3.star+json: schema: type: array - items: &633 + items: &634 title: Starred Repository description: Starred Repository type: object @@ -96088,8 +96103,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response if this repository is starred by you @@ -96117,8 +96132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -96142,8 +96157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *268 - *269 + - *270 responses: '204': description: Response @@ -96178,7 +96193,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 '304': *37 @@ -96215,7 +96230,7 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: default: value: @@ -96301,10 +96316,10 @@ paths: application/json: schema: oneOf: + - *592 - *591 - - *590 examples: - default-response: &621 + default-response: &622 summary: Default response value: login: octocat @@ -96339,7 +96354,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &622 + response-with-git-hub-plan-information: &623 summary: Response with GitHub plan information value: login: octocat @@ -96399,7 +96414,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *620 + - *621 - *17 responses: '200': @@ -96410,7 +96425,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" @@ -96448,11 +96463,11 @@ paths: application/json: schema: oneOf: + - *592 - *591 - - *590 examples: - default-response: *621 - response-with-git-hub-plan-information: *622 + default-response: *622 + response-with-git-hub-plan-information: *623 '404': *6 x-github: githubCloudOnly: false @@ -96614,9 +96629,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *610 + default: *611 '403': *29 '401': *25 x-github: @@ -96899,7 +96914,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -96930,7 +96945,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -97020,9 +97035,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *623 + default: *624 headers: Link: *57 x-github: @@ -97126,7 +97141,7 @@ paths: application/json: schema: *22 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97202,9 +97217,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *608 + default: *609 headers: Link: *57 x-github: @@ -97243,7 +97258,7 @@ paths: - docker - nuget - container - - *609 + - *610 - *131 - *19 - *17 @@ -97254,12 +97269,12 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *610 + default: *611 '403': *29 '401': *25 - '400': *611 + '400': *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97279,17 +97294,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *207 - *208 + - *209 - *131 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97310,8 +97325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *207 - *208 + - *209 - *131 responses: '204': @@ -97344,8 +97359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *207 - *208 + - *209 - *131 - name: token description: package token @@ -97378,8 +97393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *207 - *208 + - *209 - *131 responses: '200': @@ -97388,7 +97403,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: value: @@ -97446,16 +97461,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *207 - *208 - - *210 + - *209 + - *211 - *131 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -97490,10 +97505,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *207 - *208 + - *209 - *131 - - *210 + - *211 responses: '204': description: Response @@ -97525,10 +97540,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *207 - *208 + - *209 - *131 - - *210 + - *211 responses: '204': description: Response @@ -97572,7 +97587,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -97852,7 +97867,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -97882,9 +97897,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97912,9 +97927,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97942,9 +97957,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97972,9 +97987,9 @@ paths: application/json: schema: type: array - items: *614 + items: *615 examples: - default: *615 + default: *616 headers: Link: *57 x-github: @@ -98004,9 +98019,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *631 + default: *632 headers: Link: *57 x-github: @@ -98031,7 +98046,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *131 - - *632 + - *633 - *48 - *17 - *19 @@ -98043,11 +98058,11 @@ paths: schema: anyOf: - type: array - items: *633 + items: *634 - type: array items: *59 examples: - default-response: *619 + default-response: *620 headers: Link: *57 x-github: @@ -98078,7 +98093,7 @@ paths: type: array items: *118 examples: - default: *211 + default: *212 headers: Link: *57 x-github: @@ -98206,7 +98221,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &634 + enterprise: &635 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -98264,7 +98279,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &635 + installation: &636 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -98283,7 +98298,7 @@ x-webhooks: required: - id - node_id - organization: &636 + organization: &637 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -98343,13 +98358,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &637 + repository: &638 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: &667 + properties: &668 id: description: Unique identifier of the repository example: 42 @@ -99032,7 +99047,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &668 + required: &669 - archive_url - assignees_url - blobs_url @@ -99183,10 +99198,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -99262,11 +99277,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - rule: &638 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + rule: &639 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) @@ -99489,11 +99504,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - rule: *638 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + rule: *639 sender: *4 required: - action @@ -99676,11 +99691,11 @@ x-webhooks: - everyone required: - from - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - rule: *638 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + rule: *639 sender: *4 required: - action @@ -99764,7 +99779,7 @@ x-webhooks: type: string enum: - completed - check_run: &640 + check_run: &641 title: CheckRun description: A check performed on the code of a given code change type: object @@ -99827,7 +99842,7 @@ x-webhooks: type: string pull_requests: type: array - items: *347 + items: *348 repository: *118 status: example: completed @@ -99865,7 +99880,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *639 + deployment: *640 details_url: example: https://example.com type: string @@ -99915,7 +99930,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *347 + items: *348 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -99950,9 +99965,9 @@ x-webhooks: - output - app - pull_requests - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - check_run @@ -100345,10 +100360,10 @@ x-webhooks: type: string enum: - created - check_run: *640 - installation: *635 - organization: *636 - repository: *637 + check_run: *641 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - check_run @@ -100744,10 +100759,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *640 - installation: *635 - organization: *636 - repository: *637 + check_run: *641 + installation: *636 + organization: *637 + repository: *638 requested_action: description: The action requested by the user. type: object @@ -101152,10 +101167,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *640 - installation: *635 - organization: *636 - repository: *637 + check_run: *641 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - check_run @@ -102132,10 +102147,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -102805,10 +102820,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -103472,10 +103487,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -103638,7 +103653,7 @@ x-webhooks: required: - login - id - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -103783,20 +103798,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &641 + commit_oid: &642 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: *634 - installation: *635 - organization: *636 - ref: &642 + enterprise: *635 + installation: *636 + organization: *637 + ref: &643 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: *637 + repository: *638 sender: *4 required: - action @@ -103958,7 +103973,7 @@ x-webhooks: required: - login - id - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104119,12 +104134,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -104219,7 +104234,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104385,12 +104400,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -104553,7 +104568,7 @@ x-webhooks: required: - login - id - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104719,12 +104734,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -104821,7 +104836,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104989,16 +105004,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 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: *637 + repository: *638 sender: *4 required: - action @@ -105092,7 +105107,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *363 + dismissed_comment: *364 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105232,12 +105247,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *641 - enterprise: *634 - installation: *635 - organization: *636 - ref: *642 - repository: *637 + commit_oid: *642 + enterprise: *635 + installation: *636 + organization: *637 + ref: *643 + repository: *638 sender: *4 required: - action @@ -105494,10 +105509,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -105577,18 +105592,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *636 - pusher_type: &643 + organization: *637 + pusher_type: &644 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &644 + ref: &645 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -105598,7 +105613,7 @@ x-webhooks: enum: - tag - branch - repository: *637 + repository: *638 sender: *4 required: - ref @@ -105680,10 +105695,10 @@ x-webhooks: type: string enum: - created - definition: *221 - enterprise: *634 - installation: *635 - organization: *636 + definition: *222 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -105768,9 +105783,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -105847,10 +105862,10 @@ x-webhooks: type: string enum: - updated - definition: *221 - enterprise: *634 - installation: *635 - organization: *636 + definition: *222 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -105927,19 +105942,19 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - repository: *637 - organization: *636 + enterprise: *635 + installation: *636 + repository: *638 + organization: *637 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *225 + items: *226 old_property_values: type: array description: The old custom property values for the repository. - items: *225 + items: *226 required: - action - repository @@ -106015,18 +106030,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - pusher_type: *643 - ref: *644 + enterprise: *635 + installation: *636 + organization: *637 + pusher_type: *644 + ref: *645 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *637 + repository: *638 sender: *4 required: - ref @@ -106110,11 +106125,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106198,11 +106213,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106286,11 +106301,11 @@ x-webhooks: type: string enum: - created - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106372,11 +106387,11 @@ x-webhooks: type: string enum: - dismissed - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106458,11 +106473,11 @@ x-webhooks: type: string enum: - fixed - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106545,11 +106560,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106631,11 +106646,11 @@ x-webhooks: type: string enum: - reopened - alert: *420 - installation: *635 - organization: *636 - enterprise: *634 - repository: *637 + alert: *421 + installation: *636 + organization: *637 + enterprise: *635 + repository: *638 sender: *4 required: - action @@ -106712,9 +106727,9 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - key: &645 + enterprise: *635 + installation: *636 + key: &646 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -106750,8 +106765,8 @@ x-webhooks: - verified - created_at - read_only - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -106828,11 +106843,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - key: *645 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + key: *646 + organization: *637 + repository: *638 sender: *4 required: - action @@ -107393,12 +107408,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: &649 + workflow: &650 title: Workflow type: object nullable: true @@ -108124,13 +108139,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *426 + deployment: *427 pull_requests: type: array - items: *511 - repository: *637 - organization: *636 - installation: *635 + items: *512 + repository: *638 + organization: *637 + installation: *636 sender: *4 responses: '200': @@ -108201,7 +108216,7 @@ x-webhooks: type: string enum: - approved - approver: &646 + approver: &647 type: object properties: avatar_url: @@ -108244,11 +108259,11 @@ x-webhooks: type: string comment: type: string - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - reviewers: &647 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + reviewers: &648 type: array items: type: object @@ -108327,7 +108342,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &648 + workflow_job_run: &649 type: object properties: conclusion: @@ -109058,18 +109073,18 @@ x-webhooks: type: string enum: - rejected - approver: *646 + approver: *647 comment: type: string - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - reviewers: *647 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + reviewers: *648 sender: *4 since: type: string - workflow_job_run: *648 + workflow_job_run: *649 workflow_job_runs: type: array items: @@ -109773,13 +109788,13 @@ x-webhooks: type: string enum: - requested - enterprise: *634 + enterprise: *635 environment: type: string - installation: *635 - organization: *636 - repository: *637 - requestor: &654 + installation: *636 + organization: *637 + repository: *638 + requestor: &655 title: User type: object nullable: true @@ -111678,12 +111693,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 workflow_run: title: Deployment Workflow Run type: object @@ -112363,7 +112378,7 @@ x-webhooks: type: string enum: - answered - answer: &652 + answer: &653 type: object properties: author_association: @@ -112520,7 +112535,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &650 + discussion: &651 title: Discussion description: A Discussion in a repository. type: object @@ -112806,7 +112821,7 @@ x-webhooks: - id labels: type: array - items: *473 + items: *474 required: - repository_url - category @@ -112828,10 +112843,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -112958,11 +112973,11 @@ x-webhooks: - from required: - category - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113045,11 +113060,11 @@ x-webhooks: type: string enum: - closed - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113131,7 +113146,7 @@ x-webhooks: type: string enum: - created - comment: &651 + comment: &652 type: object properties: author_association: @@ -113288,11 +113303,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113375,12 +113390,12 @@ x-webhooks: type: string enum: - deleted - comment: *651 - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + comment: *652 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113475,12 +113490,12 @@ x-webhooks: - from required: - body - comment: *651 - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + comment: *652 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113564,11 +113579,11 @@ x-webhooks: type: string enum: - created - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113650,11 +113665,11 @@ x-webhooks: type: string enum: - deleted - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113754,11 +113769,11 @@ x-webhooks: type: string required: - from - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113840,10 +113855,10 @@ x-webhooks: type: string enum: - labeled - discussion: *650 - enterprise: *634 - installation: *635 - label: &653 + discussion: *651 + enterprise: *635 + installation: *636 + label: &654 title: Label type: object properties: @@ -113875,8 +113890,8 @@ x-webhooks: - color - default - description - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -113959,11 +113974,11 @@ x-webhooks: type: string enum: - locked - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114045,11 +114060,11 @@ x-webhooks: type: string enum: - pinned - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114131,11 +114146,11 @@ x-webhooks: type: string enum: - reopened - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114220,16 +114235,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *650 - new_repository: *637 + new_discussion: *651 + new_repository: *638 required: - new_discussion - new_repository - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114312,10 +114327,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *650 - old_answer: *652 - organization: *636 - repository: *637 + discussion: *651 + old_answer: *653 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114397,12 +114412,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *650 - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114485,11 +114500,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114571,11 +114586,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *650 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + discussion: *651 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -114648,7 +114663,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *634 + enterprise: *635 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -115308,9 +115323,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - forkee @@ -115456,9 +115471,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pages: description: The pages that were updated. type: array @@ -115495,7 +115510,7 @@ x-webhooks: - action - sha - html_url - repository: *637 + repository: *638 sender: *4 required: - pages @@ -115571,10 +115586,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: &655 + organization: *637 + repositories: &656 description: An array of repository objects that the installation can access. type: array @@ -115600,8 +115615,8 @@ x-webhooks: - name - full_name - private - repository: *637 - requester: *654 + repository: *638 + requester: *655 sender: *4 required: - action @@ -115676,11 +115691,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -115756,11 +115771,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -115836,10 +115851,10 @@ x-webhooks: type: string enum: - added - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories_added: &656 + organization: *637 + repositories_added: &657 description: An array of repository objects, which were added to the installation. type: array @@ -115885,15 +115900,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *637 - repository_selection: &657 + repository: *638 + repository_selection: &658 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *654 + requester: *655 sender: *4 required: - action @@ -115972,10 +115987,10 @@ x-webhooks: type: string enum: - removed - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories_added: *656 + organization: *637 + repositories_added: *657 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -116002,9 +116017,9 @@ x-webhooks: - name - full_name - private - repository: *637 - repository_selection: *657 - requester: *654 + repository: *638 + repository_selection: *658 + requester: *655 sender: *4 required: - action @@ -116083,11 +116098,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -116265,10 +116280,10 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 target_type: type: string @@ -116347,11 +116362,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *634 + enterprise: *635 installation: *22 - organization: *636 - repositories: *655 - repository: *637 + organization: *637 + repositories: *656 + repository: *638 requester: nullable: true sender: *4 @@ -116603,8 +116618,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117759,8 +117774,8 @@ x-webhooks: - state - locked - assignee - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -117840,7 +117855,7 @@ x-webhooks: type: string enum: - deleted - comment: &658 + comment: &659 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -118005,8 +118020,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119159,8 +119174,8 @@ x-webhooks: - state - locked - assignee - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -119240,7 +119255,7 @@ x-webhooks: type: string enum: - edited - changes: &686 + changes: &687 description: The changes to the comment. type: object properties: @@ -119252,9 +119267,9 @@ x-webhooks: type: string required: - from - comment: *658 - enterprise: *634 - installation: *635 + comment: *659 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120408,8 +120423,8 @@ x-webhooks: - state - locked - assignee - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -120491,10 +120506,10 @@ x-webhooks: type: string enum: - assigned - assignee: *654 - enterprise: *634 - installation: *635 - issue: &661 + assignee: *655 + enterprise: *635 + installation: *636 + issue: &662 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121412,8 +121427,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -121493,8 +121508,8 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -122552,8 +122567,8 @@ x-webhooks: required: - state - closed_at - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -122632,8 +122647,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123544,8 +123559,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -123624,8 +123639,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124539,7 +124554,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &659 + milestone: &660 title: Milestone description: A collection of related issues and pull requests. type: object @@ -124677,8 +124692,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -124777,8 +124792,8 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125696,9 +125711,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *653 - organization: *636 - repository: *637 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -125778,8 +125793,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126696,9 +126711,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *653 - organization: *636 - repository: *637 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -126778,8 +126793,8 @@ x-webhooks: type: string enum: - locked - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127697,8 +127712,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -127777,8 +127792,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128690,9 +128705,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *659 - organization: *636 - repository: *637 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -130153,8 +130168,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131071,8 +131086,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -131152,9 +131167,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *634 - installation: *635 - issue: &660 + enterprise: *635 + installation: *636 + issue: &661 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132065,8 +132080,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -132145,8 +132160,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133063,8 +133078,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134526,11 +134541,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *634 - installation: *635 - issue: *660 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *661 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134611,7 +134626,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &689 + assignee: &690 title: User type: object nullable: true @@ -134681,11 +134696,11 @@ x-webhooks: required: - login - id - enterprise: *634 - installation: *635 - issue: *661 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *662 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134764,12 +134779,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *634 - installation: *635 - issue: *661 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *662 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -134849,8 +134864,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135766,8 +135781,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -135847,11 +135862,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *634 - installation: *635 - issue: *660 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + issue: *661 + organization: *637 + repository: *638 sender: *4 required: - action @@ -135930,11 +135945,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -136012,11 +136027,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -136126,11 +136141,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - label: *653 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + label: *654 + organization: *637 + repository: *638 sender: *4 required: - action @@ -136212,9 +136227,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: &662 + enterprise: *635 + installation: *636 + marketplace_purchase: &663 title: Marketplace Purchase type: object required: @@ -136297,8 +136312,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *636 - previous_marketplace_purchase: &663 + organization: *637 + previous_marketplace_purchase: &664 title: Marketplace Purchase type: object properties: @@ -136378,7 +136393,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *637 + repository: *638 sender: *4 required: - action @@ -136458,10 +136473,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: *662 - organization: *636 + enterprise: *635 + installation: *636 + marketplace_purchase: *663 + organization: *637 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -136544,7 +136559,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *637 + repository: *638 sender: *4 required: - action @@ -136626,10 +136641,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: *662 - organization: *636 + enterprise: *635 + installation: *636 + marketplace_purchase: *663 + organization: *637 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -136711,7 +136726,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *637 + repository: *638 sender: *4 required: - action @@ -136792,8 +136807,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 marketplace_purchase: title: Marketplace Purchase type: object @@ -136875,9 +136890,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *636 - previous_marketplace_purchase: *663 - repository: *637 + organization: *637 + previous_marketplace_purchase: *664 + repository: *638 sender: *4 required: - action @@ -136957,12 +136972,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *634 - installation: *635 - marketplace_purchase: *662 - organization: *636 - previous_marketplace_purchase: *663 - repository: *637 + enterprise: *635 + installation: *636 + marketplace_purchase: *663 + organization: *637 + previous_marketplace_purchase: *664 + repository: *638 sender: *4 required: - action @@ -137064,11 +137079,11 @@ x-webhooks: type: string required: - to - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137168,11 +137183,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137251,11 +137266,11 @@ x-webhooks: type: string enum: - removed - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137333,11 +137348,11 @@ x-webhooks: type: string enum: - added - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137413,7 +137428,7 @@ x-webhooks: required: - login - id - team: &664 + team: &665 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -137603,11 +137618,11 @@ x-webhooks: type: string enum: - removed - enterprise: *634 - installation: *635 - member: *654 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + member: *655 + organization: *637 + repository: *638 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137684,7 +137699,7 @@ x-webhooks: required: - login - id - team: *664 + team: *665 required: - action - scope @@ -137766,8 +137781,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *635 - merge_group: &666 + installation: *636 + merge_group: &667 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -137786,15 +137801,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *665 + head_commit: *666 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137880,10 +137895,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *635 - merge_group: *666 - organization: *636 - repository: *637 + installation: *636 + merge_group: *667 + organization: *637 + repository: *638 sender: *4 required: - action @@ -137956,7 +137971,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 + enterprise: *635 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -138064,16 +138079,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *635 - organization: *636 + installation: *636 + organization: *637 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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -138154,11 +138169,11 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 - milestone: *659 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138237,9 +138252,9 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - milestone: &669 + enterprise: *635 + installation: *636 + milestone: &670 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138376,8 +138391,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138456,11 +138471,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - milestone: *659 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138570,11 +138585,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - milestone: *659 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *660 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138654,11 +138669,11 @@ x-webhooks: type: string enum: - opened - enterprise: *634 - installation: *635 - milestone: *669 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + milestone: *670 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138737,11 +138752,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *654 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + blocked_user: *655 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138820,11 +138835,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *654 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + blocked_user: *655 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -138903,9 +138918,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - membership: &670 + enterprise: *635 + installation: *636 + membership: &671 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -138997,8 +139012,8 @@ x-webhooks: - role - organization_url - user - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139076,11 +139091,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *634 - installation: *635 - membership: *670 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + membership: *671 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139159,8 +139174,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -139276,10 +139291,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 - user: *654 + user: *655 required: - action - invitation @@ -139357,11 +139372,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *634 - installation: *635 - membership: *670 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + membership: *671 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139448,11 +139463,11 @@ x-webhooks: properties: from: type: string - enterprise: *634 - installation: *635 - membership: *670 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + membership: *671 + organization: *637 + repository: *638 sender: *4 required: - action @@ -139528,9 +139543,9 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 package: description: Information about the package. type: object @@ -140029,7 +140044,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &671 + items: &672 title: Ruby Gems metadata type: object properties: @@ -140124,7 +140139,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -140200,9 +140215,9 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 package: description: Information about the package. type: object @@ -140555,7 +140570,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *671 + items: *672 source_url: type: string format: uri @@ -140625,7 +140640,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -140802,12 +140817,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *634 + enterprise: *635 id: type: integer - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - id @@ -140887,7 +140902,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &672 + personal_access_token_request: &673 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -141033,10 +141048,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *634 - organization: *636 + enterprise: *635 + organization: *637 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141115,11 +141130,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *672 - enterprise: *634 - organization: *636 + personal_access_token_request: *673 + enterprise: *635 + organization: *637 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141197,11 +141212,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *672 - enterprise: *634 - organization: *636 + personal_access_token_request: *673 + enterprise: *635 + organization: *637 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141278,11 +141293,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *672 - organization: *636 - enterprise: *634 + personal_access_token_request: *673 + organization: *637 + enterprise: *635 sender: *4 - installation: *635 + installation: *636 required: - action - personal_access_token_request @@ -141386,7 +141401,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *673 + last_response: *674 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -141418,8 +141433,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 zen: description: Random string of GitHub zen. @@ -141664,10 +141679,10 @@ x-webhooks: - from required: - note - enterprise: *634 - installation: *635 - organization: *636 - project_card: &674 + enterprise: *635 + installation: *636 + organization: *637 + project_card: &675 title: Project Card type: object properties: @@ -141786,7 +141801,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *637 + repository: *638 sender: *4 required: - action @@ -141867,11 +141882,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - project_card: *674 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_card: *675 + repository: *638 sender: *4 required: - action @@ -141951,9 +141966,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 project_card: title: Project Card type: object @@ -142081,8 +142096,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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -142176,11 +142191,11 @@ x-webhooks: - from required: - note - enterprise: *634 - installation: *635 - organization: *636 - project_card: *674 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_card: *675 + repository: *638 sender: *4 required: - action @@ -142274,9 +142289,9 @@ x-webhooks: - from required: - column_id - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 project_card: allOf: - title: Project Card @@ -142466,7 +142481,7 @@ x-webhooks: type: string required: - after_id - repository: *637 + repository: *638 sender: *4 required: - action @@ -142546,10 +142561,10 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 - organization: *636 - project: &676 + enterprise: *635 + installation: *636 + organization: *637 + project: &677 title: Project type: object properties: @@ -142673,7 +142688,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *637 + repository: *638 sender: *4 required: - action @@ -142753,10 +142768,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - project_column: &675 + enterprise: *635 + installation: *636 + organization: *637 + project_column: &676 title: Project Column type: object properties: @@ -142795,7 +142810,7 @@ x-webhooks: - name - created_at - updated_at - repository: *637 + repository: *638 sender: *4 required: - action @@ -142874,18 +142889,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - project_column: *675 + enterprise: *635 + installation: *636 + organization: *637 + project_column: *676 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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -142975,11 +142990,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - project_column: *675 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_column: *676 + repository: *638 sender: *4 required: - action @@ -143059,11 +143074,11 @@ x-webhooks: type: string enum: - moved - enterprise: *634 - installation: *635 - organization: *636 - project_column: *675 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project_column: *676 + repository: *638 sender: *4 required: - action @@ -143143,11 +143158,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - project: *676 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 + repository: *638 sender: *4 required: - action @@ -143227,18 +143242,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - project: *676 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 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: *667 - required: *668 + properties: *668 + required: *669 nullable: true sender: *4 required: @@ -143340,11 +143355,11 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - project: *676 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 + repository: *638 sender: *4 required: - action @@ -143423,11 +143438,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *634 - installation: *635 - organization: *636 - project: *676 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + project: *677 + repository: *638 sender: *4 required: - action @@ -143508,9 +143523,9 @@ x-webhooks: type: string enum: - closed - installation: *635 - organization: *636 - projects_v2: &677 + installation: *636 + organization: *637 + projects_v2: &678 title: Projects v2 Project description: A projects v2 project type: object @@ -143653,9 +143668,9 @@ x-webhooks: type: string enum: - created - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -143736,9 +143751,9 @@ x-webhooks: type: string enum: - deleted - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -143855,9 +143870,9 @@ x-webhooks: type: string to: type: string - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -143940,7 +143955,7 @@ x-webhooks: type: string enum: - archived - changes: &681 + changes: &682 type: object properties: archived_at: @@ -143954,9 +143969,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *635 - organization: *636 - projects_v2_item: &678 + installation: *636 + organization: *637 + projects_v2_item: &679 title: Projects v2 Item description: An item belonging to a project type: object @@ -144090,9 +144105,9 @@ x-webhooks: nullable: true to: type: string - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144174,9 +144189,9 @@ x-webhooks: type: string enum: - created - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144257,9 +144272,9 @@ x-webhooks: type: string enum: - deleted - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144365,7 +144380,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &679 + - &680 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -144383,7 +144398,7 @@ x-webhooks: required: - id - name - - &680 + - &681 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -144406,8 +144421,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *679 - *680 + - *681 required: - field_value - type: object @@ -144423,9 +144438,9 @@ x-webhooks: nullable: true required: - body - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144520,9 +144535,9 @@ x-webhooks: to: type: string nullable: true - installation: *635 - organization: *636 - projects_v2_item: *678 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144605,10 +144620,10 @@ x-webhooks: type: string enum: - restored - changes: *681 - installation: *635 - organization: *636 - projects_v2_item: *678 + changes: *682 + installation: *636 + organization: *637 + projects_v2_item: *679 sender: *4 required: - action @@ -144690,9 +144705,9 @@ x-webhooks: type: string enum: - reopened - installation: *635 - organization: *636 - projects_v2: *677 + installation: *636 + organization: *637 + projects_v2: *678 sender: *4 required: - action @@ -144773,9 +144788,9 @@ x-webhooks: type: string enum: - created - installation: *635 - organization: *636 - projects_v2_status_update: &682 + installation: *636 + organization: *637 + projects_v2_status_update: &683 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -144902,9 +144917,9 @@ x-webhooks: type: string enum: - deleted - installation: *635 - organization: *636 - projects_v2_status_update: *682 + installation: *636 + organization: *637 + projects_v2_status_update: *683 sender: *4 required: - action @@ -145040,9 +145055,9 @@ x-webhooks: type: string format: date nullable: true - installation: *635 - organization: *636 - projects_v2_status_update: *682 + installation: *636 + organization: *637 + projects_v2_status_update: *683 sender: *4 required: - action @@ -145113,10 +145128,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - repository @@ -145193,13 +145208,13 @@ x-webhooks: type: string enum: - assigned - assignee: *654 - enterprise: *634 - installation: *635 - number: &683 + assignee: *655 + enterprise: *635 + installation: *636 + number: &684 description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -147482,7 +147497,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -147564,11 +147579,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -149846,7 +149861,7 @@ x-webhooks: - draft reason: type: string - repository: *637 + repository: *638 sender: *4 required: - action @@ -149928,11 +149943,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -152210,7 +152225,7 @@ x-webhooks: - draft reason: type: string - repository: *637 + repository: *638 sender: *4 required: - action @@ -152292,13 +152307,13 @@ x-webhooks: type: string enum: - closed - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: &684 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: &685 allOf: - - *511 + - *512 - type: object properties: allow_auto_merge: @@ -152360,7 +152375,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *637 + repository: *638 sender: *4 required: - action @@ -152441,12 +152456,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -152526,11 +152541,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *634 - milestone: *494 - number: *683 - organization: *636 - pull_request: &685 + enterprise: *635 + milestone: *495 + number: *684 + organization: *637 + pull_request: &686 title: Pull Request type: object properties: @@ -154793,7 +154808,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -154872,11 +154887,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -157158,7 +157173,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *637 + repository: *638 sender: *4 required: - action @@ -157282,12 +157297,12 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -157367,11 +157382,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -159638,7 +159653,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -159718,11 +159733,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *634 - installation: *635 - label: *653 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + label: *654 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -162004,7 +162019,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -162085,10 +162100,10 @@ x-webhooks: type: string enum: - locked - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -164368,7 +164383,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -164448,12 +164463,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *634 - milestone: *494 - number: *683 - organization: *636 - pull_request: *685 - repository: *637 + enterprise: *635 + milestone: *495 + number: *684 + organization: *637 + pull_request: *686 + repository: *638 sender: *4 required: - action @@ -164532,12 +164547,12 @@ x-webhooks: type: string enum: - opened - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -164618,12 +164633,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -164703,12 +164718,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *634 - installation: *635 - number: *683 - organization: *636 - pull_request: *684 - repository: *637 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 + pull_request: *685 + repository: *638 sender: *4 required: - action @@ -165074,9 +165089,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: type: object properties: @@ -167246,7 +167261,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *637 + repository: *638 sender: *4 required: - action @@ -167326,7 +167341,7 @@ x-webhooks: type: string enum: - deleted - comment: &687 + comment: &688 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -167611,9 +167626,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: type: object properties: @@ -169771,7 +169786,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *637 + repository: *638 sender: *4 required: - action @@ -169851,11 +169866,11 @@ x-webhooks: type: string enum: - edited - changes: *686 - comment: *687 - enterprise: *634 - installation: *635 - organization: *636 + changes: *687 + comment: *688 + enterprise: *635 + installation: *636 + organization: *637 pull_request: type: object properties: @@ -172016,7 +172031,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *637 + repository: *638 sender: *4 required: - action @@ -172097,9 +172112,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -174272,7 +174287,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 + repository: *638 review: description: The review that was affected. type: object @@ -174515,9 +174530,9 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -176571,8 +176586,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 - review: &688 + repository: *638 + review: &689 description: The review that was affected. type: object properties: @@ -176801,12 +176816,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -179089,7 +179104,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_reviewer: title: User type: object @@ -179173,12 +179188,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -181468,7 +181483,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_team: title: Team description: Groups of organization members that gives permissions @@ -181660,12 +181675,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -183950,7 +183965,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_reviewer: title: User type: object @@ -184035,12 +184050,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *634 - installation: *635 + enterprise: *635 + installation: *636 number: description: The pull request number. type: integer - organization: *636 + organization: *637 pull_request: title: Pull Request type: object @@ -186316,7 +186331,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186497,9 +186512,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -188674,8 +188689,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 - review: *688 + repository: *638 + review: *689 sender: *4 required: - action @@ -188755,9 +188770,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -190827,7 +190842,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 + repository: *638 sender: *4 thread: type: object @@ -191210,9 +191225,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 pull_request: title: Simple Pull Request type: object @@ -193268,7 +193283,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *637 + repository: *638 sender: *4 thread: type: object @@ -193654,10 +193669,10 @@ x-webhooks: type: string before: type: string - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -195928,7 +195943,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -196010,11 +196025,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *689 - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + assignee: *690 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -198297,7 +198312,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -198376,11 +198391,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *634 - installation: *635 - label: *653 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + label: *654 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -200653,7 +200668,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -200734,10 +200749,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *634 - installation: *635 - number: *683 - organization: *636 + enterprise: *635 + installation: *636 + number: *684 + organization: *637 pull_request: title: Pull Request type: object @@ -203002,7 +203017,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *637 + repository: *638 sender: *4 required: - action @@ -203202,7 +203217,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *634 + enterprise: *635 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203294,8 +203309,8 @@ x-webhooks: - url - author - committer - installation: *635 - organization: *636 + installation: *636 + organization: *637 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -203870,9 +203885,9 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 registry_package: type: object properties: @@ -204318,7 +204333,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *671 + items: *672 summary: type: string tag_name: @@ -204372,7 +204387,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -204450,9 +204465,9 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 registry_package: type: object properties: @@ -204760,7 +204775,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *671 + items: *672 summary: type: string tag_name: @@ -204809,7 +204824,7 @@ x-webhooks: - owner - package_version - registry - repository: *637 + repository: *638 sender: *4 required: - action @@ -204886,10 +204901,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - release: &690 + enterprise: *635 + installation: *636 + organization: *637 + release: &691 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205194,7 +205209,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *637 + repository: *638 sender: *4 required: - action @@ -205271,11 +205286,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - release: *690 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *691 + repository: *638 sender: *4 required: - action @@ -205383,11 +205398,11 @@ x-webhooks: type: boolean required: - to - enterprise: *634 - installation: *635 - organization: *636 - release: *690 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *691 + repository: *638 sender: *4 required: - action @@ -205465,9 +205480,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -205776,7 +205791,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *637 + repository: *638 sender: *4 required: - action @@ -205852,10 +205867,10 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 - release: &691 + enterprise: *635 + installation: *636 + organization: *637 + release: &692 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206161,7 +206176,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *637 + repository: *638 sender: *4 required: - action @@ -206237,11 +206252,11 @@ x-webhooks: type: string enum: - released - enterprise: *634 - installation: *635 - organization: *636 - release: *690 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *691 + repository: *638 sender: *4 required: - action @@ -206317,11 +206332,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *634 - installation: *635 - organization: *636 - release: *691 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + release: *692 + repository: *638 sender: *4 required: - action @@ -206397,11 +206412,11 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_advisory: *565 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_advisory: *566 sender: *4 required: - action @@ -206477,11 +206492,11 @@ x-webhooks: type: string enum: - reported - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_advisory: *565 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_advisory: *566 sender: *4 required: - action @@ -206557,10 +206572,10 @@ x-webhooks: type: string enum: - archived - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206637,10 +206652,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206718,10 +206733,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206805,10 +206820,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206920,10 +206935,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -206995,10 +207010,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 status: type: string @@ -207079,10 +207094,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207159,10 +207174,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207256,10 +207271,10 @@ x-webhooks: - name required: - repository - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207339,11 +207354,11 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_ruleset: *235 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_ruleset: *236 sender: *4 required: - action @@ -207421,11 +207436,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_ruleset: *235 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_ruleset: *236 sender: *4 required: - action @@ -207503,11 +207518,11 @@ x-webhooks: type: string enum: - edited - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - repository_ruleset: *235 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + repository_ruleset: *236 changes: type: object properties: @@ -207526,16 +207541,16 @@ x-webhooks: properties: added: type: array - items: *229 + items: *230 deleted: type: array - items: *229 + items: *230 updated: type: array items: type: object properties: - condition: *229 + condition: *230 changes: type: object properties: @@ -207568,16 +207583,16 @@ x-webhooks: properties: added: type: array - items: *234 + items: *235 deleted: type: array - items: *234 + items: *235 updated: type: array items: type: object properties: - rule: *234 + rule: *235 changes: type: object properties: @@ -207811,10 +207826,10 @@ x-webhooks: - from required: - owner - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207892,10 +207907,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -207973,7 +207988,7 @@ x-webhooks: type: string enum: - create - alert: &692 + alert: &693 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -208094,10 +208109,10 @@ x-webhooks: type: string enum: - open - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208303,10 +208318,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208384,11 +208399,11 @@ x-webhooks: type: string enum: - reopen - alert: *692 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *693 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208587,10 +208602,10 @@ x-webhooks: enum: - fixed - open - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208668,7 +208683,7 @@ x-webhooks: type: string enum: - created - alert: &693 + alert: &694 type: object properties: number: *53 @@ -208779,10 +208794,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -208863,11 +208878,11 @@ x-webhooks: type: string enum: - created - alert: *693 - installation: *635 - location: *694 - organization: *636 - repository: *637 + alert: *694 + installation: *636 + location: *695 + organization: *637 + repository: *638 sender: *4 required: - location @@ -209105,11 +209120,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209187,11 +209202,11 @@ x-webhooks: type: string enum: - reopened - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209269,11 +209284,11 @@ x-webhooks: type: string enum: - resolved - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209351,11 +209366,11 @@ x-webhooks: type: string enum: - validated - alert: *693 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + alert: *694 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -209481,10 +209496,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *637 - enterprise: *634 - installation: *635 - organization: *636 + repository: *638 + enterprise: *635 + installation: *636 + organization: *637 sender: *4 required: - action @@ -209562,11 +209577,11 @@ x-webhooks: type: string enum: - published - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - security_advisory: &695 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + security_advisory: &696 description: The details of the security advisory, including summary, description, and severity. type: object @@ -209749,11 +209764,11 @@ x-webhooks: type: string enum: - updated - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 - security_advisory: *695 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 + security_advisory: *696 sender: *4 required: - action @@ -209826,10 +209841,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -210013,11 +210028,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *228 - enterprise: *634 - installation: *635 - organization: *636 - repository: *279 + security_and_analysis: *229 + enterprise: *635 + installation: *636 + organization: *637 + repository: *280 sender: *4 required: - changes @@ -210095,12 +210110,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: &696 + sponsorship: &697 type: object properties: created_at: @@ -210401,12 +210416,12 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - sponsorship @@ -210494,12 +210509,12 @@ x-webhooks: type: string required: - from - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - changes @@ -210576,17 +210591,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &697 + effective_date: &698 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: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - sponsorship @@ -210660,7 +210675,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &698 + changes: &699 type: object properties: tier: @@ -210704,13 +210719,13 @@ x-webhooks: - from required: - tier - effective_date: *697 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + effective_date: *698 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - changes @@ -210787,13 +210802,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *698 - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + changes: *699 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - sponsorship: *696 + sponsorship: *697 required: - action - changes @@ -210867,10 +210882,10 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -210953,10 +210968,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211375,15 +211390,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *634 + enterprise: *635 id: description: The unique identifier of the status. type: integer - installation: *635 + installation: *636 name: type: string - organization: *636 - repository: *637 + organization: *637 + repository: *638 sender: *4 sha: description: The Commit SHA. @@ -211498,9 +211513,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211590,9 +211605,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211682,9 +211697,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211774,9 +211789,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *76 - installation: *635 - organization: *636 - repository: *637 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -211853,12 +211868,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - team: &699 + team: &700 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -212048,9 +212063,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -212508,7 +212523,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -212584,9 +212599,9 @@ x-webhooks: type: string enum: - created - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -213044,7 +213059,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -213121,9 +213136,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -213581,7 +213596,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -213725,9 +213740,9 @@ x-webhooks: - from required: - permissions - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -214185,7 +214200,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - changes @@ -214263,9 +214278,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *634 - installation: *635 - organization: *636 + enterprise: *635 + installation: *636 + organization: *637 repository: title: Repository description: A git repository @@ -214723,7 +214738,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *699 + team: *700 required: - action - team @@ -214799,10 +214814,10 @@ x-webhooks: type: string enum: - started - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 required: - action @@ -214875,16 +214890,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *634 + enterprise: *635 inputs: type: object nullable: true additionalProperties: true - installation: *635 - organization: *636 + installation: *636 + organization: *637 ref: type: string - repository: *637 + repository: *638 sender: *4 workflow: type: string @@ -214966,10 +214981,10 @@ x-webhooks: type: string enum: - completed - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: allOf: @@ -215206,7 +215221,7 @@ x-webhooks: type: string required: - conclusion - deployment: *426 + deployment: *427 required: - action - repository @@ -215285,10 +215300,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: allOf: @@ -215548,7 +215563,7 @@ x-webhooks: required: - status - steps - deployment: *426 + deployment: *427 required: - action - repository @@ -215627,10 +215642,10 @@ x-webhooks: type: string enum: - queued - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: type: object @@ -215765,7 +215780,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *426 + deployment: *427 required: - action - repository @@ -215844,10 +215859,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 workflow_job: type: object @@ -215983,7 +215998,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *426 + deployment: *427 required: - action - repository @@ -216063,12 +216078,12 @@ x-webhooks: type: string enum: - completed - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 workflow_run: title: Workflow Run type: object @@ -217067,12 +217082,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 workflow_run: title: Workflow Run type: object @@ -218056,12 +218071,12 @@ x-webhooks: type: string enum: - requested - enterprise: *634 - installation: *635 - organization: *636 - repository: *637 + enterprise: *635 + installation: *636 + organization: *637 + repository: *638 sender: *4 - workflow: *649 + workflow: *650 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 87e33190e..07fa5f629 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -33068,6 +33068,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -105077,6 +105085,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -285524,6 +285540,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -357802,7 +357826,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -362578,7 +362602,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 8a1a4d58b..32f91e3ec 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -846,7 +846,7 @@ paths: - subscriptions_url - type - url - type: &322 + type: &323 type: string description: The type of credit the user is receiving. enum: @@ -1012,7 +1012,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: - - &642 + - &643 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1575,7 +1575,7 @@ paths: schema: type: integer default: 30 - - &248 + - &249 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1591,7 +1591,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1668,7 +1668,7 @@ paths: - installation_id - repository_id examples: - default: &250 + default: &251 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1700,7 +1700,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &652 + schema: &653 title: Scim Error description: Scim Error type: object @@ -1796,7 +1796,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &252 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1910,7 +1910,7 @@ paths: - request - response examples: - default: &252 + default: &253 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2837,7 +2837,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &304 + properties: &305 id: description: Unique identifier of the repository example: 42 @@ -3266,7 +3266,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &305 + required: &306 - archive_url - assignees_url - blobs_url @@ -10902,7 +10902,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &437 + instances_url: &438 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -10937,7 +10937,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &438 + dismissed_reason: &439 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -10946,13 +10946,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &439 + dismissed_comment: &440 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &440 + rule: &441 type: object properties: id: @@ -11005,7 +11005,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &441 + tool: &442 type: object properties: name: *85 @@ -11015,15 +11015,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &442 + most_recent_instance: &443 type: object properties: - ref: &435 + ref: &436 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &452 + analysis_key: &453 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11034,7 +11034,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &453 + category: &454 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13140,7 +13140,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &270 + - &271 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13199,7 +13199,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &283 + properties: &284 id: description: Unique identifier of the team type: integer @@ -13255,7 +13255,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &284 + required: &285 - id - node_id - url @@ -14203,6 +14203,18 @@ paths: schema: type: string - &236 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &237 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14212,7 +14224,7 @@ paths: enum: - development - runtime - - &237 + - &238 name: sort in: query description: |- @@ -14230,7 +14242,7 @@ paths: - *84 - *82 - *83 - - &238 + - &239 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14243,7 +14255,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &239 + - &240 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14263,7 +14275,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 type: object description: A Dependabot alert. properties: @@ -14313,7 +14325,7 @@ paths: enum: - development - runtime - security_advisory: &494 + security_advisory: &495 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14544,7 +14556,7 @@ paths: nullable: true maxLength: 280 fixed_at: *107 - auto_dismissed_at: &495 + auto_dismissed_at: &496 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14570,7 +14582,7 @@ paths: - repository additionalProperties: false examples: - default: &241 + default: &242 value: - number: 2 state: dismissed @@ -15220,7 +15232,7 @@ paths: required: true content: application/json: - schema: &302 + schema: &303 title: Custom Property Set Payload description: Custom property set payload type: object @@ -15581,7 +15593,7 @@ paths: type: object description: A repository rule. oneOf: - - &604 + - &605 title: creation description: Only allow users with bypass permission to create matching refs. @@ -15593,7 +15605,7 @@ paths: type: string enum: - creation - - &605 + - &606 title: update description: Only allow users with bypass permission to update matching refs. @@ -15614,7 +15626,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &607 + - &608 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -15626,7 +15638,7 @@ paths: type: string enum: - deletion - - &608 + - &609 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -15638,7 +15650,7 @@ paths: type: string enum: - required_linear_history - - &609 + - &610 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -15714,7 +15726,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &610 + - &611 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -15738,7 +15750,7 @@ paths: type: string required: - required_deployment_environments - - &611 + - &612 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -15750,7 +15762,7 @@ paths: type: string enum: - required_signatures - - &612 + - &613 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -15801,7 +15813,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &613 + - &614 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -15848,7 +15860,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &614 + - &615 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -15860,7 +15872,7 @@ paths: type: string enum: - non_fast_forward - - &615 + - &616 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -15896,7 +15908,7 @@ paths: required: - operator - pattern - - &616 + - &617 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -15932,7 +15944,7 @@ paths: required: - operator - pattern - - &617 + - &618 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -15968,7 +15980,7 @@ paths: required: - operator - pattern - - &618 + - &619 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16004,7 +16016,7 @@ paths: required: - operator - pattern - - &619 + - &620 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16130,7 +16142,7 @@ paths: maximum: 100 required: - max_file_size - - &620 + - &621 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16179,7 +16191,7 @@ paths: - repository_id required: - workflows - - &621 + - &622 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -16336,7 +16348,7 @@ paths: nullable: true anyOf: - *115 - - &309 + - &310 title: Organization ruleset conditions type: object description: |- @@ -16580,7 +16592,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &313 + - &314 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -16591,7 +16603,7 @@ paths: enum: - open - resolved - - &314 + - &315 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -16601,7 +16613,7 @@ paths: required: false schema: type: string - - &315 + - &316 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -16610,7 +16622,7 @@ paths: required: false schema: type: string - - &316 + - &317 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. @@ -16626,7 +16638,7 @@ paths: - *17 - *82 - *83 - - &317 + - &318 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -16635,7 +16647,7 @@ paths: required: false schema: type: string - - &318 + - &319 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -16644,7 +16656,7 @@ paths: schema: type: boolean default: false - - &319 + - &320 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -16660,7 +16672,7 @@ paths: application/json: schema: type: array - items: &320 + items: &321 type: object properties: number: *98 @@ -16679,14 +16691,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &634 + state: &635 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: &635 + resolution: &636 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -16783,7 +16795,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &321 + default: &322 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17046,7 +17058,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 type: object properties: total_minutes_used: @@ -17116,7 +17128,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &325 + default: &326 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17154,7 +17166,7 @@ paths: description: Success content: application/json: - schema: &326 + schema: &327 type: object properties: total_advanced_security_committers: @@ -17209,7 +17221,7 @@ paths: required: - repositories examples: - default: &327 + default: &328 value: total_advanced_security_committers: 2 total_count: 2 @@ -17448,7 +17460,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 type: object properties: total_gigabytes_bandwidth_used: @@ -17466,7 +17478,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &329 + default: &330 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -17498,7 +17510,7 @@ paths: description: Response content: application/json: - schema: &330 + schema: &331 type: object properties: days_left_in_billing_cycle: @@ -17516,7 +17528,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &331 + default: &332 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -17768,7 +17780,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team parameters: - *40 - - &282 + - &283 name: team_slug description: The slug of the team name. in: path @@ -18025,7 +18037,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &543 + properties: &544 id: type: integer format: int64 @@ -18136,7 +18148,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &479 + properties: &480 url: type: string format: uri @@ -18206,7 +18218,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &480 + required: &481 - closed_issues - creator - description @@ -18361,7 +18373,7 @@ paths: - total - completed - percent_completed - required: &544 + required: &545 - assignee - closed_at - comments @@ -18383,7 +18395,7 @@ paths: - author_association - created_at - updated_at - comment: &541 + comment: &542 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -18950,7 +18962,7 @@ paths: url: type: string format: uri - user: &691 + user: &692 title: Public User description: Public User type: object @@ -20820,7 +20832,7 @@ paths: - closed - all default: open - - &271 + - &272 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -20871,7 +20883,7 @@ paths: type: array items: *147 examples: - default: &272 + default: &273 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22255,14 +22267,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &351 + - &352 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &352 + - &353 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22333,7 +22345,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &365 + '301': &366 description: Moved permanently content: application/json: @@ -22355,7 +22367,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &573 + - &574 name: all description: If `true`, show notifications marked as read. in: query @@ -22363,7 +22375,7 @@ paths: schema: type: boolean default: false - - &574 + - &575 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22373,7 +22385,7 @@ paths: type: boolean default: false - *137 - - &575 + - &576 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: @@ -22409,7 +22421,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &243 + properties: &244 id: type: integer format: int64 @@ -22685,7 +22697,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &306 + security_and_analysis: &307 nullable: true type: object properties: @@ -22749,7 +22761,7 @@ paths: enum: - enabled - disabled - required: &244 + required: &245 - archive_url - assignees_url - blobs_url @@ -22837,7 +22849,7 @@ paths: - url - subscription_url examples: - default: &576 + default: &577 value: - id: '1' repository: @@ -23383,7 +23395,7 @@ paths: type: array items: *58 examples: - default: &709 + default: &710 value: - login: github id: 1 @@ -24322,7 +24334,7 @@ paths: type: integer repository_cache_usages: type: array - items: &370 + items: &371 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25004,7 +25016,7 @@ paths: type: array items: *63 examples: - default: &703 + default: &704 value: total_count: 1 repositories: @@ -25823,7 +25835,7 @@ paths: type: array items: *190 examples: - default: &694 + default: &695 value: total_count: 1 repositories: @@ -26863,7 +26875,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -26892,7 +26904,7 @@ paths: - key_id - key examples: - default: &391 + default: &392 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27303,7 +27315,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *170 - - &375 + - &376 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -27908,7 +27920,7 @@ paths: bundle_url: type: string examples: - default: &404 + default: &405 value: attestations: - bundle: @@ -28077,7 +28089,7 @@ paths: type: array items: *4 examples: - default: &273 + default: &274 value: - login: octocat id: 1 @@ -28196,13 +28208,13 @@ paths: subcategory: bypass-requests parameters: - *170 - - &310 + - &311 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &421 + - &422 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -28210,7 +28222,7 @@ paths: required: false schema: type: string - - &422 + - &423 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -28218,7 +28230,7 @@ paths: required: false schema: type: string - - &311 + - &312 name: time_period description: |- The time period to filter by. @@ -28234,7 +28246,7 @@ paths: - week - month default: day - - &423 + - &424 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -28259,7 +28271,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -28414,7 +28426,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &425 + default: &426 value: - id: 21 number: 42 @@ -28529,7 +28541,7 @@ paths: be returned. in: query required: false - schema: &436 + schema: &437 type: string description: Severity of a code scanning alert. enum: @@ -29443,7 +29455,7 @@ paths: type: integer codespaces: type: array - items: &274 + items: &275 type: object title: Codespace description: A codespace. @@ -29473,7 +29485,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &465 + properties: &466 name: type: string description: The name of the machine. @@ -29515,7 +29527,7 @@ paths: - ready - in_progress nullable: true - required: &466 + required: &467 - name - display_name - operating_system @@ -29720,7 +29732,7 @@ paths: - pulls_url - recent_folders examples: - default: &275 + default: &276 value: total_count: 3 codespaces: @@ -30383,7 +30395,7 @@ paths: - updated_at - visibility examples: - default: &467 + default: &468 value: total_count: 2 secrets: @@ -30421,7 +30433,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -30450,7 +30462,7 @@ paths: - key_id - key examples: - default: &469 + default: &470 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30482,7 +30494,7 @@ paths: application/json: schema: *223 examples: - default: &471 + default: &472 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32096,11 +32108,12 @@ paths: - *235 - *236 - *237 + - *238 - *84 - *82 - *83 - - *238 - *239 + - *240 - *17 responses: '200': @@ -32109,9 +32122,9 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: - default: *241 + default: *242 '304': *37 '400': *14 '403': *29 @@ -32155,7 +32168,7 @@ paths: type: integer secrets: type: array - items: &242 + items: &243 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -32232,7 +32245,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32249,7 +32262,7 @@ paths: - key_id - key examples: - default: &499 + default: &500 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32279,7 +32292,7 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: default: value: @@ -32576,7 +32589,7 @@ paths: application/json: schema: type: array - items: &286 + items: &287 title: Package description: A software package type: object @@ -32626,8 +32639,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *243 - required: *244 + properties: *244 + required: *245 nullable: true created_at: type: string @@ -32646,7 +32659,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &288 value: - id: 197 name: hello_docker @@ -32830,7 +32843,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -32911,7 +32924,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &347 + default: &348 value: group_id: '123' group_name: Octocat admins @@ -32966,7 +32979,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33003,7 +33016,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &345 + default: &346 value: groups: - group_id: '123' @@ -33047,7 +33060,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Organization Invitation description: Organization Invitation type: object @@ -33094,7 +33107,7 @@ paths: - invitation_teams_url - node_id examples: - default: &268 + default: &269 value: - id: 1 login: monalisa @@ -33161,7 +33174,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -33175,7 +33188,7 @@ paths: - name - description examples: - default: &308 + default: &309 value: - name: add_assignee description: Assign or remove a user @@ -33216,7 +33229,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 title: Org Hook description: Org Hook type: object @@ -33385,9 +33398,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -33432,7 +33445,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *170 - - &247 + - &248 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -33445,9 +33458,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 '404': *6 x-github: githubCloudOnly: false @@ -33469,7 +33482,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *170 - - *247 + - *248 requestBody: required: false content: @@ -33514,7 +33527,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -33554,7 +33567,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *170 - - *247 + - *248 responses: '204': description: Response @@ -33580,7 +33593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *170 - - *247 + - *248 responses: '200': description: Response @@ -33609,7 +33622,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *170 - - *247 + - *248 requestBody: required: false content: @@ -33658,9 +33671,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *170 - - *247 - - *17 - *248 + - *17 + - *249 responses: '200': description: Response @@ -33668,9 +33681,9 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *250 + default: *251 '400': *14 '422': *15 x-github: @@ -33694,16 +33707,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *170 - - *247 + - *248 - *16 responses: '200': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '400': *14 '422': *15 x-github: @@ -33727,7 +33740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *170 - - *247 + - *248 - *16 responses: '202': *93 @@ -33754,7 +33767,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *170 - - *247 + - *248 responses: '204': description: Response @@ -33777,7 +33790,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *170 - - &257 + - &258 name: actor_type in: path description: The type of the actor @@ -33790,14 +33803,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &258 + - &259 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &253 + - &254 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -33805,7 +33818,7 @@ paths: required: true schema: type: string - - &254 + - &255 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -33899,12 +33912,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *170 - - *253 - *254 + - *255 - *19 - *17 - *84 - - &263 + - &264 name: sort description: The property to sort the results by. in: query @@ -33983,14 +33996,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *170 - - *253 - *254 + - *255 responses: '200': description: Response content: application/json: - schema: &255 + schema: &256 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34006,7 +34019,7 @@ paths: type: integer format: int64 examples: - default: &256 + default: &257 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34027,23 +34040,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *170 - - &259 + - &260 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *253 - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: enabledForGitHubApps: true category: orgs @@ -34062,18 +34075,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *170 - - *253 - *254 - - *257 + - *255 - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: enabledForGitHubApps: true category: orgs @@ -34091,9 +34104,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *170 - - *253 - *254 - - &260 + - *255 + - &261 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -34106,7 +34119,7 @@ paths: description: Response content: application/json: - schema: &261 + schema: &262 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -34122,7 +34135,7 @@ paths: type: integer format: int64 examples: - default: &262 + default: &263 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -34159,18 +34172,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *170 - - *259 - - *253 - - *254 - *260 + - *254 + - *255 + - *261 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: enabledForGitHubApps: true category: orgs @@ -34188,19 +34201,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *170 - - *257 - *258 - - *253 + - *259 - *254 - - *260 + - *255 + - *261 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: enabledForGitHubApps: true category: orgs @@ -34218,13 +34231,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *170 - - *259 - - *253 + - *260 - *254 + - *255 - *19 - *17 - *84 - - *263 + - *264 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -34305,7 +34318,7 @@ paths: application/json: schema: *22 examples: - default: &537 + default: &538 value: id: 1 account: @@ -34471,12 +34484,12 @@ paths: application/json: schema: anyOf: - - &265 + - &266 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &264 + limit: &265 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34501,7 +34514,7 @@ paths: properties: {} additionalProperties: false examples: - default: &266 + default: &267 value: limit: collaborators_only origin: organization @@ -34530,13 +34543,13 @@ paths: required: true content: application/json: - schema: &538 + schema: &539 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *264 + limit: *265 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34560,9 +34573,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -34640,9 +34653,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: Link: *39 '404': *6 @@ -34720,7 +34733,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -34777,7 +34790,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *170 - - &269 + - &270 name: invitation_id description: The unique identifier of the invitation. in: path @@ -34811,7 +34824,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *170 - - *269 + - *270 - *17 - *19 responses: @@ -34821,9 +34834,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: &285 + default: &286 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34898,7 +34911,7 @@ paths: - closed - all default: open - - *271 + - *272 - name: sort description: What to sort results by. in: query @@ -34923,7 +34936,7 @@ paths: type: array items: *147 examples: - default: *272 + default: *273 headers: Link: *39 '404': *6 @@ -34981,7 +34994,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '422': *15 @@ -35077,9 +35090,9 @@ paths: type: integer codespaces: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '304': *37 '500': *97 '401': *25 @@ -35106,7 +35119,7 @@ paths: parameters: - *170 - *212 - - &276 + - &277 name: codespace_name in: path required: true @@ -35141,15 +35154,15 @@ paths: parameters: - *170 - *212 - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: &464 + default: &465 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35404,7 +35417,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Org Membership description: Org Membership type: object @@ -35456,7 +35469,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &278 + response-if-user-has-an-active-admin-membership-with-organization: &279 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35553,9 +35566,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-user-already-had-membership-with-organization: *278 + response-if-user-already-had-membership-with-organization: *279 '422': *15 '403': *29 x-github: @@ -35623,7 +35636,7 @@ paths: application/json: schema: type: array - items: &279 + items: &280 title: Migration description: A migration. type: object @@ -35952,7 +35965,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -36131,7 +36144,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *170 - - &280 + - &281 name: migration_id description: The unique identifier of the migration. in: path @@ -36158,7 +36171,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -36328,7 +36341,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *170 - - *280 + - *281 responses: '302': description: Response @@ -36350,7 +36363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *170 - - *280 + - *281 responses: '204': description: Response @@ -36374,8 +36387,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *170 - - *280 - - &708 + - *281 + - &709 name: repo_name description: repo_name parameter in: path @@ -36403,7 +36416,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *170 - - *280 + - *281 - *17 - *19 responses: @@ -36415,7 +36428,7 @@ paths: type: array items: *190 examples: - default: &292 + default: &293 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36624,7 +36637,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &281 + items: &282 title: Organization Role description: Organization roles type: object @@ -36831,7 +36844,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -36883,7 +36896,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -36909,7 +36922,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *170 - - *282 + - *283 - *229 responses: '204': @@ -36940,7 +36953,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *170 - - *282 + - *283 - *229 responses: '204': @@ -37061,7 +37074,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -37158,7 +37171,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -37316,8 +37329,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *283 - required: *284 + properties: *284 + required: *285 nullable: true required: - id @@ -37332,7 +37345,7 @@ paths: - slug - parent examples: - default: *285 + default: *286 headers: Link: *39 '404': @@ -37390,13 +37403,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &323 + items: &324 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *283 - required: *284 + properties: *284 + required: *285 name: nullable: true type: string @@ -37491,7 +37504,7 @@ paths: - type - url examples: - default: *273 + default: *274 headers: Link: *39 '404': @@ -37539,7 +37552,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -37681,7 +37694,7 @@ paths: - nuget - container - *170 - - &710 + - &711 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -37717,12 +37730,12 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *287 + default: *288 '403': *29 '401': *25 - '400': &712 + '400': &713 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37744,7 +37757,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &288 + - &289 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -37762,7 +37775,7 @@ paths: - docker - nuget - container - - &289 + - &290 name: package_name description: The name of the package. in: path @@ -37775,7 +37788,7 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: default: value: @@ -37827,8 +37840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *288 - *289 + - *290 - *170 responses: '204': @@ -37861,8 +37874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - name: token description: package token @@ -37895,8 +37908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *288 - *289 + - *290 - *170 - *19 - *17 @@ -37917,7 +37930,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Package Version description: A version of a software package type: object @@ -38042,10 +38055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - - &291 + - &292 name: package_version_id description: Unique identifier of the package version. in: path @@ -38057,7 +38070,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38093,10 +38106,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - - *291 + - *292 responses: '204': description: Response @@ -38128,10 +38141,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - - *291 + - *292 responses: '204': description: Response @@ -38161,7 +38174,7 @@ paths: - *170 - *17 - *19 - - &293 + - &294 name: sort description: The property by which to sort the results. in: query @@ -38172,7 +38185,7 @@ paths: - created_at default: created_at - *84 - - &294 + - &295 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38183,7 +38196,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &295 + - &296 name: repository description: The name of the repository to use to filter the results. in: query @@ -38191,7 +38204,7 @@ paths: schema: type: string example: Hello-World - - &296 + - &297 name: permission description: The permission to use to filter the results. in: query @@ -38199,7 +38212,7 @@ paths: schema: type: string example: issues_read - - &297 + - &298 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -38209,7 +38222,7 @@ paths: schema: type: string format: date-time - - &298 + - &299 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -38521,7 +38534,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -38547,13 +38560,13 @@ paths: - *170 - *17 - *19 - - *293 - - *84 - *294 + - *84 - *295 - *296 - *297 - *298 + - *299 responses: '500': *97 '422': *15 @@ -38835,7 +38848,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -38879,7 +38892,7 @@ paths: type: integer configurations: type: array - items: &299 + items: &300 title: Organization private registry description: Private registry configuration for an organization type: object @@ -39085,7 +39098,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &300 + org-private-registry-with-selected-visibility: &301 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39185,9 +39198,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 '404': *6 x-github: githubCloudOnly: false @@ -39337,7 +39350,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Project description: Projects are a way to organize columns and cards of work. @@ -39507,7 +39520,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -39545,7 +39558,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &362 + '410': &363 description: Gone content: application/json: @@ -39704,7 +39717,7 @@ paths: required: true content: application/json: - schema: *302 + schema: *303 examples: default: value: @@ -39807,7 +39820,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &303 + items: &304 title: Custom Property Value description: Custom property name and associated value type: object @@ -39894,7 +39907,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *303 + items: *304 required: - repository_names - properties @@ -39947,7 +39960,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -40087,7 +40100,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -40290,7 +40303,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Full Repository description: Full Repository type: object @@ -40567,8 +40580,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *304 - required: *305 + properties: *305 + required: *306 nullable: true temp_clone_token: type: string @@ -40683,7 +40696,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &486 + properties: &487 url: type: string format: uri @@ -40699,12 +40712,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &487 + required: &488 - url - key - name - html_url - security_and_analysis: *306 + security_and_analysis: *307 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -40788,7 +40801,7 @@ paths: - network_count - subscribers_count examples: - default: &366 + default: &367 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41314,9 +41327,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -41341,7 +41354,7 @@ paths: - *170 - *17 - *19 - - &622 + - &623 name: targets description: | A comma-separated list of rule targets to filter by. @@ -41432,7 +41445,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *120 - conditions: *309 + conditions: *310 rules: type: array description: An array of rules within the ruleset. @@ -41476,7 +41489,7 @@ paths: application/json: schema: *122 examples: - default: &312 + default: &313 value: id: 21 name: super cool ruleset @@ -41531,7 +41544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *170 - - &623 + - &624 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 @@ -41541,16 +41554,16 @@ paths: schema: type: string x-multi-segment: true - - *310 - *311 - - &624 + - *312 + - &625 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 - - &625 + - &626 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -41570,7 +41583,7 @@ paths: description: Response content: application/json: - schema: &626 + schema: &627 title: Rule Suites description: Response type: array @@ -41625,7 +41638,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &627 + default: &628 value: - id: 21 actor_id: 12 @@ -41669,7 +41682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *170 - - &628 + - &629 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -41685,7 +41698,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 title: Rule Suite description: Response type: object @@ -41784,7 +41797,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &630 + default: &631 value: id: 21 actor_id: 12 @@ -41859,7 +41872,7 @@ paths: application/json: schema: *122 examples: - default: *312 + default: *313 '404': *6 '500': *97 put: @@ -41908,7 +41921,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *120 - conditions: *309 + conditions: *310 rules: description: An array of rules within the ruleset. type: array @@ -41949,7 +41962,7 @@ paths: application/json: schema: *122 examples: - default: *312 + default: *313 '404': *6 '500': *97 delete: @@ -41996,14 +42009,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *170 - - *313 - *314 - *315 - *316 + - *317 - *84 - *19 - *17 - - &632 + - &633 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 @@ -42013,7 +42026,7 @@ paths: required: false schema: type: string - - &633 + - &634 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 @@ -42023,9 +42036,9 @@ paths: required: false schema: type: string - - *317 - *318 - *319 + - *320 responses: '200': description: Response @@ -42033,9 +42046,9 @@ paths: application/json: schema: type: array - items: *320 + items: *321 examples: - default: *321 + default: *322 headers: Link: *39 '404': *6 @@ -42105,7 +42118,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 description: A repository security advisory. type: object properties: @@ -42325,7 +42338,7 @@ paths: login: type: string description: The username of the user credited. - type: *322 + type: *323 credits_detailed: type: array nullable: true @@ -42335,7 +42348,7 @@ paths: type: object properties: user: *4 - type: *322 + type: *323 state: type: string description: The state of the user's acceptance of the @@ -42359,7 +42372,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *270 + items: *271 private_fork: readOnly: true nullable: true @@ -42396,7 +42409,7 @@ paths: - private_fork additionalProperties: false examples: - default: &641 + default: &642 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -42783,9 +42796,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42809,7 +42822,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -42835,7 +42848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -42870,9 +42883,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42904,9 +42917,9 @@ paths: description: Success content: application/json: - schema: *326 + schema: *327 examples: - default: *327 + default: *328 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42934,9 +42947,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42964,9 +42977,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43002,7 +43015,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -43048,7 +43061,7 @@ paths: type: string nullable: true examples: - default: &354 + default: &355 value: groups: - group_id: '123' @@ -43094,7 +43107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *170 - - *282 + - *283 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -43167,7 +43180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *170 - - *282 + - *283 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -43233,9 +43246,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 headers: Link: *39 '403': *29 @@ -43329,7 +43342,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -43392,8 +43405,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *283 - required: *284 + properties: *284 + required: *285 nullable: true members_count: type: integer @@ -43639,7 +43652,7 @@ paths: - repos_count - organization examples: - default: &333 + default: &334 value: id: 1 node_id: MDQ6VGVhbTE= @@ -43710,15 +43723,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *170 - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 x-github: githubCloudOnly: false @@ -43740,7 +43753,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *170 - - *282 + - *283 requestBody: required: false content: @@ -43802,16 +43815,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '201': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 '422': *15 '403': *29 @@ -43837,7 +43850,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -43864,7 +43877,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *170 - - *282 + - *283 - *84 - *17 - *19 @@ -43881,7 +43894,7 @@ paths: application/json: schema: type: array - items: &334 + items: &335 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -43980,7 +43993,7 @@ paths: - updated_at - url examples: - default: &681 + default: &682 value: - author: login: octocat @@ -44055,7 +44068,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *170 - - *282 + - *283 requestBody: required: true content: @@ -44089,9 +44102,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: &335 + default: &336 value: author: login: octocat @@ -44164,8 +44177,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *170 - - *282 - - &336 + - *283 + - &337 name: discussion_number description: The number that identifies the discussion. in: path @@ -44177,9 +44190,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44202,8 +44215,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 requestBody: required: false content: @@ -44226,9 +44239,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: &682 + default: &683 value: author: login: octocat @@ -44299,8 +44312,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 responses: '204': description: Response @@ -44327,8 +44340,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *170 - - *282 - - *336 + - *283 + - *337 - *84 - *17 - *19 @@ -44339,7 +44352,7 @@ paths: application/json: schema: type: array - items: &337 + items: &338 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -44411,7 +44424,7 @@ paths: - updated_at - url examples: - default: &683 + default: &684 value: - author: login: octocat @@ -44480,8 +44493,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *170 - - *282 - - *336 + - *283 + - *337 requestBody: required: true content: @@ -44503,9 +44516,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: author: login: octocat @@ -44572,9 +44585,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *170 - - *282 - - *336 - - &339 + - *283 + - *337 + - &340 name: comment_number description: The number that identifies the comment. in: path @@ -44586,9 +44599,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44611,9 +44624,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 requestBody: required: true content: @@ -44635,9 +44648,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &684 + default: &685 value: author: login: octocat @@ -44702,9 +44715,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 responses: '204': description: Response @@ -44731,9 +44744,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 - 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 team discussion comment. @@ -44759,7 +44772,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -44802,7 +44815,7 @@ paths: - content - created_at examples: - default: &342 + default: &343 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -44853,9 +44866,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 requestBody: required: true content: @@ -44888,9 +44901,9 @@ paths: team discussion comment content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -44919,9 +44932,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44945,10 +44958,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *170 - - *282 - - *336 - - *339 - - &343 + - *283 + - *337 + - *340 + - &344 name: reaction_id description: The unique identifier of the reaction. in: path @@ -44981,8 +44994,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 - 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 team discussion. @@ -45008,9 +45021,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 x-github: @@ -45037,8 +45050,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 requestBody: required: true content: @@ -45070,16 +45083,16 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45103,9 +45116,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *170 - - *282 - - *336 - - *343 + - *283 + - *337 + - *344 responses: '204': description: Response @@ -45129,15 +45142,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *170 - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45157,7 +45170,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *170 - - *282 + - *283 requestBody: required: true content: @@ -45180,9 +45193,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -45202,7 +45215,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -45227,7 +45240,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -45237,9 +45250,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: Link: *39 x-github: @@ -45262,7 +45275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *170 - - *282 + - *283 - name: role description: Filters members returned by their role in the team. in: query @@ -45285,7 +45298,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -45316,14 +45329,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *170 - - *282 + - *283 - *212 responses: '200': description: Response content: application/json: - schema: &348 + schema: &349 title: Team Membership description: Team Membership type: object @@ -45350,7 +45363,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &685 + response-if-user-is-a-team-maintainer: &686 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -45387,7 +45400,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *170 - - *282 + - *283 - *212 requestBody: required: false @@ -45413,9 +45426,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - response-if-users-membership-with-team-is-now-pending: &686 + response-if-users-membership-with-team-is-now-pending: &687 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -45451,7 +45464,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *170 - - *282 + - *283 - *212 responses: '204': @@ -45479,7 +45492,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -45489,7 +45502,7 @@ paths: application/json: schema: type: array - items: &349 + items: &350 title: Team Project description: A team's access to a project. type: object @@ -45557,7 +45570,7 @@ paths: - updated_at - permissions examples: - default: &687 + default: &688 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -45619,8 +45632,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *170 - - *282 - - &350 + - *283 + - &351 name: project_id description: The unique identifier of the project. in: path @@ -45632,9 +45645,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &688 + default: &689 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -45695,8 +45708,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *170 - - *282 - - *350 + - *283 + - *351 requestBody: required: false content: @@ -45761,8 +45774,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *170 - - *282 - - *350 + - *283 + - *351 responses: '204': description: Response @@ -45787,7 +45800,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -45799,7 +45812,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -45829,15 +45842,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *170 - - *282 - - *351 + - *283 - *352 + - *353 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &689 + schema: &690 title: Team Repository description: A team's access to a repository. type: object @@ -46407,9 +46420,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *170 - - *282 - - *351 + - *283 - *352 + - *353 requestBody: required: false content: @@ -46455,9 +46468,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *170 - - *282 - - *351 + - *283 - *352 + - *353 responses: '204': description: Response @@ -46484,15 +46497,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *170 - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46515,7 +46528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *170 - - *282 + - *283 requestBody: required: true content: @@ -46558,7 +46571,7 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: default: value: @@ -46591,7 +46604,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -46601,9 +46614,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - response-if-child-teams-exist: &690 + response-if-child-teams-exist: &691 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -46727,7 +46740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &355 + - &356 name: card_id description: The unique identifier of the card. in: path @@ -46739,7 +46752,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Project Card description: Project cards represent a scope of work. type: object @@ -46806,7 +46819,7 @@ paths: - created_at - updated_at examples: - default: &357 + default: &358 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -46856,7 +46869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *355 + - *356 requestBody: required: false content: @@ -46883,9 +46896,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '304': *37 '403': *29 '401': *25 @@ -46906,7 +46919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *355 + - *356 responses: '204': description: Response @@ -46944,7 +46957,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *355 + - *356 requestBody: required: true content: @@ -47049,7 +47062,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &358 + - &359 name: column_id description: The unique identifier of the column. in: path @@ -47061,7 +47074,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Project Column description: Project columns contain cards of work. type: object @@ -47107,7 +47120,7 @@ paths: - created_at - updated_at examples: - default: &360 + default: &361 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -47136,7 +47149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *358 + - *359 requestBody: required: true content: @@ -47160,9 +47173,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '304': *37 '403': *29 '401': *25 @@ -47181,7 +47194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *358 + - *359 responses: '204': description: Response @@ -47204,7 +47217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *358 + - *359 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -47225,7 +47238,7 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: default: value: @@ -47278,7 +47291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *358 + - *359 requestBody: required: true content: @@ -47318,9 +47331,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '304': *37 '403': *29 '401': *25 @@ -47370,7 +47383,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *358 + - *359 requestBody: required: true content: @@ -47426,15 +47439,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *350 + - *351 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &361 + default: &362 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -47487,7 +47500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *350 + - *351 requestBody: required: false content: @@ -47533,9 +47546,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *361 + default: *362 '404': description: Not Found if the authenticated user does not have access to the project @@ -47556,7 +47569,7 @@ paths: items: type: string '401': *25 - '410': *362 + '410': *363 '422': *7 x-github: githubCloudOnly: false @@ -47574,7 +47587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *350 + - *351 responses: '204': description: Delete Success @@ -47595,7 +47608,7 @@ paths: items: type: string '401': *25 - '410': *362 + '410': *363 '404': *6 x-github: githubCloudOnly: false @@ -47618,7 +47631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *350 + - *351 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -47645,7 +47658,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '404': *6 @@ -47670,7 +47683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *350 + - *351 - *212 requestBody: required: false @@ -47718,7 +47731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *350 + - *351 - *212 responses: '204': @@ -47747,7 +47760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *350 + - *351 - *212 responses: '200': @@ -47815,7 +47828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *350 + - *351 - *17 - *19 responses: @@ -47825,7 +47838,7 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: default: value: @@ -47857,7 +47870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *350 + - *351 requestBody: required: true content: @@ -47880,7 +47893,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: default: value: @@ -47941,7 +47954,7 @@ paths: resources: type: object properties: - core: &363 + core: &364 title: Rate Limit type: object properties: @@ -47958,20 +47971,20 @@ paths: - remaining - reset - used - graphql: *363 - search: *363 - code_search: *363 - source_import: *363 - integration_manifest: *363 - code_scanning_upload: *363 - actions_runner_registration: *363 - scim: *363 - dependency_snapshots: *363 - code_scanning_autofix: *363 + graphql: *364 + search: *364 + code_search: *364 + source_import: *364 + integration_manifest: *364 + code_scanning_upload: *364 + actions_runner_registration: *364 + scim: *364 + dependency_snapshots: *364 + code_scanning_autofix: *364 required: - core - search - rate: *363 + rate: *364 required: - rate - resources @@ -48075,14 +48088,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: default-response: summary: Default response @@ -48587,7 +48600,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *365 + '301': *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48605,8 +48618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -48852,10 +48865,10 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 - '307': &367 + default: *367 + '307': &368 description: Temporary Redirect content: application/json: @@ -48884,8 +48897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -48907,7 +48920,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *367 + '307': *368 '404': *6 x-github: githubCloudOnly: false @@ -48930,11 +48943,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 - - &382 + - &383 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -48957,7 +48970,7 @@ paths: type: integer artifacts: type: array - items: &368 + items: &369 title: Artifact description: An artifact type: object @@ -49028,7 +49041,7 @@ paths: - expires_at - updated_at examples: - default: &383 + default: &384 value: total_count: 2 artifacts: @@ -49087,9 +49100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *351 - *352 - - &369 + - *353 + - &370 name: artifact_id description: The unique identifier of the artifact. in: path @@ -49101,7 +49114,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -49138,9 +49151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *351 - *352 - - *369 + - *353 + - *370 responses: '204': description: Response @@ -49164,9 +49177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *351 - *352 - - *369 + - *353 + - *370 - name: archive_format in: path required: true @@ -49180,7 +49193,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': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49203,14 +49216,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -49236,11 +49249,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 - - &371 + - &372 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -49274,7 +49287,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Repository actions caches description: Repository actions caches type: object @@ -49316,7 +49329,7 @@ paths: - total_count - actions_caches examples: - default: &373 + default: &374 value: total_count: 1 actions_caches: @@ -49348,23 +49361,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *351 - *352 + - *353 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49384,8 +49397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *351 - *352 + - *353 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -49416,9 +49429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *351 - *352 - - &374 + - *353 + - &375 name: job_id description: The unique identifier of the job. in: path @@ -49430,7 +49443,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Job description: Information of a job execution in a workflow run type: object @@ -49737,9 +49750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *351 - *352 - - *374 + - *353 + - *375 responses: '302': description: Response @@ -49767,9 +49780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *351 - *352 - - *374 + - *353 + - *375 requestBody: required: false content: @@ -49814,8 +49827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Status response @@ -49865,8 +49878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -49929,8 +49942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -49948,7 +49961,7 @@ paths: type: integer secrets: type: array - items: &388 + items: &389 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -49968,7 +49981,7 @@ paths: - created_at - updated_at examples: - default: &389 + default: &390 value: total_count: 2 secrets: @@ -50001,9 +50014,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *351 - *352 - - *375 + - *353 + - *376 - *19 responses: '200': @@ -50020,7 +50033,7 @@ paths: type: integer variables: type: array - items: &392 + items: &393 title: Actions Variable type: object properties: @@ -50050,7 +50063,7 @@ paths: - created_at - updated_at examples: - default: &393 + default: &394 value: total_count: 2 variables: @@ -50083,8 +50096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50093,7 +50106,7 @@ paths: schema: type: object properties: - enabled: &376 + enabled: &377 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -50126,8 +50139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -50138,7 +50151,7 @@ paths: schema: type: object properties: - enabled: *376 + enabled: *377 allowed_actions: *48 required: - enabled @@ -50169,14 +50182,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: access_level: @@ -50194,7 +50207,7 @@ paths: required: - access_level examples: - default: &378 + default: &379 value: access_level: organization x-github: @@ -50219,15 +50232,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 responses: '204': description: Response @@ -50251,8 +50264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50283,8 +50296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -50316,8 +50329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50346,8 +50359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Success response @@ -50387,8 +50400,8 @@ paths: in: query schema: type: string - - *351 - *352 + - *353 - *17 - *19 responses: @@ -50432,8 +50445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50465,8 +50478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -50539,8 +50552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *351 - *352 + - *353 responses: '201': description: Response @@ -50576,8 +50589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *351 - *352 + - *353 responses: '201': description: Response @@ -50607,8 +50620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '200': @@ -50638,8 +50651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '204': @@ -50665,8 +50678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '200': *66 @@ -50691,8 +50704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 requestBody: required: true @@ -50741,8 +50754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 requestBody: required: true @@ -50792,8 +50805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '200': *197 @@ -50823,8 +50836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 - *198 responses: @@ -50854,9 +50867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *351 - *352 - - &396 + - *353 + - &397 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -50864,7 +50877,7 @@ paths: required: false schema: type: string - - &397 + - &398 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -50872,7 +50885,7 @@ paths: required: false schema: type: string - - &398 + - &399 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -50881,7 +50894,7 @@ paths: required: false schema: type: string - - &399 + - &400 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -50908,7 +50921,7 @@ paths: - pending - *17 - *19 - - &400 + - &401 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -50917,7 +50930,7 @@ paths: schema: type: string format: date-time - - &379 + - &380 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -50926,13 +50939,13 @@ paths: schema: type: boolean default: false - - &401 + - &402 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &402 + - &403 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -50955,7 +50968,7 @@ paths: type: integer workflow_runs: type: array - items: &380 + items: &381 title: Workflow Run description: An invocation of a workflow type: object @@ -51050,7 +51063,7 @@ paths: that triggered the run. type: array nullable: true - items: &426 + items: &427 title: Pull Request Minimal type: object properties: @@ -51169,7 +51182,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &430 + properties: &431 id: type: string description: SHA for the commit @@ -51220,7 +51233,7 @@ paths: - name - email nullable: true - required: &431 + required: &432 - id - tree_id - message @@ -51267,7 +51280,7 @@ paths: - workflow_url - pull_requests examples: - default: &403 + default: &404 value: total_count: 1 workflow_runs: @@ -51503,24 +51516,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *351 - *352 - - &381 + - *353 + - &382 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: &384 + default: &385 value: id: 30433642 name: Build @@ -51761,9 +51774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '204': description: Response @@ -51786,9 +51799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '200': description: Response @@ -51907,9 +51920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '201': description: Response @@ -51942,12 +51955,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *351 - *352 - - *381 + - *353 + - *382 - *17 - *19 - - *382 + - *383 responses: '200': description: Response @@ -51963,9 +51976,9 @@ paths: type: integer artifacts: type: array - items: *368 + items: *369 examples: - default: *383 + default: *384 headers: Link: *39 x-github: @@ -51989,25 +52002,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *351 - *352 - - *381 - - &385 + - *353 + - *382 + - &386 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52030,10 +52043,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *351 - *352 - - *381 - - *385 + - *353 + - *382 + - *386 - *17 - *19 responses: @@ -52051,9 +52064,9 @@ paths: type: integer jobs: type: array - items: *386 + items: *387 examples: - default: &387 + default: &388 value: total_count: 1 jobs: @@ -52166,10 +52179,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *351 - *352 - - *381 - - *385 + - *353 + - *382 + - *386 responses: '302': description: Response @@ -52197,9 +52210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '202': description: Response @@ -52232,9 +52245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: true content: @@ -52301,9 +52314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '202': description: Response @@ -52336,9 +52349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -52368,9 +52381,9 @@ paths: type: integer jobs: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *39 x-github: @@ -52395,9 +52408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '302': description: Response @@ -52424,9 +52437,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '204': description: Response @@ -52453,9 +52466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '200': description: Response @@ -52515,7 +52528,7 @@ paths: items: type: object properties: - type: &507 + type: &508 type: string description: The type of reviewer. enum: @@ -52525,7 +52538,7 @@ paths: reviewer: anyOf: - *4 - - *270 + - *271 required: - environment - wait_timer @@ -52600,9 +52613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: true content: @@ -52649,7 +52662,7 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -52755,7 +52768,7 @@ paths: - created_at - updated_at examples: - default: &503 + default: &504 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -52811,9 +52824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: false content: @@ -52857,9 +52870,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: false content: @@ -52905,9 +52918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '200': description: Response @@ -53044,8 +53057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -53063,9 +53076,9 @@ paths: type: integer secrets: type: array - items: *388 + items: *389 examples: - default: *389 + default: *390 headers: Link: *39 x-github: @@ -53090,16 +53103,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53121,17 +53134,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: &520 + default: &521 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -53157,8 +53170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 requestBody: required: true @@ -53213,8 +53226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '204': @@ -53240,9 +53253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *351 - *352 - - *375 + - *353 + - *376 - *19 responses: '200': @@ -53259,9 +53272,9 @@ paths: type: integer variables: type: array - items: *392 + items: *393 examples: - default: *393 + default: *394 headers: Link: *39 x-github: @@ -53284,8 +53297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -53337,17 +53350,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *351 - *352 + - *353 - *203 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: &521 + default: &522 value: name: USERNAME value: octocat @@ -53373,8 +53386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *351 - *352 + - *353 - *203 requestBody: required: true @@ -53417,8 +53430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *351 - *352 + - *353 - *203 responses: '204': @@ -53444,8 +53457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -53463,7 +53476,7 @@ paths: type: integer workflows: type: array - items: &394 + items: &395 title: Workflow description: A GitHub Actions workflow type: object @@ -53570,9 +53583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *351 - *352 - - &395 + - *353 + - &396 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -53587,7 +53600,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -53620,9 +53633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '204': description: Response @@ -53647,9 +53660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '204': description: Response @@ -53700,9 +53713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '204': description: Response @@ -53729,19 +53742,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *351 - *352 - - *395 + - *353 - *396 - *397 - *398 - *399 + - *400 - *17 - *19 - - *400 - - *379 - *401 + - *380 - *402 + - *403 responses: '200': description: Response @@ -53757,9 +53770,9 @@ paths: type: integer workflow_runs: type: array - items: *380 + items: *381 examples: - default: *403 + default: *404 headers: Link: *39 x-github: @@ -53785,9 +53798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '200': description: Response @@ -53848,8 +53861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *351 - *352 + - *353 - *84 - *17 - *82 @@ -54013,8 +54026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -54026,7 +54039,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '404': *6 @@ -54051,8 +54064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *351 - *352 + - *353 - name: assignee in: path required: true @@ -54088,8 +54101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -54201,8 +54214,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *351 - *352 + - *353 - *17 - *82 - *83 @@ -54248,7 +54261,7 @@ paths: bundle_url: type: string examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54268,8 +54281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -54277,7 +54290,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Autolink reference description: An autolink reference. type: object @@ -54327,8 +54340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -54367,9 +54380,9 @@ paths: description: response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: id: 1 key_prefix: TICKET- @@ -54400,9 +54413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *351 - *352 - - &407 + - *353 + - &408 name: autolink_id description: The unique identifier of the autolink. in: path @@ -54414,9 +54427,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 '404': *6 x-github: githubCloudOnly: false @@ -54436,9 +54449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *351 - *352 - - *407 + - *353 + - *408 responses: '204': description: Response @@ -54462,8 +54475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response if Dependabot is enabled @@ -54511,8 +54524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -54533,8 +54546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -54554,8 +54567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *351 - *352 + - *353 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -54593,7 +54606,7 @@ paths: - url protected: type: boolean - protection: &409 + protection: &410 title: Branch Protection description: Branch Protection type: object @@ -54635,7 +54648,7 @@ paths: required: - contexts - checks - enforce_admins: &412 + enforce_admins: &413 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -54650,7 +54663,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &414 + required_pull_request_reviews: &415 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -54671,7 +54684,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *270 + items: *271 apps: description: The list of apps with review dismissal access. @@ -54700,7 +54713,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *270 + items: *271 apps: description: The list of apps allowed to bypass pull request requirements. @@ -54726,7 +54739,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &411 + restrictions: &412 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -55033,9 +55046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *351 - *352 - - &410 + - *353 + - &411 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -55049,14 +55062,14 @@ paths: description: Response content: application/json: - schema: &420 + schema: &421 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &475 + commit: &476 title: Commit description: Commit type: object @@ -55090,7 +55103,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &408 + properties: &409 name: type: string example: '"Chris Wanstrath"' @@ -55105,7 +55118,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true message: type: string @@ -55126,7 +55139,7 @@ paths: required: - sha - url - verification: &527 + verification: &528 title: Verification type: object properties: @@ -55195,7 +55208,7 @@ paths: type: integer files: type: array - items: &490 + items: &491 title: Diff Entry description: Diff Entry type: object @@ -55278,7 +55291,7 @@ paths: - self protected: type: boolean - protection: *409 + protection: *410 protection_url: type: string format: uri @@ -55385,7 +55398,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *365 + '301': *366 '404': *6 x-github: githubCloudOnly: false @@ -55407,15 +55420,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -55609,9 +55622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -55866,7 +55879,7 @@ paths: url: type: string format: uri - required_status_checks: &417 + required_status_checks: &418 title: Status Check Policy description: Status Check Policy type: object @@ -55942,7 +55955,7 @@ paths: items: *4 teams: type: array - items: *270 + items: *271 apps: type: array items: *5 @@ -55960,7 +55973,7 @@ paths: items: *4 teams: type: array - items: *270 + items: *271 apps: type: array items: *5 @@ -56018,7 +56031,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *411 + restrictions: *412 required_conversation_resolution: type: object properties: @@ -56130,9 +56143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56157,17 +56170,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -56189,17 +56202,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56218,9 +56231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56245,17 +56258,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -56351,9 +56364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56451,9 +56464,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '422': *15 x-github: githubCloudOnly: false @@ -56474,9 +56487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56503,17 +56516,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &416 + default: &417 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -56536,17 +56549,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *416 + default: *417 '404': *6 x-github: githubCloudOnly: false @@ -56566,9 +56579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56593,17 +56606,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &418 + default: &419 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -56629,9 +56642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56683,9 +56696,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 '404': *6 '422': *15 x-github: @@ -56707,9 +56720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56733,9 +56746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -56769,9 +56782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56838,9 +56851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56904,9 +56917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: content: application/json: @@ -56972,15 +56985,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -57071,9 +57084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -57096,9 +57109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -57108,7 +57121,7 @@ paths: type: array items: *5 examples: - default: &419 + default: &420 value: - id: 1 slug: octoapp @@ -57165,9 +57178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57201,7 +57214,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -57222,9 +57235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57258,7 +57271,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -57279,9 +57292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57315,7 +57328,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -57337,9 +57350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -57347,9 +57360,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '404': *6 x-github: githubCloudOnly: false @@ -57369,9 +57382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -57407,9 +57420,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '422': *15 x-github: githubCloudOnly: false @@ -57430,9 +57443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -57468,9 +57481,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '422': *15 x-github: githubCloudOnly: false @@ -57491,9 +57504,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: content: application/json: @@ -57528,9 +57541,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '422': *15 x-github: githubCloudOnly: false @@ -57552,9 +57565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -57564,7 +57577,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '404': *6 x-github: githubCloudOnly: false @@ -57588,9 +57601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57623,7 +57636,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -57648,9 +57661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57683,7 +57696,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -57708,9 +57721,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57743,7 +57756,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -57770,9 +57783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57794,7 +57807,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -57908,12 +57921,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *351 - *352 - - *421 + - *353 - *422 - - *311 - *423 + - *312 + - *424 - *17 - *19 responses: @@ -57923,9 +57936,9 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: - default: *425 + default: *426 '404': *6 '500': *97 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -57945,8 +57958,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *351 - *352 + - *353 - name: bypass_request_number in: path required: true @@ -57960,7 +57973,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -58018,8 +58031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -58298,7 +58311,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: CheckRun description: A check performed on the code of a given code change type: object @@ -58417,8 +58430,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *426 - deployment: &741 + items: *427 + deployment: &742 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -58698,9 +58711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *351 - *352 - - &428 + - *353 + - &429 name: check_run_id description: The unique identifier of the check run. in: path @@ -58712,9 +58725,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &429 + default: &430 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -58814,9 +58827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *351 - *352 - - *428 + - *353 + - *429 requestBody: required: true content: @@ -59056,9 +59069,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59078,9 +59091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *351 - *352 - - *428 + - *353 + - *429 - *17 - *19 responses: @@ -59177,9 +59190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *351 - *352 - - *428 + - *353 + - *429 responses: '201': description: Response @@ -59223,8 +59236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -59246,7 +59259,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &432 + schema: &433 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -59310,7 +59323,7 @@ paths: nullable: true pull_requests: type: array - items: *426 + items: *427 nullable: true app: title: GitHub app @@ -59332,12 +59345,12 @@ paths: type: string format: date-time nullable: true - head_commit: &767 + head_commit: &768 title: Simple Commit description: A commit. type: object - properties: *430 - required: *431 + properties: *431 + required: *432 latest_check_runs_count: type: integer check_runs_url: @@ -59365,7 +59378,7 @@ paths: - check_runs_url - pull_requests examples: - default: &433 + default: &434 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -59656,9 +59669,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59677,8 +59690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -59987,9 +60000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *351 - *352 - - &434 + - *353 + - &435 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -60001,9 +60014,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60026,17 +60039,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *351 - *352 - - *434 - - &483 + - *353 + - *435 + - &484 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &484 + - &485 name: status description: Returns check runs with the specified `status`. in: query @@ -60075,9 +60088,9 @@ paths: type: integer check_runs: type: array - items: *427 + items: *428 examples: - default: &485 + default: &486 value: total_count: 1 check_runs: @@ -60179,9 +60192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *351 - *352 - - *434 + - *353 + - *435 responses: '201': description: Response @@ -60214,21 +60227,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *351 - *352 + - *353 - *213 - *214 - *19 - *17 - - &450 + - &451 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *435 - - &451 + schema: *436 + - &452 name: pr description: The number of the pull request for the results you want to list. in: query @@ -60259,7 +60272,7 @@ paths: be returned. in: query required: false - schema: *436 + schema: *437 responses: '200': description: Response @@ -60275,7 +60288,7 @@ paths: updated_at: *105 url: *102 html_url: *103 - instances_url: *437 + instances_url: *438 state: *87 fixed_at: *107 dismissed_by: @@ -60286,11 +60299,11 @@ paths: required: *21 nullable: true dismissed_at: *106 - dismissed_reason: *438 - dismissed_comment: *439 - rule: *440 - tool: *441 - most_recent_instance: *442 + dismissed_reason: *439 + dismissed_comment: *440 + rule: *441 + tool: *442 + most_recent_instance: *443 required: - number - created_at @@ -60406,7 +60419,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &443 + '403': &444 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -60433,9 +60446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *351 - *352 - - &444 + - *353 + - &445 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -60449,7 +60462,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 type: object properties: number: *98 @@ -60457,7 +60470,7 @@ paths: updated_at: *105 url: *102 html_url: *103 - instances_url: *437 + instances_url: *438 state: *87 fixed_at: *107 dismissed_by: @@ -60468,8 +60481,8 @@ paths: required: *21 nullable: true dismissed_at: *106 - dismissed_reason: *438 - dismissed_comment: *439 + dismissed_reason: *439 + dismissed_comment: *440 rule: type: object properties: @@ -60523,8 +60536,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *441 - most_recent_instance: *442 + tool: *442 + most_recent_instance: *443 required: - number - created_at @@ -60613,7 +60626,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -60633,9 +60646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 requestBody: required: true content: @@ -60650,8 +60663,8 @@ paths: enum: - open - dismissed - dismissed_reason: *438 - dismissed_comment: *439 + dismissed_reason: *439 + dismissed_comment: *440 required: - state examples: @@ -60666,7 +60679,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -60741,7 +60754,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &449 + '403': &450 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -60768,15 +60781,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 responses: '200': description: Response content: application/json: - schema: &446 + schema: &447 type: object properties: status: @@ -60802,13 +60815,13 @@ paths: - description - started_at examples: - default: &447 + default: &448 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &448 + '400': &449 description: Bad Request content: application/json: @@ -60819,7 +60832,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -60844,29 +60857,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 responses: '200': description: OK content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '202': description: Accepted content: application/json: - schema: *446 + schema: *447 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *448 + '400': *449 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -60898,9 +60911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 requestBody: required: false content: @@ -60945,8 +60958,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *448 - '403': *449 + '400': *449 + '403': *450 '404': *6 '422': description: Unprocessable Entity @@ -60970,13 +60983,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 - *19 - *17 - - *450 - *451 + - *452 responses: '200': description: Response @@ -60984,7 +60997,7 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: default: value: @@ -61023,7 +61036,7 @@ paths: end_column: 50 classifications: - source - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61057,25 +61070,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *351 - *352 + - *353 - *213 - *214 - *19 - *17 - - *451 + - *452 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *435 + schema: *436 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &454 + schema: &455 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -61096,23 +61109,23 @@ paths: application/json: schema: type: array - items: &455 + items: &456 type: object properties: - ref: *435 - commit_sha: &463 + ref: *436 + commit_sha: &464 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *452 + analysis_key: *453 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *453 + category: *454 error: type: string example: error reading field xyz @@ -61136,8 +61149,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *454 - tool: *441 + sarif_id: *455 + tool: *442 deletable: type: boolean warning: @@ -61198,7 +61211,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61234,8 +61247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *351 - *352 + - *353 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -61248,7 +61261,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: response: summary: application/json response @@ -61302,7 +61315,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61384,8 +61397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *351 - *352 + - *353 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -61438,7 +61451,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': *14 - '403': *449 + '403': *450 '404': *6 '503': *125 x-github: @@ -61460,8 +61473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -61469,7 +61482,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: CodeQL Database description: A CodeQL database. type: object @@ -61580,7 +61593,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61609,8 +61622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *351 - *352 + - *353 - name: language in: path description: The language of the CodeQL database. @@ -61622,7 +61635,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -61654,9 +61667,9 @@ 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': &492 + '302': &493 description: Found - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61678,8 +61691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *351 - *352 + - *353 - name: language in: path description: The language of the CodeQL database. @@ -61689,7 +61702,7 @@ paths: responses: '204': description: Response - '403': *449 + '403': *450 '404': *6 '503': *125 x-github: @@ -61717,8 +61730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -61727,7 +61740,7 @@ paths: type: object additionalProperties: false properties: - language: &457 + language: &458 type: string description: The language targeted by the CodeQL query enum: @@ -61805,7 +61818,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &461 + schema: &462 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -61815,7 +61828,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *457 + query_language: *458 query_pack_url: type: string description: The download url for the query pack. @@ -61862,7 +61875,7 @@ paths: items: type: object properties: - repository: &458 + repository: &459 title: Repository Identifier description: Repository Identifier type: object @@ -61898,7 +61911,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &462 + analysis_status: &463 type: string description: The new status of the CodeQL variant analysis repository task. @@ -61930,7 +61943,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &459 + access_mismatch_repos: &460 type: object properties: repository_count: @@ -61944,7 +61957,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: *458 + items: *459 required: - repository_count - repositories @@ -61966,8 +61979,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *459 - over_limit_repos: *459 + no_codeql_db_repos: *460 + over_limit_repos: *460 required: - access_mismatch_repos - not_found_repos @@ -61983,7 +61996,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &460 + value: &461 summary: Default response value: id: 1 @@ -62135,10 +62148,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *460 + value: *461 repository_lists: summary: Response for a successful variant analysis submission - value: *460 + value: *461 '404': *6 '422': description: Unable to process variant analysis submission @@ -62166,8 +62179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *351 - *352 + - *353 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -62179,9 +62192,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *460 + default: *461 '404': *6 '503': *125 x-github: @@ -62204,7 +62217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *351 + - *352 - name: repo in: path description: The name of the controller repository. @@ -62239,7 +62252,7 @@ paths: type: object properties: repository: *94 - analysis_status: *462 + analysis_status: *463 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -62364,8 +62377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -62439,7 +62452,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -62460,8 +62473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -62543,7 +62556,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *449 + '403': *450 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -62608,8 +62621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -62617,7 +62630,7 @@ paths: schema: type: object properties: - commit_sha: *463 + commit_sha: *464 ref: type: string description: |- @@ -62675,7 +62688,7 @@ paths: schema: type: object properties: - id: *454 + id: *455 url: type: string description: The REST API URL for checking the status of the upload. @@ -62689,7 +62702,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': *449 + '403': *450 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -62712,8 +62725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *351 - *352 + - *353 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -62759,7 +62772,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *443 + '403': *444 '404': description: Not Found if the sarif id does not match any upload '503': *125 @@ -62784,8 +62797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -62863,8 +62876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *351 - *352 + - *353 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -62984,8 +62997,8 @@ paths: parameters: - *17 - *19 - - *351 - *352 + - *353 responses: '200': description: Response @@ -63001,7 +63014,7 @@ paths: type: integer codespaces: type: array - items: *274 + items: *275 examples: default: value: @@ -63299,8 +63312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -63363,17 +63376,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '400': *14 '401': *25 '403': *29 @@ -63402,8 +63415,8 @@ paths: parameters: - *17 - *19 - - *351 - *352 + - *353 responses: '200': description: Response @@ -63467,8 +63480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *351 - *352 + - *353 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -63503,14 +63516,14 @@ paths: type: integer machines: type: array - items: &697 + items: &698 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *465 - required: *466 + properties: *466 + required: *467 examples: - default: &698 + default: &699 value: total_count: 2 machines: @@ -63550,8 +63563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *351 - *352 + - *353 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -63635,8 +63648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *351 - *352 + - *353 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -63702,8 +63715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -63721,7 +63734,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &471 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -63741,7 +63754,7 @@ paths: - created_at - updated_at examples: - default: *467 + default: *468 headers: Link: *39 x-github: @@ -63764,16 +63777,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -63793,17 +63806,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63823,8 +63836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 requestBody: required: true @@ -63877,8 +63890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '204': @@ -63907,8 +63920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *351 - *352 + - *353 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -63950,7 +63963,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &472 + properties: &473 login: type: string example: octocat @@ -64043,7 +64056,7 @@ paths: user_view_type: type: string example: public - required: &473 + required: &474 - avatar_url - events_url - followers_url @@ -64117,8 +64130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *351 - *352 + - *353 - *212 responses: '204': @@ -64161,8 +64174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *351 - *352 + - *353 - *212 requestBody: required: false @@ -64189,7 +64202,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &540 + schema: &541 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -64411,8 +64424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *351 - *352 + - *353 - *212 responses: '204': @@ -64442,8 +64455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *351 - *352 + - *353 - *212 responses: '200': @@ -64464,8 +64477,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *472 - required: *473 + properties: *473 + required: *474 nullable: true required: - permission @@ -64520,8 +64533,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -64531,7 +64544,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Commit Comment description: Commit Comment type: object @@ -64589,7 +64602,7 @@ paths: - created_at - updated_at examples: - default: &477 + default: &478 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -64648,17 +64661,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: &478 + default: &479 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -64715,8 +64728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -64739,7 +64752,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -64790,8 +64803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 responses: '204': @@ -64813,8 +64826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -64841,9 +64854,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -64864,8 +64877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -64898,16 +64911,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -64929,10 +64942,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *351 - *352 + - *353 - *146 - - *343 + - *344 responses: '204': description: Response @@ -64981,8 +64994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *351 - *352 + - *353 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -65038,9 +65051,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &591 + default: &592 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -65134,9 +65147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *351 - *352 - - &476 + - *353 + - &477 name: commit_sha description: The SHA of the commit. in: path @@ -65208,9 +65221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *351 - *352 - - *476 + - *353 + - *477 - *17 - *19 responses: @@ -65220,9 +65233,9 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: *477 + default: *478 headers: Link: *39 x-github: @@ -65250,9 +65263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *351 - *352 - - *476 + - *353 + - *477 requestBody: required: true content: @@ -65287,9 +65300,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *478 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65317,9 +65330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *351 - *352 - - *476 + - *353 + - *477 - *17 - *19 responses: @@ -65329,7 +65342,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Pull Request Simple description: Pull Request Simple type: object @@ -65435,8 +65448,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true active_lock_reason: type: string @@ -65481,7 +65494,7 @@ paths: nullable: true requested_teams: type: array - items: *270 + items: *271 nullable: true head: type: object @@ -65532,7 +65545,7 @@ paths: _links: type: object properties: - comments: &481 + comments: &482 title: Link description: Hypermedia Link type: object @@ -65541,13 +65554,13 @@ paths: type: string required: - href - commits: *481 - statuses: *481 - html: *481 - issue: *481 - review_comments: *481 - review_comment: *481 - self: *481 + commits: *482 + statuses: *482 + html: *482 + issue: *482 + review_comments: *482 + review_comment: *482 + self: *482 required: - comments - commits @@ -65558,7 +65571,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: &584 + auto_merge: &585 title: Auto merge description: The status of auto merging a pull request. type: object @@ -65621,7 +65634,7 @@ paths: - author_association - auto_merge examples: - default: &583 + default: &584 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -66158,11 +66171,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *351 - *352 + - *353 - *19 - *17 - - &482 + - &483 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)" @@ -66177,9 +66190,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &569 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66292,11 +66305,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *351 - *352 - - *482 + - *353 - *483 - *484 + - *485 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -66330,9 +66343,9 @@ paths: type: integer check_runs: type: array - items: *427 + items: *428 examples: - default: *485 + default: *486 headers: Link: *39 x-github: @@ -66357,9 +66370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *351 - *352 - - *482 + - *353 + - *483 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -66367,7 +66380,7 @@ paths: schema: type: integer example: 1 - - *483 + - *484 - *17 - *19 responses: @@ -66385,7 +66398,7 @@ paths: type: integer check_suites: type: array - items: *432 + items: *433 examples: default: value: @@ -66585,9 +66598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *351 - *352 - - *482 + - *353 + - *483 - *17 - *19 responses: @@ -66785,9 +66798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *351 - *352 - - *482 + - *353 + - *483 - *17 - *19 responses: @@ -66797,7 +66810,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 title: Status description: The status of a commit. type: object @@ -66878,7 +66891,7 @@ paths: site_admin: false headers: Link: *39 - '301': *365 + '301': *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66906,8 +66919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -66936,20 +66949,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &488 + properties: &489 url: type: string format: uri html_url: type: string format: uri - required: &489 + required: &490 - url - html_url nullable: true @@ -66963,26 +66976,26 @@ paths: contributing: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true readme: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true issue_template: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true pull_request_template: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true required: - code_of_conduct @@ -67109,8 +67122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *351 - *352 + - *353 - *19 - *17 - name: basehead @@ -67153,8 +67166,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *475 - merge_base_commit: *475 + base_commit: *476 + merge_base_commit: *476 status: type: string enum: @@ -67174,10 +67187,10 @@ paths: example: 6 commits: type: array - items: *475 + items: *476 files: type: array - items: *490 + items: *491 required: - url - html_url @@ -67463,8 +67476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *351 - *352 + - *353 - name: path description: path parameter in: path @@ -67605,7 +67618,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &491 + response-if-content-is-a-file: &492 summary: Response if content is a file value: type: file @@ -67737,7 +67750,7 @@ paths: - size - type - url - - &596 + - &597 title: Content File description: Content File type: object @@ -67938,7 +67951,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *491 + response-if-content-is-a-file: *492 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -68007,7 +68020,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *492 + '302': *493 '304': *37 x-github: githubCloudOnly: false @@ -68030,8 +68043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *351 - *352 + - *353 - name: path description: path parameter in: path @@ -68124,7 +68137,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 title: File Commit description: File Commit type: object @@ -68276,7 +68289,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: example-for-creating-a-file: value: @@ -68330,7 +68343,7 @@ paths: schema: oneOf: - *3 - - &522 + - &523 description: Repository rule violation was detected type: object properties: @@ -68351,7 +68364,7 @@ paths: items: type: object properties: - placeholder_id: &637 + placeholder_id: &638 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -68383,8 +68396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *351 - *352 + - *353 - name: path description: path parameter in: path @@ -68445,7 +68458,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -68500,8 +68513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *351 - *352 + - *353 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -68624,8 +68637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *351 - *352 + - *353 - *232 - *233 - *234 @@ -68638,6 +68651,7 @@ paths: type: string - *236 - *237 + - *238 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -68657,8 +68671,8 @@ paths: default: 30 - *82 - *83 - - *238 - *239 + - *240 responses: '200': description: Response @@ -68666,7 +68680,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 type: object description: A Dependabot alert. properties: @@ -68699,7 +68713,7 @@ paths: enum: - development - runtime - security_advisory: *494 + security_advisory: *495 security_vulnerability: *101 url: *102 html_url: *103 @@ -68730,7 +68744,7 @@ paths: nullable: true maxLength: 280 fixed_at: *107 - auto_dismissed_at: *495 + auto_dismissed_at: *496 required: - number - state @@ -68957,9 +68971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *351 - *352 - - &497 + - *353 + - &498 name: alert_number in: path description: |- @@ -68974,7 +68988,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -69084,9 +69098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *351 - *352 - - *497 + - *353 + - *498 requestBody: required: true content: @@ -69131,7 +69145,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -69260,8 +69274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -69279,7 +69293,7 @@ paths: type: integer secrets: type: array - items: &500 + items: &501 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -69332,16 +69346,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69361,15 +69375,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -69395,8 +69409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 requestBody: required: true @@ -69449,8 +69463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '204': @@ -69473,8 +69487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *351 - *352 + - *353 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -69634,8 +69648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -69874,8 +69888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -69950,7 +69964,7 @@ paths: - version - url additionalProperties: false - metadata: &501 + metadata: &502 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -69983,7 +69997,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *501 + metadata: *502 resolved: type: object description: A collection of resolved package dependencies. @@ -69996,7 +70010,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *501 + metadata: *502 relationship: type: string description: A notation of whether a dependency is requested @@ -70125,8 +70139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *351 - *352 + - *353 - name: sha description: The SHA recorded at creation time. in: query @@ -70166,9 +70180,9 @@ paths: application/json: schema: type: array - items: *502 + items: *503 examples: - default: *503 + default: *504 headers: Link: *39 x-github: @@ -70234,8 +70248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -70316,7 +70330,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: simple-example: summary: Simple example @@ -70389,9 +70403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *351 - *352 - - &504 + - *353 + - &505 name: deployment_id description: deployment_id parameter in: path @@ -70403,7 +70417,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: default: value: @@ -70468,9 +70482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *351 - *352 - - *504 + - *353 + - *505 responses: '204': description: Response @@ -70492,9 +70506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *351 - *352 - - *504 + - *353 + - *505 - *17 - *19 responses: @@ -70504,7 +70518,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Deployment Status description: The status of a deployment. type: object @@ -70665,9 +70679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *351 - *352 - - *504 + - *353 + - *505 requestBody: required: true content: @@ -70742,9 +70756,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -70800,9 +70814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *351 - *352 - - *504 + - *353 + - *505 - name: status_id in: path required: true @@ -70813,9 +70827,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -70840,8 +70854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -70898,8 +70912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -70916,7 +70930,7 @@ paths: type: integer environments: type: array - items: &508 + items: &509 title: Environment description: Details of a deployment environment type: object @@ -70968,7 +70982,7 @@ paths: type: type: string example: wait_timer - wait_timer: &510 + wait_timer: &511 type: integer example: 30 description: The amount of time to delay a job after @@ -71005,11 +71019,11 @@ paths: items: type: object properties: - type: *507 + type: *508 reviewer: anyOf: - *4 - - *270 + - *271 required: - id - node_id @@ -71029,7 +71043,7 @@ paths: - id - node_id - type - deployment_branch_policy: &511 + deployment_branch_policy: &512 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -71145,9 +71159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *351 - *352 - - &509 + - *353 + - &510 name: environment_name in: path required: true @@ -71160,9 +71174,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &512 + default: &513 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -71246,9 +71260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *351 - *352 - - *509 + - *353 + - *510 requestBody: required: false content: @@ -71257,7 +71271,7 @@ paths: type: object nullable: true properties: - wait_timer: *510 + wait_timer: *511 prevent_self_review: type: boolean example: false @@ -71274,13 +71288,13 @@ paths: items: type: object properties: - type: *507 + type: *508 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *511 + deployment_branch_policy: *512 additionalProperties: false examples: default: @@ -71300,9 +71314,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *512 + default: *513 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -71326,9 +71340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *351 - *352 - - *509 + - *353 + - *510 responses: '204': description: Default response @@ -71353,9 +71367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *17 - *19 responses: @@ -71373,7 +71387,7 @@ paths: example: 2 branch_policies: type: array - items: &513 + items: &514 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -71430,9 +71444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 + - *353 + - *510 requestBody: required: true content: @@ -71478,9 +71492,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - example-wildcard: &514 + example-wildcard: &515 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -71522,10 +71536,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 - - &515 + - *353 + - *510 + - &516 name: branch_policy_id in: path required: true @@ -71537,9 +71551,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71558,10 +71572,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 - - *515 + - *353 + - *510 + - *516 requestBody: required: true content: @@ -71589,9 +71603,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71610,10 +71624,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 - - *515 + - *353 + - *510 + - *516 responses: '204': description: Response @@ -71638,9 +71652,9 @@ 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: - - *509 + - *510 + - *353 - *352 - - *351 responses: '200': description: List of deployment protection rules @@ -71656,7 +71670,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &516 + items: &517 title: Deployment protection rule description: Deployment protection rule type: object @@ -71675,7 +71689,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &517 + app: &518 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -71774,9 +71788,9 @@ 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: - - *509 + - *510 + - *353 - *352 - - *351 requestBody: content: application/json: @@ -71797,9 +71811,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *516 + schema: *517 examples: - default: &518 + default: &519 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -71834,9 +71848,9 @@ 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: - - *509 + - *510 + - *353 - *352 - - *351 - *19 - *17 responses: @@ -71855,7 +71869,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *517 + items: *518 examples: default: value: @@ -71890,10 +71904,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *351 - *352 - - *509 - - &519 + - *353 + - *510 + - &520 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -71905,9 +71919,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71928,10 +71942,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: - - *509 + - *510 + - *353 - *352 - - *351 - - *519 + - *520 responses: '204': description: Response @@ -71957,9 +71971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *17 - *19 responses: @@ -71977,9 +71991,9 @@ paths: type: integer secrets: type: array - items: *388 + items: *389 examples: - default: *389 + default: *390 headers: Link: *39 x-github: @@ -72004,17 +72018,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *351 - *352 - - *509 + - *353 + - *510 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72036,18 +72050,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *200 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72069,9 +72083,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *200 requestBody: required: true @@ -72129,9 +72143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *200 responses: '204': @@ -72157,10 +72171,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *351 - *352 - - *509 - - *375 + - *353 + - *510 + - *376 - *19 responses: '200': @@ -72177,9 +72191,9 @@ paths: type: integer variables: type: array - items: *392 + items: *393 examples: - default: *393 + default: *394 headers: Link: *39 x-github: @@ -72202,9 +72216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *351 - *352 - - *509 + - *353 + - *510 requestBody: required: true content: @@ -72256,18 +72270,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *203 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72288,10 +72302,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *351 - *352 + - *353 - *203 - - *509 + - *510 requestBody: required: true content: @@ -72333,10 +72347,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *351 - *352 + - *353 - *203 - - *509 + - *510 responses: '204': description: Response @@ -72358,8 +72372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -72436,8 +72450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *351 - *352 + - *353 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -72596,8 +72610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -72629,9 +72643,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 '400': *14 '422': *15 '403': *29 @@ -72652,8 +72666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -72713,7 +72727,7 @@ paths: schema: oneOf: - *173 - - *522 + - *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72738,8 +72752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *351 - *352 + - *353 - name: file_sha in: path required: true @@ -72838,8 +72852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -72948,7 +72962,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -73161,15 +73175,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *351 - *352 - - *476 + - *353 + - *477 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -73225,9 +73239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *351 - *352 - - &524 + - *353 + - &525 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. @@ -73244,7 +73258,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Git Reference description: Git references within a repository type: object @@ -73319,17 +73333,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *351 - *352 - - *524 + - *353 + - *525 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -73358,8 +73372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -73388,9 +73402,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -73416,9 +73430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *351 - *352 - - *524 + - *353 + - *525 requestBody: required: true content: @@ -73447,9 +73461,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '422': *15 '409': *92 x-github: @@ -73467,9 +73481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *351 - *352 - - *524 + - *353 + - *525 responses: '204': description: Response @@ -73522,8 +73536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -73590,7 +73604,7 @@ paths: description: Response content: application/json: - schema: &528 + schema: &529 title: Git Tag description: Metadata for a Git tag type: object @@ -73641,7 +73655,7 @@ paths: - sha - type - url - verification: *527 + verification: *528 required: - sha - url @@ -73651,7 +73665,7 @@ paths: - tag - message examples: - default: &529 + default: &530 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -73724,8 +73738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *351 - *352 + - *353 - name: tag_sha in: path required: true @@ -73736,9 +73750,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 '409': *92 x-github: @@ -73762,8 +73776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -73836,7 +73850,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -73948,8 +73962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *351 - *352 + - *353 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -73972,7 +73986,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default-response: summary: Default response @@ -74031,8 +74045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -74042,7 +74056,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Webhook description: Webhooks for repositories. type: object @@ -74096,7 +74110,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &775 + last_response: &776 title: Hook Response type: object properties: @@ -74170,8 +74184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -74223,9 +74237,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: Repository id: 12345678 @@ -74273,17 +74287,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -74303,9 +74317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 requestBody: required: true content: @@ -74350,9 +74364,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '422': *15 '404': *6 x-github: @@ -74373,9 +74387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '204': description: Response @@ -74399,9 +74413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '200': description: Response @@ -74428,9 +74442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *351 - *352 - - *247 + - *353 + - *248 requestBody: required: false content: @@ -74474,11 +74488,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *351 - *352 - - *247 - - *17 + - *353 - *248 + - *17 + - *249 responses: '200': description: Response @@ -74486,9 +74500,9 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *250 + default: *251 '400': *14 '422': *15 x-github: @@ -74507,18 +74521,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 - *16 responses: '200': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '400': *14 '422': *15 x-github: @@ -74537,9 +74551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 - *16 responses: '202': *93 @@ -74562,9 +74576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '204': description: Response @@ -74589,9 +74603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '204': description: Response @@ -74649,14 +74663,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: &533 + schema: &534 title: Import description: A repository import from an external source. type: object @@ -74755,7 +74769,7 @@ paths: - html_url - authors_url examples: - default: &536 + default: &537 value: vcs: subversion use_lfs: true @@ -74771,7 +74785,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': &534 + '503': &535 description: Unavailable due to service under maintenance. content: application/json: @@ -74800,8 +74814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -74849,7 +74863,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: default: value: @@ -74874,7 +74888,7 @@ paths: type: string '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74902,8 +74916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -74952,7 +74966,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: example-1: summary: Example 1 @@ -75000,7 +75014,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': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75023,12 +75037,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *351 - *352 + - *353 responses: '204': description: Response - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75054,9 +75068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *351 - *352 - - &721 + - *353 + - &722 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -75070,7 +75084,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Porter Author description: Porter Author type: object @@ -75124,7 +75138,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': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75149,8 +75163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *351 - *352 + - *353 - name: author_id in: path required: true @@ -75180,7 +75194,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -75193,7 +75207,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75217,8 +75231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -75259,7 +75273,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75287,8 +75301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -75315,11 +75329,11 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *536 + default: *537 '422': *15 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75342,8 +75356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -75351,8 +75365,8 @@ paths: application/json: schema: *22 examples: - default: *537 - '301': *365 + default: *538 + '301': *366 '404': *6 x-github: githubCloudOnly: false @@ -75372,8 +75386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -75381,12 +75395,12 @@ paths: application/json: schema: anyOf: - - *265 + - *266 - type: object properties: {} additionalProperties: false examples: - default: &539 + default: &540 value: limit: collaborators_only origin: repository @@ -75411,13 +75425,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: default: summary: Example request body @@ -75429,9 +75443,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *539 + default: *540 '409': description: Response x-github: @@ -75453,8 +75467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -75477,8 +75491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -75488,9 +75502,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: &714 + default: &715 value: - id: 1 repository: @@ -75621,9 +75635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *351 - *352 - - *269 + - *353 + - *270 requestBody: required: false content: @@ -75652,7 +75666,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -75783,9 +75797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *351 - *352 - - *269 + - *353 + - *270 responses: '204': description: Response @@ -75816,8 +75830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *351 - *352 + - *353 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -75857,7 +75871,7 @@ paths: required: false schema: type: string - - *271 + - *272 - name: sort description: What to sort results by. in: query @@ -75882,7 +75896,7 @@ paths: type: array items: *147 examples: - default: &551 + default: &552 value: - id: 1 node_id: MDU6SXNzdWUx @@ -76030,7 +76044,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *365 + '301': *366 '422': *15 '404': *6 x-github: @@ -76059,8 +76073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -76137,7 +76151,7 @@ paths: application/json: schema: *147 examples: - default: &546 + default: &547 value: id: 1 node_id: MDU6SXNzdWUx @@ -76293,7 +76307,7 @@ paths: '422': *15 '503': *125 '404': *6 - '410': *362 + '410': *363 x-github: triggersNotification: true githubCloudOnly: false @@ -76321,8 +76335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *351 - *352 + - *353 - *157 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -76343,9 +76357,9 @@ paths: application/json: schema: type: array - items: *541 + items: *542 examples: - default: &548 + default: &549 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -76403,17 +76417,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: &542 + default: &543 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -76467,8 +76481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -76491,9 +76505,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 '422': *15 x-github: githubCloudOnly: false @@ -76511,8 +76525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 responses: '204': @@ -76533,8 +76547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -76561,9 +76575,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -76584,8 +76598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -76618,16 +76632,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -76649,10 +76663,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *351 - *352 + - *353 - *146 - - *343 + - *344 responses: '204': description: Response @@ -76672,8 +76686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -76683,7 +76697,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 title: Issue Event description: Issue Event type: object @@ -76726,8 +76740,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *543 - required: *544 + properties: *544 + required: *545 nullable: true label: title: Issue Event Label @@ -76771,7 +76785,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *270 + requested_team: *271 dismissed_review: title: Issue Event Dismissed Review type: object @@ -77034,8 +77048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *351 - *352 + - *353 - name: event_id in: path required: true @@ -77046,7 +77060,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -77239,7 +77253,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *362 + '410': *363 '403': *29 x-github: githubCloudOnly: false @@ -77273,9 +77287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *351 - *352 - - &547 + - *353 + - &548 name: issue_number description: The number that identifies the issue. in: path @@ -77289,10 +77303,10 @@ paths: application/json: schema: *147 examples: - default: *546 - '301': *365 + default: *547 + '301': *366 '404': *6 - '410': *362 + '410': *363 '304': *37 x-github: githubCloudOnly: false @@ -77317,9 +77331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -77416,13 +77430,13 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 '422': *15 '503': *125 '403': *29 - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77440,9 +77454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -77470,7 +77484,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77486,9 +77500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: content: application/json: @@ -77515,7 +77529,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77537,9 +77551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - name: assignee in: path required: true @@ -77579,9 +77593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *137 - *17 - *19 @@ -77592,13 +77606,13 @@ paths: application/json: schema: type: array - items: *541 + items: *542 examples: - default: *548 + default: *549 headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77627,9 +77641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -77651,16 +77665,16 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *362 + '410': *363 '422': *15 '404': *6 x-github: @@ -77680,9 +77694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -77696,7 +77710,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &552 + - &553 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -77750,7 +77764,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &554 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -77886,7 +77900,7 @@ paths: - performed_via_github_app - assignee - assigner - - &554 + - &555 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -77937,7 +77951,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &556 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -77988,7 +78002,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -78042,7 +78056,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &558 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -78076,7 +78090,7 @@ paths: properties: *132 required: *133 review_requester: *4 - requested_team: *270 + requested_team: *271 requested_reviewer: *4 required: - review_requester @@ -78089,7 +78103,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -78123,7 +78137,7 @@ paths: properties: *132 required: *133 review_requester: *4 - requested_team: *270 + requested_team: *271 requested_reviewer: *4 required: - review_requester @@ -78136,7 +78150,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -78196,7 +78210,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Locked Issue Event description: Locked Issue Event type: object @@ -78244,7 +78258,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -78310,7 +78324,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -78376,7 +78390,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -78442,7 +78456,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -78533,7 +78547,7 @@ paths: color: red headers: Link: *39 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78550,9 +78564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -78562,7 +78576,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -78609,7 +78623,7 @@ paths: - color - default examples: - default: &550 + default: &551 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -78627,9 +78641,9 @@ paths: default: false headers: Link: *39 - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78646,9 +78660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -78707,12 +78721,12 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 - '301': *365 + default: *551 + '301': *366 '404': *6 - '410': *362 + '410': *363 '422': *15 x-github: githubCloudOnly: false @@ -78729,9 +78743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -78791,12 +78805,12 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 - '301': *365 + default: *551 + '301': *366 '404': *6 - '410': *362 + '410': *363 '422': *15 x-github: githubCloudOnly: false @@ -78813,15 +78827,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 responses: '204': description: Response - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78840,9 +78854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - name: name in: path required: true @@ -78855,7 +78869,7 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: default: value: @@ -78866,9 +78880,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78888,9 +78902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -78918,7 +78932,7 @@ paths: '204': description: Response '403': *29 - '410': *362 + '410': *363 '404': *6 '422': *15 x-github: @@ -78936,9 +78950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 responses: '204': description: Response @@ -78960,9 +78974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - 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. @@ -78988,13 +79002,13 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79012,9 +79026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79046,16 +79060,16 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -79077,10 +79091,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *351 - *352 - - *547 - - *343 + - *353 + - *548 + - *344 responses: '204': description: Response @@ -79109,9 +79123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79121,7 +79135,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -79135,7 +79149,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -79168,9 +79182,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -79182,11 +79196,11 @@ paths: type: array items: *147 examples: - default: *551 + default: *552 headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79214,9 +79228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79226,7 +79240,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -79244,14 +79259,14 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *362 + '410': *363 '422': *15 '404': *6 x-github: @@ -79271,9 +79286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79306,7 +79321,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 '403': *29 '404': *6 '422': *7 @@ -79328,9 +79343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -79345,7 +79360,6 @@ paths: description: Timeline Event type: object anyOf: - - *552 - *553 - *554 - *555 @@ -79358,6 +79372,7 @@ paths: - *562 - *563 - *564 + - *565 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -79661,7 +79676,7 @@ paths: type: string comments: type: array - items: &585 + items: &586 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -79870,7 +79885,7 @@ paths: type: string comments: type: array - items: *474 + items: *475 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -80159,7 +80174,7 @@ paths: headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80176,8 +80191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -80187,7 +80202,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -80252,8 +80267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80289,9 +80304,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: id: 1 key: ssh-rsa AAA... @@ -80325,9 +80340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *351 - *352 - - &567 + - *353 + - &568 name: key_id description: The unique identifier of the key. in: path @@ -80339,9 +80354,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '404': *6 x-github: githubCloudOnly: false @@ -80359,9 +80374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *351 - *352 - - *567 + - *353 + - *568 responses: '204': description: Response @@ -80381,8 +80396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -80392,9 +80407,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 + default: *551 headers: Link: *39 '404': *6 @@ -80415,8 +80430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80452,9 +80467,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &568 + default: &569 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80486,8 +80501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *351 - *352 + - *353 - name: name in: path required: true @@ -80498,9 +80513,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *568 + default: *569 '404': *6 x-github: githubCloudOnly: false @@ -80517,8 +80532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *351 - *352 + - *353 - name: name in: path required: true @@ -80557,7 +80572,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -80583,8 +80598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *351 - *352 + - *353 - name: name in: path required: true @@ -80610,8 +80625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -80647,8 +80662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *351 - *352 + - *353 responses: '202': *93 '403': @@ -80676,8 +80691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -80703,9 +80718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *351 - *352 - - *450 + - *353 + - *451 responses: '200': description: Response @@ -80850,8 +80865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80916,8 +80931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80951,9 +80966,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *475 + schema: *476 examples: - default: *569 + default: *570 '204': description: Response when already merged '404': @@ -80978,8 +80993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *351 - *352 + - *353 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -81020,12 +81035,12 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 examples: default: value: @@ -81081,8 +81096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -81122,9 +81137,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -81183,9 +81198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *351 - *352 - - &572 + - *353 + - &573 name: milestone_number description: The number that identifies the milestone. in: path @@ -81197,9 +81212,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -81216,9 +81231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *351 - *352 - - *572 + - *353 + - *573 requestBody: required: false content: @@ -81256,9 +81271,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81274,9 +81289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *351 - *352 - - *572 + - *353 + - *573 responses: '204': description: Response @@ -81297,9 +81312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *351 - *352 - - *572 + - *353 + - *573 - *17 - *19 responses: @@ -81309,9 +81324,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 + default: *551 headers: Link: *39 x-github: @@ -81330,12 +81345,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *351 - *352 - - *573 + - *353 - *574 - - *137 - *575 + - *137 + - *576 - *17 - *19 responses: @@ -81347,7 +81362,7 @@ paths: type: array items: *160 examples: - default: *576 + default: *577 headers: Link: *39 x-github: @@ -81371,8 +81386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -81430,14 +81445,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: &577 + schema: &578 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -81562,7 +81577,7 @@ paths: - custom_404 - public examples: - default: &578 + default: &579 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -81603,8 +81618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -81658,9 +81673,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '422': *15 '409': *92 x-github: @@ -81683,8 +81698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -81791,8 +81806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -81818,8 +81833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -81829,7 +81844,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Page Build description: Page Build type: object @@ -81923,8 +81938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *351 - *352 + - *353 responses: '201': description: Response @@ -81969,16 +81984,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -82026,8 +82041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *351 - *352 + - *353 - name: build_id in: path required: true @@ -82038,9 +82053,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82060,8 +82075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82167,9 +82182,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *351 - *352 - - &581 + - *353 + - &582 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -82227,9 +82242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *351 - *352 - - *581 + - *353 + - *582 responses: '204': *112 '404': *6 @@ -82256,8 +82271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -82515,8 +82530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Private vulnerability reporting status @@ -82553,8 +82568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': *112 '422': *14 @@ -82575,8 +82590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': *112 '422': *14 @@ -82599,8 +82614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *351 - *352 + - *353 - name: state description: Indicates the state of the projects to return. in: query @@ -82621,7 +82636,7 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: default: value: @@ -82661,7 +82676,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *362 + '410': *363 '422': *7 x-github: githubCloudOnly: false @@ -82681,8 +82696,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82708,13 +82723,13 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *361 + default: *362 '401': *25 '403': *29 '404': *6 - '410': *362 + '410': *363 '422': *7 x-github: githubCloudOnly: false @@ -82734,8 +82749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -82743,7 +82758,7 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: default: value: @@ -82774,8 +82789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82787,7 +82802,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *303 + items: *304 required: - properties examples: @@ -82837,8 +82852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *351 - *352 + - *353 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -82898,9 +82913,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 headers: Link: *39 '304': *37 @@ -82932,8 +82947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82998,7 +83013,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &588 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -83109,8 +83124,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true active_lock_reason: type: string @@ -83155,7 +83170,7 @@ paths: nullable: true requested_teams: type: array - items: *323 + items: *324 nullable: true head: type: object @@ -83194,14 +83209,14 @@ paths: _links: type: object properties: - comments: *481 - commits: *481 - statuses: *481 - html: *481 - issue: *481 - review_comments: *481 - review_comment: *481 - self: *481 + comments: *482 + commits: *482 + statuses: *482 + html: *482 + issue: *482 + review_comments: *482 + review_comment: *482 + self: *482 required: - comments - commits @@ -83212,7 +83227,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: *584 + auto_merge: *585 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -83304,7 +83319,7 @@ paths: - merged_by - review_comments examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -83831,8 +83846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *351 - *352 + - *353 - name: sort in: query required: false @@ -83861,9 +83876,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: &590 + default: &591 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -83940,17 +83955,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *351 - *352 + - *353 - *146 responses: '200': description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -84025,8 +84040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -84049,9 +84064,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84067,8 +84082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *351 - *352 + - *353 - *146 responses: '204': @@ -84090,8 +84105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *351 - *352 + - *353 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -84118,9 +84133,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -84141,8 +84156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -84175,16 +84190,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -84206,10 +84221,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *351 - *352 + - *353 - *146 - - *343 + - *344 responses: '204': description: Response @@ -84252,9 +84267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *351 - *352 - - &589 + - *353 + - &590 name: pull_number description: The number that identifies the pull request. in: path @@ -84267,9 +84282,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '304': *37 '404': *6 '406': @@ -84304,9 +84319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -84348,9 +84363,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 '403': *29 x-github: @@ -84372,9 +84387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: true content: @@ -84434,17 +84449,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -84474,9 +84489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *157 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -84497,9 +84512,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: *590 + default: *591 headers: Link: *39 x-github: @@ -84532,9 +84547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: true content: @@ -84639,7 +84654,7 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: example-for-a-multi-line-comment: value: @@ -84727,9 +84742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *146 requestBody: required: true @@ -84752,7 +84767,7 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: default: value: @@ -84838,9 +84853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *17 - *19 responses: @@ -84850,9 +84865,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *591 + default: *592 headers: Link: *39 x-github: @@ -84882,9 +84897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *17 - *19 responses: @@ -84894,7 +84909,7 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: default: value: @@ -84932,9 +84947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *351 - *352 - - *589 + - *353 + - *590 responses: '204': description: Response if pull request has been merged @@ -84957,9 +84972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -85070,9 +85085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 responses: '200': description: Response @@ -85088,7 +85103,7 @@ paths: items: *4 teams: type: array - items: *270 + items: *271 required: - users - teams @@ -85147,9 +85162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -85186,7 +85201,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -85722,9 +85737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: true content: @@ -85758,7 +85773,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -86263,9 +86278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *17 - *19 responses: @@ -86275,7 +86290,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -86426,9 +86441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -86514,9 +86529,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &594 + default: &595 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -86579,10 +86594,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - &593 + - *353 + - *590 + - &594 name: review_id description: The unique identifier of the review. in: path @@ -86594,9 +86609,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &595 + default: &596 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -86655,10 +86670,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 requestBody: required: true content: @@ -86681,7 +86696,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -86743,18 +86758,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 responses: '200': description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *594 + default: *595 '422': *7 '404': *6 x-github: @@ -86781,10 +86796,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 - *17 - *19 responses: @@ -86867,9 +86882,9 @@ paths: _links: type: object properties: - self: *481 - html: *481 - pull_request: *481 + self: *482 + html: *482 + pull_request: *482 required: - self - html @@ -87012,10 +87027,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 requestBody: required: true content: @@ -87043,7 +87058,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -87106,10 +87121,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 requestBody: required: true content: @@ -87144,9 +87159,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *595 + default: *596 '404': *6 '422': *7 '403': *29 @@ -87168,9 +87183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -87233,8 +87248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *351 - *352 + - *353 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -87247,9 +87262,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: type: file encoding: base64 @@ -87291,8 +87306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *351 - *352 + - *353 - name: dir description: The alternate path to look for a README file in: path @@ -87312,9 +87327,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 '422': *15 x-github: @@ -87336,8 +87351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -87347,7 +87362,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Release description: A release. type: object @@ -87410,7 +87425,7 @@ paths: author: *4 assets: type: array - items: &599 + items: &600 title: Release Asset description: Data related to a release. type: object @@ -87591,8 +87606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -87668,9 +87683,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &602 + default: &603 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -87773,9 +87788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *351 - *352 - - &600 + - *353 + - &601 name: asset_id description: The unique identifier of the asset. in: path @@ -87787,9 +87802,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &601 + default: &602 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 @@ -87823,7 +87838,7 @@ paths: type: User site_admin: false '404': *6 - '302': *492 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87839,9 +87854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *351 - *352 - - *600 + - *353 + - *601 requestBody: required: false content: @@ -87869,9 +87884,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *601 + default: *602 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87887,9 +87902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *351 - *352 - - *600 + - *353 + - *601 responses: '204': description: Response @@ -87913,8 +87928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -87999,16 +88014,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88025,8 +88040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *351 - *352 + - *353 - name: tag description: tag parameter in: path @@ -88039,9 +88054,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *602 + default: *603 '404': *6 x-github: githubCloudOnly: false @@ -88063,9 +88078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *351 - *352 - - &603 + - *353 + - &604 name: release_id description: The unique identifier of the release. in: path @@ -88079,9 +88094,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: *598 + schema: *599 examples: - default: *602 + default: *603 '401': description: Unauthorized x-github: @@ -88099,9 +88114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 requestBody: required: false content: @@ -88165,9 +88180,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *602 + default: *603 '404': description: Not Found if the discussion category name is invalid content: @@ -88188,9 +88203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 responses: '204': description: Response @@ -88210,9 +88225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *351 - *352 - - *603 + - *353 + - *604 - *17 - *19 responses: @@ -88222,7 +88237,7 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: default: value: @@ -88303,9 +88318,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *351 - *352 - - *603 + - *353 + - *604 - name: name in: query required: true @@ -88331,7 +88346,7 @@ paths: description: Response for successful upload content: application/json: - schema: *599 + schema: *600 examples: response-for-successful-upload: value: @@ -88385,9 +88400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 - 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. @@ -88411,9 +88426,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -88434,9 +88449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 requestBody: required: true content: @@ -88466,16 +88481,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -88497,10 +88512,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *351 - *352 - - *603 - - *343 + - *353 + - *604 + - *344 responses: '204': description: Response @@ -88524,9 +88539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 - *17 - *19 responses: @@ -88542,8 +88557,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *604 - - &606 + - *605 + - &607 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88563,53 +88578,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *605 - *606 - - allOf: - *607 - - *606 - allOf: - *608 - - *606 + - *607 - allOf: - *609 - - *606 + - *607 - allOf: - *610 - - *606 + - *607 - allOf: - *611 - - *606 + - *607 - allOf: - *612 - - *606 + - *607 - allOf: - *613 - - *606 + - *607 - allOf: - *614 - - *606 + - *607 - allOf: - *615 - - *606 + - *607 - allOf: - *616 - - *606 + - *607 - allOf: - *617 - - *606 + - *607 - allOf: - *618 - - *606 + - *607 - allOf: - *619 - - *606 + - *607 - allOf: - *620 - - *606 + - *607 - allOf: - *621 - - *606 + - *607 + - allOf: + - *622 + - *607 examples: default: value: @@ -88648,8 +88663,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - *17 - *19 - name: includes_parents @@ -88660,7 +88675,7 @@ paths: schema: type: boolean default: true - - *622 + - *623 responses: '200': description: Response @@ -88715,8 +88730,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 requestBody: description: Request body required: true @@ -88778,7 +88793,7 @@ paths: application/json: schema: *122 examples: - default: &631 + default: &632 value: id: 42 name: super cool ruleset @@ -88825,12 +88840,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *351 - *352 - - *623 - - *311 + - *353 - *624 + - *312 - *625 + - *626 - *17 - *19 responses: @@ -88838,9 +88853,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '500': *97 x-github: @@ -88861,17 +88876,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *351 - *352 - - *628 + - *353 + - *629 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 '500': *97 x-github: @@ -88899,8 +88914,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - name: ruleset_id description: The ID of the ruleset. in: path @@ -88922,7 +88937,7 @@ paths: application/json: schema: *122 examples: - default: *631 + default: *632 '404': *6 '500': *97 put: @@ -88940,8 +88955,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89005,7 +89020,7 @@ paths: application/json: schema: *122 examples: - default: *631 + default: *632 '404': *6 '500': *97 delete: @@ -89023,8 +89038,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89052,20 +89067,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *351 - *352 - - *313 + - *353 - *314 - *315 - *316 + - *317 - *84 - *19 - *17 - - *632 - *633 - - *317 + - *634 - *318 - *319 + - *320 responses: '200': description: Response @@ -89073,7 +89088,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 type: object properties: number: *98 @@ -89092,8 +89107,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *634 - resolution: *635 + state: *635 + resolution: *636 resolved_at: type: string format: date-time @@ -89306,15 +89321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 responses: '200': description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -89366,9 +89381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 requestBody: required: true content: @@ -89376,8 +89391,8 @@ paths: schema: type: object properties: - state: *634 - resolution: *635 + state: *635 + resolution: *636 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -89395,7 +89410,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -89470,9 +89485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 - *19 - *17 responses: @@ -89483,7 +89498,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &796 + items: &797 type: object properties: type: @@ -89842,8 +89857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -89851,14 +89866,14 @@ paths: schema: type: object properties: - reason: &638 + reason: &639 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *637 + placeholder_id: *638 required: - reason - placeholder_id @@ -89875,7 +89890,7 @@ paths: schema: type: object properties: - reason: *638 + reason: *639 expire_at: type: string format: date-time @@ -89918,8 +89933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *351 - *352 + - *353 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -89934,7 +89949,7 @@ paths: properties: incremental_scans: type: array - items: &639 + items: &640 description: Information on a single scan performed by secret scanning on the repository type: object @@ -89960,15 +89975,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *639 + items: *640 backfill_scans: type: array - items: *639 + items: *640 custom_pattern_backfill_scans: type: array items: allOf: - - *639 + - *640 - type: object properties: pattern_name: @@ -90038,8 +90053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *351 - *352 + - *353 - *84 - name: sort description: The property to sort the results by. @@ -90083,9 +90098,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *641 + default: *642 '400': *14 '404': *6 x-github: @@ -90108,8 +90123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -90182,7 +90197,7 @@ paths: login: type: string description: The username of the user credited. - type: *322 + type: *323 required: - login - type @@ -90269,9 +90284,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &643 + default: &644 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -90504,8 +90519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -90609,7 +90624,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -90756,17 +90771,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *351 - *352 - - *642 + - *353 + - *643 responses: '200': description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *643 + default: *644 '403': *29 '404': *6 x-github: @@ -90790,9 +90805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *351 - *352 - - *642 + - *353 + - *643 requestBody: required: true content: @@ -90865,7 +90880,7 @@ paths: login: type: string description: The username of the user credited. - type: *322 + type: *323 required: - login - type @@ -90951,10 +90966,10 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *643 - add_credit: *643 + default: *644 + add_credit: *644 '403': *29 '404': *6 '422': @@ -90992,9 +91007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *351 - *352 - - *642 + - *353 + - *643 responses: '202': *93 '400': *14 @@ -91021,17 +91036,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *351 - *352 - - *642 + - *353 + - *643 responses: '202': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 '400': *14 '422': *15 '403': *29 @@ -91057,8 +91072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -91157,8 +91172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *351 - *352 + - *353 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -91167,7 +91182,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -91200,8 +91215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -91277,8 +91292,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -91374,8 +91389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *351 - *352 + - *353 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -91529,8 +91544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *351 - *352 + - *353 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -91540,7 +91555,7 @@ paths: application/json: schema: type: array - items: *644 + items: *645 examples: default: value: @@ -91573,8 +91588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *351 - *352 + - *353 - name: sha in: path required: true @@ -91628,7 +91643,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -91682,8 +91697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -91695,7 +91710,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -91715,14 +91730,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *351 - *352 + - *353 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &646 + schema: &647 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -91790,8 +91805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -91817,7 +91832,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -91844,8 +91859,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -91865,8 +91880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -91945,8 +91960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -91954,7 +91969,7 @@ paths: application/json: schema: type: array - items: &647 + items: &648 title: Tag protection description: Tag protection type: object @@ -92006,8 +92021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -92030,7 +92045,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *648 examples: default: value: @@ -92061,8 +92076,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *351 - *352 + - *353 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -92099,8 +92114,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *351 - *352 + - *353 - name: ref in: path required: true @@ -92136,8 +92151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -92147,9 +92162,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 headers: Link: *39 '404': *6 @@ -92169,8 +92184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *351 - *352 + - *353 - *19 - *17 responses: @@ -92178,7 +92193,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &649 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -92190,7 +92205,7 @@ paths: required: - names examples: - default: &649 + default: &650 value: names: - octocat @@ -92213,8 +92228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -92245,9 +92260,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '404': *6 '422': *7 x-github: @@ -92268,9 +92283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *351 - *352 - - &650 + - *353 + - &651 name: per description: The time frame to display results for. in: query @@ -92299,7 +92314,7 @@ paths: example: 128 clones: type: array - items: &651 + items: &652 title: Traffic type: object properties: @@ -92386,8 +92401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -92477,8 +92492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -92538,9 +92553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *351 - *352 - - *650 + - *353 + - *651 responses: '200': description: Response @@ -92559,7 +92574,7 @@ paths: example: 3782 views: type: array - items: *651 + items: *652 required: - uniques - count @@ -92636,8 +92651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -92911,8 +92926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -92935,8 +92950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -92958,8 +92973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -92985,8 +93000,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *351 - *352 + - *353 - name: ref in: path required: true @@ -93078,9 +93093,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -93231,7 +93246,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &659 + - &660 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -93240,7 +93255,7 @@ paths: schema: type: string example: members - - &664 + - &665 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -93251,7 +93266,7 @@ paths: default: 1 format: int32 example: 1 - - &665 + - &666 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -93293,7 +93308,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &653 + items: &654 allOf: - type: object required: @@ -93368,7 +93383,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: &666 + meta: &667 type: object description: The metadata associated with the creation/updates to the user. @@ -93428,31 +93443,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &654 + '400': &655 description: Bad request content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '401': &655 + schema: *653 + '401': &656 description: Authorization failure - '403': &656 + '403': &657 description: Permission denied - '429': &657 + '429': &658 description: Too many requests content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '500': &658 + schema: *653 + '500': &659 description: Internal server error content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 + schema: *653 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93476,7 +93491,7 @@ paths: required: true content: application/json: - schema: &662 + schema: &663 type: object required: - schemas @@ -93532,9 +93547,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *653 + schema: *654 examples: - group: &660 + group: &661 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -93553,13 +93568,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': *654 - '401': *655 - '403': *656 - '409': &663 + '400': *655 + '401': *656 + '403': *657 + '409': &664 description: Duplicate record detected - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93576,7 +93591,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: - - &661 + - &662 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -93584,22 +93599,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *659 + - *660 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *653 + schema: *654 examples: - default: *660 - '400': *654 - '401': *655 - '403': *656 + default: *661 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93618,13 +93633,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: - - *661 + - *662 - *40 requestBody: required: true content: application/json: - schema: *662 + schema: *663 examples: group: summary: Group @@ -93650,17 +93665,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *653 + schema: *654 examples: - group: *660 - groupWithMembers: *660 - '400': *654 - '401': *655 - '403': *656 + group: *661 + groupWithMembers: *661 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93684,13 +93699,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: - - *661 + - *662 - *40 requestBody: required: true content: application/json: - schema: &673 + schema: &674 type: object required: - Operations @@ -93750,17 +93765,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *653 + schema: *654 examples: - updateGroup: *660 - addMembers: *660 - '400': *654 - '401': *655 - '403': *656 + updateGroup: *661 + addMembers: *661 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93776,17 +93791,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: - - *661 + - *662 - *40 responses: '204': description: Group was deleted, no content - '400': *654 - '401': *655 - '403': *656 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93820,8 +93835,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *664 - *665 + - *666 - *40 responses: '200': @@ -93854,7 +93869,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &668 + items: &669 allOf: - type: object required: @@ -93933,7 +93948,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &667 + roles: &668 type: array description: The roles assigned to the user. items: @@ -93989,7 +94004,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *666 + meta: *667 startIndex: type: integer description: A starting index for the returned page @@ -94026,11 +94041,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *654 - '401': *655 - '403': *656 - '429': *657 - '500': *658 + '400': *655 + '401': *656 + '403': *657 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94054,7 +94069,7 @@ paths: required: true content: application/json: - schema: &671 + schema: &672 type: object required: - schemas @@ -94136,9 +94151,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *667 + roles: *668 examples: - user: &672 + user: &673 summary: User value: schemas: @@ -94185,9 +94200,9 @@ paths: description: User has been created content: application/scim+json: - schema: *668 + schema: *669 examples: - user: &669 + user: &670 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -94213,13 +94228,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: *669 - '400': *654 - '401': *655 - '403': *656 - '409': *663 - '429': *657 - '500': *658 + enterpriseOwner: *670 + '400': *655 + '401': *656 + '403': *657 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94236,7 +94251,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: - - &670 + - &671 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -94249,15 +94264,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *668 + schema: *669 examples: - default: *669 - '400': *654 - '401': *655 - '403': *656 + default: *670 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94279,30 +94294,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: - - *670 + - *671 - *40 requestBody: required: true content: application/json: - schema: *671 + schema: *672 examples: - user: *672 + user: *673 responses: '200': description: User was updated content: application/scim+json: - schema: *668 + schema: *669 examples: - user: *669 - '400': *654 - '401': *655 - '403': *656 + user: *670 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94337,13 +94352,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: - - *670 + - *671 - *40 requestBody: required: true content: application/json: - schema: *673 + schema: *674 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -94383,18 +94398,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *668 - examples: - userMultiValuedProperties: *669 - userSingleValuedProperties: *669 - disableUser: *669 - '400': *654 - '401': *655 - '403': *656 + schema: *669 + examples: + userMultiValuedProperties: *670 + userSingleValuedProperties: *670 + disableUser: *670 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94414,17 +94429,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: - - *670 + - *671 - *40 responses: '204': description: User was deleted, no content - '400': *654 - '401': *655 - '403': *656 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94511,7 +94526,7 @@ paths: example: 1 Resources: type: array - items: &674 + items: &675 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -94742,22 +94757,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': &675 + '404': &676 description: Resource not found content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '403': &676 + schema: *653 + '403': &677 description: Forbidden content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '400': *654 - '429': *657 + schema: *653 + '400': *655 + '429': *658 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -94783,9 +94798,9 @@ paths: description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: &677 + default: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -94808,17 +94823,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': *675 - '403': *676 - '500': *658 + '404': *676 + '403': *677 + '500': *659 '409': description: Conflict content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '400': *654 + schema: *653 + '400': *655 requestBody: required: true content: @@ -94911,17 +94926,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *170 - - *670 + - *671 responses: '200': description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: *677 - '404': *675 - '403': *676 + default: *678 + '404': *676 + '403': *677 '304': *37 x-github: githubCloudOnly: true @@ -94945,18 +94960,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *170 - - *670 + - *671 responses: '200': description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: *677 + default: *678 '304': *37 - '404': *675 - '403': *676 + '404': *676 + '403': *677 requestBody: required: true content: @@ -95065,19 +95080,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *170 - - *670 + - *671 responses: '200': description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: *677 + default: *678 '304': *37 - '404': *675 - '403': *676 - '400': *654 + '404': *676 + '403': *677 + '400': *655 '429': description: Response content: @@ -95168,12 +95183,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *170 - - *670 + - *671 responses: '204': description: Response - '404': *675 - '403': *676 + '404': *676 + '403': *677 '304': *37 x-github: githubCloudOnly: true @@ -95306,7 +95321,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &678 + text_matches: &679 title: Search Result Text Matches type: array items: @@ -95469,7 +95484,7 @@ paths: enum: - author-date - committer-date - - &679 + - &680 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 @@ -95540,7 +95555,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true comment_count: type: integer @@ -95560,7 +95575,7 @@ paths: url: type: string format: uri - verification: *527 + verification: *528 required: - author - committer @@ -95579,7 +95594,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true parents: type: array @@ -95597,7 +95612,7 @@ paths: type: number node_id: type: string - text_matches: *678 + text_matches: *679 required: - sha - node_id @@ -95790,7 +95805,7 @@ paths: - interactions - created - updated - - *679 + - *680 - *17 - *19 responses: @@ -95909,8 +95924,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true comments: type: integer @@ -95924,7 +95939,7 @@ paths: type: string format: date-time nullable: true - text_matches: *678 + text_matches: *679 pull_request: type: object properties: @@ -96148,7 +96163,7 @@ paths: enum: - created - updated - - *679 + - *680 - *17 - *19 responses: @@ -96192,7 +96207,7 @@ paths: nullable: true score: type: number - text_matches: *678 + text_matches: *679 required: - id - node_id @@ -96278,7 +96293,7 @@ paths: - forks - help-wanted-issues - updated - - *679 + - *680 - *17 - *19 responses: @@ -96517,7 +96532,7 @@ paths: - admin - pull - push - text_matches: *678 + text_matches: *679 temp_clone_token: type: string allow_merge_commit: @@ -96818,7 +96833,7 @@ paths: type: string format: uri nullable: true - text_matches: *678 + text_matches: *679 related: type: array nullable: true @@ -97011,7 +97026,7 @@ paths: - followers - repositories - joined - - *679 + - *680 - *17 - *19 responses: @@ -97115,7 +97130,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *678 + text_matches: *679 blog: type: string nullable: true @@ -97194,7 +97209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &680 + - &681 name: team_id description: The unique identifier of the team. in: path @@ -97206,9 +97221,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 x-github: githubCloudOnly: false @@ -97235,7 +97250,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -97298,16 +97313,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '201': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 '422': *15 '403': *29 @@ -97335,7 +97350,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *680 + - *681 responses: '204': description: Response @@ -97366,7 +97381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *680 + - *681 - *84 - *17 - *19 @@ -97377,9 +97392,9 @@ paths: application/json: schema: type: array - items: *334 + items: *335 examples: - default: *681 + default: *682 headers: Link: *39 x-github: @@ -97408,7 +97423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -97442,9 +97457,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: triggersNotification: true githubCloudOnly: false @@ -97471,16 +97486,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97505,8 +97520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 requestBody: required: false content: @@ -97529,9 +97544,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97556,8 +97571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 responses: '204': description: Response @@ -97586,8 +97601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *680 - - *336 + - *681 + - *337 - *84 - *17 - *19 @@ -97598,9 +97613,9 @@ paths: application/json: schema: type: array - items: *337 + items: *338 examples: - default: *683 + default: *684 headers: Link: *39 x-github: @@ -97629,8 +97644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *680 - - *336 + - *681 + - *337 requestBody: required: true content: @@ -97652,9 +97667,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: triggersNotification: true githubCloudOnly: false @@ -97681,17 +97696,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97716,9 +97731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 requestBody: required: true content: @@ -97740,9 +97755,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97767,9 +97782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 responses: '204': description: Response @@ -97798,9 +97813,9 @@ 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: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 - 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 team discussion comment. @@ -97826,9 +97841,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 x-github: @@ -97857,9 +97872,9 @@ 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: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 requestBody: required: true content: @@ -97891,9 +97906,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97919,8 +97934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 - 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 team discussion. @@ -97946,9 +97961,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 x-github: @@ -97977,8 +97992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 requestBody: required: true content: @@ -98010,9 +98025,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98036,7 +98051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98046,9 +98061,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: Link: *39 x-github: @@ -98074,7 +98089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *680 + - *681 - name: role description: Filters members returned by their role in the team. in: query @@ -98097,7 +98112,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '404': *6 @@ -98125,7 +98140,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *680 + - *681 - *212 responses: '204': @@ -98162,7 +98177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *680 + - *681 - *212 responses: '204': @@ -98202,7 +98217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *680 + - *681 - *212 responses: '204': @@ -98239,16 +98254,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *212 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - response-if-user-is-a-team-maintainer: *685 + response-if-user-is-a-team-maintainer: *686 '404': *6 x-github: githubCloudOnly: false @@ -98281,7 +98296,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: - - *680 + - *681 - *212 requestBody: required: false @@ -98307,9 +98322,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - response-if-users-membership-with-team-is-now-pending: *686 + response-if-users-membership-with-team-is-now-pending: *687 '403': description: Forbidden if team synchronization is set up '422': @@ -98343,7 +98358,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: - - *680 + - *681 - *212 responses: '204': @@ -98373,7 +98388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98383,9 +98398,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *687 + default: *688 headers: Link: *39 '404': *6 @@ -98412,16 +98427,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *680 - - *350 + - *681 + - *351 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *688 + default: *689 '404': description: Not Found if project is not managed by this team x-github: @@ -98446,8 +98461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *680 - - *350 + - *681 + - *351 requestBody: required: false content: @@ -98515,8 +98530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *680 - - *350 + - *681 + - *351 responses: '204': description: Response @@ -98543,7 +98558,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98555,7 +98570,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -98585,15 +98600,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *680 - - *351 + - *681 - *352 + - *353 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *689 + schema: *690 examples: alternative-response-with-extra-repository-information: value: @@ -98744,9 +98759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *680 - - *351 + - *681 - *352 + - *353 requestBody: required: false content: @@ -98796,9 +98811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *680 - - *351 + - *681 - *352 + - *353 responses: '204': description: Response @@ -98827,15 +98842,15 @@ 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: - - *680 + - *681 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '403': *29 '404': *6 x-github: @@ -98862,7 +98877,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: - - *680 + - *681 requestBody: required: true content: @@ -98919,7 +98934,7 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: default: value: @@ -98950,7 +98965,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98960,9 +98975,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - response-if-child-teams-exist: *690 + response-if-child-teams-exist: *691 headers: Link: *39 '404': *6 @@ -98995,7 +99010,7 @@ paths: application/json: schema: oneOf: - - &692 + - &693 title: Private User description: Private User type: object @@ -99198,7 +99213,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *691 + - *692 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -99351,7 +99366,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default: value: @@ -99430,7 +99445,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '304': *37 '404': *6 '403': *29 @@ -99554,9 +99569,9 @@ paths: type: integer codespaces: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '304': *37 '500': *97 '401': *25 @@ -99695,17 +99710,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -99749,7 +99764,7 @@ paths: type: integer secrets: type: array - items: &693 + items: &694 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -99789,7 +99804,7 @@ paths: - visibility - selected_repositories_url examples: - default: *467 + default: *468 headers: Link: *39 x-github: @@ -99865,7 +99880,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -100011,7 +100026,7 @@ paths: type: array items: *190 examples: - default: *694 + default: *695 '401': *25 '403': *29 '404': *6 @@ -100155,15 +100170,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '304': *37 '500': *97 '401': *25 @@ -100189,7 +100204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 requestBody: required: false content: @@ -100219,9 +100234,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -100243,7 +100258,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '202': *93 '304': *37 @@ -100272,13 +100287,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '202': description: Response content: application/json: - schema: &695 + schema: &696 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -100319,7 +100334,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &696 + default: &697 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -100351,7 +100366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *276 + - *277 - name: export_id in: path required: true @@ -100364,9 +100379,9 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: *696 + default: *697 '404': *6 x-github: githubCloudOnly: false @@ -100387,7 +100402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *276 + - *277 responses: '200': description: Response @@ -100403,9 +100418,9 @@ paths: type: integer machines: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 '304': *37 '500': *97 '401': *25 @@ -100434,7 +100449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *276 + - *277 requestBody: required: true content: @@ -100484,13 +100499,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *364 + repository: *365 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *465 - required: *466 + properties: *466 + required: *467 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -101264,15 +101279,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '304': *37 '500': *97 '400': *14 @@ -101304,15 +101319,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '500': *97 '401': *25 '403': *29 @@ -101342,9 +101357,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: &711 + default: &712 value: - id: 197 name: hello_docker @@ -101445,7 +101460,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Email description: Email type: object @@ -101510,9 +101525,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: &713 + default: &714 value: - email: octocat@github.com verified: true @@ -101587,7 +101602,7 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: default: value: @@ -101697,7 +101712,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '304': *37 @@ -101730,7 +101745,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '304': *37 @@ -101843,7 +101858,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: GPG Key description: A unique encryption key type: object @@ -101974,7 +101989,7 @@ paths: - subkeys - revoked examples: - default: &724 + default: &725 value: - id: 3 name: Octocat's GPG Key @@ -102059,9 +102074,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &701 + default: &702 value: id: 3 name: Octocat's GPG Key @@ -102118,7 +102133,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: - - &702 + - &703 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -102130,9 +102145,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 '304': *37 '403': *29 @@ -102155,7 +102170,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: - - *702 + - *703 responses: '204': description: Response @@ -102346,7 +102361,7 @@ paths: type: array items: *63 examples: - default: *703 + default: *704 headers: Link: *39 '404': *6 @@ -102431,12 +102446,12 @@ paths: application/json: schema: anyOf: - - *265 + - *266 - type: object properties: {} additionalProperties: false examples: - default: *266 + default: *267 '204': description: Response when there are no restrictions x-github: @@ -102460,7 +102475,7 @@ paths: required: true content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -102471,7 +102486,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: default: value: @@ -102552,7 +102567,7 @@ paths: - closed - all default: open - - *271 + - *272 - name: sort description: What to sort results by. in: query @@ -102577,7 +102592,7 @@ paths: type: array items: *147 examples: - default: *272 + default: *273 headers: Link: *39 '404': *6 @@ -102610,7 +102625,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: Key description: Key type: object @@ -102707,9 +102722,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: &705 + default: &706 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102742,15 +102757,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: - - *567 + - *568 responses: '200': description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 '304': *37 '403': *29 @@ -102773,7 +102788,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: - - *567 + - *568 responses: '204': description: Response @@ -102806,7 +102821,7 @@ paths: application/json: schema: type: array - items: &706 + items: &707 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -102874,7 +102889,7 @@ paths: - account - plan examples: - default: &707 + default: &708 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -102936,9 +102951,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *707 + default: *708 headers: Link: *39 '304': *37 @@ -102978,7 +102993,7 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: default: value: @@ -103086,7 +103101,7 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: default: value: @@ -103169,7 +103184,7 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: default: value: @@ -103237,7 +103252,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -103490,7 +103505,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -103670,7 +103685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *280 + - *281 - name: exclude in: query required: false @@ -103683,7 +103698,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -103877,7 +103892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *280 + - *281 responses: '302': description: Response @@ -103903,7 +103918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *280 + - *281 responses: '204': description: Response @@ -103932,8 +103947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *280 - - *708 + - *281 + - *709 responses: '204': description: Response @@ -103957,7 +103972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *280 + - *281 - *17 - *19 responses: @@ -103969,7 +103984,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -104006,7 +104021,7 @@ paths: type: array items: *58 examples: - default: *709 + default: *710 headers: Link: *39 '304': *37 @@ -104048,7 +104063,7 @@ paths: - docker - nuget - container - - *710 + - *711 - *19 - *17 responses: @@ -104058,10 +104073,10 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *711 - '400': *712 + default: *712 + '400': *713 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104081,16 +104096,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *288 - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &725 + default: &726 value: id: 40201 name: octo-name @@ -104203,8 +104218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *288 - *289 + - *290 responses: '204': description: Response @@ -104234,8 +104249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *288 - *289 + - *290 - name: token description: package token schema: @@ -104267,8 +104282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *288 - *289 + - *290 - *19 - *17 - name: state @@ -104288,7 +104303,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -104337,15 +104352,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -104381,9 +104396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 responses: '204': description: Response @@ -104413,9 +104428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 responses: '204': description: Response @@ -104471,7 +104486,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -104540,9 +104555,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *713 + default: *714 headers: Link: *39 '304': *37 @@ -104655,7 +104670,7 @@ paths: type: array items: *63 examples: - default: &720 + default: &721 summary: Default response value: - id: 1296269 @@ -104957,9 +104972,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -104997,9 +105012,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *714 + default: *715 headers: Link: *39 '304': *37 @@ -105022,7 +105037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *269 + - *270 responses: '204': description: Response @@ -105045,7 +105060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *269 + - *270 responses: '204': description: Response @@ -105078,7 +105093,7 @@ paths: application/json: schema: type: array - items: &715 + items: &716 title: Social account description: Social media account type: object @@ -105093,7 +105108,7 @@ paths: - provider - url examples: - default: &716 + default: &717 value: - provider: twitter url: https://twitter.com/github @@ -105155,9 +105170,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *716 + default: *717 '422': *15 '304': *37 '404': *6 @@ -105244,7 +105259,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -105264,7 +105279,7 @@ paths: - title - created_at examples: - default: &726 + default: &727 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105330,9 +105345,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &718 + default: &719 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105363,7 +105378,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: - - &719 + - &720 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -105375,9 +105390,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '404': *6 '304': *37 '403': *29 @@ -105400,7 +105415,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: - - *719 + - *720 responses: '204': description: Response @@ -105429,7 +105444,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: - - &727 + - &728 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 @@ -105454,11 +105469,11 @@ paths: type: array items: *63 examples: - default-response: *720 + default-response: *721 application/vnd.github.v3.star+json: schema: type: array - items: &728 + items: &729 title: Starred Repository description: Starred Repository type: object @@ -105614,8 +105629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *351 - *352 + - *353 responses: '204': description: Response if this repository is starred by you @@ -105643,8 +105658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -105668,8 +105683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -105704,7 +105719,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 '304': *37 @@ -105741,7 +105756,7 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: default: value: @@ -105827,10 +105842,10 @@ paths: application/json: schema: oneOf: + - *693 - *692 - - *691 examples: - default-response: &722 + default-response: &723 summary: Default response value: login: octocat @@ -105865,7 +105880,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &723 + response-with-git-hub-plan-information: &724 summary: Response with GitHub plan information value: login: octocat @@ -105925,7 +105940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *721 + - *722 - *17 responses: '200': @@ -105936,7 +105951,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: example: ; rel="next" @@ -105974,11 +105989,11 @@ paths: application/json: schema: oneOf: + - *693 - *692 - - *691 examples: - default-response: *722 - response-with-git-hub-plan-information: *723 + default-response: *723 + response-with-git-hub-plan-information: *724 '404': *6 x-github: githubCloudOnly: false @@ -106140,9 +106155,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *711 + default: *712 '403': *29 '401': *25 x-github: @@ -106425,7 +106440,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -106456,7 +106471,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -106546,9 +106561,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *724 + default: *725 headers: Link: *39 x-github: @@ -106652,7 +106667,7 @@ paths: application/json: schema: *22 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106730,7 +106745,7 @@ paths: type: array items: *58 examples: - default: *709 + default: *710 headers: Link: *39 x-github: @@ -106769,7 +106784,7 @@ paths: - docker - nuget - container - - *710 + - *711 - *212 - *19 - *17 @@ -106780,12 +106795,12 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *711 + default: *712 '403': *29 '401': *25 - '400': *712 + '400': *713 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106805,17 +106820,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *288 - *289 + - *290 - *212 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *725 + default: *726 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106836,8 +106851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *288 - *289 + - *290 - *212 responses: '204': @@ -106870,8 +106885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *288 - *289 + - *290 - *212 - name: token description: package token @@ -106904,8 +106919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *288 - *289 + - *290 - *212 responses: '200': @@ -106914,7 +106929,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -106972,16 +106987,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 - *212 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -107016,10 +107031,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *288 - *289 + - *290 - *212 - - *291 + - *292 responses: '204': description: Response @@ -107051,10 +107066,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *288 - *289 + - *290 - *212 - - *291 + - *292 responses: '204': description: Response @@ -107098,7 +107113,7 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: default: value: @@ -107378,7 +107393,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -107408,9 +107423,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107438,9 +107453,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107468,9 +107483,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107498,9 +107513,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *716 + default: *717 headers: Link: *39 x-github: @@ -107530,9 +107545,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *726 + default: *727 headers: Link: *39 x-github: @@ -107557,7 +107572,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *212 - - *727 + - *728 - *84 - *17 - *19 @@ -107569,11 +107584,11 @@ paths: schema: anyOf: - type: array - items: *728 + items: *729 - type: array items: *63 examples: - default-response: *720 + default-response: *721 headers: Link: *39 x-github: @@ -107604,7 +107619,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -107732,7 +107747,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &729 + enterprise: &730 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -107790,7 +107805,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &730 + installation: &731 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -107809,7 +107824,7 @@ x-webhooks: required: - id - node_id - organization: &731 + organization: &732 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -107869,13 +107884,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &732 + repository: &733 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: &769 + properties: &770 id: description: Unique identifier of the repository example: 42 @@ -108558,7 +108573,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &770 + required: &771 - archive_url - assignees_url - blobs_url @@ -108709,10 +108724,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -108788,11 +108803,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - rule: &733 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + rule: &734 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) @@ -109015,11 +109030,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - rule: *733 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + rule: *734 sender: *4 required: - action @@ -109202,11 +109217,11 @@ x-webhooks: - everyone required: - from - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - rule: *733 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + rule: *734 sender: *4 required: - action @@ -109279,7 +109294,7 @@ x-webhooks: required: true content: application/json: - schema: &736 + schema: &737 title: Exemption request cancellation event type: object properties: @@ -109287,11 +109302,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: &734 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: &735 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -109441,7 +109456,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &735 + items: &736 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -109551,7 +109566,7 @@ x-webhooks: required: true content: application/json: - schema: &737 + schema: &738 title: Exemption request completed event type: object properties: @@ -109559,11 +109574,11 @@ x-webhooks: type: string enum: - completed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 sender: *4 required: - action @@ -109635,7 +109650,7 @@ x-webhooks: required: true content: application/json: - schema: &738 + schema: &739 title: Exemption request created event type: object properties: @@ -109643,11 +109658,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 sender: *4 required: - action @@ -109719,7 +109734,7 @@ x-webhooks: required: true content: application/json: - schema: &739 + schema: &740 title: Exemption response dismissed event type: object properties: @@ -109727,12 +109742,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 - exemption_response: *735 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 + exemption_response: *736 sender: *4 required: - action @@ -109806,7 +109821,7 @@ x-webhooks: required: true content: application/json: - schema: &740 + schema: &741 title: Exemption response submitted event type: object properties: @@ -109814,12 +109829,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 - exemption_response: *735 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 + exemption_response: *736 sender: *4 required: - action @@ -109892,7 +109907,7 @@ x-webhooks: required: true content: application/json: - schema: *736 + schema: *737 responses: '200': description: Return a 200 status to indicate that the data was received @@ -109959,7 +109974,7 @@ x-webhooks: required: true content: application/json: - schema: *737 + schema: *738 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110026,7 +110041,7 @@ x-webhooks: required: true content: application/json: - schema: *738 + schema: *739 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110093,7 +110108,7 @@ x-webhooks: required: true content: application/json: - schema: *739 + schema: *740 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110161,7 +110176,7 @@ x-webhooks: required: true content: application/json: - schema: *740 + schema: *741 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110239,7 +110254,7 @@ x-webhooks: type: string enum: - completed - check_run: &742 + check_run: &743 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110302,7 +110317,7 @@ x-webhooks: type: string pull_requests: type: array - items: *426 + items: *427 repository: *190 status: example: completed @@ -110340,7 +110355,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *741 + deployment: *742 details_url: example: https://example.com type: string @@ -110390,7 +110405,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *426 + items: *427 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -110425,9 +110440,9 @@ x-webhooks: - output - app - pull_requests - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - check_run @@ -110820,10 +110835,10 @@ x-webhooks: type: string enum: - created - check_run: *742 - installation: *730 - organization: *731 - repository: *732 + check_run: *743 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - check_run @@ -111219,10 +111234,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *742 - installation: *730 - organization: *731 - repository: *732 + check_run: *743 + installation: *731 + organization: *732 + repository: *733 requested_action: description: The action requested by the user. type: object @@ -111627,10 +111642,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *742 - installation: *730 - organization: *731 - repository: *732 + check_run: *743 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - check_run @@ -112607,10 +112622,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -113280,10 +113295,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -113947,10 +113962,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -114113,7 +114128,7 @@ x-webhooks: required: - login - id - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114258,20 +114273,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &743 + commit_oid: &744 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: *729 - installation: *730 - organization: *731 - ref: &744 + enterprise: *730 + installation: *731 + organization: *732 + ref: &745 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: *732 + repository: *733 sender: *4 required: - action @@ -114433,7 +114448,7 @@ x-webhooks: required: - login - id - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114594,12 +114609,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -114694,7 +114709,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -114860,12 +114875,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -115028,7 +115043,7 @@ x-webhooks: required: - login - id - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115194,12 +115209,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -115296,7 +115311,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115464,16 +115479,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 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: *732 + repository: *733 sender: *4 required: - action @@ -115567,7 +115582,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115707,12 +115722,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -115969,10 +115984,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -116052,18 +116067,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *731 - pusher_type: &745 + organization: *732 + pusher_type: &746 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &746 + ref: &747 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -116073,7 +116088,7 @@ x-webhooks: enum: - tag - branch - repository: *732 + repository: *733 sender: *4 required: - ref @@ -116156,9 +116171,9 @@ x-webhooks: enum: - created definition: *108 - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -116243,9 +116258,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -116323,9 +116338,9 @@ x-webhooks: enum: - updated definition: *108 - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -116402,19 +116417,19 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - repository: *732 - organization: *731 + enterprise: *730 + installation: *731 + repository: *733 + organization: *732 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *303 + items: *304 old_property_values: type: array description: The old custom property values for the repository. - items: *303 + items: *304 required: - action - repository @@ -116490,18 +116505,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - pusher_type: *745 - ref: *746 + enterprise: *730 + installation: *731 + organization: *732 + pusher_type: *746 + ref: *747 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *732 + repository: *733 sender: *4 required: - ref @@ -116585,11 +116600,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116673,11 +116688,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116761,11 +116776,11 @@ x-webhooks: type: string enum: - created - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116847,11 +116862,11 @@ x-webhooks: type: string enum: - dismissed - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116933,11 +116948,11 @@ x-webhooks: type: string enum: - fixed - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -117020,11 +117035,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -117106,11 +117121,11 @@ x-webhooks: type: string enum: - reopened - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -117187,9 +117202,9 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - key: &747 + enterprise: *730 + installation: *731 + key: &748 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117225,8 +117240,8 @@ x-webhooks: - verified - created_at - read_only - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -117303,11 +117318,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - key: *747 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + key: *748 + organization: *732 + repository: *733 sender: *4 required: - action @@ -117868,12 +117883,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: &751 + workflow: &752 title: Workflow type: object nullable: true @@ -118599,13 +118614,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *502 + deployment: *503 pull_requests: type: array - items: *587 - repository: *732 - organization: *731 - installation: *730 + items: *588 + repository: *733 + organization: *732 + installation: *731 sender: *4 responses: '200': @@ -118676,7 +118691,7 @@ x-webhooks: type: string enum: - approved - approver: &748 + approver: &749 type: object properties: avatar_url: @@ -118719,11 +118734,11 @@ x-webhooks: type: string comment: type: string - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - reviewers: &749 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + reviewers: &750 type: array items: type: object @@ -118802,7 +118817,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &750 + workflow_job_run: &751 type: object properties: conclusion: @@ -119533,18 +119548,18 @@ x-webhooks: type: string enum: - rejected - approver: *748 + approver: *749 comment: type: string - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - reviewers: *749 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + reviewers: *750 sender: *4 since: type: string - workflow_job_run: *750 + workflow_job_run: *751 workflow_job_runs: type: array items: @@ -120248,13 +120263,13 @@ x-webhooks: type: string enum: - requested - enterprise: *729 + enterprise: *730 environment: type: string - installation: *730 - organization: *731 - repository: *732 - requestor: &756 + installation: *731 + organization: *732 + repository: *733 + requestor: &757 title: User type: object nullable: true @@ -122153,12 +122168,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Deployment Workflow Run type: object @@ -122838,7 +122853,7 @@ x-webhooks: type: string enum: - answered - answer: &754 + answer: &755 type: object properties: author_association: @@ -122995,7 +123010,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &752 + discussion: &753 title: Discussion description: A Discussion in a repository. type: object @@ -123281,7 +123296,7 @@ x-webhooks: - id labels: type: array - items: *549 + items: *550 required: - repository_url - category @@ -123303,10 +123318,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123433,11 +123448,11 @@ x-webhooks: - from required: - category - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123520,11 +123535,11 @@ x-webhooks: type: string enum: - closed - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123606,7 +123621,7 @@ x-webhooks: type: string enum: - created - comment: &753 + comment: &754 type: object properties: author_association: @@ -123763,11 +123778,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123850,12 +123865,12 @@ x-webhooks: type: string enum: - deleted - comment: *753 - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + comment: *754 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123950,12 +123965,12 @@ x-webhooks: - from required: - body - comment: *753 - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + comment: *754 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124039,11 +124054,11 @@ x-webhooks: type: string enum: - created - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124125,11 +124140,11 @@ x-webhooks: type: string enum: - deleted - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124229,11 +124244,11 @@ x-webhooks: type: string required: - from - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124315,10 +124330,10 @@ x-webhooks: type: string enum: - labeled - discussion: *752 - enterprise: *729 - installation: *730 - label: &755 + discussion: *753 + enterprise: *730 + installation: *731 + label: &756 title: Label type: object properties: @@ -124350,8 +124365,8 @@ x-webhooks: - color - default - description - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124434,11 +124449,11 @@ x-webhooks: type: string enum: - locked - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124520,11 +124535,11 @@ x-webhooks: type: string enum: - pinned - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124606,11 +124621,11 @@ x-webhooks: type: string enum: - reopened - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124695,16 +124710,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *752 - new_repository: *732 + new_discussion: *753 + new_repository: *733 required: - new_discussion - new_repository - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124787,10 +124802,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *752 - old_answer: *754 - organization: *731 - repository: *732 + discussion: *753 + old_answer: *755 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124872,12 +124887,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *752 - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124960,11 +124975,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -125046,11 +125061,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -125123,7 +125138,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *729 + enterprise: *730 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -125783,9 +125798,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - forkee @@ -125931,9 +125946,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pages: description: The pages that were updated. type: array @@ -125970,7 +125985,7 @@ x-webhooks: - action - sha - html_url - repository: *732 + repository: *733 sender: *4 required: - pages @@ -126046,10 +126061,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: &757 + organization: *732 + repositories: &758 description: An array of repository objects that the installation can access. type: array @@ -126075,8 +126090,8 @@ x-webhooks: - name - full_name - private - repository: *732 - requester: *756 + repository: *733 + requester: *757 sender: *4 required: - action @@ -126151,11 +126166,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -126231,11 +126246,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -126311,10 +126326,10 @@ x-webhooks: type: string enum: - added - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories_added: &758 + organization: *732 + repositories_added: &759 description: An array of repository objects, which were added to the installation. type: array @@ -126360,15 +126375,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *732 - repository_selection: &759 + repository: *733 + repository_selection: &760 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *756 + requester: *757 sender: *4 required: - action @@ -126447,10 +126462,10 @@ x-webhooks: type: string enum: - removed - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories_added: *758 + organization: *732 + repositories_added: *759 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -126477,9 +126492,9 @@ x-webhooks: - name - full_name - private - repository: *732 - repository_selection: *759 - requester: *756 + repository: *733 + repository_selection: *760 + requester: *757 sender: *4 required: - action @@ -126558,11 +126573,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -126741,10 +126756,10 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 target_type: type: string @@ -126823,11 +126838,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -127079,8 +127094,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -128235,8 +128250,8 @@ x-webhooks: - state - locked - assignee - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -128316,7 +128331,7 @@ x-webhooks: type: string enum: - deleted - comment: &760 + comment: &761 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -128481,8 +128496,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -129635,8 +129650,8 @@ x-webhooks: - state - locked - assignee - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -129716,7 +129731,7 @@ x-webhooks: type: string enum: - edited - changes: &788 + changes: &789 description: The changes to the comment. type: object properties: @@ -129728,9 +129743,9 @@ x-webhooks: type: string required: - from - comment: *760 - enterprise: *729 - installation: *730 + comment: *761 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130884,8 +130899,8 @@ x-webhooks: - state - locked - assignee - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -130967,10 +130982,10 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *729 - installation: *730 - issue: &763 + assignee: *757 + enterprise: *730 + installation: *731 + issue: &764 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -131888,8 +131903,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -131969,8 +131984,8 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -133028,8 +133043,8 @@ x-webhooks: required: - state - closed_at - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -133108,8 +133123,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -134020,8 +134035,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -134100,8 +134115,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -135015,7 +135030,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &761 + milestone: &762 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135153,8 +135168,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -135253,8 +135268,8 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136172,9 +136187,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *731 - repository: *732 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -136254,8 +136269,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137172,9 +137187,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *731 - repository: *732 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -137254,8 +137269,8 @@ x-webhooks: type: string enum: - locked - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138173,8 +138188,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -138253,8 +138268,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139166,9 +139181,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *761 - organization: *731 - repository: *732 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -140629,8 +140644,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141547,8 +141562,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -141628,9 +141643,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *729 - installation: *730 - issue: &762 + enterprise: *730 + installation: *731 + issue: &763 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -142541,8 +142556,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -142621,8 +142636,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143539,8 +143554,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145002,11 +145017,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *729 - installation: *730 - issue: *762 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *763 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145087,7 +145102,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &791 + assignee: &792 title: User type: object nullable: true @@ -145157,11 +145172,11 @@ x-webhooks: required: - login - id - enterprise: *729 - installation: *730 - issue: *763 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *764 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145240,12 +145255,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *729 - installation: *730 - issue: *763 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *764 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145325,8 +145340,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146242,8 +146257,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146323,11 +146338,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *729 - installation: *730 - issue: *762 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *763 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146406,11 +146421,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146488,11 +146503,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146602,11 +146617,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146688,9 +146703,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: &764 + enterprise: *730 + installation: *731 + marketplace_purchase: &765 title: Marketplace Purchase type: object required: @@ -146773,8 +146788,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *731 - previous_marketplace_purchase: &765 + organization: *732 + previous_marketplace_purchase: &766 title: Marketplace Purchase type: object properties: @@ -146854,7 +146869,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *732 + repository: *733 sender: *4 required: - action @@ -146934,10 +146949,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: *764 - organization: *731 + enterprise: *730 + installation: *731 + marketplace_purchase: *765 + organization: *732 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147020,7 +147035,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *732 + repository: *733 sender: *4 required: - action @@ -147102,10 +147117,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: *764 - organization: *731 + enterprise: *730 + installation: *731 + marketplace_purchase: *765 + organization: *732 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147187,7 +147202,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *732 + repository: *733 sender: *4 required: - action @@ -147268,8 +147283,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 marketplace_purchase: title: Marketplace Purchase type: object @@ -147351,9 +147366,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *731 - previous_marketplace_purchase: *765 - repository: *732 + organization: *732 + previous_marketplace_purchase: *766 + repository: *733 sender: *4 required: - action @@ -147433,12 +147448,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: *764 - organization: *731 - previous_marketplace_purchase: *765 - repository: *732 + enterprise: *730 + installation: *731 + marketplace_purchase: *765 + organization: *732 + previous_marketplace_purchase: *766 + repository: *733 sender: *4 required: - action @@ -147540,11 +147555,11 @@ x-webhooks: type: string required: - to - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 sender: *4 required: - action @@ -147644,11 +147659,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 sender: *4 required: - action @@ -147727,11 +147742,11 @@ x-webhooks: type: string enum: - removed - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 sender: *4 required: - action @@ -147809,11 +147824,11 @@ x-webhooks: type: string enum: - added - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147889,7 +147904,7 @@ x-webhooks: required: - login - id - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -148079,11 +148094,11 @@ x-webhooks: type: string enum: - removed - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148160,7 +148175,7 @@ x-webhooks: required: - login - id - team: *766 + team: *767 required: - action - scope @@ -148242,8 +148257,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *730 - merge_group: &768 + installation: *731 + merge_group: &769 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -148262,15 +148277,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *767 + head_commit: *768 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148356,10 +148371,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *730 - merge_group: *768 - organization: *731 - repository: *732 + installation: *731 + merge_group: *769 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148432,7 +148447,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 + enterprise: *730 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -148540,16 +148555,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *730 - organization: *731 + installation: *731 + organization: *732 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -148630,11 +148645,11 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 - milestone: *761 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148713,9 +148728,9 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - milestone: &771 + enterprise: *730 + installation: *731 + milestone: &772 title: Milestone description: A collection of related issues and pull requests. type: object @@ -148852,8 +148867,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148932,11 +148947,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - milestone: *761 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149046,11 +149061,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - milestone: *761 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149130,11 +149145,11 @@ x-webhooks: type: string enum: - opened - enterprise: *729 - installation: *730 - milestone: *771 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *772 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149213,11 +149228,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *756 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + blocked_user: *757 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149296,11 +149311,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *756 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + blocked_user: *757 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149379,9 +149394,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - membership: &772 + enterprise: *730 + installation: *731 + membership: &773 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -149473,8 +149488,8 @@ x-webhooks: - role - organization_url - user - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149552,11 +149567,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *729 - installation: *730 - membership: *772 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + membership: *773 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149635,8 +149650,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -149752,10 +149767,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 - user: *756 + user: *757 required: - action - invitation @@ -149833,11 +149848,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *729 - installation: *730 - membership: *772 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + membership: *773 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149924,11 +149939,11 @@ x-webhooks: properties: from: type: string - enterprise: *729 - installation: *730 - membership: *772 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + membership: *773 + organization: *732 + repository: *733 sender: *4 required: - action @@ -150004,9 +150019,9 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 package: description: Information about the package. type: object @@ -150505,7 +150520,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &773 + items: &774 title: Ruby Gems metadata type: object properties: @@ -150600,7 +150615,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -150676,9 +150691,9 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 package: description: Information about the package. type: object @@ -151031,7 +151046,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 source_url: type: string format: uri @@ -151101,7 +151116,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -151278,12 +151293,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *729 + enterprise: *730 id: type: integer - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - id @@ -151363,7 +151378,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &774 + personal_access_token_request: &775 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -151509,10 +151524,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *729 - organization: *731 + enterprise: *730 + organization: *732 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151591,11 +151606,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *774 - enterprise: *729 - organization: *731 + personal_access_token_request: *775 + enterprise: *730 + organization: *732 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151673,11 +151688,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *774 - enterprise: *729 - organization: *731 + personal_access_token_request: *775 + enterprise: *730 + organization: *732 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151754,11 +151769,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *774 - organization: *731 - enterprise: *729 + personal_access_token_request: *775 + organization: *732 + enterprise: *730 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151862,7 +151877,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *775 + last_response: *776 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -151894,8 +151909,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 zen: description: Random string of GitHub zen. @@ -152140,10 +152155,10 @@ x-webhooks: - from required: - note - enterprise: *729 - installation: *730 - organization: *731 - project_card: &776 + enterprise: *730 + installation: *731 + organization: *732 + project_card: &777 title: Project Card type: object properties: @@ -152262,7 +152277,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *732 + repository: *733 sender: *4 required: - action @@ -152343,11 +152358,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - project_card: *776 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_card: *777 + repository: *733 sender: *4 required: - action @@ -152427,9 +152442,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 project_card: title: Project Card type: object @@ -152557,8 +152572,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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -152652,11 +152667,11 @@ x-webhooks: - from required: - note - enterprise: *729 - installation: *730 - organization: *731 - project_card: *776 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_card: *777 + repository: *733 sender: *4 required: - action @@ -152750,9 +152765,9 @@ x-webhooks: - from required: - column_id - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 project_card: allOf: - title: Project Card @@ -152942,7 +152957,7 @@ x-webhooks: type: string required: - after_id - repository: *732 + repository: *733 sender: *4 required: - action @@ -153022,10 +153037,10 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 - organization: *731 - project: &778 + enterprise: *730 + installation: *731 + organization: *732 + project: &779 title: Project type: object properties: @@ -153149,7 +153164,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *732 + repository: *733 sender: *4 required: - action @@ -153229,10 +153244,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - project_column: &777 + enterprise: *730 + installation: *731 + organization: *732 + project_column: &778 title: Project Column type: object properties: @@ -153271,7 +153286,7 @@ x-webhooks: - name - created_at - updated_at - repository: *732 + repository: *733 sender: *4 required: - action @@ -153350,18 +153365,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - project_column: *777 + enterprise: *730 + installation: *731 + organization: *732 + project_column: *778 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -153451,11 +153466,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - project_column: *777 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_column: *778 + repository: *733 sender: *4 required: - action @@ -153535,11 +153550,11 @@ x-webhooks: type: string enum: - moved - enterprise: *729 - installation: *730 - organization: *731 - project_column: *777 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_column: *778 + repository: *733 sender: *4 required: - action @@ -153619,11 +153634,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - project: *778 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 + repository: *733 sender: *4 required: - action @@ -153703,18 +153718,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - project: *778 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -153816,11 +153831,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - project: *778 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 + repository: *733 sender: *4 required: - action @@ -153899,11 +153914,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *729 - installation: *730 - organization: *731 - project: *778 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 + repository: *733 sender: *4 required: - action @@ -153984,9 +153999,9 @@ x-webhooks: type: string enum: - closed - installation: *730 - organization: *731 - projects_v2: &779 + installation: *731 + organization: *732 + projects_v2: &780 title: Projects v2 Project description: A projects v2 project type: object @@ -154129,9 +154144,9 @@ x-webhooks: type: string enum: - created - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -154212,9 +154227,9 @@ x-webhooks: type: string enum: - deleted - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -154331,9 +154346,9 @@ x-webhooks: type: string to: type: string - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -154416,7 +154431,7 @@ x-webhooks: type: string enum: - archived - changes: &783 + changes: &784 type: object properties: archived_at: @@ -154430,9 +154445,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *730 - organization: *731 - projects_v2_item: &780 + installation: *731 + organization: *732 + projects_v2_item: &781 title: Projects v2 Item description: An item belonging to a project type: object @@ -154566,9 +154581,9 @@ x-webhooks: nullable: true to: type: string - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154650,9 +154665,9 @@ x-webhooks: type: string enum: - created - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154733,9 +154748,9 @@ x-webhooks: type: string enum: - deleted - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154841,7 +154856,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &781 + - &782 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -154859,7 +154874,7 @@ x-webhooks: required: - id - name - - &782 + - &783 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -154882,8 +154897,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *781 - *782 + - *783 required: - field_value - type: object @@ -154899,9 +154914,9 @@ x-webhooks: nullable: true required: - body - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154996,9 +155011,9 @@ x-webhooks: to: type: string nullable: true - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -155081,10 +155096,10 @@ x-webhooks: type: string enum: - restored - changes: *783 - installation: *730 - organization: *731 - projects_v2_item: *780 + changes: *784 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -155166,9 +155181,9 @@ x-webhooks: type: string enum: - reopened - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -155249,9 +155264,9 @@ x-webhooks: type: string enum: - created - installation: *730 - organization: *731 - projects_v2_status_update: &784 + installation: *731 + organization: *732 + projects_v2_status_update: &785 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -155378,9 +155393,9 @@ x-webhooks: type: string enum: - deleted - installation: *730 - organization: *731 - projects_v2_status_update: *784 + installation: *731 + organization: *732 + projects_v2_status_update: *785 sender: *4 required: - action @@ -155516,9 +155531,9 @@ x-webhooks: type: string format: date nullable: true - installation: *730 - organization: *731 - projects_v2_status_update: *784 + installation: *731 + organization: *732 + projects_v2_status_update: *785 sender: *4 required: - action @@ -155589,10 +155604,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - repository @@ -155669,13 +155684,13 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *729 - installation: *730 - number: &785 + assignee: *757 + enterprise: *730 + installation: *731 + number: &786 description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -157958,7 +157973,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -158040,11 +158055,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -160322,7 +160337,7 @@ x-webhooks: - draft reason: type: string - repository: *732 + repository: *733 sender: *4 required: - action @@ -160404,11 +160419,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -162686,7 +162701,7 @@ x-webhooks: - draft reason: type: string - repository: *732 + repository: *733 sender: *4 required: - action @@ -162768,13 +162783,13 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: &786 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: &787 allOf: - - *587 + - *588 - type: object properties: allow_auto_merge: @@ -162836,7 +162851,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *732 + repository: *733 sender: *4 required: - action @@ -162917,12 +162932,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -163002,11 +163017,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *729 - milestone: *570 - number: *785 - organization: *731 - pull_request: &787 + enterprise: *730 + milestone: *571 + number: *786 + organization: *732 + pull_request: &788 title: Pull Request type: object properties: @@ -165269,7 +165284,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -165348,11 +165363,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -167634,7 +167649,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *732 + repository: *733 sender: *4 required: - action @@ -167758,12 +167773,12 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -167843,11 +167858,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -170114,7 +170129,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -170194,11 +170209,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *729 - installation: *730 - label: *755 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + label: *756 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -172480,7 +172495,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -172561,10 +172576,10 @@ x-webhooks: type: string enum: - locked - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -174844,7 +174859,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -174924,12 +174939,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *729 - milestone: *570 - number: *785 - organization: *731 - pull_request: *787 - repository: *732 + enterprise: *730 + milestone: *571 + number: *786 + organization: *732 + pull_request: *788 + repository: *733 sender: *4 required: - action @@ -175008,12 +175023,12 @@ x-webhooks: type: string enum: - opened - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -175094,12 +175109,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -175179,12 +175194,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -175550,9 +175565,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: type: object properties: @@ -177722,7 +177737,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *732 + repository: *733 sender: *4 required: - action @@ -177802,7 +177817,7 @@ x-webhooks: type: string enum: - deleted - comment: &789 + comment: &790 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. @@ -178087,9 +178102,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: type: object properties: @@ -180247,7 +180262,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *732 + repository: *733 sender: *4 required: - action @@ -180327,11 +180342,11 @@ x-webhooks: type: string enum: - edited - changes: *788 - comment: *789 - enterprise: *729 - installation: *730 - organization: *731 + changes: *789 + comment: *790 + enterprise: *730 + installation: *731 + organization: *732 pull_request: type: object properties: @@ -182492,7 +182507,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *732 + repository: *733 sender: *4 required: - action @@ -182573,9 +182588,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -184748,7 +184763,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 + repository: *733 review: description: The review that was affected. type: object @@ -184991,9 +185006,9 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -187047,8 +187062,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 - review: &790 + repository: *733 + review: &791 description: The review that was affected. type: object properties: @@ -187277,12 +187292,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -189565,7 +189580,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_reviewer: title: User type: object @@ -189649,12 +189664,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -191944,7 +191959,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192136,12 +192151,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -194426,7 +194441,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_reviewer: title: User type: object @@ -194511,12 +194526,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -196792,7 +196807,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196973,9 +196988,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -199150,8 +199165,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 - review: *790 + repository: *733 + review: *791 sender: *4 required: - action @@ -199231,9 +199246,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -201303,7 +201318,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 + repository: *733 sender: *4 thread: type: object @@ -201686,9 +201701,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -203744,7 +203759,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 + repository: *733 sender: *4 thread: type: object @@ -204130,10 +204145,10 @@ x-webhooks: type: string before: type: string - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -206404,7 +206419,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -206486,11 +206501,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *791 - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + assignee: *792 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -208773,7 +208788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -208852,11 +208867,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *729 - installation: *730 - label: *755 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + label: *756 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -211129,7 +211144,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -211210,10 +211225,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -213478,7 +213493,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -213678,7 +213693,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *729 + enterprise: *730 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -213770,8 +213785,8 @@ x-webhooks: - url - author - committer - installation: *730 - organization: *731 + installation: *731 + organization: *732 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -214346,9 +214361,9 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 registry_package: type: object properties: @@ -214794,7 +214809,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -214848,7 +214863,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -214926,9 +214941,9 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 registry_package: type: object properties: @@ -215236,7 +215251,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -215285,7 +215300,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -215362,10 +215377,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - release: &792 + enterprise: *730 + installation: *731 + organization: *732 + release: &793 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -215670,7 +215685,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *732 + repository: *733 sender: *4 required: - action @@ -215747,11 +215762,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - release: *792 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *793 + repository: *733 sender: *4 required: - action @@ -215859,11 +215874,11 @@ x-webhooks: type: boolean required: - to - enterprise: *729 - installation: *730 - organization: *731 - release: *792 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *793 + repository: *733 sender: *4 required: - action @@ -215941,9 +215956,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -216252,7 +216267,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *732 + repository: *733 sender: *4 required: - action @@ -216328,10 +216343,10 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 - release: &793 + enterprise: *730 + installation: *731 + organization: *732 + release: &794 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -216637,7 +216652,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *732 + repository: *733 sender: *4 required: - action @@ -216713,11 +216728,11 @@ x-webhooks: type: string enum: - released - enterprise: *729 - installation: *730 - organization: *731 - release: *792 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *793 + repository: *733 sender: *4 required: - action @@ -216793,11 +216808,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *729 - installation: *730 - organization: *731 - release: *793 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *794 + repository: *733 sender: *4 required: - action @@ -216873,11 +216888,11 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - repository_advisory: *640 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + repository_advisory: *641 sender: *4 required: - action @@ -216953,11 +216968,11 @@ x-webhooks: type: string enum: - reported - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - repository_advisory: *640 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + repository_advisory: *641 sender: *4 required: - action @@ -217033,10 +217048,10 @@ x-webhooks: type: string enum: - archived - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217113,10 +217128,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217194,10 +217209,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217281,10 +217296,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217396,10 +217411,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217471,10 +217486,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 status: type: string @@ -217555,10 +217570,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217635,10 +217650,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217732,10 +217747,10 @@ x-webhooks: - name required: - repository - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217815,10 +217830,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 repository_ruleset: *122 sender: *4 required: @@ -217897,10 +217912,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 repository_ruleset: *122 sender: *4 required: @@ -217979,10 +217994,10 @@ x-webhooks: type: string enum: - edited - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 repository_ruleset: *122 changes: type: object @@ -218287,10 +218302,10 @@ x-webhooks: - from required: - owner - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218368,10 +218383,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218449,7 +218464,7 @@ x-webhooks: type: string enum: - create - alert: &794 + alert: &795 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -218570,10 +218585,10 @@ x-webhooks: type: string enum: - open - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218779,10 +218794,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218860,11 +218875,11 @@ x-webhooks: type: string enum: - reopen - alert: *794 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *795 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219063,10 +219078,10 @@ x-webhooks: enum: - fixed - open - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219144,7 +219159,7 @@ x-webhooks: type: string enum: - created - alert: &795 + alert: &796 type: object properties: number: *98 @@ -219255,10 +219270,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219339,11 +219354,11 @@ x-webhooks: type: string enum: - created - alert: *795 - installation: *730 - location: *796 - organization: *731 - repository: *732 + alert: *796 + installation: *731 + location: *797 + organization: *732 + repository: *733 sender: *4 required: - location @@ -219581,11 +219596,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219663,11 +219678,11 @@ x-webhooks: type: string enum: - reopened - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219745,11 +219760,11 @@ x-webhooks: type: string enum: - resolved - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219827,11 +219842,11 @@ x-webhooks: type: string enum: - validated - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219957,10 +219972,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *732 - enterprise: *729 - installation: *730 - organization: *731 + repository: *733 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -220038,11 +220053,11 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - security_advisory: &797 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + security_advisory: &798 description: The details of the security advisory, including summary, description, and severity. type: object @@ -220225,11 +220240,11 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - security_advisory: *797 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + security_advisory: *798 sender: *4 required: - action @@ -220302,10 +220317,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220489,11 +220504,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *306 - enterprise: *729 - installation: *730 - organization: *731 - repository: *364 + security_and_analysis: *307 + enterprise: *730 + installation: *731 + organization: *732 + repository: *365 sender: *4 required: - changes @@ -220571,12 +220586,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: &798 + sponsorship: &799 type: object properties: created_at: @@ -220877,12 +220892,12 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -220970,12 +220985,12 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -221052,17 +221067,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &799 + effective_date: &800 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: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -221136,7 +221151,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &800 + changes: &801 type: object properties: tier: @@ -221180,13 +221195,13 @@ x-webhooks: - from required: - tier - effective_date: *799 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + effective_date: *800 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -221263,13 +221278,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *800 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + changes: *801 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -221343,10 +221358,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221429,10 +221444,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221851,15 +221866,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *729 + enterprise: *730 id: description: The unique identifier of the status. type: integer - installation: *730 + installation: *731 name: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 sha: description: The Commit SHA. @@ -221974,9 +221989,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222066,9 +222081,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222158,9 +222173,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222250,9 +222265,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222329,12 +222344,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - team: &801 + team: &802 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -222524,9 +222539,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -222984,7 +222999,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -223060,9 +223075,9 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -223520,7 +223535,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -223597,9 +223612,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -224057,7 +224072,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -224201,9 +224216,9 @@ x-webhooks: - from required: - permissions - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -224661,7 +224676,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - changes @@ -224739,9 +224754,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -225199,7 +225214,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -225275,10 +225290,10 @@ x-webhooks: type: string enum: - started - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -225351,16 +225366,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *729 + enterprise: *730 inputs: type: object nullable: true additionalProperties: true - installation: *730 - organization: *731 + installation: *731 + organization: *732 ref: type: string - repository: *732 + repository: *733 sender: *4 workflow: type: string @@ -225442,10 +225457,10 @@ x-webhooks: type: string enum: - completed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: allOf: @@ -225682,7 +225697,7 @@ x-webhooks: type: string required: - conclusion - deployment: *502 + deployment: *503 required: - action - repository @@ -225761,10 +225776,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: allOf: @@ -226024,7 +226039,7 @@ x-webhooks: required: - status - steps - deployment: *502 + deployment: *503 required: - action - repository @@ -226103,10 +226118,10 @@ x-webhooks: type: string enum: - queued - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: type: object @@ -226241,7 +226256,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -226320,10 +226335,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: type: object @@ -226459,7 +226474,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -226539,12 +226554,12 @@ x-webhooks: type: string enum: - completed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -227543,12 +227558,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -228532,12 +228547,12 @@ x-webhooks: type: string enum: - requested - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 87e33190e..07fa5f629 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -33068,6 +33068,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -105077,6 +105085,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -285524,6 +285540,14 @@ "type": "string" } }, + { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -357802,7 +357826,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -362578,7 +362602,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 8a1a4d58b..32f91e3ec 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -846,7 +846,7 @@ paths: - subscriptions_url - type - url - type: &322 + type: &323 type: string description: The type of credit the user is receiving. enum: @@ -1012,7 +1012,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: - - &642 + - &643 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1575,7 +1575,7 @@ paths: schema: type: integer default: 30 - - &248 + - &249 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1591,7 +1591,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1668,7 +1668,7 @@ paths: - installation_id - repository_id examples: - default: &250 + default: &251 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1700,7 +1700,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &652 + schema: &653 title: Scim Error description: Scim Error type: object @@ -1796,7 +1796,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &252 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1910,7 +1910,7 @@ paths: - request - response examples: - default: &252 + default: &253 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2837,7 +2837,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &304 + properties: &305 id: description: Unique identifier of the repository example: 42 @@ -3266,7 +3266,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &305 + required: &306 - archive_url - assignees_url - blobs_url @@ -10902,7 +10902,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &437 + instances_url: &438 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -10937,7 +10937,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &438 + dismissed_reason: &439 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -10946,13 +10946,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &439 + dismissed_comment: &440 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &440 + rule: &441 type: object properties: id: @@ -11005,7 +11005,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &441 + tool: &442 type: object properties: name: *85 @@ -11015,15 +11015,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &442 + most_recent_instance: &443 type: object properties: - ref: &435 + ref: &436 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &452 + analysis_key: &453 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11034,7 +11034,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &453 + category: &454 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13140,7 +13140,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &270 + - &271 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13199,7 +13199,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &283 + properties: &284 id: description: Unique identifier of the team type: integer @@ -13255,7 +13255,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &284 + required: &285 - id - node_id - url @@ -14203,6 +14203,18 @@ paths: schema: type: string - &236 + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string + - &237 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14212,7 +14224,7 @@ paths: enum: - development - runtime - - &237 + - &238 name: sort in: query description: |- @@ -14230,7 +14242,7 @@ paths: - *84 - *82 - *83 - - &238 + - &239 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14243,7 +14255,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &239 + - &240 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14263,7 +14275,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 type: object description: A Dependabot alert. properties: @@ -14313,7 +14325,7 @@ paths: enum: - development - runtime - security_advisory: &494 + security_advisory: &495 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14544,7 +14556,7 @@ paths: nullable: true maxLength: 280 fixed_at: *107 - auto_dismissed_at: &495 + auto_dismissed_at: &496 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14570,7 +14582,7 @@ paths: - repository additionalProperties: false examples: - default: &241 + default: &242 value: - number: 2 state: dismissed @@ -15220,7 +15232,7 @@ paths: required: true content: application/json: - schema: &302 + schema: &303 title: Custom Property Set Payload description: Custom property set payload type: object @@ -15581,7 +15593,7 @@ paths: type: object description: A repository rule. oneOf: - - &604 + - &605 title: creation description: Only allow users with bypass permission to create matching refs. @@ -15593,7 +15605,7 @@ paths: type: string enum: - creation - - &605 + - &606 title: update description: Only allow users with bypass permission to update matching refs. @@ -15614,7 +15626,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &607 + - &608 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -15626,7 +15638,7 @@ paths: type: string enum: - deletion - - &608 + - &609 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -15638,7 +15650,7 @@ paths: type: string enum: - required_linear_history - - &609 + - &610 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -15714,7 +15726,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &610 + - &611 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -15738,7 +15750,7 @@ paths: type: string required: - required_deployment_environments - - &611 + - &612 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -15750,7 +15762,7 @@ paths: type: string enum: - required_signatures - - &612 + - &613 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -15801,7 +15813,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &613 + - &614 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -15848,7 +15860,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &614 + - &615 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -15860,7 +15872,7 @@ paths: type: string enum: - non_fast_forward - - &615 + - &616 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -15896,7 +15908,7 @@ paths: required: - operator - pattern - - &616 + - &617 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -15932,7 +15944,7 @@ paths: required: - operator - pattern - - &617 + - &618 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -15968,7 +15980,7 @@ paths: required: - operator - pattern - - &618 + - &619 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16004,7 +16016,7 @@ paths: required: - operator - pattern - - &619 + - &620 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16130,7 +16142,7 @@ paths: maximum: 100 required: - max_file_size - - &620 + - &621 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16179,7 +16191,7 @@ paths: - repository_id required: - workflows - - &621 + - &622 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -16336,7 +16348,7 @@ paths: nullable: true anyOf: - *115 - - &309 + - &310 title: Organization ruleset conditions type: object description: |- @@ -16580,7 +16592,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &313 + - &314 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -16591,7 +16603,7 @@ paths: enum: - open - resolved - - &314 + - &315 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -16601,7 +16613,7 @@ paths: required: false schema: type: string - - &315 + - &316 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -16610,7 +16622,7 @@ paths: required: false schema: type: string - - &316 + - &317 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. @@ -16626,7 +16638,7 @@ paths: - *17 - *82 - *83 - - &317 + - &318 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -16635,7 +16647,7 @@ paths: required: false schema: type: string - - &318 + - &319 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -16644,7 +16656,7 @@ paths: schema: type: boolean default: false - - &319 + - &320 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -16660,7 +16672,7 @@ paths: application/json: schema: type: array - items: &320 + items: &321 type: object properties: number: *98 @@ -16679,14 +16691,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &634 + state: &635 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: &635 + resolution: &636 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -16783,7 +16795,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &321 + default: &322 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17046,7 +17058,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 type: object properties: total_minutes_used: @@ -17116,7 +17128,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &325 + default: &326 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17154,7 +17166,7 @@ paths: description: Success content: application/json: - schema: &326 + schema: &327 type: object properties: total_advanced_security_committers: @@ -17209,7 +17221,7 @@ paths: required: - repositories examples: - default: &327 + default: &328 value: total_advanced_security_committers: 2 total_count: 2 @@ -17448,7 +17460,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 type: object properties: total_gigabytes_bandwidth_used: @@ -17466,7 +17478,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &329 + default: &330 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -17498,7 +17510,7 @@ paths: description: Response content: application/json: - schema: &330 + schema: &331 type: object properties: days_left_in_billing_cycle: @@ -17516,7 +17528,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &331 + default: &332 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -17768,7 +17780,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team parameters: - *40 - - &282 + - &283 name: team_slug description: The slug of the team name. in: path @@ -18025,7 +18037,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &543 + properties: &544 id: type: integer format: int64 @@ -18136,7 +18148,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &479 + properties: &480 url: type: string format: uri @@ -18206,7 +18218,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &480 + required: &481 - closed_issues - creator - description @@ -18361,7 +18373,7 @@ paths: - total - completed - percent_completed - required: &544 + required: &545 - assignee - closed_at - comments @@ -18383,7 +18395,7 @@ paths: - author_association - created_at - updated_at - comment: &541 + comment: &542 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -18950,7 +18962,7 @@ paths: url: type: string format: uri - user: &691 + user: &692 title: Public User description: Public User type: object @@ -20820,7 +20832,7 @@ paths: - closed - all default: open - - &271 + - &272 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -20871,7 +20883,7 @@ paths: type: array items: *147 examples: - default: &272 + default: &273 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22255,14 +22267,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &351 + - &352 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &352 + - &353 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22333,7 +22345,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &365 + '301': &366 description: Moved permanently content: application/json: @@ -22355,7 +22367,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &573 + - &574 name: all description: If `true`, show notifications marked as read. in: query @@ -22363,7 +22375,7 @@ paths: schema: type: boolean default: false - - &574 + - &575 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22373,7 +22385,7 @@ paths: type: boolean default: false - *137 - - &575 + - &576 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: @@ -22409,7 +22421,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &243 + properties: &244 id: type: integer format: int64 @@ -22685,7 +22697,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &306 + security_and_analysis: &307 nullable: true type: object properties: @@ -22749,7 +22761,7 @@ paths: enum: - enabled - disabled - required: &244 + required: &245 - archive_url - assignees_url - blobs_url @@ -22837,7 +22849,7 @@ paths: - url - subscription_url examples: - default: &576 + default: &577 value: - id: '1' repository: @@ -23383,7 +23395,7 @@ paths: type: array items: *58 examples: - default: &709 + default: &710 value: - login: github id: 1 @@ -24322,7 +24334,7 @@ paths: type: integer repository_cache_usages: type: array - items: &370 + items: &371 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25004,7 +25016,7 @@ paths: type: array items: *63 examples: - default: &703 + default: &704 value: total_count: 1 repositories: @@ -25823,7 +25835,7 @@ paths: type: array items: *190 examples: - default: &694 + default: &695 value: total_count: 1 repositories: @@ -26863,7 +26875,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -26892,7 +26904,7 @@ paths: - key_id - key examples: - default: &391 + default: &392 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27303,7 +27315,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *170 - - &375 + - &376 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -27908,7 +27920,7 @@ paths: bundle_url: type: string examples: - default: &404 + default: &405 value: attestations: - bundle: @@ -28077,7 +28089,7 @@ paths: type: array items: *4 examples: - default: &273 + default: &274 value: - login: octocat id: 1 @@ -28196,13 +28208,13 @@ paths: subcategory: bypass-requests parameters: - *170 - - &310 + - &311 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &421 + - &422 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -28210,7 +28222,7 @@ paths: required: false schema: type: string - - &422 + - &423 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -28218,7 +28230,7 @@ paths: required: false schema: type: string - - &311 + - &312 name: time_period description: |- The time period to filter by. @@ -28234,7 +28246,7 @@ paths: - week - month default: day - - &423 + - &424 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -28259,7 +28271,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -28414,7 +28426,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &425 + default: &426 value: - id: 21 number: 42 @@ -28529,7 +28541,7 @@ paths: be returned. in: query required: false - schema: &436 + schema: &437 type: string description: Severity of a code scanning alert. enum: @@ -29443,7 +29455,7 @@ paths: type: integer codespaces: type: array - items: &274 + items: &275 type: object title: Codespace description: A codespace. @@ -29473,7 +29485,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &465 + properties: &466 name: type: string description: The name of the machine. @@ -29515,7 +29527,7 @@ paths: - ready - in_progress nullable: true - required: &466 + required: &467 - name - display_name - operating_system @@ -29720,7 +29732,7 @@ paths: - pulls_url - recent_folders examples: - default: &275 + default: &276 value: total_count: 3 codespaces: @@ -30383,7 +30395,7 @@ paths: - updated_at - visibility examples: - default: &467 + default: &468 value: total_count: 2 secrets: @@ -30421,7 +30433,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -30450,7 +30462,7 @@ paths: - key_id - key examples: - default: &469 + default: &470 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30482,7 +30494,7 @@ paths: application/json: schema: *223 examples: - default: &471 + default: &472 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32096,11 +32108,12 @@ paths: - *235 - *236 - *237 + - *238 - *84 - *82 - *83 - - *238 - *239 + - *240 - *17 responses: '200': @@ -32109,9 +32122,9 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: - default: *241 + default: *242 '304': *37 '400': *14 '403': *29 @@ -32155,7 +32168,7 @@ paths: type: integer secrets: type: array - items: &242 + items: &243 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -32232,7 +32245,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32249,7 +32262,7 @@ paths: - key_id - key examples: - default: &499 + default: &500 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32279,7 +32292,7 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: default: value: @@ -32576,7 +32589,7 @@ paths: application/json: schema: type: array - items: &286 + items: &287 title: Package description: A software package type: object @@ -32626,8 +32639,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *243 - required: *244 + properties: *244 + required: *245 nullable: true created_at: type: string @@ -32646,7 +32659,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &288 value: - id: 197 name: hello_docker @@ -32830,7 +32843,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -32911,7 +32924,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &347 + default: &348 value: group_id: '123' group_name: Octocat admins @@ -32966,7 +32979,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33003,7 +33016,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &345 + default: &346 value: groups: - group_id: '123' @@ -33047,7 +33060,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Organization Invitation description: Organization Invitation type: object @@ -33094,7 +33107,7 @@ paths: - invitation_teams_url - node_id examples: - default: &268 + default: &269 value: - id: 1 login: monalisa @@ -33161,7 +33174,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -33175,7 +33188,7 @@ paths: - name - description examples: - default: &308 + default: &309 value: - name: add_assignee description: Assign or remove a user @@ -33216,7 +33229,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 title: Org Hook description: Org Hook type: object @@ -33385,9 +33398,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -33432,7 +33445,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *170 - - &247 + - &248 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -33445,9 +33458,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 '404': *6 x-github: githubCloudOnly: false @@ -33469,7 +33482,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *170 - - *247 + - *248 requestBody: required: false content: @@ -33514,7 +33527,7 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -33554,7 +33567,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *170 - - *247 + - *248 responses: '204': description: Response @@ -33580,7 +33593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *170 - - *247 + - *248 responses: '200': description: Response @@ -33609,7 +33622,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *170 - - *247 + - *248 requestBody: required: false content: @@ -33658,9 +33671,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *170 - - *247 - - *17 - *248 + - *17 + - *249 responses: '200': description: Response @@ -33668,9 +33681,9 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *250 + default: *251 '400': *14 '422': *15 x-github: @@ -33694,16 +33707,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *170 - - *247 + - *248 - *16 responses: '200': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '400': *14 '422': *15 x-github: @@ -33727,7 +33740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *170 - - *247 + - *248 - *16 responses: '202': *93 @@ -33754,7 +33767,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *170 - - *247 + - *248 responses: '204': description: Response @@ -33777,7 +33790,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *170 - - &257 + - &258 name: actor_type in: path description: The type of the actor @@ -33790,14 +33803,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &258 + - &259 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &253 + - &254 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -33805,7 +33818,7 @@ paths: required: true schema: type: string - - &254 + - &255 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -33899,12 +33912,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *170 - - *253 - *254 + - *255 - *19 - *17 - *84 - - &263 + - &264 name: sort description: The property to sort the results by. in: query @@ -33983,14 +33996,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *170 - - *253 - *254 + - *255 responses: '200': description: Response content: application/json: - schema: &255 + schema: &256 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34006,7 +34019,7 @@ paths: type: integer format: int64 examples: - default: &256 + default: &257 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34027,23 +34040,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *170 - - &259 + - &260 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *253 - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: enabledForGitHubApps: true category: orgs @@ -34062,18 +34075,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *170 - - *253 - *254 - - *257 + - *255 - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: enabledForGitHubApps: true category: orgs @@ -34091,9 +34104,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *170 - - *253 - *254 - - &260 + - *255 + - &261 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -34106,7 +34119,7 @@ paths: description: Response content: application/json: - schema: &261 + schema: &262 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -34122,7 +34135,7 @@ paths: type: integer format: int64 examples: - default: &262 + default: &263 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -34159,18 +34172,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *170 - - *259 - - *253 - - *254 - *260 + - *254 + - *255 + - *261 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: enabledForGitHubApps: true category: orgs @@ -34188,19 +34201,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *170 - - *257 - *258 - - *253 + - *259 - *254 - - *260 + - *255 + - *261 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: enabledForGitHubApps: true category: orgs @@ -34218,13 +34231,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *170 - - *259 - - *253 + - *260 - *254 + - *255 - *19 - *17 - *84 - - *263 + - *264 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -34305,7 +34318,7 @@ paths: application/json: schema: *22 examples: - default: &537 + default: &538 value: id: 1 account: @@ -34471,12 +34484,12 @@ paths: application/json: schema: anyOf: - - &265 + - &266 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &264 + limit: &265 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34501,7 +34514,7 @@ paths: properties: {} additionalProperties: false examples: - default: &266 + default: &267 value: limit: collaborators_only origin: organization @@ -34530,13 +34543,13 @@ paths: required: true content: application/json: - schema: &538 + schema: &539 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *264 + limit: *265 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34560,9 +34573,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -34640,9 +34653,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: Link: *39 '404': *6 @@ -34720,7 +34733,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -34777,7 +34790,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *170 - - &269 + - &270 name: invitation_id description: The unique identifier of the invitation. in: path @@ -34811,7 +34824,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *170 - - *269 + - *270 - *17 - *19 responses: @@ -34821,9 +34834,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: &285 + default: &286 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34898,7 +34911,7 @@ paths: - closed - all default: open - - *271 + - *272 - name: sort description: What to sort results by. in: query @@ -34923,7 +34936,7 @@ paths: type: array items: *147 examples: - default: *272 + default: *273 headers: Link: *39 '404': *6 @@ -34981,7 +34994,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '422': *15 @@ -35077,9 +35090,9 @@ paths: type: integer codespaces: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '304': *37 '500': *97 '401': *25 @@ -35106,7 +35119,7 @@ paths: parameters: - *170 - *212 - - &276 + - &277 name: codespace_name in: path required: true @@ -35141,15 +35154,15 @@ paths: parameters: - *170 - *212 - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: &464 + default: &465 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35404,7 +35417,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Org Membership description: Org Membership type: object @@ -35456,7 +35469,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &278 + response-if-user-has-an-active-admin-membership-with-organization: &279 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35553,9 +35566,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-user-already-had-membership-with-organization: *278 + response-if-user-already-had-membership-with-organization: *279 '422': *15 '403': *29 x-github: @@ -35623,7 +35636,7 @@ paths: application/json: schema: type: array - items: &279 + items: &280 title: Migration description: A migration. type: object @@ -35952,7 +35965,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -36131,7 +36144,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *170 - - &280 + - &281 name: migration_id description: The unique identifier of the migration. in: path @@ -36158,7 +36171,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -36328,7 +36341,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *170 - - *280 + - *281 responses: '302': description: Response @@ -36350,7 +36363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *170 - - *280 + - *281 responses: '204': description: Response @@ -36374,8 +36387,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *170 - - *280 - - &708 + - *281 + - &709 name: repo_name description: repo_name parameter in: path @@ -36403,7 +36416,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *170 - - *280 + - *281 - *17 - *19 responses: @@ -36415,7 +36428,7 @@ paths: type: array items: *190 examples: - default: &292 + default: &293 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36624,7 +36637,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &281 + items: &282 title: Organization Role description: Organization roles type: object @@ -36831,7 +36844,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -36883,7 +36896,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -36909,7 +36922,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *170 - - *282 + - *283 - *229 responses: '204': @@ -36940,7 +36953,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *170 - - *282 + - *283 - *229 responses: '204': @@ -37061,7 +37074,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -37158,7 +37171,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -37316,8 +37329,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *283 - required: *284 + properties: *284 + required: *285 nullable: true required: - id @@ -37332,7 +37345,7 @@ paths: - slug - parent examples: - default: *285 + default: *286 headers: Link: *39 '404': @@ -37390,13 +37403,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &323 + items: &324 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *283 - required: *284 + properties: *284 + required: *285 name: nullable: true type: string @@ -37491,7 +37504,7 @@ paths: - type - url examples: - default: *273 + default: *274 headers: Link: *39 '404': @@ -37539,7 +37552,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -37681,7 +37694,7 @@ paths: - nuget - container - *170 - - &710 + - &711 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -37717,12 +37730,12 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *287 + default: *288 '403': *29 '401': *25 - '400': &712 + '400': &713 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37744,7 +37757,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &288 + - &289 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -37762,7 +37775,7 @@ paths: - docker - nuget - container - - &289 + - &290 name: package_name description: The name of the package. in: path @@ -37775,7 +37788,7 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: default: value: @@ -37827,8 +37840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *288 - *289 + - *290 - *170 responses: '204': @@ -37861,8 +37874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - name: token description: package token @@ -37895,8 +37908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *288 - *289 + - *290 - *170 - *19 - *17 @@ -37917,7 +37930,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Package Version description: A version of a software package type: object @@ -38042,10 +38055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - - &291 + - &292 name: package_version_id description: Unique identifier of the package version. in: path @@ -38057,7 +38070,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38093,10 +38106,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - - *291 + - *292 responses: '204': description: Response @@ -38128,10 +38141,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *288 - *289 + - *290 - *170 - - *291 + - *292 responses: '204': description: Response @@ -38161,7 +38174,7 @@ paths: - *170 - *17 - *19 - - &293 + - &294 name: sort description: The property by which to sort the results. in: query @@ -38172,7 +38185,7 @@ paths: - created_at default: created_at - *84 - - &294 + - &295 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38183,7 +38196,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &295 + - &296 name: repository description: The name of the repository to use to filter the results. in: query @@ -38191,7 +38204,7 @@ paths: schema: type: string example: Hello-World - - &296 + - &297 name: permission description: The permission to use to filter the results. in: query @@ -38199,7 +38212,7 @@ paths: schema: type: string example: issues_read - - &297 + - &298 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -38209,7 +38222,7 @@ paths: schema: type: string format: date-time - - &298 + - &299 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -38521,7 +38534,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -38547,13 +38560,13 @@ paths: - *170 - *17 - *19 - - *293 - - *84 - *294 + - *84 - *295 - *296 - *297 - *298 + - *299 responses: '500': *97 '422': *15 @@ -38835,7 +38848,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -38879,7 +38892,7 @@ paths: type: integer configurations: type: array - items: &299 + items: &300 title: Organization private registry description: Private registry configuration for an organization type: object @@ -39085,7 +39098,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &300 + org-private-registry-with-selected-visibility: &301 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39185,9 +39198,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 '404': *6 x-github: githubCloudOnly: false @@ -39337,7 +39350,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Project description: Projects are a way to organize columns and cards of work. @@ -39507,7 +39520,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -39545,7 +39558,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &362 + '410': &363 description: Gone content: application/json: @@ -39704,7 +39717,7 @@ paths: required: true content: application/json: - schema: *302 + schema: *303 examples: default: value: @@ -39807,7 +39820,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &303 + items: &304 title: Custom Property Value description: Custom property name and associated value type: object @@ -39894,7 +39907,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *303 + items: *304 required: - repository_names - properties @@ -39947,7 +39960,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -40087,7 +40100,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -40290,7 +40303,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Full Repository description: Full Repository type: object @@ -40567,8 +40580,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *304 - required: *305 + properties: *305 + required: *306 nullable: true temp_clone_token: type: string @@ -40683,7 +40696,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &486 + properties: &487 url: type: string format: uri @@ -40699,12 +40712,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &487 + required: &488 - url - key - name - html_url - security_and_analysis: *306 + security_and_analysis: *307 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -40788,7 +40801,7 @@ paths: - network_count - subscribers_count examples: - default: &366 + default: &367 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41314,9 +41327,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -41341,7 +41354,7 @@ paths: - *170 - *17 - *19 - - &622 + - &623 name: targets description: | A comma-separated list of rule targets to filter by. @@ -41432,7 +41445,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *120 - conditions: *309 + conditions: *310 rules: type: array description: An array of rules within the ruleset. @@ -41476,7 +41489,7 @@ paths: application/json: schema: *122 examples: - default: &312 + default: &313 value: id: 21 name: super cool ruleset @@ -41531,7 +41544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *170 - - &623 + - &624 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 @@ -41541,16 +41554,16 @@ paths: schema: type: string x-multi-segment: true - - *310 - *311 - - &624 + - *312 + - &625 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 - - &625 + - &626 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -41570,7 +41583,7 @@ paths: description: Response content: application/json: - schema: &626 + schema: &627 title: Rule Suites description: Response type: array @@ -41625,7 +41638,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &627 + default: &628 value: - id: 21 actor_id: 12 @@ -41669,7 +41682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *170 - - &628 + - &629 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -41685,7 +41698,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 title: Rule Suite description: Response type: object @@ -41784,7 +41797,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &630 + default: &631 value: id: 21 actor_id: 12 @@ -41859,7 +41872,7 @@ paths: application/json: schema: *122 examples: - default: *312 + default: *313 '404': *6 '500': *97 put: @@ -41908,7 +41921,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *120 - conditions: *309 + conditions: *310 rules: description: An array of rules within the ruleset. type: array @@ -41949,7 +41962,7 @@ paths: application/json: schema: *122 examples: - default: *312 + default: *313 '404': *6 '500': *97 delete: @@ -41996,14 +42009,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *170 - - *313 - *314 - *315 - *316 + - *317 - *84 - *19 - *17 - - &632 + - &633 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 @@ -42013,7 +42026,7 @@ paths: required: false schema: type: string - - &633 + - &634 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 @@ -42023,9 +42036,9 @@ paths: required: false schema: type: string - - *317 - *318 - *319 + - *320 responses: '200': description: Response @@ -42033,9 +42046,9 @@ paths: application/json: schema: type: array - items: *320 + items: *321 examples: - default: *321 + default: *322 headers: Link: *39 '404': *6 @@ -42105,7 +42118,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 description: A repository security advisory. type: object properties: @@ -42325,7 +42338,7 @@ paths: login: type: string description: The username of the user credited. - type: *322 + type: *323 credits_detailed: type: array nullable: true @@ -42335,7 +42348,7 @@ paths: type: object properties: user: *4 - type: *322 + type: *323 state: type: string description: The state of the user's acceptance of the @@ -42359,7 +42372,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *270 + items: *271 private_fork: readOnly: true nullable: true @@ -42396,7 +42409,7 @@ paths: - private_fork additionalProperties: false examples: - default: &641 + default: &642 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -42783,9 +42796,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42809,7 +42822,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -42835,7 +42848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -42870,9 +42883,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42904,9 +42917,9 @@ paths: description: Success content: application/json: - schema: *326 + schema: *327 examples: - default: *327 + default: *328 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42934,9 +42947,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42964,9 +42977,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43002,7 +43015,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -43048,7 +43061,7 @@ paths: type: string nullable: true examples: - default: &354 + default: &355 value: groups: - group_id: '123' @@ -43094,7 +43107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *170 - - *282 + - *283 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -43167,7 +43180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - *170 - - *282 + - *283 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -43233,9 +43246,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 headers: Link: *39 '403': *29 @@ -43329,7 +43342,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -43392,8 +43405,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *283 - required: *284 + properties: *284 + required: *285 nullable: true members_count: type: integer @@ -43639,7 +43652,7 @@ paths: - repos_count - organization examples: - default: &333 + default: &334 value: id: 1 node_id: MDQ6VGVhbTE= @@ -43710,15 +43723,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *170 - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 x-github: githubCloudOnly: false @@ -43740,7 +43753,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *170 - - *282 + - *283 requestBody: required: false content: @@ -43802,16 +43815,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '201': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 '422': *15 '403': *29 @@ -43837,7 +43850,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -43864,7 +43877,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *170 - - *282 + - *283 - *84 - *17 - *19 @@ -43881,7 +43894,7 @@ paths: application/json: schema: type: array - items: &334 + items: &335 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -43980,7 +43993,7 @@ paths: - updated_at - url examples: - default: &681 + default: &682 value: - author: login: octocat @@ -44055,7 +44068,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *170 - - *282 + - *283 requestBody: required: true content: @@ -44089,9 +44102,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: &335 + default: &336 value: author: login: octocat @@ -44164,8 +44177,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *170 - - *282 - - &336 + - *283 + - &337 name: discussion_number description: The number that identifies the discussion. in: path @@ -44177,9 +44190,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44202,8 +44215,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 requestBody: required: false content: @@ -44226,9 +44239,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: &682 + default: &683 value: author: login: octocat @@ -44299,8 +44312,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 responses: '204': description: Response @@ -44327,8 +44340,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *170 - - *282 - - *336 + - *283 + - *337 - *84 - *17 - *19 @@ -44339,7 +44352,7 @@ paths: application/json: schema: type: array - items: &337 + items: &338 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -44411,7 +44424,7 @@ paths: - updated_at - url examples: - default: &683 + default: &684 value: - author: login: octocat @@ -44480,8 +44493,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *170 - - *282 - - *336 + - *283 + - *337 requestBody: required: true content: @@ -44503,9 +44516,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: author: login: octocat @@ -44572,9 +44585,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *170 - - *282 - - *336 - - &339 + - *283 + - *337 + - &340 name: comment_number description: The number that identifies the comment. in: path @@ -44586,9 +44599,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44611,9 +44624,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 requestBody: required: true content: @@ -44635,9 +44648,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &684 + default: &685 value: author: login: octocat @@ -44702,9 +44715,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 responses: '204': description: Response @@ -44731,9 +44744,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 - 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 team discussion comment. @@ -44759,7 +44772,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -44802,7 +44815,7 @@ paths: - content - created_at examples: - default: &342 + default: &343 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -44853,9 +44866,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *170 - - *282 - - *336 - - *339 + - *283 + - *337 + - *340 requestBody: required: true content: @@ -44888,9 +44901,9 @@ paths: team discussion comment content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -44919,9 +44932,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44945,10 +44958,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *170 - - *282 - - *336 - - *339 - - &343 + - *283 + - *337 + - *340 + - &344 name: reaction_id description: The unique identifier of the reaction. in: path @@ -44981,8 +44994,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 - 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 team discussion. @@ -45008,9 +45021,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 x-github: @@ -45037,8 +45050,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *170 - - *282 - - *336 + - *283 + - *337 requestBody: required: true content: @@ -45070,16 +45083,16 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45103,9 +45116,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *170 - - *282 - - *336 - - *343 + - *283 + - *337 + - *344 responses: '204': description: Response @@ -45129,15 +45142,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *170 - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45157,7 +45170,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *170 - - *282 + - *283 requestBody: required: true content: @@ -45180,9 +45193,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -45202,7 +45215,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *170 - - *282 + - *283 responses: '204': description: Response @@ -45227,7 +45240,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -45237,9 +45250,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: Link: *39 x-github: @@ -45262,7 +45275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *170 - - *282 + - *283 - name: role description: Filters members returned by their role in the team. in: query @@ -45285,7 +45298,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -45316,14 +45329,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *170 - - *282 + - *283 - *212 responses: '200': description: Response content: application/json: - schema: &348 + schema: &349 title: Team Membership description: Team Membership type: object @@ -45350,7 +45363,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &685 + response-if-user-is-a-team-maintainer: &686 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -45387,7 +45400,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *170 - - *282 + - *283 - *212 requestBody: required: false @@ -45413,9 +45426,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - response-if-users-membership-with-team-is-now-pending: &686 + response-if-users-membership-with-team-is-now-pending: &687 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -45451,7 +45464,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *170 - - *282 + - *283 - *212 responses: '204': @@ -45479,7 +45492,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -45489,7 +45502,7 @@ paths: application/json: schema: type: array - items: &349 + items: &350 title: Team Project description: A team's access to a project. type: object @@ -45557,7 +45570,7 @@ paths: - updated_at - permissions examples: - default: &687 + default: &688 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -45619,8 +45632,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *170 - - *282 - - &350 + - *283 + - &351 name: project_id description: The unique identifier of the project. in: path @@ -45632,9 +45645,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &688 + default: &689 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -45695,8 +45708,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *170 - - *282 - - *350 + - *283 + - *351 requestBody: required: false content: @@ -45761,8 +45774,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *170 - - *282 - - *350 + - *283 + - *351 responses: '204': description: Response @@ -45787,7 +45800,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -45799,7 +45812,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -45829,15 +45842,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *170 - - *282 - - *351 + - *283 - *352 + - *353 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &689 + schema: &690 title: Team Repository description: A team's access to a repository. type: object @@ -46407,9 +46420,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *170 - - *282 - - *351 + - *283 - *352 + - *353 requestBody: required: false content: @@ -46455,9 +46468,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *170 - - *282 - - *351 + - *283 - *352 + - *353 responses: '204': description: Response @@ -46484,15 +46497,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *170 - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46515,7 +46528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *170 - - *282 + - *283 requestBody: required: true content: @@ -46558,7 +46571,7 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: default: value: @@ -46591,7 +46604,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *170 - - *282 + - *283 - *17 - *19 responses: @@ -46601,9 +46614,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - response-if-child-teams-exist: &690 + response-if-child-teams-exist: &691 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -46727,7 +46740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &355 + - &356 name: card_id description: The unique identifier of the card. in: path @@ -46739,7 +46752,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Project Card description: Project cards represent a scope of work. type: object @@ -46806,7 +46819,7 @@ paths: - created_at - updated_at examples: - default: &357 + default: &358 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -46856,7 +46869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *355 + - *356 requestBody: required: false content: @@ -46883,9 +46896,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '304': *37 '403': *29 '401': *25 @@ -46906,7 +46919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *355 + - *356 responses: '204': description: Response @@ -46944,7 +46957,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *355 + - *356 requestBody: required: true content: @@ -47049,7 +47062,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &358 + - &359 name: column_id description: The unique identifier of the column. in: path @@ -47061,7 +47074,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Project Column description: Project columns contain cards of work. type: object @@ -47107,7 +47120,7 @@ paths: - created_at - updated_at examples: - default: &360 + default: &361 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -47136,7 +47149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *358 + - *359 requestBody: required: true content: @@ -47160,9 +47173,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '304': *37 '403': *29 '401': *25 @@ -47181,7 +47194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *358 + - *359 responses: '204': description: Response @@ -47204,7 +47217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *358 + - *359 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -47225,7 +47238,7 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: default: value: @@ -47278,7 +47291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *358 + - *359 requestBody: required: true content: @@ -47318,9 +47331,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '304': *37 '403': *29 '401': *25 @@ -47370,7 +47383,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *358 + - *359 requestBody: required: true content: @@ -47426,15 +47439,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *350 + - *351 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &361 + default: &362 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -47487,7 +47500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *350 + - *351 requestBody: required: false content: @@ -47533,9 +47546,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *361 + default: *362 '404': description: Not Found if the authenticated user does not have access to the project @@ -47556,7 +47569,7 @@ paths: items: type: string '401': *25 - '410': *362 + '410': *363 '422': *7 x-github: githubCloudOnly: false @@ -47574,7 +47587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *350 + - *351 responses: '204': description: Delete Success @@ -47595,7 +47608,7 @@ paths: items: type: string '401': *25 - '410': *362 + '410': *363 '404': *6 x-github: githubCloudOnly: false @@ -47618,7 +47631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *350 + - *351 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -47645,7 +47658,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '404': *6 @@ -47670,7 +47683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *350 + - *351 - *212 requestBody: required: false @@ -47718,7 +47731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *350 + - *351 - *212 responses: '204': @@ -47747,7 +47760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *350 + - *351 - *212 responses: '200': @@ -47815,7 +47828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *350 + - *351 - *17 - *19 responses: @@ -47825,7 +47838,7 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: default: value: @@ -47857,7 +47870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *350 + - *351 requestBody: required: true content: @@ -47880,7 +47893,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: default: value: @@ -47941,7 +47954,7 @@ paths: resources: type: object properties: - core: &363 + core: &364 title: Rate Limit type: object properties: @@ -47958,20 +47971,20 @@ paths: - remaining - reset - used - graphql: *363 - search: *363 - code_search: *363 - source_import: *363 - integration_manifest: *363 - code_scanning_upload: *363 - actions_runner_registration: *363 - scim: *363 - dependency_snapshots: *363 - code_scanning_autofix: *363 + graphql: *364 + search: *364 + code_search: *364 + source_import: *364 + integration_manifest: *364 + code_scanning_upload: *364 + actions_runner_registration: *364 + scim: *364 + dependency_snapshots: *364 + code_scanning_autofix: *364 required: - core - search - rate: *363 + rate: *364 required: - rate - resources @@ -48075,14 +48088,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: default-response: summary: Default response @@ -48587,7 +48600,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *365 + '301': *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48605,8 +48618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -48852,10 +48865,10 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 - '307': &367 + default: *367 + '307': &368 description: Temporary Redirect content: application/json: @@ -48884,8 +48897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -48907,7 +48920,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *367 + '307': *368 '404': *6 x-github: githubCloudOnly: false @@ -48930,11 +48943,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 - - &382 + - &383 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -48957,7 +48970,7 @@ paths: type: integer artifacts: type: array - items: &368 + items: &369 title: Artifact description: An artifact type: object @@ -49028,7 +49041,7 @@ paths: - expires_at - updated_at examples: - default: &383 + default: &384 value: total_count: 2 artifacts: @@ -49087,9 +49100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *351 - *352 - - &369 + - *353 + - &370 name: artifact_id description: The unique identifier of the artifact. in: path @@ -49101,7 +49114,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -49138,9 +49151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *351 - *352 - - *369 + - *353 + - *370 responses: '204': description: Response @@ -49164,9 +49177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *351 - *352 - - *369 + - *353 + - *370 - name: archive_format in: path required: true @@ -49180,7 +49193,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': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49203,14 +49216,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -49236,11 +49249,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 - - &371 + - &372 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -49274,7 +49287,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Repository actions caches description: Repository actions caches type: object @@ -49316,7 +49329,7 @@ paths: - total_count - actions_caches examples: - default: &373 + default: &374 value: total_count: 1 actions_caches: @@ -49348,23 +49361,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *351 - *352 + - *353 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49384,8 +49397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *351 - *352 + - *353 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -49416,9 +49429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *351 - *352 - - &374 + - *353 + - &375 name: job_id description: The unique identifier of the job. in: path @@ -49430,7 +49443,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Job description: Information of a job execution in a workflow run type: object @@ -49737,9 +49750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *351 - *352 - - *374 + - *353 + - *375 responses: '302': description: Response @@ -49767,9 +49780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *351 - *352 - - *374 + - *353 + - *375 requestBody: required: false content: @@ -49814,8 +49827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Status response @@ -49865,8 +49878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -49929,8 +49942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -49948,7 +49961,7 @@ paths: type: integer secrets: type: array - items: &388 + items: &389 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -49968,7 +49981,7 @@ paths: - created_at - updated_at examples: - default: &389 + default: &390 value: total_count: 2 secrets: @@ -50001,9 +50014,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *351 - *352 - - *375 + - *353 + - *376 - *19 responses: '200': @@ -50020,7 +50033,7 @@ paths: type: integer variables: type: array - items: &392 + items: &393 title: Actions Variable type: object properties: @@ -50050,7 +50063,7 @@ paths: - created_at - updated_at examples: - default: &393 + default: &394 value: total_count: 2 variables: @@ -50083,8 +50096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50093,7 +50106,7 @@ paths: schema: type: object properties: - enabled: &376 + enabled: &377 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -50126,8 +50139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -50138,7 +50151,7 @@ paths: schema: type: object properties: - enabled: *376 + enabled: *377 allowed_actions: *48 required: - enabled @@ -50169,14 +50182,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: access_level: @@ -50194,7 +50207,7 @@ paths: required: - access_level examples: - default: &378 + default: &379 value: access_level: organization x-github: @@ -50219,15 +50232,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 responses: '204': description: Response @@ -50251,8 +50264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50283,8 +50296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -50316,8 +50329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50346,8 +50359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Success response @@ -50387,8 +50400,8 @@ paths: in: query schema: type: string - - *351 - *352 + - *353 - *17 - *19 responses: @@ -50432,8 +50445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -50465,8 +50478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -50539,8 +50552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *351 - *352 + - *353 responses: '201': description: Response @@ -50576,8 +50589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *351 - *352 + - *353 responses: '201': description: Response @@ -50607,8 +50620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '200': @@ -50638,8 +50651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '204': @@ -50665,8 +50678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '200': *66 @@ -50691,8 +50704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 requestBody: required: true @@ -50741,8 +50754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 requestBody: required: true @@ -50792,8 +50805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 responses: '200': *197 @@ -50823,8 +50836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *351 - *352 + - *353 - *60 - *198 responses: @@ -50854,9 +50867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *351 - *352 - - &396 + - *353 + - &397 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -50864,7 +50877,7 @@ paths: required: false schema: type: string - - &397 + - &398 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -50872,7 +50885,7 @@ paths: required: false schema: type: string - - &398 + - &399 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -50881,7 +50894,7 @@ paths: required: false schema: type: string - - &399 + - &400 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -50908,7 +50921,7 @@ paths: - pending - *17 - *19 - - &400 + - &401 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -50917,7 +50930,7 @@ paths: schema: type: string format: date-time - - &379 + - &380 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -50926,13 +50939,13 @@ paths: schema: type: boolean default: false - - &401 + - &402 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &402 + - &403 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -50955,7 +50968,7 @@ paths: type: integer workflow_runs: type: array - items: &380 + items: &381 title: Workflow Run description: An invocation of a workflow type: object @@ -51050,7 +51063,7 @@ paths: that triggered the run. type: array nullable: true - items: &426 + items: &427 title: Pull Request Minimal type: object properties: @@ -51169,7 +51182,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &430 + properties: &431 id: type: string description: SHA for the commit @@ -51220,7 +51233,7 @@ paths: - name - email nullable: true - required: &431 + required: &432 - id - tree_id - message @@ -51267,7 +51280,7 @@ paths: - workflow_url - pull_requests examples: - default: &403 + default: &404 value: total_count: 1 workflow_runs: @@ -51503,24 +51516,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *351 - *352 - - &381 + - *353 + - &382 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: &384 + default: &385 value: id: 30433642 name: Build @@ -51761,9 +51774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '204': description: Response @@ -51786,9 +51799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '200': description: Response @@ -51907,9 +51920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '201': description: Response @@ -51942,12 +51955,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *351 - *352 - - *381 + - *353 + - *382 - *17 - *19 - - *382 + - *383 responses: '200': description: Response @@ -51963,9 +51976,9 @@ paths: type: integer artifacts: type: array - items: *368 + items: *369 examples: - default: *383 + default: *384 headers: Link: *39 x-github: @@ -51989,25 +52002,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *351 - *352 - - *381 - - &385 + - *353 + - *382 + - &386 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52030,10 +52043,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *351 - *352 - - *381 - - *385 + - *353 + - *382 + - *386 - *17 - *19 responses: @@ -52051,9 +52064,9 @@ paths: type: integer jobs: type: array - items: *386 + items: *387 examples: - default: &387 + default: &388 value: total_count: 1 jobs: @@ -52166,10 +52179,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *351 - *352 - - *381 - - *385 + - *353 + - *382 + - *386 responses: '302': description: Response @@ -52197,9 +52210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '202': description: Response @@ -52232,9 +52245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: true content: @@ -52301,9 +52314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '202': description: Response @@ -52336,9 +52349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -52368,9 +52381,9 @@ paths: type: integer jobs: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *39 x-github: @@ -52395,9 +52408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '302': description: Response @@ -52424,9 +52437,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '204': description: Response @@ -52453,9 +52466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '200': description: Response @@ -52515,7 +52528,7 @@ paths: items: type: object properties: - type: &507 + type: &508 type: string description: The type of reviewer. enum: @@ -52525,7 +52538,7 @@ paths: reviewer: anyOf: - *4 - - *270 + - *271 required: - environment - wait_timer @@ -52600,9 +52613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: true content: @@ -52649,7 +52662,7 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -52755,7 +52768,7 @@ paths: - created_at - updated_at examples: - default: &503 + default: &504 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -52811,9 +52824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: false content: @@ -52857,9 +52870,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *351 - *352 - - *381 + - *353 + - *382 requestBody: required: false content: @@ -52905,9 +52918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *351 - *352 - - *381 + - *353 + - *382 responses: '200': description: Response @@ -53044,8 +53057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -53063,9 +53076,9 @@ paths: type: integer secrets: type: array - items: *388 + items: *389 examples: - default: *389 + default: *390 headers: Link: *39 x-github: @@ -53090,16 +53103,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53121,17 +53134,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: &520 + default: &521 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -53157,8 +53170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 requestBody: required: true @@ -53213,8 +53226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '204': @@ -53240,9 +53253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *351 - *352 - - *375 + - *353 + - *376 - *19 responses: '200': @@ -53259,9 +53272,9 @@ paths: type: integer variables: type: array - items: *392 + items: *393 examples: - default: *393 + default: *394 headers: Link: *39 x-github: @@ -53284,8 +53297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -53337,17 +53350,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *351 - *352 + - *353 - *203 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: &521 + default: &522 value: name: USERNAME value: octocat @@ -53373,8 +53386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *351 - *352 + - *353 - *203 requestBody: required: true @@ -53417,8 +53430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *351 - *352 + - *353 - *203 responses: '204': @@ -53444,8 +53457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -53463,7 +53476,7 @@ paths: type: integer workflows: type: array - items: &394 + items: &395 title: Workflow description: A GitHub Actions workflow type: object @@ -53570,9 +53583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *351 - *352 - - &395 + - *353 + - &396 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -53587,7 +53600,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -53620,9 +53633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '204': description: Response @@ -53647,9 +53660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '204': description: Response @@ -53700,9 +53713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '204': description: Response @@ -53729,19 +53742,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *351 - *352 - - *395 + - *353 - *396 - *397 - *398 - *399 + - *400 - *17 - *19 - - *400 - - *379 - *401 + - *380 - *402 + - *403 responses: '200': description: Response @@ -53757,9 +53770,9 @@ paths: type: integer workflow_runs: type: array - items: *380 + items: *381 examples: - default: *403 + default: *404 headers: Link: *39 x-github: @@ -53785,9 +53798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *351 - *352 - - *395 + - *353 + - *396 responses: '200': description: Response @@ -53848,8 +53861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *351 - *352 + - *353 - *84 - *17 - *82 @@ -54013,8 +54026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -54026,7 +54039,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '404': *6 @@ -54051,8 +54064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *351 - *352 + - *353 - name: assignee in: path required: true @@ -54088,8 +54101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -54201,8 +54214,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *351 - *352 + - *353 - *17 - *82 - *83 @@ -54248,7 +54261,7 @@ paths: bundle_url: type: string examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54268,8 +54281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -54277,7 +54290,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Autolink reference description: An autolink reference. type: object @@ -54327,8 +54340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -54367,9 +54380,9 @@ paths: description: response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: id: 1 key_prefix: TICKET- @@ -54400,9 +54413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *351 - *352 - - &407 + - *353 + - &408 name: autolink_id description: The unique identifier of the autolink. in: path @@ -54414,9 +54427,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 '404': *6 x-github: githubCloudOnly: false @@ -54436,9 +54449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *351 - *352 - - *407 + - *353 + - *408 responses: '204': description: Response @@ -54462,8 +54475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response if Dependabot is enabled @@ -54511,8 +54524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -54533,8 +54546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -54554,8 +54567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *351 - *352 + - *353 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -54593,7 +54606,7 @@ paths: - url protected: type: boolean - protection: &409 + protection: &410 title: Branch Protection description: Branch Protection type: object @@ -54635,7 +54648,7 @@ paths: required: - contexts - checks - enforce_admins: &412 + enforce_admins: &413 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -54650,7 +54663,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &414 + required_pull_request_reviews: &415 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -54671,7 +54684,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *270 + items: *271 apps: description: The list of apps with review dismissal access. @@ -54700,7 +54713,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *270 + items: *271 apps: description: The list of apps allowed to bypass pull request requirements. @@ -54726,7 +54739,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &411 + restrictions: &412 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -55033,9 +55046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *351 - *352 - - &410 + - *353 + - &411 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -55049,14 +55062,14 @@ paths: description: Response content: application/json: - schema: &420 + schema: &421 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &475 + commit: &476 title: Commit description: Commit type: object @@ -55090,7 +55103,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &408 + properties: &409 name: type: string example: '"Chris Wanstrath"' @@ -55105,7 +55118,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true message: type: string @@ -55126,7 +55139,7 @@ paths: required: - sha - url - verification: &527 + verification: &528 title: Verification type: object properties: @@ -55195,7 +55208,7 @@ paths: type: integer files: type: array - items: &490 + items: &491 title: Diff Entry description: Diff Entry type: object @@ -55278,7 +55291,7 @@ paths: - self protected: type: boolean - protection: *409 + protection: *410 protection_url: type: string format: uri @@ -55385,7 +55398,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *365 + '301': *366 '404': *6 x-github: githubCloudOnly: false @@ -55407,15 +55420,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -55609,9 +55622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -55866,7 +55879,7 @@ paths: url: type: string format: uri - required_status_checks: &417 + required_status_checks: &418 title: Status Check Policy description: Status Check Policy type: object @@ -55942,7 +55955,7 @@ paths: items: *4 teams: type: array - items: *270 + items: *271 apps: type: array items: *5 @@ -55960,7 +55973,7 @@ paths: items: *4 teams: type: array - items: *270 + items: *271 apps: type: array items: *5 @@ -56018,7 +56031,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *411 + restrictions: *412 required_conversation_resolution: type: object properties: @@ -56130,9 +56143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56157,17 +56170,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -56189,17 +56202,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56218,9 +56231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56245,17 +56258,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -56351,9 +56364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56451,9 +56464,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '422': *15 x-github: githubCloudOnly: false @@ -56474,9 +56487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56503,17 +56516,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &416 + default: &417 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -56536,17 +56549,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *416 + default: *417 '404': *6 x-github: githubCloudOnly: false @@ -56566,9 +56579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56593,17 +56606,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &418 + default: &419 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -56629,9 +56642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56683,9 +56696,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 '404': *6 '422': *15 x-github: @@ -56707,9 +56720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -56733,9 +56746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -56769,9 +56782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56838,9 +56851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -56904,9 +56917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: content: application/json: @@ -56972,15 +56985,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -57071,9 +57084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '204': description: Response @@ -57096,9 +57109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -57108,7 +57121,7 @@ paths: type: array items: *5 examples: - default: &419 + default: &420 value: - id: 1 slug: octoapp @@ -57165,9 +57178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57201,7 +57214,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -57222,9 +57235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57258,7 +57271,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -57279,9 +57292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57315,7 +57328,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -57337,9 +57350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -57347,9 +57360,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '404': *6 x-github: githubCloudOnly: false @@ -57369,9 +57382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -57407,9 +57420,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '422': *15 x-github: githubCloudOnly: false @@ -57430,9 +57443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: false content: @@ -57468,9 +57481,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '422': *15 x-github: githubCloudOnly: false @@ -57491,9 +57504,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: content: application/json: @@ -57528,9 +57541,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 '422': *15 x-github: githubCloudOnly: false @@ -57552,9 +57565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 responses: '200': description: Response @@ -57564,7 +57577,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '404': *6 x-github: githubCloudOnly: false @@ -57588,9 +57601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57623,7 +57636,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -57648,9 +57661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57683,7 +57696,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -57708,9 +57721,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57743,7 +57756,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -57770,9 +57783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 requestBody: required: true content: @@ -57794,7 +57807,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -57908,12 +57921,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *351 - *352 - - *421 + - *353 - *422 - - *311 - *423 + - *312 + - *424 - *17 - *19 responses: @@ -57923,9 +57936,9 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: - default: *425 + default: *426 '404': *6 '500': *97 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -57945,8 +57958,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *351 - *352 + - *353 - name: bypass_request_number in: path required: true @@ -57960,7 +57973,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -58018,8 +58031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -58298,7 +58311,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: CheckRun description: A check performed on the code of a given code change type: object @@ -58417,8 +58430,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *426 - deployment: &741 + items: *427 + deployment: &742 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -58698,9 +58711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *351 - *352 - - &428 + - *353 + - &429 name: check_run_id description: The unique identifier of the check run. in: path @@ -58712,9 +58725,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &429 + default: &430 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -58814,9 +58827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *351 - *352 - - *428 + - *353 + - *429 requestBody: required: true content: @@ -59056,9 +59069,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59078,9 +59091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *351 - *352 - - *428 + - *353 + - *429 - *17 - *19 responses: @@ -59177,9 +59190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *351 - *352 - - *428 + - *353 + - *429 responses: '201': description: Response @@ -59223,8 +59236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -59246,7 +59259,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &432 + schema: &433 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -59310,7 +59323,7 @@ paths: nullable: true pull_requests: type: array - items: *426 + items: *427 nullable: true app: title: GitHub app @@ -59332,12 +59345,12 @@ paths: type: string format: date-time nullable: true - head_commit: &767 + head_commit: &768 title: Simple Commit description: A commit. type: object - properties: *430 - required: *431 + properties: *431 + required: *432 latest_check_runs_count: type: integer check_runs_url: @@ -59365,7 +59378,7 @@ paths: - check_runs_url - pull_requests examples: - default: &433 + default: &434 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -59656,9 +59669,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59677,8 +59690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -59987,9 +60000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *351 - *352 - - &434 + - *353 + - &435 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -60001,9 +60014,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60026,17 +60039,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *351 - *352 - - *434 - - &483 + - *353 + - *435 + - &484 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &484 + - &485 name: status description: Returns check runs with the specified `status`. in: query @@ -60075,9 +60088,9 @@ paths: type: integer check_runs: type: array - items: *427 + items: *428 examples: - default: &485 + default: &486 value: total_count: 1 check_runs: @@ -60179,9 +60192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *351 - *352 - - *434 + - *353 + - *435 responses: '201': description: Response @@ -60214,21 +60227,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *351 - *352 + - *353 - *213 - *214 - *19 - *17 - - &450 + - &451 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *435 - - &451 + schema: *436 + - &452 name: pr description: The number of the pull request for the results you want to list. in: query @@ -60259,7 +60272,7 @@ paths: be returned. in: query required: false - schema: *436 + schema: *437 responses: '200': description: Response @@ -60275,7 +60288,7 @@ paths: updated_at: *105 url: *102 html_url: *103 - instances_url: *437 + instances_url: *438 state: *87 fixed_at: *107 dismissed_by: @@ -60286,11 +60299,11 @@ paths: required: *21 nullable: true dismissed_at: *106 - dismissed_reason: *438 - dismissed_comment: *439 - rule: *440 - tool: *441 - most_recent_instance: *442 + dismissed_reason: *439 + dismissed_comment: *440 + rule: *441 + tool: *442 + most_recent_instance: *443 required: - number - created_at @@ -60406,7 +60419,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &443 + '403': &444 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -60433,9 +60446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *351 - *352 - - &444 + - *353 + - &445 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -60449,7 +60462,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 type: object properties: number: *98 @@ -60457,7 +60470,7 @@ paths: updated_at: *105 url: *102 html_url: *103 - instances_url: *437 + instances_url: *438 state: *87 fixed_at: *107 dismissed_by: @@ -60468,8 +60481,8 @@ paths: required: *21 nullable: true dismissed_at: *106 - dismissed_reason: *438 - dismissed_comment: *439 + dismissed_reason: *439 + dismissed_comment: *440 rule: type: object properties: @@ -60523,8 +60536,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *441 - most_recent_instance: *442 + tool: *442 + most_recent_instance: *443 required: - number - created_at @@ -60613,7 +60626,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -60633,9 +60646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 requestBody: required: true content: @@ -60650,8 +60663,8 @@ paths: enum: - open - dismissed - dismissed_reason: *438 - dismissed_comment: *439 + dismissed_reason: *439 + dismissed_comment: *440 required: - state examples: @@ -60666,7 +60679,7 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -60741,7 +60754,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &449 + '403': &450 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -60768,15 +60781,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 responses: '200': description: Response content: application/json: - schema: &446 + schema: &447 type: object properties: status: @@ -60802,13 +60815,13 @@ paths: - description - started_at examples: - default: &447 + default: &448 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &448 + '400': &449 description: Bad Request content: application/json: @@ -60819,7 +60832,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -60844,29 +60857,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 responses: '200': description: OK content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '202': description: Accepted content: application/json: - schema: *446 + schema: *447 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *448 + '400': *449 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -60898,9 +60911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 requestBody: required: false content: @@ -60945,8 +60958,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *448 - '403': *449 + '400': *449 + '403': *450 '404': *6 '422': description: Unprocessable Entity @@ -60970,13 +60983,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 - *19 - *17 - - *450 - *451 + - *452 responses: '200': description: Response @@ -60984,7 +60997,7 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: default: value: @@ -61023,7 +61036,7 @@ paths: end_column: 50 classifications: - source - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61057,25 +61070,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *351 - *352 + - *353 - *213 - *214 - *19 - *17 - - *451 + - *452 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *435 + schema: *436 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &454 + schema: &455 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -61096,23 +61109,23 @@ paths: application/json: schema: type: array - items: &455 + items: &456 type: object properties: - ref: *435 - commit_sha: &463 + ref: *436 + commit_sha: &464 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *452 + analysis_key: *453 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *453 + category: *454 error: type: string example: error reading field xyz @@ -61136,8 +61149,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *454 - tool: *441 + sarif_id: *455 + tool: *442 deletable: type: boolean warning: @@ -61198,7 +61211,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61234,8 +61247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *351 - *352 + - *353 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -61248,7 +61261,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: response: summary: application/json response @@ -61302,7 +61315,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61384,8 +61397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *351 - *352 + - *353 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -61438,7 +61451,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': *14 - '403': *449 + '403': *450 '404': *6 '503': *125 x-github: @@ -61460,8 +61473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -61469,7 +61482,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: CodeQL Database description: A CodeQL database. type: object @@ -61580,7 +61593,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61609,8 +61622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *351 - *352 + - *353 - name: language in: path description: The language of the CodeQL database. @@ -61622,7 +61635,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -61654,9 +61667,9 @@ 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': &492 + '302': &493 description: Found - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -61678,8 +61691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *351 - *352 + - *353 - name: language in: path description: The language of the CodeQL database. @@ -61689,7 +61702,7 @@ paths: responses: '204': description: Response - '403': *449 + '403': *450 '404': *6 '503': *125 x-github: @@ -61717,8 +61730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -61727,7 +61740,7 @@ paths: type: object additionalProperties: false properties: - language: &457 + language: &458 type: string description: The language targeted by the CodeQL query enum: @@ -61805,7 +61818,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &461 + schema: &462 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -61815,7 +61828,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *457 + query_language: *458 query_pack_url: type: string description: The download url for the query pack. @@ -61862,7 +61875,7 @@ paths: items: type: object properties: - repository: &458 + repository: &459 title: Repository Identifier description: Repository Identifier type: object @@ -61898,7 +61911,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &462 + analysis_status: &463 type: string description: The new status of the CodeQL variant analysis repository task. @@ -61930,7 +61943,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &459 + access_mismatch_repos: &460 type: object properties: repository_count: @@ -61944,7 +61957,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: *458 + items: *459 required: - repository_count - repositories @@ -61966,8 +61979,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *459 - over_limit_repos: *459 + no_codeql_db_repos: *460 + over_limit_repos: *460 required: - access_mismatch_repos - not_found_repos @@ -61983,7 +61996,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &460 + value: &461 summary: Default response value: id: 1 @@ -62135,10 +62148,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *460 + value: *461 repository_lists: summary: Response for a successful variant analysis submission - value: *460 + value: *461 '404': *6 '422': description: Unable to process variant analysis submission @@ -62166,8 +62179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *351 - *352 + - *353 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -62179,9 +62192,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *460 + default: *461 '404': *6 '503': *125 x-github: @@ -62204,7 +62217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *351 + - *352 - name: repo in: path description: The name of the controller repository. @@ -62239,7 +62252,7 @@ paths: type: object properties: repository: *94 - analysis_status: *462 + analysis_status: *463 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -62364,8 +62377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -62439,7 +62452,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *443 + '403': *444 '404': *6 '503': *125 x-github: @@ -62460,8 +62473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -62543,7 +62556,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *449 + '403': *450 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -62608,8 +62621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -62617,7 +62630,7 @@ paths: schema: type: object properties: - commit_sha: *463 + commit_sha: *464 ref: type: string description: |- @@ -62675,7 +62688,7 @@ paths: schema: type: object properties: - id: *454 + id: *455 url: type: string description: The REST API URL for checking the status of the upload. @@ -62689,7 +62702,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': *449 + '403': *450 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -62712,8 +62725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *351 - *352 + - *353 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -62759,7 +62772,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *443 + '403': *444 '404': description: Not Found if the sarif id does not match any upload '503': *125 @@ -62784,8 +62797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -62863,8 +62876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *351 - *352 + - *353 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -62984,8 +62997,8 @@ paths: parameters: - *17 - *19 - - *351 - *352 + - *353 responses: '200': description: Response @@ -63001,7 +63014,7 @@ paths: type: integer codespaces: type: array - items: *274 + items: *275 examples: default: value: @@ -63299,8 +63312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -63363,17 +63376,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '400': *14 '401': *25 '403': *29 @@ -63402,8 +63415,8 @@ paths: parameters: - *17 - *19 - - *351 - *352 + - *353 responses: '200': description: Response @@ -63467,8 +63480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *351 - *352 + - *353 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -63503,14 +63516,14 @@ paths: type: integer machines: type: array - items: &697 + items: &698 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *465 - required: *466 + properties: *466 + required: *467 examples: - default: &698 + default: &699 value: total_count: 2 machines: @@ -63550,8 +63563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *351 - *352 + - *353 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -63635,8 +63648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *351 - *352 + - *353 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -63702,8 +63715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -63721,7 +63734,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &471 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -63741,7 +63754,7 @@ paths: - created_at - updated_at examples: - default: *467 + default: *468 headers: Link: *39 x-github: @@ -63764,16 +63777,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -63793,17 +63806,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63823,8 +63836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 requestBody: required: true @@ -63877,8 +63890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '204': @@ -63907,8 +63920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *351 - *352 + - *353 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -63950,7 +63963,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &472 + properties: &473 login: type: string example: octocat @@ -64043,7 +64056,7 @@ paths: user_view_type: type: string example: public - required: &473 + required: &474 - avatar_url - events_url - followers_url @@ -64117,8 +64130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *351 - *352 + - *353 - *212 responses: '204': @@ -64161,8 +64174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *351 - *352 + - *353 - *212 requestBody: required: false @@ -64189,7 +64202,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &540 + schema: &541 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -64411,8 +64424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *351 - *352 + - *353 - *212 responses: '204': @@ -64442,8 +64455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *351 - *352 + - *353 - *212 responses: '200': @@ -64464,8 +64477,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *472 - required: *473 + properties: *473 + required: *474 nullable: true required: - permission @@ -64520,8 +64533,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -64531,7 +64544,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Commit Comment description: Commit Comment type: object @@ -64589,7 +64602,7 @@ paths: - created_at - updated_at examples: - default: &477 + default: &478 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -64648,17 +64661,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: &478 + default: &479 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -64715,8 +64728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -64739,7 +64752,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -64790,8 +64803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 responses: '204': @@ -64813,8 +64826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -64841,9 +64854,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -64864,8 +64877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -64898,16 +64911,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -64929,10 +64942,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *351 - *352 + - *353 - *146 - - *343 + - *344 responses: '204': description: Response @@ -64981,8 +64994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *351 - *352 + - *353 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -65038,9 +65051,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &591 + default: &592 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -65134,9 +65147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *351 - *352 - - &476 + - *353 + - &477 name: commit_sha description: The SHA of the commit. in: path @@ -65208,9 +65221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *351 - *352 - - *476 + - *353 + - *477 - *17 - *19 responses: @@ -65220,9 +65233,9 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: *477 + default: *478 headers: Link: *39 x-github: @@ -65250,9 +65263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *351 - *352 - - *476 + - *353 + - *477 requestBody: required: true content: @@ -65287,9 +65300,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *478 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65317,9 +65330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *351 - *352 - - *476 + - *353 + - *477 - *17 - *19 responses: @@ -65329,7 +65342,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Pull Request Simple description: Pull Request Simple type: object @@ -65435,8 +65448,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true active_lock_reason: type: string @@ -65481,7 +65494,7 @@ paths: nullable: true requested_teams: type: array - items: *270 + items: *271 nullable: true head: type: object @@ -65532,7 +65545,7 @@ paths: _links: type: object properties: - comments: &481 + comments: &482 title: Link description: Hypermedia Link type: object @@ -65541,13 +65554,13 @@ paths: type: string required: - href - commits: *481 - statuses: *481 - html: *481 - issue: *481 - review_comments: *481 - review_comment: *481 - self: *481 + commits: *482 + statuses: *482 + html: *482 + issue: *482 + review_comments: *482 + review_comment: *482 + self: *482 required: - comments - commits @@ -65558,7 +65571,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: &584 + auto_merge: &585 title: Auto merge description: The status of auto merging a pull request. type: object @@ -65621,7 +65634,7 @@ paths: - author_association - auto_merge examples: - default: &583 + default: &584 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -66158,11 +66171,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *351 - *352 + - *353 - *19 - *17 - - &482 + - &483 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)" @@ -66177,9 +66190,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &569 + default: &570 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66292,11 +66305,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *351 - *352 - - *482 + - *353 - *483 - *484 + - *485 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -66330,9 +66343,9 @@ paths: type: integer check_runs: type: array - items: *427 + items: *428 examples: - default: *485 + default: *486 headers: Link: *39 x-github: @@ -66357,9 +66370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *351 - *352 - - *482 + - *353 + - *483 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -66367,7 +66380,7 @@ paths: schema: type: integer example: 1 - - *483 + - *484 - *17 - *19 responses: @@ -66385,7 +66398,7 @@ paths: type: integer check_suites: type: array - items: *432 + items: *433 examples: default: value: @@ -66585,9 +66598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *351 - *352 - - *482 + - *353 + - *483 - *17 - *19 responses: @@ -66785,9 +66798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *351 - *352 - - *482 + - *353 + - *483 - *17 - *19 responses: @@ -66797,7 +66810,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 title: Status description: The status of a commit. type: object @@ -66878,7 +66891,7 @@ paths: site_admin: false headers: Link: *39 - '301': *365 + '301': *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66906,8 +66919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -66936,20 +66949,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &488 + properties: &489 url: type: string format: uri html_url: type: string format: uri - required: &489 + required: &490 - url - html_url nullable: true @@ -66963,26 +66976,26 @@ paths: contributing: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true readme: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true issue_template: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true pull_request_template: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true required: - code_of_conduct @@ -67109,8 +67122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *351 - *352 + - *353 - *19 - *17 - name: basehead @@ -67153,8 +67166,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *475 - merge_base_commit: *475 + base_commit: *476 + merge_base_commit: *476 status: type: string enum: @@ -67174,10 +67187,10 @@ paths: example: 6 commits: type: array - items: *475 + items: *476 files: type: array - items: *490 + items: *491 required: - url - html_url @@ -67463,8 +67476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *351 - *352 + - *353 - name: path description: path parameter in: path @@ -67605,7 +67618,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &491 + response-if-content-is-a-file: &492 summary: Response if content is a file value: type: file @@ -67737,7 +67750,7 @@ paths: - size - type - url - - &596 + - &597 title: Content File description: Content File type: object @@ -67938,7 +67951,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *491 + response-if-content-is-a-file: *492 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -68007,7 +68020,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *492 + '302': *493 '304': *37 x-github: githubCloudOnly: false @@ -68030,8 +68043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *351 - *352 + - *353 - name: path description: path parameter in: path @@ -68124,7 +68137,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 title: File Commit description: File Commit type: object @@ -68276,7 +68289,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: example-for-creating-a-file: value: @@ -68330,7 +68343,7 @@ paths: schema: oneOf: - *3 - - &522 + - &523 description: Repository rule violation was detected type: object properties: @@ -68351,7 +68364,7 @@ paths: items: type: object properties: - placeholder_id: &637 + placeholder_id: &638 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -68383,8 +68396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *351 - *352 + - *353 - name: path description: path parameter in: path @@ -68445,7 +68458,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -68500,8 +68513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *351 - *352 + - *353 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -68624,8 +68637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *351 - *352 + - *353 - *232 - *233 - *234 @@ -68638,6 +68651,7 @@ paths: type: string - *236 - *237 + - *238 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -68657,8 +68671,8 @@ paths: default: 30 - *82 - *83 - - *238 - *239 + - *240 responses: '200': description: Response @@ -68666,7 +68680,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 type: object description: A Dependabot alert. properties: @@ -68699,7 +68713,7 @@ paths: enum: - development - runtime - security_advisory: *494 + security_advisory: *495 security_vulnerability: *101 url: *102 html_url: *103 @@ -68730,7 +68744,7 @@ paths: nullable: true maxLength: 280 fixed_at: *107 - auto_dismissed_at: *495 + auto_dismissed_at: *496 required: - number - state @@ -68957,9 +68971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *351 - *352 - - &497 + - *353 + - &498 name: alert_number in: path description: |- @@ -68974,7 +68988,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -69084,9 +69098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *351 - *352 - - *497 + - *353 + - *498 requestBody: required: true content: @@ -69131,7 +69145,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -69260,8 +69274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -69279,7 +69293,7 @@ paths: type: integer secrets: type: array - items: &500 + items: &501 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -69332,16 +69346,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69361,15 +69375,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -69395,8 +69409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 requestBody: required: true @@ -69449,8 +69463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *351 - *352 + - *353 - *200 responses: '204': @@ -69473,8 +69487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *351 - *352 + - *353 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -69634,8 +69648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -69874,8 +69888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -69950,7 +69964,7 @@ paths: - version - url additionalProperties: false - metadata: &501 + metadata: &502 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -69983,7 +69997,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *501 + metadata: *502 resolved: type: object description: A collection of resolved package dependencies. @@ -69996,7 +70010,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *501 + metadata: *502 relationship: type: string description: A notation of whether a dependency is requested @@ -70125,8 +70139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *351 - *352 + - *353 - name: sha description: The SHA recorded at creation time. in: query @@ -70166,9 +70180,9 @@ paths: application/json: schema: type: array - items: *502 + items: *503 examples: - default: *503 + default: *504 headers: Link: *39 x-github: @@ -70234,8 +70248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -70316,7 +70330,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: simple-example: summary: Simple example @@ -70389,9 +70403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *351 - *352 - - &504 + - *353 + - &505 name: deployment_id description: deployment_id parameter in: path @@ -70403,7 +70417,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: default: value: @@ -70468,9 +70482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *351 - *352 - - *504 + - *353 + - *505 responses: '204': description: Response @@ -70492,9 +70506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *351 - *352 - - *504 + - *353 + - *505 - *17 - *19 responses: @@ -70504,7 +70518,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Deployment Status description: The status of a deployment. type: object @@ -70665,9 +70679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *351 - *352 - - *504 + - *353 + - *505 requestBody: required: true content: @@ -70742,9 +70756,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -70800,9 +70814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *351 - *352 - - *504 + - *353 + - *505 - name: status_id in: path required: true @@ -70813,9 +70827,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -70840,8 +70854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -70898,8 +70912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -70916,7 +70930,7 @@ paths: type: integer environments: type: array - items: &508 + items: &509 title: Environment description: Details of a deployment environment type: object @@ -70968,7 +70982,7 @@ paths: type: type: string example: wait_timer - wait_timer: &510 + wait_timer: &511 type: integer example: 30 description: The amount of time to delay a job after @@ -71005,11 +71019,11 @@ paths: items: type: object properties: - type: *507 + type: *508 reviewer: anyOf: - *4 - - *270 + - *271 required: - id - node_id @@ -71029,7 +71043,7 @@ paths: - id - node_id - type - deployment_branch_policy: &511 + deployment_branch_policy: &512 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -71145,9 +71159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *351 - *352 - - &509 + - *353 + - &510 name: environment_name in: path required: true @@ -71160,9 +71174,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &512 + default: &513 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -71246,9 +71260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *351 - *352 - - *509 + - *353 + - *510 requestBody: required: false content: @@ -71257,7 +71271,7 @@ paths: type: object nullable: true properties: - wait_timer: *510 + wait_timer: *511 prevent_self_review: type: boolean example: false @@ -71274,13 +71288,13 @@ paths: items: type: object properties: - type: *507 + type: *508 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *511 + deployment_branch_policy: *512 additionalProperties: false examples: default: @@ -71300,9 +71314,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *512 + default: *513 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -71326,9 +71340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *351 - *352 - - *509 + - *353 + - *510 responses: '204': description: Default response @@ -71353,9 +71367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *17 - *19 responses: @@ -71373,7 +71387,7 @@ paths: example: 2 branch_policies: type: array - items: &513 + items: &514 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -71430,9 +71444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 + - *353 + - *510 requestBody: required: true content: @@ -71478,9 +71492,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - example-wildcard: &514 + example-wildcard: &515 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -71522,10 +71536,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 - - &515 + - *353 + - *510 + - &516 name: branch_policy_id in: path required: true @@ -71537,9 +71551,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71558,10 +71572,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 - - *515 + - *353 + - *510 + - *516 requestBody: required: true content: @@ -71589,9 +71603,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71610,10 +71624,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *351 - *352 - - *509 - - *515 + - *353 + - *510 + - *516 responses: '204': description: Response @@ -71638,9 +71652,9 @@ 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: - - *509 + - *510 + - *353 - *352 - - *351 responses: '200': description: List of deployment protection rules @@ -71656,7 +71670,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &516 + items: &517 title: Deployment protection rule description: Deployment protection rule type: object @@ -71675,7 +71689,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &517 + app: &518 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -71774,9 +71788,9 @@ 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: - - *509 + - *510 + - *353 - *352 - - *351 requestBody: content: application/json: @@ -71797,9 +71811,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *516 + schema: *517 examples: - default: &518 + default: &519 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -71834,9 +71848,9 @@ 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: - - *509 + - *510 + - *353 - *352 - - *351 - *19 - *17 responses: @@ -71855,7 +71869,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *517 + items: *518 examples: default: value: @@ -71890,10 +71904,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *351 - *352 - - *509 - - &519 + - *353 + - *510 + - &520 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -71905,9 +71919,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71928,10 +71942,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: - - *509 + - *510 + - *353 - *352 - - *351 - - *519 + - *520 responses: '204': description: Response @@ -71957,9 +71971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *17 - *19 responses: @@ -71977,9 +71991,9 @@ paths: type: integer secrets: type: array - items: *388 + items: *389 examples: - default: *389 + default: *390 headers: Link: *39 x-github: @@ -72004,17 +72018,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *351 - *352 - - *509 + - *353 + - *510 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72036,18 +72050,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *200 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72069,9 +72083,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *200 requestBody: required: true @@ -72129,9 +72143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *200 responses: '204': @@ -72157,10 +72171,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *351 - *352 - - *509 - - *375 + - *353 + - *510 + - *376 - *19 responses: '200': @@ -72177,9 +72191,9 @@ paths: type: integer variables: type: array - items: *392 + items: *393 examples: - default: *393 + default: *394 headers: Link: *39 x-github: @@ -72202,9 +72216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *351 - *352 - - *509 + - *353 + - *510 requestBody: required: true content: @@ -72256,18 +72270,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *351 - *352 - - *509 + - *353 + - *510 - *203 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72288,10 +72302,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *351 - *352 + - *353 - *203 - - *509 + - *510 requestBody: required: true content: @@ -72333,10 +72347,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *351 - *352 + - *353 - *203 - - *509 + - *510 responses: '204': description: Response @@ -72358,8 +72372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -72436,8 +72450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *351 - *352 + - *353 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -72596,8 +72610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -72629,9 +72643,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 '400': *14 '422': *15 '403': *29 @@ -72652,8 +72666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -72713,7 +72727,7 @@ paths: schema: oneOf: - *173 - - *522 + - *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72738,8 +72752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *351 - *352 + - *353 - name: file_sha in: path required: true @@ -72838,8 +72852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -72948,7 +72962,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -73161,15 +73175,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *351 - *352 - - *476 + - *353 + - *477 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -73225,9 +73239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *351 - *352 - - &524 + - *353 + - &525 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. @@ -73244,7 +73258,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Git Reference description: Git references within a repository type: object @@ -73319,17 +73333,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *351 - *352 - - *524 + - *353 + - *525 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -73358,8 +73372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -73388,9 +73402,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -73416,9 +73430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *351 - *352 - - *524 + - *353 + - *525 requestBody: required: true content: @@ -73447,9 +73461,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '422': *15 '409': *92 x-github: @@ -73467,9 +73481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *351 - *352 - - *524 + - *353 + - *525 responses: '204': description: Response @@ -73522,8 +73536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -73590,7 +73604,7 @@ paths: description: Response content: application/json: - schema: &528 + schema: &529 title: Git Tag description: Metadata for a Git tag type: object @@ -73641,7 +73655,7 @@ paths: - sha - type - url - verification: *527 + verification: *528 required: - sha - url @@ -73651,7 +73665,7 @@ paths: - tag - message examples: - default: &529 + default: &530 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -73724,8 +73738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *351 - *352 + - *353 - name: tag_sha in: path required: true @@ -73736,9 +73750,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 '409': *92 x-github: @@ -73762,8 +73776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -73836,7 +73850,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -73948,8 +73962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *351 - *352 + - *353 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -73972,7 +73986,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default-response: summary: Default response @@ -74031,8 +74045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -74042,7 +74056,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Webhook description: Webhooks for repositories. type: object @@ -74096,7 +74110,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &775 + last_response: &776 title: Hook Response type: object properties: @@ -74170,8 +74184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -74223,9 +74237,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: Repository id: 12345678 @@ -74273,17 +74287,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -74303,9 +74317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 requestBody: required: true content: @@ -74350,9 +74364,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '422': *15 '404': *6 x-github: @@ -74373,9 +74387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '204': description: Response @@ -74399,9 +74413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '200': description: Response @@ -74428,9 +74442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *351 - *352 - - *247 + - *353 + - *248 requestBody: required: false content: @@ -74474,11 +74488,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *351 - *352 - - *247 - - *17 + - *353 - *248 + - *17 + - *249 responses: '200': description: Response @@ -74486,9 +74500,9 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *250 + default: *251 '400': *14 '422': *15 x-github: @@ -74507,18 +74521,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 - *16 responses: '200': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '400': *14 '422': *15 x-github: @@ -74537,9 +74551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 - *16 responses: '202': *93 @@ -74562,9 +74576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '204': description: Response @@ -74589,9 +74603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *351 - *352 - - *247 + - *353 + - *248 responses: '204': description: Response @@ -74649,14 +74663,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: &533 + schema: &534 title: Import description: A repository import from an external source. type: object @@ -74755,7 +74769,7 @@ paths: - html_url - authors_url examples: - default: &536 + default: &537 value: vcs: subversion use_lfs: true @@ -74771,7 +74785,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': &534 + '503': &535 description: Unavailable due to service under maintenance. content: application/json: @@ -74800,8 +74814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -74849,7 +74863,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: default: value: @@ -74874,7 +74888,7 @@ paths: type: string '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74902,8 +74916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -74952,7 +74966,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: example-1: summary: Example 1 @@ -75000,7 +75014,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': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75023,12 +75037,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *351 - *352 + - *353 responses: '204': description: Response - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75054,9 +75068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *351 - *352 - - &721 + - *353 + - &722 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -75070,7 +75084,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Porter Author description: Porter Author type: object @@ -75124,7 +75138,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': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75149,8 +75163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *351 - *352 + - *353 - name: author_id in: path required: true @@ -75180,7 +75194,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -75193,7 +75207,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75217,8 +75231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -75259,7 +75273,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75287,8 +75301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -75315,11 +75329,11 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *536 + default: *537 '422': *15 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75342,8 +75356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -75351,8 +75365,8 @@ paths: application/json: schema: *22 examples: - default: *537 - '301': *365 + default: *538 + '301': *366 '404': *6 x-github: githubCloudOnly: false @@ -75372,8 +75386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -75381,12 +75395,12 @@ paths: application/json: schema: anyOf: - - *265 + - *266 - type: object properties: {} additionalProperties: false examples: - default: &539 + default: &540 value: limit: collaborators_only origin: repository @@ -75411,13 +75425,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: default: summary: Example request body @@ -75429,9 +75443,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *539 + default: *540 '409': description: Response x-github: @@ -75453,8 +75467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -75477,8 +75491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -75488,9 +75502,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: &714 + default: &715 value: - id: 1 repository: @@ -75621,9 +75635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *351 - *352 - - *269 + - *353 + - *270 requestBody: required: false content: @@ -75652,7 +75666,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -75783,9 +75797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *351 - *352 - - *269 + - *353 + - *270 responses: '204': description: Response @@ -75816,8 +75830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *351 - *352 + - *353 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -75857,7 +75871,7 @@ paths: required: false schema: type: string - - *271 + - *272 - name: sort description: What to sort results by. in: query @@ -75882,7 +75896,7 @@ paths: type: array items: *147 examples: - default: &551 + default: &552 value: - id: 1 node_id: MDU6SXNzdWUx @@ -76030,7 +76044,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *365 + '301': *366 '422': *15 '404': *6 x-github: @@ -76059,8 +76073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -76137,7 +76151,7 @@ paths: application/json: schema: *147 examples: - default: &546 + default: &547 value: id: 1 node_id: MDU6SXNzdWUx @@ -76293,7 +76307,7 @@ paths: '422': *15 '503': *125 '404': *6 - '410': *362 + '410': *363 x-github: triggersNotification: true githubCloudOnly: false @@ -76321,8 +76335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *351 - *352 + - *353 - *157 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -76343,9 +76357,9 @@ paths: application/json: schema: type: array - items: *541 + items: *542 examples: - default: &548 + default: &549 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -76403,17 +76417,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: &542 + default: &543 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -76467,8 +76481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -76491,9 +76505,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 '422': *15 x-github: githubCloudOnly: false @@ -76511,8 +76525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 responses: '204': @@ -76533,8 +76547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -76561,9 +76575,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -76584,8 +76598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -76618,16 +76632,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -76649,10 +76663,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *351 - *352 + - *353 - *146 - - *343 + - *344 responses: '204': description: Response @@ -76672,8 +76686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -76683,7 +76697,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 title: Issue Event description: Issue Event type: object @@ -76726,8 +76740,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *543 - required: *544 + properties: *544 + required: *545 nullable: true label: title: Issue Event Label @@ -76771,7 +76785,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *270 + requested_team: *271 dismissed_review: title: Issue Event Dismissed Review type: object @@ -77034,8 +77048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *351 - *352 + - *353 - name: event_id in: path required: true @@ -77046,7 +77060,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -77239,7 +77253,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *362 + '410': *363 '403': *29 x-github: githubCloudOnly: false @@ -77273,9 +77287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *351 - *352 - - &547 + - *353 + - &548 name: issue_number description: The number that identifies the issue. in: path @@ -77289,10 +77303,10 @@ paths: application/json: schema: *147 examples: - default: *546 - '301': *365 + default: *547 + '301': *366 '404': *6 - '410': *362 + '410': *363 '304': *37 x-github: githubCloudOnly: false @@ -77317,9 +77331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -77416,13 +77430,13 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 '422': *15 '503': *125 '403': *29 - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77440,9 +77454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -77470,7 +77484,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77486,9 +77500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: content: application/json: @@ -77515,7 +77529,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77537,9 +77551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - name: assignee in: path required: true @@ -77579,9 +77593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *137 - *17 - *19 @@ -77592,13 +77606,13 @@ paths: application/json: schema: type: array - items: *541 + items: *542 examples: - default: *548 + default: *549 headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77627,9 +77641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -77651,16 +77665,16 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *362 + '410': *363 '422': *15 '404': *6 x-github: @@ -77680,9 +77694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -77696,7 +77710,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &552 + - &553 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -77750,7 +77764,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &554 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -77886,7 +77900,7 @@ paths: - performed_via_github_app - assignee - assigner - - &554 + - &555 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -77937,7 +77951,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &556 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -77988,7 +78002,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -78042,7 +78056,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &558 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -78076,7 +78090,7 @@ paths: properties: *132 required: *133 review_requester: *4 - requested_team: *270 + requested_team: *271 requested_reviewer: *4 required: - review_requester @@ -78089,7 +78103,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -78123,7 +78137,7 @@ paths: properties: *132 required: *133 review_requester: *4 - requested_team: *270 + requested_team: *271 requested_reviewer: *4 required: - review_requester @@ -78136,7 +78150,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -78196,7 +78210,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Locked Issue Event description: Locked Issue Event type: object @@ -78244,7 +78258,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -78310,7 +78324,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -78376,7 +78390,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -78442,7 +78456,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -78533,7 +78547,7 @@ paths: color: red headers: Link: *39 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78550,9 +78564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -78562,7 +78576,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -78609,7 +78623,7 @@ paths: - color - default examples: - default: &550 + default: &551 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -78627,9 +78641,9 @@ paths: default: false headers: Link: *39 - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78646,9 +78660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -78707,12 +78721,12 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 - '301': *365 + default: *551 + '301': *366 '404': *6 - '410': *362 + '410': *363 '422': *15 x-github: githubCloudOnly: false @@ -78729,9 +78743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -78791,12 +78805,12 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 - '301': *365 + default: *551 + '301': *366 '404': *6 - '410': *362 + '410': *363 '422': *15 x-github: githubCloudOnly: false @@ -78813,15 +78827,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 responses: '204': description: Response - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78840,9 +78854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - name: name in: path required: true @@ -78855,7 +78869,7 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: default: value: @@ -78866,9 +78880,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *365 + '301': *366 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78888,9 +78902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: false content: @@ -78918,7 +78932,7 @@ paths: '204': description: Response '403': *29 - '410': *362 + '410': *363 '404': *6 '422': *15 x-github: @@ -78936,9 +78950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 responses: '204': description: Response @@ -78960,9 +78974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - 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. @@ -78988,13 +79002,13 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79012,9 +79026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79046,16 +79060,16 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -79077,10 +79091,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *351 - *352 - - *547 - - *343 + - *353 + - *548 + - *344 responses: '204': description: Response @@ -79109,9 +79123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79121,7 +79135,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -79135,7 +79149,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -79168,9 +79182,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -79182,11 +79196,11 @@ paths: type: array items: *147 examples: - default: *551 + default: *552 headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79214,9 +79228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79226,7 +79240,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -79244,14 +79259,14 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *362 + '410': *363 '422': *15 '404': *6 x-github: @@ -79271,9 +79286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 requestBody: required: true content: @@ -79306,7 +79321,7 @@ paths: application/json: schema: *147 examples: - default: *546 + default: *547 '403': *29 '404': *6 '422': *7 @@ -79328,9 +79343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *351 - *352 - - *547 + - *353 + - *548 - *17 - *19 responses: @@ -79345,7 +79360,6 @@ paths: description: Timeline Event type: object anyOf: - - *552 - *553 - *554 - *555 @@ -79358,6 +79372,7 @@ paths: - *562 - *563 - *564 + - *565 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -79661,7 +79676,7 @@ paths: type: string comments: type: array - items: &585 + items: &586 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -79870,7 +79885,7 @@ paths: type: string comments: type: array - items: *474 + items: *475 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -80159,7 +80174,7 @@ paths: headers: Link: *39 '404': *6 - '410': *362 + '410': *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80176,8 +80191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -80187,7 +80202,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -80252,8 +80267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80289,9 +80304,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: id: 1 key: ssh-rsa AAA... @@ -80325,9 +80340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *351 - *352 - - &567 + - *353 + - &568 name: key_id description: The unique identifier of the key. in: path @@ -80339,9 +80354,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '404': *6 x-github: githubCloudOnly: false @@ -80359,9 +80374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *351 - *352 - - *567 + - *353 + - *568 responses: '204': description: Response @@ -80381,8 +80396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -80392,9 +80407,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 + default: *551 headers: Link: *39 '404': *6 @@ -80415,8 +80430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80452,9 +80467,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &568 + default: &569 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80486,8 +80501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *351 - *352 + - *353 - name: name in: path required: true @@ -80498,9 +80513,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *568 + default: *569 '404': *6 x-github: githubCloudOnly: false @@ -80517,8 +80532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *351 - *352 + - *353 - name: name in: path required: true @@ -80557,7 +80572,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -80583,8 +80598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *351 - *352 + - *353 - name: name in: path required: true @@ -80610,8 +80625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -80647,8 +80662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *351 - *352 + - *353 responses: '202': *93 '403': @@ -80676,8 +80691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -80703,9 +80718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *351 - *352 - - *450 + - *353 + - *451 responses: '200': description: Response @@ -80850,8 +80865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80916,8 +80931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -80951,9 +80966,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *475 + schema: *476 examples: - default: *569 + default: *570 '204': description: Response when already merged '404': @@ -80978,8 +80993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *351 - *352 + - *353 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -81020,12 +81035,12 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 examples: default: value: @@ -81081,8 +81096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -81122,9 +81137,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -81183,9 +81198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *351 - *352 - - &572 + - *353 + - &573 name: milestone_number description: The number that identifies the milestone. in: path @@ -81197,9 +81212,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -81216,9 +81231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *351 - *352 - - *572 + - *353 + - *573 requestBody: required: false content: @@ -81256,9 +81271,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81274,9 +81289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *351 - *352 - - *572 + - *353 + - *573 responses: '204': description: Response @@ -81297,9 +81312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *351 - *352 - - *572 + - *353 + - *573 - *17 - *19 responses: @@ -81309,9 +81324,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *550 + default: *551 headers: Link: *39 x-github: @@ -81330,12 +81345,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *351 - *352 - - *573 + - *353 - *574 - - *137 - *575 + - *137 + - *576 - *17 - *19 responses: @@ -81347,7 +81362,7 @@ paths: type: array items: *160 examples: - default: *576 + default: *577 headers: Link: *39 x-github: @@ -81371,8 +81386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -81430,14 +81445,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: &577 + schema: &578 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -81562,7 +81577,7 @@ paths: - custom_404 - public examples: - default: &578 + default: &579 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -81603,8 +81618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -81658,9 +81673,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '422': *15 '409': *92 x-github: @@ -81683,8 +81698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -81791,8 +81806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -81818,8 +81833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -81829,7 +81844,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Page Build description: Page Build type: object @@ -81923,8 +81938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *351 - *352 + - *353 responses: '201': description: Response @@ -81969,16 +81984,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -82026,8 +82041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *351 - *352 + - *353 - name: build_id in: path required: true @@ -82038,9 +82053,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82060,8 +82075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82167,9 +82182,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *351 - *352 - - &581 + - *353 + - &582 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -82227,9 +82242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *351 - *352 - - *581 + - *353 + - *582 responses: '204': *112 '404': *6 @@ -82256,8 +82271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -82515,8 +82530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Private vulnerability reporting status @@ -82553,8 +82568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': *112 '422': *14 @@ -82575,8 +82590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': *112 '422': *14 @@ -82599,8 +82614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *351 - *352 + - *353 - name: state description: Indicates the state of the projects to return. in: query @@ -82621,7 +82636,7 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: default: value: @@ -82661,7 +82676,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *362 + '410': *363 '422': *7 x-github: githubCloudOnly: false @@ -82681,8 +82696,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82708,13 +82723,13 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *361 + default: *362 '401': *25 '403': *29 '404': *6 - '410': *362 + '410': *363 '422': *7 x-github: githubCloudOnly: false @@ -82734,8 +82749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -82743,7 +82758,7 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: default: value: @@ -82774,8 +82789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82787,7 +82802,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *303 + items: *304 required: - properties examples: @@ -82837,8 +82852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *351 - *352 + - *353 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -82898,9 +82913,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 headers: Link: *39 '304': *37 @@ -82932,8 +82947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -82998,7 +83013,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &588 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -83109,8 +83124,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true active_lock_reason: type: string @@ -83155,7 +83170,7 @@ paths: nullable: true requested_teams: type: array - items: *323 + items: *324 nullable: true head: type: object @@ -83194,14 +83209,14 @@ paths: _links: type: object properties: - comments: *481 - commits: *481 - statuses: *481 - html: *481 - issue: *481 - review_comments: *481 - review_comment: *481 - self: *481 + comments: *482 + commits: *482 + statuses: *482 + html: *482 + issue: *482 + review_comments: *482 + review_comment: *482 + self: *482 required: - comments - commits @@ -83212,7 +83227,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: *584 + auto_merge: *585 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -83304,7 +83319,7 @@ paths: - merged_by - review_comments examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -83831,8 +83846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *351 - *352 + - *353 - name: sort in: query required: false @@ -83861,9 +83876,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: &590 + default: &591 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -83940,17 +83955,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *351 - *352 + - *353 - *146 responses: '200': description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -84025,8 +84040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -84049,9 +84064,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84067,8 +84082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *351 - *352 + - *353 - *146 responses: '204': @@ -84090,8 +84105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *351 - *352 + - *353 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -84118,9 +84133,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -84141,8 +84156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *351 - *352 + - *353 - *146 requestBody: required: true @@ -84175,16 +84190,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -84206,10 +84221,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *351 - *352 + - *353 - *146 - - *343 + - *344 responses: '204': description: Response @@ -84252,9 +84267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *351 - *352 - - &589 + - *353 + - &590 name: pull_number description: The number that identifies the pull request. in: path @@ -84267,9 +84282,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '304': *37 '404': *6 '406': @@ -84304,9 +84319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -84348,9 +84363,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 '403': *29 x-github: @@ -84372,9 +84387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: true content: @@ -84434,17 +84449,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -84474,9 +84489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *157 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -84497,9 +84512,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: *590 + default: *591 headers: Link: *39 x-github: @@ -84532,9 +84547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: true content: @@ -84639,7 +84654,7 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: example-for-a-multi-line-comment: value: @@ -84727,9 +84742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *146 requestBody: required: true @@ -84752,7 +84767,7 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: default: value: @@ -84838,9 +84853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *17 - *19 responses: @@ -84850,9 +84865,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *591 + default: *592 headers: Link: *39 x-github: @@ -84882,9 +84897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *17 - *19 responses: @@ -84894,7 +84909,7 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: default: value: @@ -84932,9 +84947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *351 - *352 - - *589 + - *353 + - *590 responses: '204': description: Response if pull request has been merged @@ -84957,9 +84972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -85070,9 +85085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 responses: '200': description: Response @@ -85088,7 +85103,7 @@ paths: items: *4 teams: type: array - items: *270 + items: *271 required: - users - teams @@ -85147,9 +85162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -85186,7 +85201,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -85722,9 +85737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: true content: @@ -85758,7 +85773,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -86263,9 +86278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 - *17 - *19 responses: @@ -86275,7 +86290,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -86426,9 +86441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -86514,9 +86529,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &594 + default: &595 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -86579,10 +86594,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - &593 + - *353 + - *590 + - &594 name: review_id description: The unique identifier of the review. in: path @@ -86594,9 +86609,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &595 + default: &596 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -86655,10 +86670,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 requestBody: required: true content: @@ -86681,7 +86696,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -86743,18 +86758,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 responses: '200': description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *594 + default: *595 '422': *7 '404': *6 x-github: @@ -86781,10 +86796,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 - *17 - *19 responses: @@ -86867,9 +86882,9 @@ paths: _links: type: object properties: - self: *481 - html: *481 - pull_request: *481 + self: *482 + html: *482 + pull_request: *482 required: - self - html @@ -87012,10 +87027,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 requestBody: required: true content: @@ -87043,7 +87058,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -87106,10 +87121,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *351 - *352 - - *589 - - *593 + - *353 + - *590 + - *594 requestBody: required: true content: @@ -87144,9 +87159,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *595 + default: *596 '404': *6 '422': *7 '403': *29 @@ -87168,9 +87183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *351 - *352 - - *589 + - *353 + - *590 requestBody: required: false content: @@ -87233,8 +87248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *351 - *352 + - *353 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -87247,9 +87262,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: type: file encoding: base64 @@ -87291,8 +87306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *351 - *352 + - *353 - name: dir description: The alternate path to look for a README file in: path @@ -87312,9 +87327,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 '422': *15 x-github: @@ -87336,8 +87351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -87347,7 +87362,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Release description: A release. type: object @@ -87410,7 +87425,7 @@ paths: author: *4 assets: type: array - items: &599 + items: &600 title: Release Asset description: Data related to a release. type: object @@ -87591,8 +87606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -87668,9 +87683,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &602 + default: &603 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -87773,9 +87788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *351 - *352 - - &600 + - *353 + - &601 name: asset_id description: The unique identifier of the asset. in: path @@ -87787,9 +87802,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &601 + default: &602 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 @@ -87823,7 +87838,7 @@ paths: type: User site_admin: false '404': *6 - '302': *492 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87839,9 +87854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *351 - *352 - - *600 + - *353 + - *601 requestBody: required: false content: @@ -87869,9 +87884,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *601 + default: *602 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87887,9 +87902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *351 - *352 - - *600 + - *353 + - *601 responses: '204': description: Response @@ -87913,8 +87928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -87999,16 +88014,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *351 - *352 + - *353 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88025,8 +88040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *351 - *352 + - *353 - name: tag description: tag parameter in: path @@ -88039,9 +88054,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *602 + default: *603 '404': *6 x-github: githubCloudOnly: false @@ -88063,9 +88078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *351 - *352 - - &603 + - *353 + - &604 name: release_id description: The unique identifier of the release. in: path @@ -88079,9 +88094,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: *598 + schema: *599 examples: - default: *602 + default: *603 '401': description: Unauthorized x-github: @@ -88099,9 +88114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 requestBody: required: false content: @@ -88165,9 +88180,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *602 + default: *603 '404': description: Not Found if the discussion category name is invalid content: @@ -88188,9 +88203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 responses: '204': description: Response @@ -88210,9 +88225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *351 - *352 - - *603 + - *353 + - *604 - *17 - *19 responses: @@ -88222,7 +88237,7 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: default: value: @@ -88303,9 +88318,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *351 - *352 - - *603 + - *353 + - *604 - name: name in: query required: true @@ -88331,7 +88346,7 @@ paths: description: Response for successful upload content: application/json: - schema: *599 + schema: *600 examples: response-for-successful-upload: value: @@ -88385,9 +88400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 - 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. @@ -88411,9 +88426,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -88434,9 +88449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *351 - *352 - - *603 + - *353 + - *604 requestBody: required: true content: @@ -88466,16 +88481,16 @@ paths: description: Reaction exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Reaction created content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '422': *15 x-github: githubCloudOnly: false @@ -88497,10 +88512,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *351 - *352 - - *603 - - *343 + - *353 + - *604 + - *344 responses: '204': description: Response @@ -88524,9 +88539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *351 - *352 - - *410 + - *353 + - *411 - *17 - *19 responses: @@ -88542,8 +88557,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *604 - - &606 + - *605 + - &607 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88563,53 +88578,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *605 - *606 - - allOf: - *607 - - *606 - allOf: - *608 - - *606 + - *607 - allOf: - *609 - - *606 + - *607 - allOf: - *610 - - *606 + - *607 - allOf: - *611 - - *606 + - *607 - allOf: - *612 - - *606 + - *607 - allOf: - *613 - - *606 + - *607 - allOf: - *614 - - *606 + - *607 - allOf: - *615 - - *606 + - *607 - allOf: - *616 - - *606 + - *607 - allOf: - *617 - - *606 + - *607 - allOf: - *618 - - *606 + - *607 - allOf: - *619 - - *606 + - *607 - allOf: - *620 - - *606 + - *607 - allOf: - *621 - - *606 + - *607 + - allOf: + - *622 + - *607 examples: default: value: @@ -88648,8 +88663,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - *17 - *19 - name: includes_parents @@ -88660,7 +88675,7 @@ paths: schema: type: boolean default: true - - *622 + - *623 responses: '200': description: Response @@ -88715,8 +88730,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 requestBody: description: Request body required: true @@ -88778,7 +88793,7 @@ paths: application/json: schema: *122 examples: - default: &631 + default: &632 value: id: 42 name: super cool ruleset @@ -88825,12 +88840,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *351 - *352 - - *623 - - *311 + - *353 - *624 + - *312 - *625 + - *626 - *17 - *19 responses: @@ -88838,9 +88853,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '500': *97 x-github: @@ -88861,17 +88876,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *351 - *352 - - *628 + - *353 + - *629 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 '500': *97 x-github: @@ -88899,8 +88914,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - name: ruleset_id description: The ID of the ruleset. in: path @@ -88922,7 +88937,7 @@ paths: application/json: schema: *122 examples: - default: *631 + default: *632 '404': *6 '500': *97 put: @@ -88940,8 +88955,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89005,7 +89020,7 @@ paths: application/json: schema: *122 examples: - default: *631 + default: *632 '404': *6 '500': *97 delete: @@ -89023,8 +89038,8 @@ paths: category: repos subcategory: rules parameters: - - *351 - *352 + - *353 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89052,20 +89067,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *351 - *352 - - *313 + - *353 - *314 - *315 - *316 + - *317 - *84 - *19 - *17 - - *632 - *633 - - *317 + - *634 - *318 - *319 + - *320 responses: '200': description: Response @@ -89073,7 +89088,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 type: object properties: number: *98 @@ -89092,8 +89107,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *634 - resolution: *635 + state: *635 + resolution: *636 resolved_at: type: string format: date-time @@ -89306,15 +89321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 responses: '200': description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -89366,9 +89381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 requestBody: required: true content: @@ -89376,8 +89391,8 @@ paths: schema: type: object properties: - state: *634 - resolution: *635 + state: *635 + resolution: *636 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -89395,7 +89410,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -89470,9 +89485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *351 - *352 - - *444 + - *353 + - *445 - *19 - *17 responses: @@ -89483,7 +89498,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &796 + items: &797 type: object properties: type: @@ -89842,8 +89857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -89851,14 +89866,14 @@ paths: schema: type: object properties: - reason: &638 + reason: &639 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *637 + placeholder_id: *638 required: - reason - placeholder_id @@ -89875,7 +89890,7 @@ paths: schema: type: object properties: - reason: *638 + reason: *639 expire_at: type: string format: date-time @@ -89918,8 +89933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *351 - *352 + - *353 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -89934,7 +89949,7 @@ paths: properties: incremental_scans: type: array - items: &639 + items: &640 description: Information on a single scan performed by secret scanning on the repository type: object @@ -89960,15 +89975,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *639 + items: *640 backfill_scans: type: array - items: *639 + items: *640 custom_pattern_backfill_scans: type: array items: allOf: - - *639 + - *640 - type: object properties: pattern_name: @@ -90038,8 +90053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *351 - *352 + - *353 - *84 - name: sort description: The property to sort the results by. @@ -90083,9 +90098,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *641 + default: *642 '400': *14 '404': *6 x-github: @@ -90108,8 +90123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -90182,7 +90197,7 @@ paths: login: type: string description: The username of the user credited. - type: *322 + type: *323 required: - login - type @@ -90269,9 +90284,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &643 + default: &644 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -90504,8 +90519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -90609,7 +90624,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -90756,17 +90771,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *351 - *352 - - *642 + - *353 + - *643 responses: '200': description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *643 + default: *644 '403': *29 '404': *6 x-github: @@ -90790,9 +90805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *351 - *352 - - *642 + - *353 + - *643 requestBody: required: true content: @@ -90865,7 +90880,7 @@ paths: login: type: string description: The username of the user credited. - type: *322 + type: *323 required: - login - type @@ -90951,10 +90966,10 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *643 - add_credit: *643 + default: *644 + add_credit: *644 '403': *29 '404': *6 '422': @@ -90992,9 +91007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *351 - *352 - - *642 + - *353 + - *643 responses: '202': *93 '400': *14 @@ -91021,17 +91036,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *351 - *352 - - *642 + - *353 + - *643 responses: '202': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 '400': *14 '422': *15 '403': *29 @@ -91057,8 +91072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -91157,8 +91172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *351 - *352 + - *353 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -91167,7 +91182,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -91200,8 +91215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -91277,8 +91292,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -91374,8 +91389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *351 - *352 + - *353 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -91529,8 +91544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *351 - *352 + - *353 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -91540,7 +91555,7 @@ paths: application/json: schema: type: array - items: *644 + items: *645 examples: default: value: @@ -91573,8 +91588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *351 - *352 + - *353 - name: sha in: path required: true @@ -91628,7 +91643,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -91682,8 +91697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -91695,7 +91710,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -91715,14 +91730,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *351 - *352 + - *353 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &646 + schema: &647 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -91790,8 +91805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *351 - *352 + - *353 requestBody: required: false content: @@ -91817,7 +91832,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -91844,8 +91859,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -91865,8 +91880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -91945,8 +91960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -91954,7 +91969,7 @@ paths: application/json: schema: type: array - items: &647 + items: &648 title: Tag protection description: Tag protection type: object @@ -92006,8 +92021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -92030,7 +92045,7 @@ paths: description: Response content: application/json: - schema: *647 + schema: *648 examples: default: value: @@ -92061,8 +92076,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *351 - *352 + - *353 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -92099,8 +92114,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *351 - *352 + - *353 - name: ref in: path required: true @@ -92136,8 +92151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *351 - *352 + - *353 - *17 - *19 responses: @@ -92147,9 +92162,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *285 + default: *286 headers: Link: *39 '404': *6 @@ -92169,8 +92184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *351 - *352 + - *353 - *19 - *17 responses: @@ -92178,7 +92193,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &649 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -92190,7 +92205,7 @@ paths: required: - names examples: - default: &649 + default: &650 value: names: - octocat @@ -92213,8 +92228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -92245,9 +92260,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '404': *6 '422': *7 x-github: @@ -92268,9 +92283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *351 - *352 - - &650 + - *353 + - &651 name: per description: The time frame to display results for. in: query @@ -92299,7 +92314,7 @@ paths: example: 128 clones: type: array - items: &651 + items: &652 title: Traffic type: object properties: @@ -92386,8 +92401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -92477,8 +92492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *351 - *352 + - *353 responses: '200': description: Response @@ -92538,9 +92553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *351 - *352 - - *650 + - *353 + - *651 responses: '200': description: Response @@ -92559,7 +92574,7 @@ paths: example: 3782 views: type: array - items: *651 + items: *652 required: - uniques - count @@ -92636,8 +92651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *351 - *352 + - *353 requestBody: required: true content: @@ -92911,8 +92926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *351 - *352 + - *353 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -92935,8 +92950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -92958,8 +92973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -92985,8 +93000,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *351 - *352 + - *353 - name: ref in: path required: true @@ -93078,9 +93093,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -93231,7 +93246,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &659 + - &660 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -93240,7 +93255,7 @@ paths: schema: type: string example: members - - &664 + - &665 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -93251,7 +93266,7 @@ paths: default: 1 format: int32 example: 1 - - &665 + - &666 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -93293,7 +93308,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &653 + items: &654 allOf: - type: object required: @@ -93368,7 +93383,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: &666 + meta: &667 type: object description: The metadata associated with the creation/updates to the user. @@ -93428,31 +93443,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &654 + '400': &655 description: Bad request content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '401': &655 + schema: *653 + '401': &656 description: Authorization failure - '403': &656 + '403': &657 description: Permission denied - '429': &657 + '429': &658 description: Too many requests content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '500': &658 + schema: *653 + '500': &659 description: Internal server error content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 + schema: *653 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93476,7 +93491,7 @@ paths: required: true content: application/json: - schema: &662 + schema: &663 type: object required: - schemas @@ -93532,9 +93547,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *653 + schema: *654 examples: - group: &660 + group: &661 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -93553,13 +93568,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': *654 - '401': *655 - '403': *656 - '409': &663 + '400': *655 + '401': *656 + '403': *657 + '409': &664 description: Duplicate record detected - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93576,7 +93591,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: - - &661 + - &662 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -93584,22 +93599,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *659 + - *660 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *653 + schema: *654 examples: - default: *660 - '400': *654 - '401': *655 - '403': *656 + default: *661 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93618,13 +93633,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: - - *661 + - *662 - *40 requestBody: required: true content: application/json: - schema: *662 + schema: *663 examples: group: summary: Group @@ -93650,17 +93665,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *653 + schema: *654 examples: - group: *660 - groupWithMembers: *660 - '400': *654 - '401': *655 - '403': *656 + group: *661 + groupWithMembers: *661 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93684,13 +93699,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: - - *661 + - *662 - *40 requestBody: required: true content: application/json: - schema: &673 + schema: &674 type: object required: - Operations @@ -93750,17 +93765,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *653 + schema: *654 examples: - updateGroup: *660 - addMembers: *660 - '400': *654 - '401': *655 - '403': *656 + updateGroup: *661 + addMembers: *661 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93776,17 +93791,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: - - *661 + - *662 - *40 responses: '204': description: Group was deleted, no content - '400': *654 - '401': *655 - '403': *656 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -93820,8 +93835,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *664 - *665 + - *666 - *40 responses: '200': @@ -93854,7 +93869,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &668 + items: &669 allOf: - type: object required: @@ -93933,7 +93948,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &667 + roles: &668 type: array description: The roles assigned to the user. items: @@ -93989,7 +94004,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *666 + meta: *667 startIndex: type: integer description: A starting index for the returned page @@ -94026,11 +94041,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *654 - '401': *655 - '403': *656 - '429': *657 - '500': *658 + '400': *655 + '401': *656 + '403': *657 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94054,7 +94069,7 @@ paths: required: true content: application/json: - schema: &671 + schema: &672 type: object required: - schemas @@ -94136,9 +94151,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *667 + roles: *668 examples: - user: &672 + user: &673 summary: User value: schemas: @@ -94185,9 +94200,9 @@ paths: description: User has been created content: application/scim+json: - schema: *668 + schema: *669 examples: - user: &669 + user: &670 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -94213,13 +94228,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: *669 - '400': *654 - '401': *655 - '403': *656 - '409': *663 - '429': *657 - '500': *658 + enterpriseOwner: *670 + '400': *655 + '401': *656 + '403': *657 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94236,7 +94251,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: - - &670 + - &671 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -94249,15 +94264,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *668 + schema: *669 examples: - default: *669 - '400': *654 - '401': *655 - '403': *656 + default: *670 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94279,30 +94294,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: - - *670 + - *671 - *40 requestBody: required: true content: application/json: - schema: *671 + schema: *672 examples: - user: *672 + user: *673 responses: '200': description: User was updated content: application/scim+json: - schema: *668 + schema: *669 examples: - user: *669 - '400': *654 - '401': *655 - '403': *656 + user: *670 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94337,13 +94352,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: - - *670 + - *671 - *40 requestBody: required: true content: application/json: - schema: *673 + schema: *674 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -94383,18 +94398,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *668 - examples: - userMultiValuedProperties: *669 - userSingleValuedProperties: *669 - disableUser: *669 - '400': *654 - '401': *655 - '403': *656 + schema: *669 + examples: + userMultiValuedProperties: *670 + userSingleValuedProperties: *670 + disableUser: *670 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '409': *663 - '429': *657 - '500': *658 + '409': *664 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94414,17 +94429,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: - - *670 + - *671 - *40 responses: '204': description: User was deleted, no content - '400': *654 - '401': *655 - '403': *656 + '400': *655 + '401': *656 + '403': *657 '404': *6 - '429': *657 - '500': *658 + '429': *658 + '500': *659 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94511,7 +94526,7 @@ paths: example: 1 Resources: type: array - items: &674 + items: &675 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -94742,22 +94757,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': &675 + '404': &676 description: Resource not found content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '403': &676 + schema: *653 + '403': &677 description: Forbidden content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '400': *654 - '429': *657 + schema: *653 + '400': *655 + '429': *658 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -94783,9 +94798,9 @@ paths: description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: &677 + default: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -94808,17 +94823,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': *675 - '403': *676 - '500': *658 + '404': *676 + '403': *677 + '500': *659 '409': description: Conflict content: application/json: - schema: *652 + schema: *653 application/scim+json: - schema: *652 - '400': *654 + schema: *653 + '400': *655 requestBody: required: true content: @@ -94911,17 +94926,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *170 - - *670 + - *671 responses: '200': description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: *677 - '404': *675 - '403': *676 + default: *678 + '404': *676 + '403': *677 '304': *37 x-github: githubCloudOnly: true @@ -94945,18 +94960,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *170 - - *670 + - *671 responses: '200': description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: *677 + default: *678 '304': *37 - '404': *675 - '403': *676 + '404': *676 + '403': *677 requestBody: required: true content: @@ -95065,19 +95080,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *170 - - *670 + - *671 responses: '200': description: Response content: application/scim+json: - schema: *674 + schema: *675 examples: - default: *677 + default: *678 '304': *37 - '404': *675 - '403': *676 - '400': *654 + '404': *676 + '403': *677 + '400': *655 '429': description: Response content: @@ -95168,12 +95183,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *170 - - *670 + - *671 responses: '204': description: Response - '404': *675 - '403': *676 + '404': *676 + '403': *677 '304': *37 x-github: githubCloudOnly: true @@ -95306,7 +95321,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &678 + text_matches: &679 title: Search Result Text Matches type: array items: @@ -95469,7 +95484,7 @@ paths: enum: - author-date - committer-date - - &679 + - &680 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 @@ -95540,7 +95555,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true comment_count: type: integer @@ -95560,7 +95575,7 @@ paths: url: type: string format: uri - verification: *527 + verification: *528 required: - author - committer @@ -95579,7 +95594,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true parents: type: array @@ -95597,7 +95612,7 @@ paths: type: number node_id: type: string - text_matches: *678 + text_matches: *679 required: - sha - node_id @@ -95790,7 +95805,7 @@ paths: - interactions - created - updated - - *679 + - *680 - *17 - *19 responses: @@ -95909,8 +95924,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true comments: type: integer @@ -95924,7 +95939,7 @@ paths: type: string format: date-time nullable: true - text_matches: *678 + text_matches: *679 pull_request: type: object properties: @@ -96148,7 +96163,7 @@ paths: enum: - created - updated - - *679 + - *680 - *17 - *19 responses: @@ -96192,7 +96207,7 @@ paths: nullable: true score: type: number - text_matches: *678 + text_matches: *679 required: - id - node_id @@ -96278,7 +96293,7 @@ paths: - forks - help-wanted-issues - updated - - *679 + - *680 - *17 - *19 responses: @@ -96517,7 +96532,7 @@ paths: - admin - pull - push - text_matches: *678 + text_matches: *679 temp_clone_token: type: string allow_merge_commit: @@ -96818,7 +96833,7 @@ paths: type: string format: uri nullable: true - text_matches: *678 + text_matches: *679 related: type: array nullable: true @@ -97011,7 +97026,7 @@ paths: - followers - repositories - joined - - *679 + - *680 - *17 - *19 responses: @@ -97115,7 +97130,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *678 + text_matches: *679 blog: type: string nullable: true @@ -97194,7 +97209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &680 + - &681 name: team_id description: The unique identifier of the team. in: path @@ -97206,9 +97221,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 x-github: githubCloudOnly: false @@ -97235,7 +97250,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -97298,16 +97313,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '201': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 '404': *6 '422': *15 '403': *29 @@ -97335,7 +97350,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *680 + - *681 responses: '204': description: Response @@ -97366,7 +97381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *680 + - *681 - *84 - *17 - *19 @@ -97377,9 +97392,9 @@ paths: application/json: schema: type: array - items: *334 + items: *335 examples: - default: *681 + default: *682 headers: Link: *39 x-github: @@ -97408,7 +97423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -97442,9 +97457,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: triggersNotification: true githubCloudOnly: false @@ -97471,16 +97486,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97505,8 +97520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 requestBody: required: false content: @@ -97529,9 +97544,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97556,8 +97571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 responses: '204': description: Response @@ -97586,8 +97601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *680 - - *336 + - *681 + - *337 - *84 - *17 - *19 @@ -97598,9 +97613,9 @@ paths: application/json: schema: type: array - items: *337 + items: *338 examples: - default: *683 + default: *684 headers: Link: *39 x-github: @@ -97629,8 +97644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *680 - - *336 + - *681 + - *337 requestBody: required: true content: @@ -97652,9 +97667,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: triggersNotification: true githubCloudOnly: false @@ -97681,17 +97696,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97716,9 +97731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 requestBody: required: true content: @@ -97740,9 +97755,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97767,9 +97782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 responses: '204': description: Response @@ -97798,9 +97813,9 @@ 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: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 - 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 team discussion comment. @@ -97826,9 +97841,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 x-github: @@ -97857,9 +97872,9 @@ 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: - - *680 - - *336 - - *339 + - *681 + - *337 + - *340 requestBody: required: true content: @@ -97891,9 +97906,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97919,8 +97934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 - 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 team discussion. @@ -97946,9 +97961,9 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: - default: *342 + default: *343 headers: Link: *39 x-github: @@ -97977,8 +97992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *680 - - *336 + - *681 + - *337 requestBody: required: true content: @@ -98010,9 +98025,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98036,7 +98051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98046,9 +98061,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: Link: *39 x-github: @@ -98074,7 +98089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *680 + - *681 - name: role description: Filters members returned by their role in the team. in: query @@ -98097,7 +98112,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '404': *6 @@ -98125,7 +98140,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *680 + - *681 - *212 responses: '204': @@ -98162,7 +98177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *680 + - *681 - *212 responses: '204': @@ -98202,7 +98217,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *680 + - *681 - *212 responses: '204': @@ -98239,16 +98254,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *212 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - response-if-user-is-a-team-maintainer: *685 + response-if-user-is-a-team-maintainer: *686 '404': *6 x-github: githubCloudOnly: false @@ -98281,7 +98296,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: - - *680 + - *681 - *212 requestBody: required: false @@ -98307,9 +98322,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - response-if-users-membership-with-team-is-now-pending: *686 + response-if-users-membership-with-team-is-now-pending: *687 '403': description: Forbidden if team synchronization is set up '422': @@ -98343,7 +98358,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: - - *680 + - *681 - *212 responses: '204': @@ -98373,7 +98388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98383,9 +98398,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *687 + default: *688 headers: Link: *39 '404': *6 @@ -98412,16 +98427,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *680 - - *350 + - *681 + - *351 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *688 + default: *689 '404': description: Not Found if project is not managed by this team x-github: @@ -98446,8 +98461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *680 - - *350 + - *681 + - *351 requestBody: required: false content: @@ -98515,8 +98530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *680 - - *350 + - *681 + - *351 responses: '204': description: Response @@ -98543,7 +98558,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98555,7 +98570,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -98585,15 +98600,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *680 - - *351 + - *681 - *352 + - *353 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *689 + schema: *690 examples: alternative-response-with-extra-repository-information: value: @@ -98744,9 +98759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *680 - - *351 + - *681 - *352 + - *353 requestBody: required: false content: @@ -98796,9 +98811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *680 - - *351 + - *681 - *352 + - *353 responses: '204': description: Response @@ -98827,15 +98842,15 @@ 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: - - *680 + - *681 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '403': *29 '404': *6 x-github: @@ -98862,7 +98877,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: - - *680 + - *681 requestBody: required: true content: @@ -98919,7 +98934,7 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: default: value: @@ -98950,7 +98965,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -98960,9 +98975,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - response-if-child-teams-exist: *690 + response-if-child-teams-exist: *691 headers: Link: *39 '404': *6 @@ -98995,7 +99010,7 @@ paths: application/json: schema: oneOf: - - &692 + - &693 title: Private User description: Private User type: object @@ -99198,7 +99213,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *691 + - *692 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -99351,7 +99366,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default: value: @@ -99430,7 +99445,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 '304': *37 '404': *6 '403': *29 @@ -99554,9 +99569,9 @@ paths: type: integer codespaces: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '304': *37 '500': *97 '401': *25 @@ -99695,17 +99710,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -99749,7 +99764,7 @@ paths: type: integer secrets: type: array - items: &693 + items: &694 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -99789,7 +99804,7 @@ paths: - visibility - selected_repositories_url examples: - default: *467 + default: *468 headers: Link: *39 x-github: @@ -99865,7 +99880,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -100011,7 +100026,7 @@ paths: type: array items: *190 examples: - default: *694 + default: *695 '401': *25 '403': *29 '404': *6 @@ -100155,15 +100170,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '304': *37 '500': *97 '401': *25 @@ -100189,7 +100204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 requestBody: required: false content: @@ -100219,9 +100234,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -100243,7 +100258,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '202': *93 '304': *37 @@ -100272,13 +100287,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '202': description: Response content: application/json: - schema: &695 + schema: &696 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -100319,7 +100334,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &696 + default: &697 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -100351,7 +100366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *276 + - *277 - name: export_id in: path required: true @@ -100364,9 +100379,9 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: *696 + default: *697 '404': *6 x-github: githubCloudOnly: false @@ -100387,7 +100402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *276 + - *277 responses: '200': description: Response @@ -100403,9 +100418,9 @@ paths: type: integer machines: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 '304': *37 '500': *97 '401': *25 @@ -100434,7 +100449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *276 + - *277 requestBody: required: true content: @@ -100484,13 +100499,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *364 + repository: *365 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *465 - required: *466 + properties: *466 + required: *467 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -101264,15 +101279,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '304': *37 '500': *97 '400': *14 @@ -101304,15 +101319,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *464 + default: *465 '500': *97 '401': *25 '403': *29 @@ -101342,9 +101357,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: &711 + default: &712 value: - id: 197 name: hello_docker @@ -101445,7 +101460,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Email description: Email type: object @@ -101510,9 +101525,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: &713 + default: &714 value: - email: octocat@github.com verified: true @@ -101587,7 +101602,7 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: default: value: @@ -101697,7 +101712,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '304': *37 @@ -101730,7 +101745,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 '304': *37 @@ -101843,7 +101858,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: GPG Key description: A unique encryption key type: object @@ -101974,7 +101989,7 @@ paths: - subkeys - revoked examples: - default: &724 + default: &725 value: - id: 3 name: Octocat's GPG Key @@ -102059,9 +102074,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &701 + default: &702 value: id: 3 name: Octocat's GPG Key @@ -102118,7 +102133,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: - - &702 + - &703 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -102130,9 +102145,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 '304': *37 '403': *29 @@ -102155,7 +102170,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: - - *702 + - *703 responses: '204': description: Response @@ -102346,7 +102361,7 @@ paths: type: array items: *63 examples: - default: *703 + default: *704 headers: Link: *39 '404': *6 @@ -102431,12 +102446,12 @@ paths: application/json: schema: anyOf: - - *265 + - *266 - type: object properties: {} additionalProperties: false examples: - default: *266 + default: *267 '204': description: Response when there are no restrictions x-github: @@ -102460,7 +102475,7 @@ paths: required: true content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -102471,7 +102486,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: default: value: @@ -102552,7 +102567,7 @@ paths: - closed - all default: open - - *271 + - *272 - name: sort description: What to sort results by. in: query @@ -102577,7 +102592,7 @@ paths: type: array items: *147 examples: - default: *272 + default: *273 headers: Link: *39 '404': *6 @@ -102610,7 +102625,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: Key description: Key type: object @@ -102707,9 +102722,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: &705 + default: &706 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102742,15 +102757,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: - - *567 + - *568 responses: '200': description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 '304': *37 '403': *29 @@ -102773,7 +102788,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: - - *567 + - *568 responses: '204': description: Response @@ -102806,7 +102821,7 @@ paths: application/json: schema: type: array - items: &706 + items: &707 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -102874,7 +102889,7 @@ paths: - account - plan examples: - default: &707 + default: &708 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -102936,9 +102951,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *707 + default: *708 headers: Link: *39 '304': *37 @@ -102978,7 +102993,7 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: default: value: @@ -103086,7 +103101,7 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: default: value: @@ -103169,7 +103184,7 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: default: value: @@ -103237,7 +103252,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -103490,7 +103505,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -103670,7 +103685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *280 + - *281 - name: exclude in: query required: false @@ -103683,7 +103698,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -103877,7 +103892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *280 + - *281 responses: '302': description: Response @@ -103903,7 +103918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *280 + - *281 responses: '204': description: Response @@ -103932,8 +103947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *280 - - *708 + - *281 + - *709 responses: '204': description: Response @@ -103957,7 +103972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *280 + - *281 - *17 - *19 responses: @@ -103969,7 +103984,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -104006,7 +104021,7 @@ paths: type: array items: *58 examples: - default: *709 + default: *710 headers: Link: *39 '304': *37 @@ -104048,7 +104063,7 @@ paths: - docker - nuget - container - - *710 + - *711 - *19 - *17 responses: @@ -104058,10 +104073,10 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *711 - '400': *712 + default: *712 + '400': *713 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104081,16 +104096,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *288 - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &725 + default: &726 value: id: 40201 name: octo-name @@ -104203,8 +104218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *288 - *289 + - *290 responses: '204': description: Response @@ -104234,8 +104249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *288 - *289 + - *290 - name: token description: package token schema: @@ -104267,8 +104282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *288 - *289 + - *290 - *19 - *17 - name: state @@ -104288,7 +104303,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -104337,15 +104352,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -104381,9 +104396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 responses: '204': description: Response @@ -104413,9 +104428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 responses: '204': description: Response @@ -104471,7 +104486,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -104540,9 +104555,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *713 + default: *714 headers: Link: *39 '304': *37 @@ -104655,7 +104670,7 @@ paths: type: array items: *63 examples: - default: &720 + default: &721 summary: Default response value: - id: 1296269 @@ -104957,9 +104972,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *366 + default: *367 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -104997,9 +105012,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *714 + default: *715 headers: Link: *39 '304': *37 @@ -105022,7 +105037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *269 + - *270 responses: '204': description: Response @@ -105045,7 +105060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *269 + - *270 responses: '204': description: Response @@ -105078,7 +105093,7 @@ paths: application/json: schema: type: array - items: &715 + items: &716 title: Social account description: Social media account type: object @@ -105093,7 +105108,7 @@ paths: - provider - url examples: - default: &716 + default: &717 value: - provider: twitter url: https://twitter.com/github @@ -105155,9 +105170,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *716 + default: *717 '422': *15 '304': *37 '404': *6 @@ -105244,7 +105259,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -105264,7 +105279,7 @@ paths: - title - created_at examples: - default: &726 + default: &727 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105330,9 +105345,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &718 + default: &719 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105363,7 +105378,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: - - &719 + - &720 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -105375,9 +105390,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '404': *6 '304': *37 '403': *29 @@ -105400,7 +105415,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: - - *719 + - *720 responses: '204': description: Response @@ -105429,7 +105444,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: - - &727 + - &728 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 @@ -105454,11 +105469,11 @@ paths: type: array items: *63 examples: - default-response: *720 + default-response: *721 application/vnd.github.v3.star+json: schema: type: array - items: &728 + items: &729 title: Starred Repository description: Starred Repository type: object @@ -105614,8 +105629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *351 - *352 + - *353 responses: '204': description: Response if this repository is starred by you @@ -105643,8 +105658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -105668,8 +105683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *351 - *352 + - *353 responses: '204': description: Response @@ -105704,7 +105719,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 '304': *37 @@ -105741,7 +105756,7 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: default: value: @@ -105827,10 +105842,10 @@ paths: application/json: schema: oneOf: + - *693 - *692 - - *691 examples: - default-response: &722 + default-response: &723 summary: Default response value: login: octocat @@ -105865,7 +105880,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &723 + response-with-git-hub-plan-information: &724 summary: Response with GitHub plan information value: login: octocat @@ -105925,7 +105940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *721 + - *722 - *17 responses: '200': @@ -105936,7 +105951,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: example: ; rel="next" @@ -105974,11 +105989,11 @@ paths: application/json: schema: oneOf: + - *693 - *692 - - *691 examples: - default-response: *722 - response-with-git-hub-plan-information: *723 + default-response: *723 + response-with-git-hub-plan-information: *724 '404': *6 x-github: githubCloudOnly: false @@ -106140,9 +106155,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *711 + default: *712 '403': *29 '401': *25 x-github: @@ -106425,7 +106440,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -106456,7 +106471,7 @@ paths: type: array items: *4 examples: - default: *273 + default: *274 headers: Link: *39 x-github: @@ -106546,9 +106561,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *724 + default: *725 headers: Link: *39 x-github: @@ -106652,7 +106667,7 @@ paths: application/json: schema: *22 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106730,7 +106745,7 @@ paths: type: array items: *58 examples: - default: *709 + default: *710 headers: Link: *39 x-github: @@ -106769,7 +106784,7 @@ paths: - docker - nuget - container - - *710 + - *711 - *212 - *19 - *17 @@ -106780,12 +106795,12 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *711 + default: *712 '403': *29 '401': *25 - '400': *712 + '400': *713 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106805,17 +106820,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *288 - *289 + - *290 - *212 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *725 + default: *726 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106836,8 +106851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *288 - *289 + - *290 - *212 responses: '204': @@ -106870,8 +106885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *288 - *289 + - *290 - *212 - name: token description: package token @@ -106904,8 +106919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *288 - *289 + - *290 - *212 responses: '200': @@ -106914,7 +106929,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -106972,16 +106987,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *288 - *289 - - *291 + - *290 + - *292 - *212 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -107016,10 +107031,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *288 - *289 + - *290 - *212 - - *291 + - *292 responses: '204': description: Response @@ -107051,10 +107066,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *288 - *289 + - *290 - *212 - - *291 + - *292 responses: '204': description: Response @@ -107098,7 +107113,7 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: default: value: @@ -107378,7 +107393,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -107408,9 +107423,9 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107438,9 +107453,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107468,9 +107483,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107498,9 +107513,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *716 + default: *717 headers: Link: *39 x-github: @@ -107530,9 +107545,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *726 + default: *727 headers: Link: *39 x-github: @@ -107557,7 +107572,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *212 - - *727 + - *728 - *84 - *17 - *19 @@ -107569,11 +107584,11 @@ paths: schema: anyOf: - type: array - items: *728 + items: *729 - type: array items: *63 examples: - default-response: *720 + default-response: *721 headers: Link: *39 x-github: @@ -107604,7 +107619,7 @@ paths: type: array items: *190 examples: - default: *292 + default: *293 headers: Link: *39 x-github: @@ -107732,7 +107747,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &729 + enterprise: &730 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -107790,7 +107805,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &730 + installation: &731 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -107809,7 +107824,7 @@ x-webhooks: required: - id - node_id - organization: &731 + organization: &732 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -107869,13 +107884,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &732 + repository: &733 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: &769 + properties: &770 id: description: Unique identifier of the repository example: 42 @@ -108558,7 +108573,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &770 + required: &771 - archive_url - assignees_url - blobs_url @@ -108709,10 +108724,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -108788,11 +108803,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - rule: &733 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + rule: &734 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) @@ -109015,11 +109030,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - rule: *733 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + rule: *734 sender: *4 required: - action @@ -109202,11 +109217,11 @@ x-webhooks: - everyone required: - from - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - rule: *733 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + rule: *734 sender: *4 required: - action @@ -109279,7 +109294,7 @@ x-webhooks: required: true content: application/json: - schema: &736 + schema: &737 title: Exemption request cancellation event type: object properties: @@ -109287,11 +109302,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: &734 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: &735 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -109441,7 +109456,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &735 + items: &736 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -109551,7 +109566,7 @@ x-webhooks: required: true content: application/json: - schema: &737 + schema: &738 title: Exemption request completed event type: object properties: @@ -109559,11 +109574,11 @@ x-webhooks: type: string enum: - completed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 sender: *4 required: - action @@ -109635,7 +109650,7 @@ x-webhooks: required: true content: application/json: - schema: &738 + schema: &739 title: Exemption request created event type: object properties: @@ -109643,11 +109658,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 sender: *4 required: - action @@ -109719,7 +109734,7 @@ x-webhooks: required: true content: application/json: - schema: &739 + schema: &740 title: Exemption response dismissed event type: object properties: @@ -109727,12 +109742,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 - exemption_response: *735 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 + exemption_response: *736 sender: *4 required: - action @@ -109806,7 +109821,7 @@ x-webhooks: required: true content: application/json: - schema: &740 + schema: &741 title: Exemption response submitted event type: object properties: @@ -109814,12 +109829,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - exemption_request: *734 - exemption_response: *735 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + exemption_request: *735 + exemption_response: *736 sender: *4 required: - action @@ -109892,7 +109907,7 @@ x-webhooks: required: true content: application/json: - schema: *736 + schema: *737 responses: '200': description: Return a 200 status to indicate that the data was received @@ -109959,7 +109974,7 @@ x-webhooks: required: true content: application/json: - schema: *737 + schema: *738 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110026,7 +110041,7 @@ x-webhooks: required: true content: application/json: - schema: *738 + schema: *739 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110093,7 +110108,7 @@ x-webhooks: required: true content: application/json: - schema: *739 + schema: *740 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110161,7 +110176,7 @@ x-webhooks: required: true content: application/json: - schema: *740 + schema: *741 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110239,7 +110254,7 @@ x-webhooks: type: string enum: - completed - check_run: &742 + check_run: &743 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110302,7 +110317,7 @@ x-webhooks: type: string pull_requests: type: array - items: *426 + items: *427 repository: *190 status: example: completed @@ -110340,7 +110355,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *741 + deployment: *742 details_url: example: https://example.com type: string @@ -110390,7 +110405,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *426 + items: *427 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -110425,9 +110440,9 @@ x-webhooks: - output - app - pull_requests - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - check_run @@ -110820,10 +110835,10 @@ x-webhooks: type: string enum: - created - check_run: *742 - installation: *730 - organization: *731 - repository: *732 + check_run: *743 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - check_run @@ -111219,10 +111234,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *742 - installation: *730 - organization: *731 - repository: *732 + check_run: *743 + installation: *731 + organization: *732 + repository: *733 requested_action: description: The action requested by the user. type: object @@ -111627,10 +111642,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *742 - installation: *730 - organization: *731 - repository: *732 + check_run: *743 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - check_run @@ -112607,10 +112622,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -113280,10 +113295,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -113947,10 +113962,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -114113,7 +114128,7 @@ x-webhooks: required: - login - id - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114258,20 +114273,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &743 + commit_oid: &744 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: *729 - installation: *730 - organization: *731 - ref: &744 + enterprise: *730 + installation: *731 + organization: *732 + ref: &745 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: *732 + repository: *733 sender: *4 required: - action @@ -114433,7 +114448,7 @@ x-webhooks: required: - login - id - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114594,12 +114609,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -114694,7 +114709,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -114860,12 +114875,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -115028,7 +115043,7 @@ x-webhooks: required: - login - id - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115194,12 +115209,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -115296,7 +115311,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115464,16 +115479,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 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: *732 + repository: *733 sender: *4 required: - action @@ -115567,7 +115582,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *439 + dismissed_comment: *440 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115707,12 +115722,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *729 - installation: *730 - organization: *731 - ref: *744 - repository: *732 + commit_oid: *744 + enterprise: *730 + installation: *731 + organization: *732 + ref: *745 + repository: *733 sender: *4 required: - action @@ -115969,10 +115984,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -116052,18 +116067,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *731 - pusher_type: &745 + organization: *732 + pusher_type: &746 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &746 + ref: &747 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -116073,7 +116088,7 @@ x-webhooks: enum: - tag - branch - repository: *732 + repository: *733 sender: *4 required: - ref @@ -116156,9 +116171,9 @@ x-webhooks: enum: - created definition: *108 - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -116243,9 +116258,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -116323,9 +116338,9 @@ x-webhooks: enum: - updated definition: *108 - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -116402,19 +116417,19 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - repository: *732 - organization: *731 + enterprise: *730 + installation: *731 + repository: *733 + organization: *732 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *303 + items: *304 old_property_values: type: array description: The old custom property values for the repository. - items: *303 + items: *304 required: - action - repository @@ -116490,18 +116505,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - pusher_type: *745 - ref: *746 + enterprise: *730 + installation: *731 + organization: *732 + pusher_type: *746 + ref: *747 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *732 + repository: *733 sender: *4 required: - ref @@ -116585,11 +116600,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116673,11 +116688,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116761,11 +116776,11 @@ x-webhooks: type: string enum: - created - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116847,11 +116862,11 @@ x-webhooks: type: string enum: - dismissed - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -116933,11 +116948,11 @@ x-webhooks: type: string enum: - fixed - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -117020,11 +117035,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -117106,11 +117121,11 @@ x-webhooks: type: string enum: - reopened - alert: *496 - installation: *730 - organization: *731 - enterprise: *729 - repository: *732 + alert: *497 + installation: *731 + organization: *732 + enterprise: *730 + repository: *733 sender: *4 required: - action @@ -117187,9 +117202,9 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - key: &747 + enterprise: *730 + installation: *731 + key: &748 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117225,8 +117240,8 @@ x-webhooks: - verified - created_at - read_only - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -117303,11 +117318,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - key: *747 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + key: *748 + organization: *732 + repository: *733 sender: *4 required: - action @@ -117868,12 +117883,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: &751 + workflow: &752 title: Workflow type: object nullable: true @@ -118599,13 +118614,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *502 + deployment: *503 pull_requests: type: array - items: *587 - repository: *732 - organization: *731 - installation: *730 + items: *588 + repository: *733 + organization: *732 + installation: *731 sender: *4 responses: '200': @@ -118676,7 +118691,7 @@ x-webhooks: type: string enum: - approved - approver: &748 + approver: &749 type: object properties: avatar_url: @@ -118719,11 +118734,11 @@ x-webhooks: type: string comment: type: string - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - reviewers: &749 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + reviewers: &750 type: array items: type: object @@ -118802,7 +118817,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &750 + workflow_job_run: &751 type: object properties: conclusion: @@ -119533,18 +119548,18 @@ x-webhooks: type: string enum: - rejected - approver: *748 + approver: *749 comment: type: string - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - reviewers: *749 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + reviewers: *750 sender: *4 since: type: string - workflow_job_run: *750 + workflow_job_run: *751 workflow_job_runs: type: array items: @@ -120248,13 +120263,13 @@ x-webhooks: type: string enum: - requested - enterprise: *729 + enterprise: *730 environment: type: string - installation: *730 - organization: *731 - repository: *732 - requestor: &756 + installation: *731 + organization: *732 + repository: *733 + requestor: &757 title: User type: object nullable: true @@ -122153,12 +122168,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Deployment Workflow Run type: object @@ -122838,7 +122853,7 @@ x-webhooks: type: string enum: - answered - answer: &754 + answer: &755 type: object properties: author_association: @@ -122995,7 +123010,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &752 + discussion: &753 title: Discussion description: A Discussion in a repository. type: object @@ -123281,7 +123296,7 @@ x-webhooks: - id labels: type: array - items: *549 + items: *550 required: - repository_url - category @@ -123303,10 +123318,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123433,11 +123448,11 @@ x-webhooks: - from required: - category - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123520,11 +123535,11 @@ x-webhooks: type: string enum: - closed - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123606,7 +123621,7 @@ x-webhooks: type: string enum: - created - comment: &753 + comment: &754 type: object properties: author_association: @@ -123763,11 +123778,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123850,12 +123865,12 @@ x-webhooks: type: string enum: - deleted - comment: *753 - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + comment: *754 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -123950,12 +123965,12 @@ x-webhooks: - from required: - body - comment: *753 - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + comment: *754 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124039,11 +124054,11 @@ x-webhooks: type: string enum: - created - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124125,11 +124140,11 @@ x-webhooks: type: string enum: - deleted - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124229,11 +124244,11 @@ x-webhooks: type: string required: - from - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124315,10 +124330,10 @@ x-webhooks: type: string enum: - labeled - discussion: *752 - enterprise: *729 - installation: *730 - label: &755 + discussion: *753 + enterprise: *730 + installation: *731 + label: &756 title: Label type: object properties: @@ -124350,8 +124365,8 @@ x-webhooks: - color - default - description - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124434,11 +124449,11 @@ x-webhooks: type: string enum: - locked - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124520,11 +124535,11 @@ x-webhooks: type: string enum: - pinned - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124606,11 +124621,11 @@ x-webhooks: type: string enum: - reopened - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124695,16 +124710,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *752 - new_repository: *732 + new_discussion: *753 + new_repository: *733 required: - new_discussion - new_repository - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124787,10 +124802,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *752 - old_answer: *754 - organization: *731 - repository: *732 + discussion: *753 + old_answer: *755 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124872,12 +124887,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *752 - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -124960,11 +124975,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -125046,11 +125061,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *752 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + discussion: *753 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -125123,7 +125138,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *729 + enterprise: *730 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -125783,9 +125798,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - forkee @@ -125931,9 +125946,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pages: description: The pages that were updated. type: array @@ -125970,7 +125985,7 @@ x-webhooks: - action - sha - html_url - repository: *732 + repository: *733 sender: *4 required: - pages @@ -126046,10 +126061,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: &757 + organization: *732 + repositories: &758 description: An array of repository objects that the installation can access. type: array @@ -126075,8 +126090,8 @@ x-webhooks: - name - full_name - private - repository: *732 - requester: *756 + repository: *733 + requester: *757 sender: *4 required: - action @@ -126151,11 +126166,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -126231,11 +126246,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -126311,10 +126326,10 @@ x-webhooks: type: string enum: - added - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories_added: &758 + organization: *732 + repositories_added: &759 description: An array of repository objects, which were added to the installation. type: array @@ -126360,15 +126375,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *732 - repository_selection: &759 + repository: *733 + repository_selection: &760 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *756 + requester: *757 sender: *4 required: - action @@ -126447,10 +126462,10 @@ x-webhooks: type: string enum: - removed - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories_added: *758 + organization: *732 + repositories_added: *759 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -126477,9 +126492,9 @@ x-webhooks: - name - full_name - private - repository: *732 - repository_selection: *759 - requester: *756 + repository: *733 + repository_selection: *760 + requester: *757 sender: *4 required: - action @@ -126558,11 +126573,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -126741,10 +126756,10 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 target_type: type: string @@ -126823,11 +126838,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *729 + enterprise: *730 installation: *22 - organization: *731 - repositories: *757 - repository: *732 + organization: *732 + repositories: *758 + repository: *733 requester: nullable: true sender: *4 @@ -127079,8 +127094,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -128235,8 +128250,8 @@ x-webhooks: - state - locked - assignee - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -128316,7 +128331,7 @@ x-webhooks: type: string enum: - deleted - comment: &760 + comment: &761 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -128481,8 +128496,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -129635,8 +129650,8 @@ x-webhooks: - state - locked - assignee - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -129716,7 +129731,7 @@ x-webhooks: type: string enum: - edited - changes: &788 + changes: &789 description: The changes to the comment. type: object properties: @@ -129728,9 +129743,9 @@ x-webhooks: type: string required: - from - comment: *760 - enterprise: *729 - installation: *730 + comment: *761 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130884,8 +130899,8 @@ x-webhooks: - state - locked - assignee - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -130967,10 +130982,10 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *729 - installation: *730 - issue: &763 + assignee: *757 + enterprise: *730 + installation: *731 + issue: &764 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -131888,8 +131903,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -131969,8 +131984,8 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -133028,8 +133043,8 @@ x-webhooks: required: - state - closed_at - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -133108,8 +133123,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -134020,8 +134035,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -134100,8 +134115,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -135015,7 +135030,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &761 + milestone: &762 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135153,8 +135168,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -135253,8 +135268,8 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136172,9 +136187,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *731 - repository: *732 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -136254,8 +136269,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137172,9 +137187,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *731 - repository: *732 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -137254,8 +137269,8 @@ x-webhooks: type: string enum: - locked - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138173,8 +138188,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -138253,8 +138268,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139166,9 +139181,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *761 - organization: *731 - repository: *732 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -140629,8 +140644,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141547,8 +141562,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -141628,9 +141643,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *729 - installation: *730 - issue: &762 + enterprise: *730 + installation: *731 + issue: &763 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -142541,8 +142556,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -142621,8 +142636,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143539,8 +143554,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145002,11 +145017,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *729 - installation: *730 - issue: *762 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *763 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145087,7 +145102,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &791 + assignee: &792 title: User type: object nullable: true @@ -145157,11 +145172,11 @@ x-webhooks: required: - login - id - enterprise: *729 - installation: *730 - issue: *763 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *764 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145240,12 +145255,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *729 - installation: *730 - issue: *763 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *764 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -145325,8 +145340,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146242,8 +146257,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146323,11 +146338,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *729 - installation: *730 - issue: *762 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + issue: *763 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146406,11 +146421,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146488,11 +146503,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146602,11 +146617,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - label: *755 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + label: *756 + organization: *732 + repository: *733 sender: *4 required: - action @@ -146688,9 +146703,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: &764 + enterprise: *730 + installation: *731 + marketplace_purchase: &765 title: Marketplace Purchase type: object required: @@ -146773,8 +146788,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *731 - previous_marketplace_purchase: &765 + organization: *732 + previous_marketplace_purchase: &766 title: Marketplace Purchase type: object properties: @@ -146854,7 +146869,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *732 + repository: *733 sender: *4 required: - action @@ -146934,10 +146949,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: *764 - organization: *731 + enterprise: *730 + installation: *731 + marketplace_purchase: *765 + organization: *732 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147020,7 +147035,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *732 + repository: *733 sender: *4 required: - action @@ -147102,10 +147117,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: *764 - organization: *731 + enterprise: *730 + installation: *731 + marketplace_purchase: *765 + organization: *732 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147187,7 +147202,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *732 + repository: *733 sender: *4 required: - action @@ -147268,8 +147283,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 marketplace_purchase: title: Marketplace Purchase type: object @@ -147351,9 +147366,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *731 - previous_marketplace_purchase: *765 - repository: *732 + organization: *732 + previous_marketplace_purchase: *766 + repository: *733 sender: *4 required: - action @@ -147433,12 +147448,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *729 - installation: *730 - marketplace_purchase: *764 - organization: *731 - previous_marketplace_purchase: *765 - repository: *732 + enterprise: *730 + installation: *731 + marketplace_purchase: *765 + organization: *732 + previous_marketplace_purchase: *766 + repository: *733 sender: *4 required: - action @@ -147540,11 +147555,11 @@ x-webhooks: type: string required: - to - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 sender: *4 required: - action @@ -147644,11 +147659,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 sender: *4 required: - action @@ -147727,11 +147742,11 @@ x-webhooks: type: string enum: - removed - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 sender: *4 required: - action @@ -147809,11 +147824,11 @@ x-webhooks: type: string enum: - added - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147889,7 +147904,7 @@ x-webhooks: required: - login - id - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -148079,11 +148094,11 @@ x-webhooks: type: string enum: - removed - enterprise: *729 - installation: *730 - member: *756 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + member: *757 + organization: *732 + repository: *733 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148160,7 +148175,7 @@ x-webhooks: required: - login - id - team: *766 + team: *767 required: - action - scope @@ -148242,8 +148257,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *730 - merge_group: &768 + installation: *731 + merge_group: &769 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -148262,15 +148277,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *767 + head_commit: *768 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148356,10 +148371,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *730 - merge_group: *768 - organization: *731 - repository: *732 + installation: *731 + merge_group: *769 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148432,7 +148447,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 + enterprise: *730 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -148540,16 +148555,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *730 - organization: *731 + installation: *731 + organization: *732 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -148630,11 +148645,11 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 - milestone: *761 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148713,9 +148728,9 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - milestone: &771 + enterprise: *730 + installation: *731 + milestone: &772 title: Milestone description: A collection of related issues and pull requests. type: object @@ -148852,8 +148867,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -148932,11 +148947,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - milestone: *761 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149046,11 +149061,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - milestone: *761 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *762 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149130,11 +149145,11 @@ x-webhooks: type: string enum: - opened - enterprise: *729 - installation: *730 - milestone: *771 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + milestone: *772 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149213,11 +149228,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *756 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + blocked_user: *757 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149296,11 +149311,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *756 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + blocked_user: *757 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149379,9 +149394,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - membership: &772 + enterprise: *730 + installation: *731 + membership: &773 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -149473,8 +149488,8 @@ x-webhooks: - role - organization_url - user - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149552,11 +149567,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *729 - installation: *730 - membership: *772 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + membership: *773 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149635,8 +149650,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -149752,10 +149767,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 - user: *756 + user: *757 required: - action - invitation @@ -149833,11 +149848,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *729 - installation: *730 - membership: *772 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + membership: *773 + organization: *732 + repository: *733 sender: *4 required: - action @@ -149924,11 +149939,11 @@ x-webhooks: properties: from: type: string - enterprise: *729 - installation: *730 - membership: *772 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + membership: *773 + organization: *732 + repository: *733 sender: *4 required: - action @@ -150004,9 +150019,9 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 package: description: Information about the package. type: object @@ -150505,7 +150520,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &773 + items: &774 title: Ruby Gems metadata type: object properties: @@ -150600,7 +150615,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -150676,9 +150691,9 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 package: description: Information about the package. type: object @@ -151031,7 +151046,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 source_url: type: string format: uri @@ -151101,7 +151116,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -151278,12 +151293,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *729 + enterprise: *730 id: type: integer - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - id @@ -151363,7 +151378,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &774 + personal_access_token_request: &775 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -151509,10 +151524,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *729 - organization: *731 + enterprise: *730 + organization: *732 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151591,11 +151606,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *774 - enterprise: *729 - organization: *731 + personal_access_token_request: *775 + enterprise: *730 + organization: *732 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151673,11 +151688,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *774 - enterprise: *729 - organization: *731 + personal_access_token_request: *775 + enterprise: *730 + organization: *732 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151754,11 +151769,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *774 - organization: *731 - enterprise: *729 + personal_access_token_request: *775 + organization: *732 + enterprise: *730 sender: *4 - installation: *730 + installation: *731 required: - action - personal_access_token_request @@ -151862,7 +151877,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *775 + last_response: *776 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -151894,8 +151909,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 zen: description: Random string of GitHub zen. @@ -152140,10 +152155,10 @@ x-webhooks: - from required: - note - enterprise: *729 - installation: *730 - organization: *731 - project_card: &776 + enterprise: *730 + installation: *731 + organization: *732 + project_card: &777 title: Project Card type: object properties: @@ -152262,7 +152277,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *732 + repository: *733 sender: *4 required: - action @@ -152343,11 +152358,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - project_card: *776 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_card: *777 + repository: *733 sender: *4 required: - action @@ -152427,9 +152442,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 project_card: title: Project Card type: object @@ -152557,8 +152572,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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -152652,11 +152667,11 @@ x-webhooks: - from required: - note - enterprise: *729 - installation: *730 - organization: *731 - project_card: *776 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_card: *777 + repository: *733 sender: *4 required: - action @@ -152750,9 +152765,9 @@ x-webhooks: - from required: - column_id - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 project_card: allOf: - title: Project Card @@ -152942,7 +152957,7 @@ x-webhooks: type: string required: - after_id - repository: *732 + repository: *733 sender: *4 required: - action @@ -153022,10 +153037,10 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 - organization: *731 - project: &778 + enterprise: *730 + installation: *731 + organization: *732 + project: &779 title: Project type: object properties: @@ -153149,7 +153164,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *732 + repository: *733 sender: *4 required: - action @@ -153229,10 +153244,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - project_column: &777 + enterprise: *730 + installation: *731 + organization: *732 + project_column: &778 title: Project Column type: object properties: @@ -153271,7 +153286,7 @@ x-webhooks: - name - created_at - updated_at - repository: *732 + repository: *733 sender: *4 required: - action @@ -153350,18 +153365,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - project_column: *777 + enterprise: *730 + installation: *731 + organization: *732 + project_column: *778 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -153451,11 +153466,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - project_column: *777 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_column: *778 + repository: *733 sender: *4 required: - action @@ -153535,11 +153550,11 @@ x-webhooks: type: string enum: - moved - enterprise: *729 - installation: *730 - organization: *731 - project_column: *777 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project_column: *778 + repository: *733 sender: *4 required: - action @@ -153619,11 +153634,11 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - project: *778 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 + repository: *733 sender: *4 required: - action @@ -153703,18 +153718,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - project: *778 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -153816,11 +153831,11 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - project: *778 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 + repository: *733 sender: *4 required: - action @@ -153899,11 +153914,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *729 - installation: *730 - organization: *731 - project: *778 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + project: *779 + repository: *733 sender: *4 required: - action @@ -153984,9 +153999,9 @@ x-webhooks: type: string enum: - closed - installation: *730 - organization: *731 - projects_v2: &779 + installation: *731 + organization: *732 + projects_v2: &780 title: Projects v2 Project description: A projects v2 project type: object @@ -154129,9 +154144,9 @@ x-webhooks: type: string enum: - created - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -154212,9 +154227,9 @@ x-webhooks: type: string enum: - deleted - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -154331,9 +154346,9 @@ x-webhooks: type: string to: type: string - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -154416,7 +154431,7 @@ x-webhooks: type: string enum: - archived - changes: &783 + changes: &784 type: object properties: archived_at: @@ -154430,9 +154445,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *730 - organization: *731 - projects_v2_item: &780 + installation: *731 + organization: *732 + projects_v2_item: &781 title: Projects v2 Item description: An item belonging to a project type: object @@ -154566,9 +154581,9 @@ x-webhooks: nullable: true to: type: string - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154650,9 +154665,9 @@ x-webhooks: type: string enum: - created - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154733,9 +154748,9 @@ x-webhooks: type: string enum: - deleted - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154841,7 +154856,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &781 + - &782 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -154859,7 +154874,7 @@ x-webhooks: required: - id - name - - &782 + - &783 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -154882,8 +154897,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *781 - *782 + - *783 required: - field_value - type: object @@ -154899,9 +154914,9 @@ x-webhooks: nullable: true required: - body - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -154996,9 +155011,9 @@ x-webhooks: to: type: string nullable: true - installation: *730 - organization: *731 - projects_v2_item: *780 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -155081,10 +155096,10 @@ x-webhooks: type: string enum: - restored - changes: *783 - installation: *730 - organization: *731 - projects_v2_item: *780 + changes: *784 + installation: *731 + organization: *732 + projects_v2_item: *781 sender: *4 required: - action @@ -155166,9 +155181,9 @@ x-webhooks: type: string enum: - reopened - installation: *730 - organization: *731 - projects_v2: *779 + installation: *731 + organization: *732 + projects_v2: *780 sender: *4 required: - action @@ -155249,9 +155264,9 @@ x-webhooks: type: string enum: - created - installation: *730 - organization: *731 - projects_v2_status_update: &784 + installation: *731 + organization: *732 + projects_v2_status_update: &785 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -155378,9 +155393,9 @@ x-webhooks: type: string enum: - deleted - installation: *730 - organization: *731 - projects_v2_status_update: *784 + installation: *731 + organization: *732 + projects_v2_status_update: *785 sender: *4 required: - action @@ -155516,9 +155531,9 @@ x-webhooks: type: string format: date nullable: true - installation: *730 - organization: *731 - projects_v2_status_update: *784 + installation: *731 + organization: *732 + projects_v2_status_update: *785 sender: *4 required: - action @@ -155589,10 +155604,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - repository @@ -155669,13 +155684,13 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *729 - installation: *730 - number: &785 + assignee: *757 + enterprise: *730 + installation: *731 + number: &786 description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -157958,7 +157973,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -158040,11 +158055,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -160322,7 +160337,7 @@ x-webhooks: - draft reason: type: string - repository: *732 + repository: *733 sender: *4 required: - action @@ -160404,11 +160419,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -162686,7 +162701,7 @@ x-webhooks: - draft reason: type: string - repository: *732 + repository: *733 sender: *4 required: - action @@ -162768,13 +162783,13 @@ x-webhooks: type: string enum: - closed - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: &786 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: &787 allOf: - - *587 + - *588 - type: object properties: allow_auto_merge: @@ -162836,7 +162851,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *732 + repository: *733 sender: *4 required: - action @@ -162917,12 +162932,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -163002,11 +163017,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *729 - milestone: *570 - number: *785 - organization: *731 - pull_request: &787 + enterprise: *730 + milestone: *571 + number: *786 + organization: *732 + pull_request: &788 title: Pull Request type: object properties: @@ -165269,7 +165284,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -165348,11 +165363,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -167634,7 +167649,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *732 + repository: *733 sender: *4 required: - action @@ -167758,12 +167773,12 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -167843,11 +167858,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -170114,7 +170129,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -170194,11 +170209,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *729 - installation: *730 - label: *755 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + label: *756 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -172480,7 +172495,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -172561,10 +172576,10 @@ x-webhooks: type: string enum: - locked - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -174844,7 +174859,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -174924,12 +174939,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *729 - milestone: *570 - number: *785 - organization: *731 - pull_request: *787 - repository: *732 + enterprise: *730 + milestone: *571 + number: *786 + organization: *732 + pull_request: *788 + repository: *733 sender: *4 required: - action @@ -175008,12 +175023,12 @@ x-webhooks: type: string enum: - opened - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -175094,12 +175109,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -175179,12 +175194,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *729 - installation: *730 - number: *785 - organization: *731 - pull_request: *786 - repository: *732 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 + pull_request: *787 + repository: *733 sender: *4 required: - action @@ -175550,9 +175565,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: type: object properties: @@ -177722,7 +177737,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *732 + repository: *733 sender: *4 required: - action @@ -177802,7 +177817,7 @@ x-webhooks: type: string enum: - deleted - comment: &789 + comment: &790 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. @@ -178087,9 +178102,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: type: object properties: @@ -180247,7 +180262,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *732 + repository: *733 sender: *4 required: - action @@ -180327,11 +180342,11 @@ x-webhooks: type: string enum: - edited - changes: *788 - comment: *789 - enterprise: *729 - installation: *730 - organization: *731 + changes: *789 + comment: *790 + enterprise: *730 + installation: *731 + organization: *732 pull_request: type: object properties: @@ -182492,7 +182507,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *732 + repository: *733 sender: *4 required: - action @@ -182573,9 +182588,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -184748,7 +184763,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 + repository: *733 review: description: The review that was affected. type: object @@ -184991,9 +185006,9 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -187047,8 +187062,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 - review: &790 + repository: *733 + review: &791 description: The review that was affected. type: object properties: @@ -187277,12 +187292,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -189565,7 +189580,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_reviewer: title: User type: object @@ -189649,12 +189664,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -191944,7 +191959,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192136,12 +192151,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -194426,7 +194441,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_reviewer: title: User type: object @@ -194511,12 +194526,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *729 - installation: *730 + enterprise: *730 + installation: *731 number: description: The pull request number. type: integer - organization: *731 + organization: *732 pull_request: title: Pull Request type: object @@ -196792,7 +196807,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196973,9 +196988,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -199150,8 +199165,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 - review: *790 + repository: *733 + review: *791 sender: *4 required: - action @@ -199231,9 +199246,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -201303,7 +201318,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 + repository: *733 sender: *4 thread: type: object @@ -201686,9 +201701,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 pull_request: title: Simple Pull Request type: object @@ -203744,7 +203759,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *732 + repository: *733 sender: *4 thread: type: object @@ -204130,10 +204145,10 @@ x-webhooks: type: string before: type: string - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -206404,7 +206419,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -206486,11 +206501,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *791 - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + assignee: *792 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -208773,7 +208788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -208852,11 +208867,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *729 - installation: *730 - label: *755 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + label: *756 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -211129,7 +211144,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -211210,10 +211225,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *729 - installation: *730 - number: *785 - organization: *731 + enterprise: *730 + installation: *731 + number: *786 + organization: *732 pull_request: title: Pull Request type: object @@ -213478,7 +213493,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *732 + repository: *733 sender: *4 required: - action @@ -213678,7 +213693,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *729 + enterprise: *730 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -213770,8 +213785,8 @@ x-webhooks: - url - author - committer - installation: *730 - organization: *731 + installation: *731 + organization: *732 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -214346,9 +214361,9 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 registry_package: type: object properties: @@ -214794,7 +214809,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -214848,7 +214863,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -214926,9 +214941,9 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 registry_package: type: object properties: @@ -215236,7 +215251,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -215285,7 +215300,7 @@ x-webhooks: - owner - package_version - registry - repository: *732 + repository: *733 sender: *4 required: - action @@ -215362,10 +215377,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - release: &792 + enterprise: *730 + installation: *731 + organization: *732 + release: &793 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -215670,7 +215685,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *732 + repository: *733 sender: *4 required: - action @@ -215747,11 +215762,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - release: *792 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *793 + repository: *733 sender: *4 required: - action @@ -215859,11 +215874,11 @@ x-webhooks: type: boolean required: - to - enterprise: *729 - installation: *730 - organization: *731 - release: *792 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *793 + repository: *733 sender: *4 required: - action @@ -215941,9 +215956,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -216252,7 +216267,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *732 + repository: *733 sender: *4 required: - action @@ -216328,10 +216343,10 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 - release: &793 + enterprise: *730 + installation: *731 + organization: *732 + release: &794 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -216637,7 +216652,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *732 + repository: *733 sender: *4 required: - action @@ -216713,11 +216728,11 @@ x-webhooks: type: string enum: - released - enterprise: *729 - installation: *730 - organization: *731 - release: *792 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *793 + repository: *733 sender: *4 required: - action @@ -216793,11 +216808,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *729 - installation: *730 - organization: *731 - release: *793 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + release: *794 + repository: *733 sender: *4 required: - action @@ -216873,11 +216888,11 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - repository_advisory: *640 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + repository_advisory: *641 sender: *4 required: - action @@ -216953,11 +216968,11 @@ x-webhooks: type: string enum: - reported - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - repository_advisory: *640 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + repository_advisory: *641 sender: *4 required: - action @@ -217033,10 +217048,10 @@ x-webhooks: type: string enum: - archived - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217113,10 +217128,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217194,10 +217209,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217281,10 +217296,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217396,10 +217411,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217471,10 +217486,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 status: type: string @@ -217555,10 +217570,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217635,10 +217650,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217732,10 +217747,10 @@ x-webhooks: - name required: - repository - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -217815,10 +217830,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 repository_ruleset: *122 sender: *4 required: @@ -217897,10 +217912,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 repository_ruleset: *122 sender: *4 required: @@ -217979,10 +217994,10 @@ x-webhooks: type: string enum: - edited - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 repository_ruleset: *122 changes: type: object @@ -218287,10 +218302,10 @@ x-webhooks: - from required: - owner - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218368,10 +218383,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218449,7 +218464,7 @@ x-webhooks: type: string enum: - create - alert: &794 + alert: &795 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -218570,10 +218585,10 @@ x-webhooks: type: string enum: - open - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218779,10 +218794,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -218860,11 +218875,11 @@ x-webhooks: type: string enum: - reopen - alert: *794 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *795 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219063,10 +219078,10 @@ x-webhooks: enum: - fixed - open - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219144,7 +219159,7 @@ x-webhooks: type: string enum: - created - alert: &795 + alert: &796 type: object properties: number: *98 @@ -219255,10 +219270,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219339,11 +219354,11 @@ x-webhooks: type: string enum: - created - alert: *795 - installation: *730 - location: *796 - organization: *731 - repository: *732 + alert: *796 + installation: *731 + location: *797 + organization: *732 + repository: *733 sender: *4 required: - location @@ -219581,11 +219596,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219663,11 +219678,11 @@ x-webhooks: type: string enum: - reopened - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219745,11 +219760,11 @@ x-webhooks: type: string enum: - resolved - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219827,11 +219842,11 @@ x-webhooks: type: string enum: - validated - alert: *795 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + alert: *796 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -219957,10 +219972,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *732 - enterprise: *729 - installation: *730 - organization: *731 + repository: *733 + enterprise: *730 + installation: *731 + organization: *732 sender: *4 required: - action @@ -220038,11 +220053,11 @@ x-webhooks: type: string enum: - published - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - security_advisory: &797 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + security_advisory: &798 description: The details of the security advisory, including summary, description, and severity. type: object @@ -220225,11 +220240,11 @@ x-webhooks: type: string enum: - updated - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 - security_advisory: *797 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 + security_advisory: *798 sender: *4 required: - action @@ -220302,10 +220317,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220489,11 +220504,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *306 - enterprise: *729 - installation: *730 - organization: *731 - repository: *364 + security_and_analysis: *307 + enterprise: *730 + installation: *731 + organization: *732 + repository: *365 sender: *4 required: - changes @@ -220571,12 +220586,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: &798 + sponsorship: &799 type: object properties: created_at: @@ -220877,12 +220892,12 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -220970,12 +220985,12 @@ x-webhooks: type: string required: - from - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -221052,17 +221067,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &799 + effective_date: &800 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: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -221136,7 +221151,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &800 + changes: &801 type: object properties: tier: @@ -221180,13 +221195,13 @@ x-webhooks: - from required: - tier - effective_date: *799 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + effective_date: *800 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -221263,13 +221278,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *800 - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + changes: *801 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -221343,10 +221358,10 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221429,10 +221444,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221851,15 +221866,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *729 + enterprise: *730 id: description: The unique identifier of the status. type: integer - installation: *730 + installation: *731 name: type: string - organization: *731 - repository: *732 + organization: *732 + repository: *733 sender: *4 sha: description: The Commit SHA. @@ -221974,9 +221989,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222066,9 +222081,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222158,9 +222173,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222250,9 +222265,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *730 - organization: *731 - repository: *732 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -222329,12 +222344,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - team: &801 + team: &802 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -222524,9 +222539,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -222984,7 +222999,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -223060,9 +223075,9 @@ x-webhooks: type: string enum: - created - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -223520,7 +223535,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -223597,9 +223612,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -224057,7 +224072,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -224201,9 +224216,9 @@ x-webhooks: - from required: - permissions - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -224661,7 +224676,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - changes @@ -224739,9 +224754,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *729 - installation: *730 - organization: *731 + enterprise: *730 + installation: *731 + organization: *732 repository: title: Repository description: A git repository @@ -225199,7 +225214,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -225275,10 +225290,10 @@ x-webhooks: type: string enum: - started - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 required: - action @@ -225351,16 +225366,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *729 + enterprise: *730 inputs: type: object nullable: true additionalProperties: true - installation: *730 - organization: *731 + installation: *731 + organization: *732 ref: type: string - repository: *732 + repository: *733 sender: *4 workflow: type: string @@ -225442,10 +225457,10 @@ x-webhooks: type: string enum: - completed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: allOf: @@ -225682,7 +225697,7 @@ x-webhooks: type: string required: - conclusion - deployment: *502 + deployment: *503 required: - action - repository @@ -225761,10 +225776,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: allOf: @@ -226024,7 +226039,7 @@ x-webhooks: required: - status - steps - deployment: *502 + deployment: *503 required: - action - repository @@ -226103,10 +226118,10 @@ x-webhooks: type: string enum: - queued - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: type: object @@ -226241,7 +226256,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -226320,10 +226335,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 workflow_job: type: object @@ -226459,7 +226474,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -226539,12 +226554,12 @@ x-webhooks: type: string enum: - completed - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -227543,12 +227558,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -228532,12 +228547,12 @@ x-webhooks: type: string enum: - requested - enterprise: *729 - installation: *730 - organization: *731 - repository: *732 + enterprise: *730 + installation: *731 + organization: *732 + repository: *733 sender: *4 - workflow: *751 + workflow: *752 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 8c2aeb6f5..b504f3e92 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -6797,6 +6797,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -19515,6 +19518,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -46709,6 +46715,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -55132,7 +55141,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -55287,7 +55296,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -311627,6 +311636,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 3477f6846..61b16f44d 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -4878,6 +4878,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -14240,6 +14241,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -34023,6 +34025,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -40134,7 +40137,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -40248,7 +40251,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -236215,6 +236219,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 8c2aeb6f5..b504f3e92 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -6797,6 +6797,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -19515,6 +19518,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -46709,6 +46715,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -55132,7 +55141,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to remove" + "description": "The id of the sub-issue to remove" } }, "required": [ @@ -55287,7 +55296,7 @@ "properties": { "sub_issue_id": { "type": "integer", - "description": "The sub-issue to add" + "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue" }, "replace_parent": { "type": "boolean", @@ -311627,6 +311636,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-epss": { + "name": "epss_percentage", + "in": "query", + "description": "CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as:\n- An exact number (`n`)\n- Comparators such as `>n`, `=n`, `<=n`\n- A range like `n..n`, where `n` is a number from 0.0 to 1.0\n\nFilters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned.", + "schema": { + "type": "string" + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 3477f6846..61b16f44d 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -4878,6 +4878,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -14240,6 +14241,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -34023,6 +34025,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -40134,7 +40137,7 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to remove + description: The id of the sub-issue to remove required: - sub_issue_id examples: @@ -40248,7 +40251,8 @@ paths: properties: sub_issue_id: type: integer - description: The sub-issue to add + description: The id of the sub-issue to add. The sub-issue must + belong to the same repository as the parent issue replace_parent: type: boolean description: Option that, when true, instructs the operation to @@ -236215,6 +236219,18 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-epss: + name: epss_percentage + in: query + description: |- + CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: + - An exact number (`n`) + - Comparators such as `>n`, `=n`, `<=n` + - A range like `n..n`, where `n` is a number from 0.0 to 1.0 + + Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. + schema: + type: string dependabot-alert-scope: name: scope in: query diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json index 9729fd855..4101b5a05 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json @@ -36574,13 +36574,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -79939,13 +79938,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -217948,13 +217946,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -217972,67 +217969,6 @@ ], "default": "desc" } - }, - { - "name": "page", - "description": "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "before", - "description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "after", - "description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "first", - "description": "**Deprecated**. The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with `last`.\nInstead, use `per_page` in combination with `after` to fetch the first page of results.", - "in": "query", - "required": false, - "schema": { - "type": "integer", - "minimum": 1, - "maximum": 100, - "default": 30 - } - }, - { - "name": "last", - "description": "**Deprecated**. The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with `first`.\nInstead, use `per_page` in combination with `before` to fetch the last page of results.", - "in": "query", - "required": false, - "schema": { - "type": "integer", - "minimum": 1, - "maximum": 100 - } } ], "responses": { diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml index efa59b293..7e22f9004 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml @@ -12525,13 +12525,11 @@ paths: The property by which to sort the results. `created` means when the alert was created. `updated` means when the alert's state last changed. - `epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage. schema: type: string enum: - created - updated - - epss_percentage default: created - *9 - *89 @@ -51882,26 +51880,6 @@ paths: - *183 - *184 - *9 - - name: page - description: "**Closing down notice**. Page number of the results to fetch. - Use cursor-based pagination with `before` or `after` instead." - deprecated: true - in: query - schema: - type: integer - default: 1 - - name: per_page - description: The number of results per page (max 100). For more information, - see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api)." - deprecated: true - in: query - schema: - type: integer - default: 30 - - *89 - - *90 - - *185 - - *186 responses: '200': description: Response diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json index 9729fd855..4101b5a05 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json @@ -36574,13 +36574,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -79939,13 +79938,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -217948,13 +217946,12 @@ { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } @@ -217972,67 +217969,6 @@ ], "default": "desc" } - }, - { - "name": "page", - "description": "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "before", - "description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "after", - "description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "in": "query", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "first", - "description": "**Deprecated**. The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with `last`.\nInstead, use `per_page` in combination with `after` to fetch the first page of results.", - "in": "query", - "required": false, - "schema": { - "type": "integer", - "minimum": 1, - "maximum": 100, - "default": 30 - } - }, - { - "name": "last", - "description": "**Deprecated**. The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with `first`.\nInstead, use `per_page` in combination with `before` to fetch the last page of results.", - "in": "query", - "required": false, - "schema": { - "type": "integer", - "minimum": 1, - "maximum": 100 - } } ], "responses": { diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml index efa59b293..7e22f9004 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml @@ -12525,13 +12525,11 @@ paths: The property by which to sort the results. `created` means when the alert was created. `updated` means when the alert's state last changed. - `epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage. schema: type: string enum: - created - updated - - epss_percentage default: created - *9 - *89 @@ -51882,26 +51880,6 @@ paths: - *183 - *184 - *9 - - name: page - description: "**Closing down notice**. Page number of the results to fetch. - Use cursor-based pagination with `before` or `after` instead." - deprecated: true - in: query - schema: - type: integer - default: 1 - - name: per_page - description: The number of results per page (max 100). For more information, - see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api)." - deprecated: true - in: query - schema: - type: integer - default: 30 - - *89 - - *90 - - *185 - - *186 responses: '200': description: Response diff --git a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json index eda21c6fb..0f45b8f8a 100644 --- a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json +++ b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json @@ -35427,38 +35427,6 @@ }, { "$ref": "#/components/parameters/direction" - }, - { - "name": "page", - "description": "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "$ref": "#/components/parameters/pagination-before" - }, - { - "$ref": "#/components/parameters/pagination-after" - }, - { - "$ref": "#/components/parameters/pagination-first" - }, - { - "$ref": "#/components/parameters/pagination-last" } ], "responses": { @@ -271944,13 +271912,12 @@ "dependabot-alert-sort": { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.", + "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.", "schema": { "type": "string", "enum": [ "created", - "updated", - "epss_percentage" + "updated" ], "default": "created" } diff --git a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml index 4fe89ffb2..fcdcd5aae 100644 --- a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml +++ b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml @@ -25680,26 +25680,6 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - - name: page - description: "**Closing down notice**. Page number of the results to fetch. - Use cursor-based pagination with `before` or `after` instead." - deprecated: true - in: query - schema: - type: integer - default: 1 - - name: per_page - description: The number of results per page (max 100). For more information, - see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api)." - deprecated: true - in: query - schema: - type: integer - default: 30 - - "$ref": "#/components/parameters/pagination-before" - - "$ref": "#/components/parameters/pagination-after" - - "$ref": "#/components/parameters/pagination-first" - - "$ref": "#/components/parameters/pagination-last" responses: '200': description: Response @@ -205650,13 +205630,11 @@ components: The property by which to sort the results. `created` means when the alert was created. `updated` means when the alert's state last changed. - `epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage. schema: type: string enum: - created - updated - - epss_percentage default: created pagination-first: name: first diff --git a/descriptions/ghes-3.10/ghes-3.10.json b/descriptions/ghes-3.10/ghes-3.10.json index eda21c6fb..0f45b8f8a 100644 --- a/descriptions/ghes-3.10/ghes-3.10.json +++ b/descriptions/ghes-3.10/ghes-3.10.json @@ -35427,38 +35427,6 @@ }, { "$ref": "#/components/parameters/direction" - }, - { - "name": "page", - "description": "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "per_page", - "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", - "deprecated": true, - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "$ref": "#/components/parameters/pagination-before" - }, - { - "$ref": "#/components/parameters/pagination-after" - }, - { - "$ref": "#/components/parameters/pagination-first" - }, - { - "$ref": "#/components/parameters/pagination-last" } ], "responses": { @@ -271944,13 +271912,12 @@ "dependabot-alert-sort": { "name": "sort", "in": "query", - "description": "The property by which to sort the results.\n`created` means when the alert was created.\n`updated` means when the alert's state last changed.\n`epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percent{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}