diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index bbdb63ef82..07ff9c05b8 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -7086,6 +7086,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -23230,6 +23233,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -50084,6 +50090,9 @@ { "$ref": "#/components/parameters/repo" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -111284,6 +111293,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -330052,6 +330070,14 @@ ] } }, + "dependabot-alert-comma-separated-classifications": { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 42f24b3587..b574f434d7 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -5261,6 +5261,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -17110,6 +17111,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -36669,6 +36671,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -80650,6 +80653,13 @@ components: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss: type: object description: Details for the advisory pertaining to the Common Vulnerability @@ -246747,6 +246757,15 @@ components: format: date examples: - '2025-10-13' + dependabot-alert-comma-separated-classifications: + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 3b6cf00c41..deb1ec6777 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -7086,6 +7086,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -23188,6 +23191,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -50004,6 +50010,9 @@ { "$ref": "#/components/parameters/repo" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -111094,6 +111103,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, @@ -329206,6 +329224,14 @@ ] } }, + "dependabot-alert-comma-separated-classifications": { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index cf57d4f219..1d64e9ff0d 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -5261,6 +5261,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -17076,6 +17077,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -36606,6 +36608,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -80497,6 +80500,13 @@ components: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss_severities: "$ref": "#/components/schemas/cvss-severities" epss: @@ -246051,6 +246061,15 @@ components: format: date examples: - '2025-10-13' + dependabot-alert-comma-separated-classifications: + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 6f1efe21c7..a5102dd1a6 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -7100,6 +7100,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -23332,6 +23335,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -50348,6 +50354,9 @@ { "$ref": "#/components/parameters/repo" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -111865,6 +111874,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -331960,6 +331978,14 @@ ] } }, + "dependabot-alert-comma-separated-classifications": { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 642fe567cb..709cce112a 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -5269,6 +5269,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -17164,6 +17165,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -36834,6 +36836,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" @@ -81026,6 +81029,13 @@ components: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss: type: object description: Details for the advisory pertaining to the Common Vulnerability @@ -247982,6 +247992,15 @@ components: format: date examples: - '2025-10-13' + dependabot-alert-comma-separated-classifications: + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string dependabot-alert-comma-separated-states: name: state in: query diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 5b4e0783a5..4e6214f780 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -27995,6 +27995,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -28337,6 +28345,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -133448,6 +133465,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -133815,6 +133840,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -381799,6 +381833,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -382149,6 +382191,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -383637,6 +383688,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -384954,6 +385014,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -922352,6 +922421,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -925337,6 +925415,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -928322,6 +928409,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -931307,6 +931403,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -934292,6 +934397,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -937277,6 +937391,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -940262,6 +940385,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -943247,6 +943379,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 55d624dafb..174d7cfab1 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -907,7 +907,7 @@ paths: - subscriptions_url - type - url - type: &313 + type: &314 type: string description: The type of credit the user is receiving. enum: @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &630 + - &631 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4173,7 +4173,7 @@ paths: schema: type: integer default: 30 - - &203 + - &204 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 @@ -4182,7 +4182,7 @@ paths: required: false schema: type: string - - &204 + - &205 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4202,7 +4202,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4298,7 +4298,7 @@ paths: - installation_id - repository_id examples: - default: &206 + default: &207 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4433,7 +4433,7 @@ paths: description: Response content: application/json: - schema: &207 + schema: &208 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4568,7 +4568,7 @@ paths: - request - response examples: - default: &208 + default: &209 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -12055,6 +12055,15 @@ paths: parameters: - *38 - &189 + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string + - &190 name: state in: query description: |- @@ -12063,7 +12072,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &190 + - &191 name: severity in: query description: |- @@ -12072,7 +12081,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &191 + - &192 name: ecosystem in: query description: |- @@ -12081,14 +12090,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &192 + - &193 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &193 + - &194 name: epss_percentage in: query description: |- @@ -12100,7 +12109,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &470 + - &471 name: has in: query description: |- @@ -12114,7 +12123,7 @@ paths: type: string enum: - patch - - &194 + - &195 name: assignee in: query description: |- @@ -12123,7 +12132,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &195 + - &196 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -12133,7 +12142,7 @@ paths: enum: - development - runtime - - &196 + - &197 name: sort in: query description: |- @@ -12159,7 +12168,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 type: object description: A Dependabot alert. properties: @@ -12230,7 +12239,7 @@ paths: - transitive - inconclusive - - security_advisory: &471 + security_advisory: &472 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12313,6 +12322,13 @@ paths: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss: type: object description: Details for the advisory pertaining to the @@ -12498,7 +12514,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &472 + auto_dismissed_at: &473 type: - string - 'null' @@ -12506,7 +12522,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &473 + dismissal_request: &474 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12569,7 +12585,7 @@ paths: - repository additionalProperties: false examples: - default: &198 + default: &199 value: - number: 2 state: dismissed @@ -13933,7 +13949,7 @@ paths: properties: action: type: string - discussion: &721 + discussion: &722 title: Discussion description: A Discussion in a repository. type: object @@ -14434,7 +14450,7 @@ paths: milestone: anyOf: - type: 'null' - - &265 + - &266 title: Milestone description: A collection of related issues and pull requests. @@ -14606,7 +14622,7 @@ paths: timeline_url: type: string format: uri - type: &229 + type: &230 title: Issue Type description: The type of issue. type: @@ -14717,7 +14733,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &642 + sub_issues_summary: &643 title: Sub-issues Summary type: object properties: @@ -14801,7 +14817,7 @@ paths: pin: anyOf: - type: 'null' - - &543 + - &544 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14828,7 +14844,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &643 + issue_dependencies_summary: &644 title: Issue Dependencies Summary type: object properties: @@ -14847,7 +14863,7 @@ paths: - total_blocking issue_field_values: type: array - items: &528 + items: &529 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15628,7 +15644,7 @@ paths: type: string release: allOf: - - &575 + - &576 title: Release description: A release. type: object @@ -15710,7 +15726,7 @@ paths: author: *4 assets: type: array - items: &576 + items: &577 title: Release Asset description: Data related to a release. type: object @@ -16313,7 +16329,7 @@ paths: url: type: string format: uri - user: &649 + user: &650 title: Public User description: Public User type: object @@ -18210,7 +18226,7 @@ paths: - closed - all default: open - - &232 + - &233 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18261,7 +18277,7 @@ paths: type: array items: *81 examples: - default: &233 + default: &234 value: - id: 1 node_id: MDU6SXNzdWUx @@ -19673,14 +19689,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &324 + - &325 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &325 + - &326 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19742,7 +19758,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &328 + '301': &329 description: Moved permanently content: application/json: @@ -19764,7 +19780,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &551 + - &552 name: all description: If `true`, show notifications marked as read. in: query @@ -19772,7 +19788,7 @@ paths: schema: type: boolean default: false - - &552 + - &553 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19782,7 +19798,7 @@ paths: type: boolean default: false - *86 - - &553 + - &554 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: @@ -20164,7 +20180,7 @@ paths: type: boolean examples: - false - security_and_analysis: &280 + security_and_analysis: &281 type: - object - 'null' @@ -20368,7 +20384,7 @@ paths: - url - subscription_url examples: - default: &554 + default: &555 value: - id: '1' repository: @@ -21938,7 +21954,7 @@ paths: required: false schema: type: string - - &698 + - &699 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22084,7 +22100,7 @@ paths: parameters: - *73 - *115 - - &699 + - &700 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22196,7 +22212,7 @@ paths: - *115 - *117 - *116 - - &700 + - &701 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22204,7 +22220,7 @@ paths: schema: type: string - *118 - - &701 + - &702 name: sku description: The SKU to query for usage. in: query @@ -23183,7 +23199,7 @@ paths: type: integer repository_cache_usages: type: array - items: &335 + items: &336 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24545,7 +24561,7 @@ paths: - all - local_only - selected - selected_actions_url: &341 + selected_actions_url: &342 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` @@ -24628,7 +24644,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: days: @@ -24670,7 +24686,7 @@ paths: required: true content: application/json: - schema: &346 + schema: &347 type: object properties: days: @@ -24727,7 +24743,7 @@ paths: required: - approval_policy examples: - default: &347 + default: &348 value: approval_policy: first_time_contributors '404': *6 @@ -24786,7 +24802,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 type: object required: - run_workflows_from_fork_pull_requests @@ -24840,7 +24856,7 @@ paths: required: true content: application/json: - schema: &349 + schema: &350 type: object required: - run_workflows_from_fork_pull_requests @@ -25475,7 +25491,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: default_workflow_permissions: &145 @@ -25526,7 +25542,7 @@ paths: required: false content: application/json: - schema: &351 + schema: &352 type: object properties: default_workflow_permissions: *145 @@ -26666,7 +26682,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Runner Application description: Runner Application type: object @@ -26691,7 +26707,7 @@ paths: - download_url - filename examples: - default: &353 + default: &354 value: - os: osx architecture: x64 @@ -26777,7 +26793,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &354 + '201': &355 description: Response content: application/json: @@ -26892,7 +26908,7 @@ paths: - token - expires_at examples: - default: &355 + default: &356 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -26931,7 +26947,7 @@ paths: application/json: schema: *156 examples: - default: &356 + default: &357 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -26965,7 +26981,7 @@ paths: application/json: schema: *154 examples: - default: &357 + default: &358 value: id: 23 name: MBP @@ -27191,7 +27207,7 @@ paths: - *73 - *153 responses: - '200': &358 + '200': &359 description: Response content: application/json: @@ -27248,7 +27264,7 @@ paths: parameters: - *73 - *153 - - &359 + - &360 name: name description: The name of a self-hosted runner's custom label. in: path @@ -27380,7 +27396,7 @@ paths: description: Response content: application/json: - schema: &371 + schema: &372 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27415,7 +27431,7 @@ paths: - key_id - key examples: - default: &372 + default: &373 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27828,7 +27844,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *73 - - &340 + - &341 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)." @@ -29049,12 +29065,12 @@ paths: required: - subject_digests examples: - default: &680 + default: &681 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &681 + withPredicateType: &682 value: subject_digests: - sha256:abc123 @@ -29113,7 +29129,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &682 + default: &683 value: attestations_subject_digests: - sha256:abc: @@ -29464,7 +29480,7 @@ paths: initiator: type: string examples: - default: &385 + default: &386 value: attestations: - bundle: @@ -29817,7 +29833,7 @@ paths: parent: anyOf: - type: 'null' - - &244 + - &245 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -30420,7 +30436,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *73 - - &409 + - &410 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`, @@ -30430,7 +30446,7 @@ paths: schema: &177 type: string description: The name of the tool used to generate the code scanning analysis. - - &410 + - &411 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 @@ -30454,7 +30470,7 @@ paths: be returned. in: query required: false - schema: &412 + schema: &413 type: string description: State of a code scanning alert. enum: @@ -30477,7 +30493,7 @@ paths: be returned. in: query required: false - schema: &413 + schema: &414 type: string description: Severity of a code scanning alert. enum: @@ -30511,7 +30527,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: &414 + instances_url: &415 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -30533,7 +30549,7 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: &415 + dismissed_reason: &416 type: - string - 'null' @@ -30544,14 +30560,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &416 + dismissed_comment: &417 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &417 + rule: &418 type: object properties: id: @@ -30612,7 +30628,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &418 + tool: &419 type: object properties: name: *177 @@ -30623,26 +30639,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *178 - most_recent_instance: &419 + most_recent_instance: &420 type: object properties: - ref: &411 + ref: &412 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &429 + analysis_key: &430 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &430 + environment: &431 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &431 + category: &432 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -30662,7 +30678,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &432 + location: &433 type: object description: Describe a region within a file for the alert. properties: @@ -30683,7 +30699,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &433 + items: &434 type: - string - 'null' @@ -31973,7 +31989,7 @@ paths: type: integer codespaces: type: array - items: &234 + items: &235 type: object title: Codespace description: A codespace. @@ -32008,7 +32024,7 @@ paths: machine: anyOf: - type: 'null' - - &445 + - &446 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -32295,7 +32311,7 @@ paths: - pulls_url - recent_folders examples: - default: &235 + default: &236 value: total_count: 3 codespaces: @@ -32960,7 +32976,7 @@ paths: - updated_at - visibility examples: - default: &446 + default: &447 value: total_count: 2 secrets: @@ -32998,7 +33014,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -33033,7 +33049,7 @@ paths: - key_id - key examples: - default: &448 + default: &449 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33065,7 +33081,7 @@ paths: application/json: schema: *186 examples: - default: &450 + default: &451 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33532,7 +33548,7 @@ paths: currently being billed. seats: type: array - items: &237 + items: &238 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -34503,7 +34519,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -34818,7 +34834,7 @@ paths: - date additionalProperties: true examples: - default: &318 + default: &319 value: - date: '2024-06-24' total_active_users: 24 @@ -34920,7 +34936,7 @@ paths: '500': *53 '403': *27 '404': *6 - '422': &319 + '422': &320 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -35105,6 +35121,7 @@ paths: - *191 - *192 - *193 + - *194 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -35134,7 +35151,7 @@ paths: enum: - patch - deployment - - *194 + - *195 - name: runtime_risk in: query description: |- @@ -35143,8 +35160,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *195 - *196 + - *197 - *59 - *45 - *46 @@ -35156,9 +35173,9 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *198 + default: *199 '304': *35 '400': *14 '403': *27 @@ -35202,7 +35219,7 @@ paths: type: integer secrets: type: array - items: &199 + items: &200 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -35281,7 +35298,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35300,7 +35317,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35330,7 +35347,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -35629,7 +35646,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Package description: A software package type: object @@ -35700,7 +35717,7 @@ paths: - created_at - updated_at examples: - default: &247 + default: &248 value: - id: 197 name: hello_docker @@ -35870,7 +35887,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Organization Invitation description: Organization Invitation type: object @@ -35924,7 +35941,7 @@ paths: - invitation_teams_url - node_id examples: - default: &224 + default: &225 value: - id: 1 login: monalisa @@ -35991,7 +36008,7 @@ paths: application/json: schema: type: array - items: &200 + items: &201 title: Org Hook description: Org Hook type: object @@ -36176,9 +36193,9 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: &201 + default: &202 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -36226,7 +36243,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *73 - - &202 + - &203 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. @@ -36239,9 +36256,9 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: *201 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -36269,7 +36286,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *73 - - *202 + - *203 requestBody: required: false content: @@ -36315,7 +36332,7 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -36357,7 +36374,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *73 - - *202 + - *203 responses: '204': description: Response @@ -36385,7 +36402,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *73 - - *202 + - *203 responses: '200': description: Response @@ -36416,7 +36433,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *73 - - *202 + - *203 requestBody: required: false content: @@ -36467,10 +36484,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *73 - - *202 - - *17 - *203 + - *17 - *204 + - *205 responses: '200': description: Response @@ -36478,9 +36495,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '400': *14 '422': *15 x-github: @@ -36506,16 +36523,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *73 - - *202 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '422': *15 x-github: @@ -36541,7 +36558,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *73 - - *202 + - *203 - *16 responses: '202': *37 @@ -36571,7 +36588,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *73 - - *202 + - *203 responses: '204': description: Response @@ -36594,7 +36611,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *73 - - &213 + - &214 name: actor_type in: path description: The type of the actor @@ -36607,14 +36624,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &214 + - &215 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &209 + - &210 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`.' @@ -36622,7 +36639,7 @@ paths: required: true schema: type: string - - &210 + - &211 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) @@ -36717,12 +36734,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *73 - - *209 - *210 + - *211 - *19 - *17 - *59 - - &219 + - &220 name: sort description: The property to sort the results by. in: query @@ -36801,14 +36818,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *73 - - *209 - *210 + - *211 responses: '200': description: Response content: application/json: - schema: &211 + schema: &212 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36824,7 +36841,7 @@ paths: type: integer format: int64 examples: - default: &212 + default: &213 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36845,23 +36862,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *73 - - &215 + - &216 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *209 - *210 + - *211 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 x-github: enabledForGitHubApps: true category: orgs @@ -36880,18 +36897,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *73 - - *209 - *210 - - *213 + - *211 - *214 + - *215 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 x-github: enabledForGitHubApps: true category: orgs @@ -36909,9 +36926,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *73 - - *209 - *210 - - &216 + - *211 + - &217 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36924,7 +36941,7 @@ paths: description: Response content: application/json: - schema: &217 + schema: &218 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36940,7 +36957,7 @@ paths: type: integer format: int64 examples: - default: &218 + default: &219 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36977,18 +36994,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *73 - - *215 - - *209 - - *210 - *216 + - *210 + - *211 + - *217 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 x-github: enabledForGitHubApps: true category: orgs @@ -37006,19 +37023,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *73 - - *213 - *214 - - *209 + - *215 - *210 - - *216 + - *211 + - *217 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 x-github: enabledForGitHubApps: true category: orgs @@ -37036,13 +37053,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *73 - - *215 - - *209 + - *216 - *210 + - *211 - *19 - *17 - *59 - - *219 + - *220 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -37126,7 +37143,7 @@ paths: application/json: schema: *20 examples: - default: &515 + default: &516 value: id: 1 account: @@ -37292,12 +37309,12 @@ paths: application/json: schema: anyOf: - - &221 + - &222 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &220 + limit: &221 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -37325,7 +37342,7 @@ paths: properties: {} additionalProperties: false examples: - default: &222 + default: &223 value: limit: collaborators_only origin: organization @@ -37354,13 +37371,13 @@ paths: required: true content: application/json: - schema: &516 + schema: &517 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *220 + limit: *221 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -37385,9 +37402,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -37463,9 +37480,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 '404': *6 @@ -37542,7 +37559,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -37597,7 +37614,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *73 - - &225 + - &226 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37628,7 +37645,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *73 - - *225 + - *226 - *17 - *19 responses: @@ -37640,7 +37657,7 @@ paths: type: array items: *187 examples: - default: &245 + default: &246 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37683,7 +37700,7 @@ paths: application/json: schema: type: array - items: &226 + items: &227 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -37926,9 +37943,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &227 + default: &228 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -37984,7 +38001,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *73 - - &228 + - &229 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -38085,9 +38102,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *227 + default: *228 '404': *6 '422': *7 x-github: @@ -38112,7 +38129,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *73 - - *228 + - *229 responses: '204': *183 '404': *6 @@ -38142,7 +38159,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -38230,9 +38247,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -38265,7 +38282,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *73 - - &231 + - &232 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -38321,9 +38338,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 '404': *6 '422': *7 x-github: @@ -38348,7 +38365,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *73 - - *231 + - *232 responses: '204': description: Response @@ -38411,7 +38428,7 @@ paths: - closed - all default: open - - *232 + - *233 - name: type description: Can be the name of an issue type. in: query @@ -38442,7 +38459,7 @@ paths: type: array items: *81 examples: - default: *233 + default: *234 headers: Link: *65 '404': *6 @@ -38601,9 +38618,9 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '304': *35 '500': *53 '401': *23 @@ -38630,7 +38647,7 @@ paths: parameters: - *73 - *69 - - &236 + - &237 name: codespace_name in: path required: true @@ -38665,15 +38682,15 @@ paths: parameters: - *73 - *69 - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: &444 + default: &445 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38853,7 +38870,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *237 + schema: *238 examples: default: value: @@ -38929,7 +38946,7 @@ paths: description: Response content: application/json: - schema: &238 + schema: &239 title: Org Membership description: Org Membership type: object @@ -38998,7 +39015,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &239 + response-if-user-has-an-active-admin-membership-with-organization: &240 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -39099,9 +39116,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - response-if-user-already-had-membership-with-organization: *239 + response-if-user-already-had-membership-with-organization: *240 '422': *15 '403': *27 x-github: @@ -39173,7 +39190,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Migration description: A migration. type: object @@ -39511,7 +39528,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -39690,7 +39707,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *73 - - &241 + - &242 name: migration_id description: The unique identifier of the migration. in: path @@ -39718,7 +39735,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -39888,7 +39905,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *73 - - *241 + - *242 responses: '302': description: Response @@ -39910,7 +39927,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *73 - - *241 + - *242 responses: '204': description: Response @@ -39934,8 +39951,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *73 - - *241 - - &663 + - *242 + - &664 name: repo_name description: repo_name parameter in: path @@ -39963,7 +39980,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *73 - - *241 + - *242 - *17 - *19 responses: @@ -39975,7 +39992,7 @@ paths: type: array items: *152 examples: - default: &252 + default: &253 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -40130,7 +40147,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &243 + items: &244 title: Organization Role description: Organization roles type: object @@ -40307,7 +40324,7 @@ paths: parameters: - *73 - *75 - - &242 + - &243 name: role_id description: The unique identifier of the role. in: path @@ -40344,7 +40361,7 @@ paths: parameters: - *73 - *75 - - *242 + - *243 responses: '204': description: Response @@ -40397,7 +40414,7 @@ paths: parameters: - *73 - *69 - - *242 + - *243 responses: '204': description: Response @@ -40429,7 +40446,7 @@ paths: parameters: - *73 - *69 - - *242 + - *243 responses: '204': description: Response @@ -40458,13 +40475,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *73 - - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -40515,7 +40532,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *73 - - *242 + - *243 - *17 - *19 responses: @@ -40594,7 +40611,7 @@ paths: parent: anyOf: - type: 'null' - - *244 + - *245 type: description: The ownership type of the team type: string @@ -40627,7 +40644,7 @@ paths: - type - parent examples: - default: *245 + default: *246 headers: Link: *65 '404': @@ -40657,7 +40674,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *73 - - *242 + - *243 - *17 - *19 responses: @@ -40686,7 +40703,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *244 + items: *245 name: type: - string @@ -40996,7 +41013,7 @@ paths: - nuget - container - *73 - - &664 + - &665 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41032,12 +41049,12 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '403': *27 '401': *23 - '400': &666 + '400': &667 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41059,7 +41076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &248 + - &249 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 @@ -41077,7 +41094,7 @@ paths: - docker - nuget - container - - &249 + - &250 name: package_name description: The name of the package. in: path @@ -41090,7 +41107,7 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -41142,8 +41159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *248 - *249 + - *250 - *73 responses: '204': @@ -41176,8 +41193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - name: token description: package token @@ -41210,8 +41227,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: - - *248 - *249 + - *250 - *73 - *19 - *17 @@ -41232,7 +41249,7 @@ paths: application/json: schema: type: array - items: &250 + items: &251 title: Package Version description: A version of a software package type: object @@ -41367,10 +41384,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - &251 + - &252 name: package_version_id description: Unique identifier of the package version. in: path @@ -41382,7 +41399,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -41418,10 +41435,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - *251 + - *252 responses: '204': description: Response @@ -41453,10 +41470,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - *251 + - *252 responses: '204': description: Response @@ -41486,7 +41503,7 @@ paths: - *73 - *17 - *19 - - &253 + - &254 name: sort description: The property by which to sort the results. in: query @@ -41497,7 +41514,7 @@ paths: - created_at default: created_at - *59 - - &254 + - &255 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -41509,7 +41526,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &255 + - &256 name: repository description: The name of the repository to use to filter the results. in: query @@ -41518,7 +41535,7 @@ paths: type: string examples: - Hello-World - - &256 + - &257 name: permission description: The permission to use to filter the results. in: query @@ -41527,7 +41544,7 @@ paths: type: string examples: - issues_read - - &257 + - &258 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) @@ -41537,7 +41554,7 @@ paths: schema: type: string format: date-time - - &258 + - &259 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) @@ -41547,7 +41564,7 @@ paths: schema: type: string format: date-time - - &259 + - &260 name: token_id description: The ID of the token in: query @@ -41866,7 +41883,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -41892,14 +41909,14 @@ paths: - *73 - *17 - *19 - - *253 - - *59 - *254 + - *59 - *255 - *256 - *257 - *258 - *259 + - *260 responses: '500': *53 '422': *15 @@ -42183,7 +42200,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -42225,7 +42242,7 @@ paths: type: integer configurations: type: array - items: &260 + items: &261 title: Organization private registry description: Private registry configuration for an organization type: object @@ -42659,7 +42676,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &261 + org-private-registry-with-selected-visibility: &262 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -42757,9 +42774,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '404': *6 x-github: githubCloudOnly: false @@ -42987,7 +43004,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Projects v2 Project description: A projects v2 project type: object @@ -43061,7 +43078,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &749 + - &750 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43146,7 +43163,7 @@ paths: - deleted_at - deleted_by examples: - default: &263 + default: &264 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -43249,7 +43266,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &264 + - &265 name: project_number description: The project's number. in: path @@ -43262,9 +43279,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -43287,7 +43304,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true description: Details of the draft item to create in the project. @@ -43321,7 +43338,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Projects v2 Item description: An item belonging to a project type: object @@ -43335,7 +43352,7 @@ paths: content: oneOf: - *81 - - &459 + - &460 title: Pull Request Simple description: Pull Request Simple type: object @@ -43455,7 +43472,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 active_lock_reason: type: - string @@ -43548,7 +43565,7 @@ paths: _links: type: object properties: - comments: &266 + comments: &267 title: Link description: Hypermedia Link type: object @@ -43557,13 +43574,13 @@ paths: type: string required: - href - commits: *266 - statuses: *266 - html: *266 - issue: *266 - review_comments: *266 - review_comment: *266 - self: *266 + commits: *267 + statuses: *267 + html: *267 + issue: *267 + review_comments: *267 + review_comment: *267 + self: *267 required: - comments - commits @@ -43574,7 +43591,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &561 + auto_merge: &562 title: Auto merge description: The status of auto merging a pull request. type: @@ -43676,7 +43693,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &268 + content_type: &269 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -43720,7 +43737,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &270 + draft_issue: &271 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -43794,7 +43811,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *264 + - *265 - *73 - *17 - *45 @@ -43806,7 +43823,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -43959,7 +43976,7 @@ paths: - updated_at - project_url examples: - default: &685 + default: &686 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44089,7 +44106,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *264 + - *265 - *73 requestBody: required: true @@ -44136,7 +44153,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &686 + items: &687 type: object properties: name: @@ -44173,7 +44190,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &687 + iteration_configuration: &688 type: object description: The configuration for iteration fields. properties: @@ -44223,7 +44240,7 @@ paths: value: name: Due date data_type: date - single_select_field: &688 + single_select_field: &689 summary: Create a single select field value: name: Priority @@ -44250,7 +44267,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &689 + iteration_field: &690 summary: Create an iteration field value: name: Sprint @@ -44274,9 +44291,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *267 + schema: *268 examples: - text_field: &690 + text_field: &691 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44285,7 +44302,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &691 + number_field: &692 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44294,7 +44311,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &692 + date_field: &693 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44303,7 +44320,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &693 + single_select_field: &694 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44337,7 +44354,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &694 + iteration_field: &695 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44382,8 +44399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *264 - - &695 + - *265 + - &696 name: field_id description: The unique identifier of the field. in: path @@ -44396,9 +44413,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &696 + default: &697 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44454,7 +44471,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *264 + - *265 - *73 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -44487,7 +44504,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Projects v2 Item description: An item belonging to a project type: object @@ -44504,7 +44521,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *268 + content_type: *269 content: type: - object @@ -44554,7 +44571,7 @@ paths: - updated_at - archived_at examples: - default: &272 + default: &273 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -45252,7 +45269,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -45322,22 +45339,22 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *270 + value: *271 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *270 + value: *271 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *270 + value: *271 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *270 + value: *271 '304': *35 '403': *27 '401': *23 @@ -45357,9 +45374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *264 + - *265 - *73 - - &273 + - &274 name: item_id description: The unique identifier of the project item. in: path @@ -45385,9 +45402,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -45408,9 +45425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *264 + - *265 - *73 - - *273 + - *274 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -45483,13 +45500,13 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - text_field: *272 - number_field: *272 - date_field: *272 - single_select_field: *272 - iteration_field: *272 + text_field: *273 + number_field: *273 + date_field: *273 + single_select_field: *273 + iteration_field: *273 '401': *23 '403': *27 '404': *6 @@ -45509,9 +45526,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *264 + - *265 - *73 - - *273 + - *274 responses: '204': description: Response @@ -45535,7 +45552,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true content: @@ -45609,7 +45626,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &677 + schema: &678 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45713,7 +45730,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &274 + value: &275 value: id: 1 number: 1 @@ -45759,10 +45776,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *274 + value: *275 roadmap_view: summary: Response for creating a roadmap view - value: *274 + value: *275 '304': *35 '403': *27 '401': *23 @@ -45790,9 +45807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *264 + - *265 - *73 - - &697 + - &698 name: view_number description: The number that identifies the project view. in: path @@ -45824,9 +45841,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -45859,7 +45876,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -45937,7 +45954,7 @@ paths: - property_name - value_type examples: - default: &276 + default: &277 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -45997,7 +46014,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *275 + items: *276 minItems: 1 maxItems: 100 required: @@ -46027,9 +46044,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 '403': *27 '404': *6 x-github: @@ -46051,7 +46068,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *73 - - &277 + - &278 name: custom_property_name description: The custom property name in: path @@ -46063,9 +46080,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &278 + default: &279 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -46100,7 +46117,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *73 - - *277 + - *278 requestBody: required: true content: @@ -46180,9 +46197,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *278 + default: *279 '403': *27 '404': *6 x-github: @@ -46206,7 +46223,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *73 - - *277 + - *278 responses: '204': *183 '403': *27 @@ -46270,7 +46287,7 @@ paths: - octocat/Hello-World properties: type: array - items: &279 + items: &280 title: Custom Property Value description: Custom property name and associated value type: object @@ -46360,7 +46377,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *279 + items: *280 required: - repository_names - properties @@ -46552,7 +46569,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -46755,7 +46772,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Full Repository description: Full Repository type: object @@ -47233,7 +47250,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &464 + code_of_conduct: &465 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -47263,7 +47280,7 @@ paths: - key - name - html_url - security_and_analysis: *280 + security_and_analysis: *281 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -47347,7 +47364,7 @@ paths: - network_count - subscribers_count examples: - default: &329 + default: &330 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -47868,7 +47885,7 @@ paths: - *73 - *17 - *19 - - &583 + - &584 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47887,7 +47904,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -47922,7 +47939,7 @@ paths: source: type: string description: The name of the source - enforcement: &283 + enforcement: &284 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -47935,7 +47952,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &284 + items: &285 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -48006,7 +48023,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &281 + - &282 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -48030,7 +48047,7 @@ paths: match. items: type: string - - &285 + - &286 title: Organization ruleset conditions type: object description: |- @@ -48044,7 +48061,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -48078,7 +48095,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -48100,7 +48117,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -48113,7 +48130,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &282 + items: &283 title: Repository ruleset property targeting definition type: object @@ -48146,7 +48163,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *282 + items: *283 required: - repository_property type: @@ -48154,12 +48171,12 @@ paths: - object rules: type: array - items: &584 + items: &585 title: Repository Rule type: object description: A repository rule. oneOf: - - &286 + - &287 title: creation description: Only allow users with bypass permission to create matching refs. @@ -48171,7 +48188,7 @@ paths: type: string enum: - creation - - &287 + - &288 title: update description: Only allow users with bypass permission to update matching refs. @@ -48192,7 +48209,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &288 + - &289 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -48204,7 +48221,7 @@ paths: type: string enum: - deletion - - &289 + - &290 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -48216,7 +48233,7 @@ paths: type: string enum: - required_linear_history - - &582 + - &583 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -48294,7 +48311,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &290 + - &291 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -48318,7 +48335,7 @@ paths: type: string required: - required_deployment_environments - - &291 + - &292 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -48330,7 +48347,7 @@ paths: type: string enum: - required_signatures - - &292 + - &293 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -48436,7 +48453,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &293 + - &294 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -48484,7 +48501,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &294 + - &295 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -48496,7 +48513,7 @@ paths: type: string enum: - non_fast_forward - - &295 + - &296 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -48533,7 +48550,7 @@ paths: required: - operator - pattern - - &296 + - &297 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -48570,118 +48587,118 @@ paths: required: - operator - pattern - - &297 - title: committer_email_pattern - description: Parameters to be used for the committer_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - committer_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &298 - title: branch_name_pattern - description: Parameters to be used for the branch_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - branch_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &299 - title: tag_name_pattern - description: Parameters to be used for the tag_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - tag_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &300 + - &298 + title: committer_email_pattern + description: Parameters to be used for the committer_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - committer_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &299 + title: branch_name_pattern + description: Parameters to be used for the branch_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - branch_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &300 + title: tag_name_pattern + description: Parameters to be used for the tag_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - tag_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &301 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -48706,7 +48723,7 @@ paths: type: string required: - restricted_file_paths - - &301 + - &302 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -48730,7 +48747,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &302 + - &303 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -48753,7 +48770,7 @@ paths: type: string required: - restricted_file_extensions - - &303 + - &304 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -48778,7 +48795,7 @@ paths: maximum: 100 required: - max_file_size - - &304 + - &305 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -48828,7 +48845,7 @@ paths: - repository_id required: - workflows - - &305 + - &306 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -48889,7 +48906,7 @@ paths: - tool required: - code_scanning_tools - - &306 + - &307 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -48988,21 +49005,20 @@ paths: - push - repository default: branch - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *285 + items: *285 + conditions: *286 rules: type: array description: An array of rules within the ruleset. - items: &309 + items: &310 title: Repository Rule type: object description: A repository rule. oneOf: - - *286 - *287 - *288 - *289 @@ -49023,6 +49039,7 @@ paths: - *304 - *305 - *306 + - *307 required: - name - enforcement @@ -49060,9 +49077,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &308 + default: &309 value: id: 21 name: super cool ruleset @@ -49118,7 +49135,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &585 + - &586 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 @@ -49133,7 +49150,7 @@ paths: in: query schema: type: string - - &586 + - &587 name: time_period description: |- The time period to filter by. @@ -49149,14 +49166,14 @@ paths: - week - month default: day - - &587 + - &588 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 - - &588 + - &589 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -49176,7 +49193,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: Rule Suites description: Response type: array @@ -49232,7 +49249,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &590 + default: &591 value: - id: 21 actor_id: 12 @@ -49276,7 +49293,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &591 + - &592 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -49292,7 +49309,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &593 title: Rule Suite description: Response type: object @@ -49399,7 +49416,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &593 + default: &594 value: id: 21 actor_id: 12 @@ -49472,9 +49489,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '404': *6 '500': *53 put: @@ -49518,16 +49535,16 @@ paths: - tag - push - repository - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *285 + items: *285 + conditions: *286 rules: description: An array of rules within the ruleset. type: array - items: *309 + items: *310 examples: default: value: @@ -49562,9 +49579,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '404': *6 '422': *15 '500': *53 @@ -49622,7 +49639,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Ruleset version type: object description: The historical version of a ruleset @@ -49646,7 +49663,7 @@ paths: type: string format: date-time examples: - default: &595 + default: &596 value: - version_id: 3 actor: @@ -49699,9 +49716,9 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 allOf: - - *310 + - *311 - type: object required: - state @@ -49771,7 +49788,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &597 + - &598 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49782,7 +49799,7 @@ paths: enum: - open - resolved - - &598 + - &599 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49792,7 +49809,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49801,7 +49818,7 @@ paths: required: false schema: type: string - - &600 + - &601 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49820,7 +49837,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &601 + - &602 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. @@ -49835,7 +49852,7 @@ paths: - *59 - *19 - *17 - - &602 + - &603 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 @@ -49845,7 +49862,7 @@ paths: required: false schema: type: string - - &603 + - &604 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 @@ -49855,7 +49872,7 @@ paths: required: false schema: type: string - - &604 + - &605 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49864,7 +49881,7 @@ paths: required: false schema: type: string - - &605 + - &606 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49873,7 +49890,7 @@ paths: schema: type: boolean default: false - - &606 + - &607 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49882,7 +49899,7 @@ paths: schema: type: boolean default: false - - &607 + - &608 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49914,14 +49931,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &608 + state: &609 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: &609 + resolution: &610 type: - string - 'null' @@ -50028,14 +50045,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &610 + - &611 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &612 + - &613 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50099,7 +50116,7 @@ paths: - blob_url - commit_sha - commit_url - - &613 + - &614 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50160,7 +50177,7 @@ paths: - page_url - commit_sha - commit_url - - &614 + - &615 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50182,7 +50199,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &615 + - &616 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50204,7 +50221,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &616 + - &617 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50226,7 +50243,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &617 + - &618 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50241,7 +50258,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &618 + - &619 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50256,7 +50273,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &619 + - &620 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50271,7 +50288,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &620 + - &621 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50293,7 +50310,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &621 + - &622 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50315,7 +50332,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &622 + - &623 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50337,7 +50354,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &623 + - &624 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50359,7 +50376,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &624 + - &625 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50620,7 +50637,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &312 + pattern_config_version: &313 type: - string - 'null' @@ -50630,7 +50647,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &311 + items: &312 type: object properties: token_type: @@ -50699,7 +50716,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *311 + items: *312 examples: default: value: @@ -50756,7 +50773,7 @@ paths: schema: type: object properties: - pattern_config_version: *312 + pattern_config_version: *313 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -50782,7 +50799,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *312 + custom_pattern_version: *313 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -50880,7 +50897,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 description: A repository security advisory. type: object properties: @@ -51124,7 +51141,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 credits_detailed: type: - array @@ -51135,7 +51152,7 @@ paths: type: object properties: user: *4 - type: *313 + type: *314 state: type: string description: The state of the user's acceptance of the @@ -51199,7 +51216,7 @@ paths: - private_fork additionalProperties: false examples: - default: &629 + default: &630 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51586,7 +51603,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -51941,7 +51958,7 @@ paths: type: integer network_configurations: type: array - items: &314 + items: &315 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -52094,9 +52111,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &315 + default: &316 value: id: 123456789ABCDEF name: My network configuration @@ -52125,7 +52142,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *73 - - &316 + - &317 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -52137,9 +52154,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 headers: Link: *65 x-github: @@ -52161,7 +52178,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *73 - - *316 + - *317 requestBody: required: true content: @@ -52214,9 +52231,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52236,7 +52253,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *73 - - *316 + - *317 responses: '204': description: Response @@ -52381,13 +52398,13 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 '500': *53 '403': *27 '404': *6 - '422': *319 + '422': *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52429,7 +52446,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 headers: Link: *65 '403': *27 @@ -52523,7 +52540,7 @@ paths: description: Response content: application/json: - schema: &320 + schema: &321 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -52597,7 +52614,7 @@ paths: parent: anyOf: - type: 'null' - - *244 + - *245 members_count: type: integer examples: @@ -52922,7 +52939,7 @@ paths: - repos_count - organization examples: - default: &321 + default: &322 value: id: 1 node_id: MDQ6VGVhbTE= @@ -52999,9 +53016,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -53086,16 +53103,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '201': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 '422': *15 '403': *27 @@ -53125,7 +53142,7 @@ paths: responses: '204': description: Response - '422': &322 + '422': &323 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -53159,12 +53176,12 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 - '422': *322 + '422': *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53246,7 +53263,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &324 title: Team Membership description: Team Membership type: object @@ -53274,7 +53291,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &645 + response-if-user-is-a-team-maintainer: &646 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53337,9 +53354,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &646 + response-if-users-membership-with-team-is-now-pending: &647 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53415,7 +53432,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -53446,14 +53463,14 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &647 + schema: &648 title: Team Repository description: A team's access to a repository. type: object @@ -54096,8 +54113,8 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 requestBody: required: false content: @@ -54144,8 +54161,8 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 responses: '204': description: Response @@ -54182,7 +54199,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &648 + response-if-child-teams-exist: &649 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54336,7 +54353,7 @@ paths: resources: type: object properties: - core: &326 + core: &327 title: Rate Limit type: object properties: @@ -54353,21 +54370,21 @@ paths: - remaining - reset - used - graphql: *326 - search: *326 - code_search: *326 - source_import: *326 - integration_manifest: *326 - code_scanning_upload: *326 - actions_runner_registration: *326 - scim: *326 - dependency_snapshots: *326 - dependency_sbom: *326 - code_scanning_autofix: *326 + graphql: *327 + search: *327 + code_search: *327 + source_import: *327 + integration_manifest: *327 + code_scanning_upload: *327 + actions_runner_registration: *327 + scim: *327 + dependency_snapshots: *327 + dependency_sbom: *327 + code_scanning_autofix: *327 required: - core - search - rate: *326 + rate: *327 required: - rate - resources @@ -54472,14 +54489,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: default-response: summary: Default response @@ -54984,7 +55001,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *328 + '301': *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55002,8 +55019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -55295,10 +55312,10 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 - '307': &330 + default: *330 + '307': &331 description: Temporary Redirect content: application/json: @@ -55327,8 +55344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -55350,7 +55367,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *330 + '307': *331 '404': *6 '409': *52 x-github: @@ -55374,11 +55391,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 - - &363 + - &364 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -55401,7 +55418,7 @@ paths: type: integer artifacts: type: array - items: &331 + items: &332 title: Artifact description: An artifact type: object @@ -55496,7 +55513,7 @@ paths: - expires_at - updated_at examples: - default: &364 + default: &365 value: total_count: 2 artifacts: @@ -55557,9 +55574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *324 - *325 - - &332 + - *326 + - &333 name: artifact_id description: The unique identifier of the artifact. in: path @@ -55571,7 +55588,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -55609,9 +55626,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *324 - *325 - - *332 + - *326 + - *333 responses: '204': description: Response @@ -55635,9 +55652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *324 - *325 - - *332 + - *326 + - *333 - name: archive_format in: path required: true @@ -55651,7 +55668,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': &519 + '410': &520 description: Gone content: application/json: @@ -55676,14 +55693,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &333 + schema: &334 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -55717,13 +55734,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *333 + schema: *334 examples: selected_actions: *40 responses: @@ -55752,14 +55769,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &334 + schema: &335 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -55793,13 +55810,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *334 + schema: *335 examples: selected_actions: *42 responses: @@ -55830,14 +55847,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -55863,11 +55880,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 - - &336 + - &337 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 @@ -55901,7 +55918,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Repository actions caches description: Repository actions caches type: object @@ -55951,7 +55968,7 @@ paths: - total_count - actions_caches examples: - default: &338 + default: &339 value: total_count: 1 actions_caches: @@ -55983,23 +56000,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: - - *324 - *325 + - *326 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56019,8 +56036,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: - - *324 - *325 + - *326 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -56051,9 +56068,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *324 - *325 - - &339 + - *326 + - &340 name: job_id description: The unique identifier of the job. in: path @@ -56065,7 +56082,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Job description: Information of a job execution in a workflow run type: object @@ -56412,9 +56429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *324 - *325 - - *339 + - *326 + - *340 responses: '302': description: Response @@ -56442,9 +56459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *324 - *325 - - *339 + - *326 + - *340 requestBody: required: false content: @@ -56490,8 +56507,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: - - *324 - *325 + - *326 responses: '200': description: Status response @@ -56541,8 +56558,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -56605,8 +56622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -56624,7 +56641,7 @@ paths: type: integer secrets: type: array - items: &369 + items: &370 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -56645,7 +56662,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: total_count: 2 secrets: @@ -56678,9 +56695,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *324 - *325 - - *340 + - *326 + - *341 - *19 responses: '200': @@ -56697,7 +56714,7 @@ paths: type: integer variables: type: array - items: &373 + items: &374 title: Actions Variable type: object properties: @@ -56731,7 +56748,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &375 value: total_count: 2 variables: @@ -56764,8 +56781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -56774,11 +56791,11 @@ paths: schema: type: object properties: - enabled: &342 + enabled: &343 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *137 - selected_actions_url: *341 + selected_actions_url: *342 sha_pinning_required: *138 required: - enabled @@ -56807,8 +56824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -56819,7 +56836,7 @@ paths: schema: type: object properties: - enabled: *342 + enabled: *343 allowed_actions: *137 sha_pinning_required: *138 required: @@ -56851,14 +56868,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: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &343 + schema: &344 type: object properties: access_level: @@ -56875,7 +56892,7 @@ paths: required: - access_level examples: - default: &344 + default: &345 value: access_level: organization x-github: @@ -56899,15 +56916,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: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 responses: '204': description: Response @@ -56931,14 +56948,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -56962,8 +56979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Empty response for successful settings update @@ -56973,7 +56990,7 @@ paths: required: true content: application/json: - schema: *346 + schema: *347 examples: default: summary: Set retention days @@ -56997,8 +57014,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57006,7 +57023,7 @@ paths: application/json: schema: *139 examples: - default: *347 + default: *348 '404': *6 x-github: enabledForGitHubApps: true @@ -57025,8 +57042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -57060,14 +57077,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: *140 '403': *27 @@ -57089,13 +57106,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *349 + schema: *350 examples: default: *140 responses: @@ -57121,8 +57138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57149,8 +57166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -57182,14 +57199,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: default: *147 x-github: @@ -57212,8 +57229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Success response @@ -57224,7 +57241,7 @@ paths: required: true content: application/json: - schema: *351 + schema: *352 examples: default: *147 x-github: @@ -57253,8 +57270,8 @@ paths: in: query schema: type: string - - *324 - *325 + - *326 - *17 - *19 responses: @@ -57298,8 +57315,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57307,9 +57324,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57331,8 +57348,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -57375,7 +57392,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *354 + '201': *355 '404': *6 '422': *7 '409': *52 @@ -57406,8 +57423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -57415,7 +57432,7 @@ paths: application/json: schema: *156 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57443,8 +57460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -57452,7 +57469,7 @@ paths: application/json: schema: *156 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57474,8 +57491,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: - - *324 - *325 + - *326 - *153 responses: '200': @@ -57484,7 +57501,7 @@ paths: application/json: schema: *154 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57505,8 +57522,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: - - *324 - *325 + - *326 - *153 responses: '204': @@ -57533,8 +57550,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: - - *324 - *325 + - *326 - *153 responses: '200': *158 @@ -57559,8 +57576,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: - - *324 - *325 + - *326 - *153 requestBody: required: true @@ -57609,8 +57626,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: - - *324 - *325 + - *326 - *153 requestBody: required: true @@ -57660,11 +57677,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: - - *324 - *325 + - *326 - *153 responses: - '200': *358 + '200': *359 '404': *6 x-github: githubCloudOnly: false @@ -57691,10 +57708,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: - - *324 - *325 + - *326 - *153 - - *359 + - *360 responses: '200': *158 '404': *6 @@ -57722,9 +57739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *324 - *325 - - &377 + - *326 + - &378 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. @@ -57732,7 +57749,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -57740,7 +57757,7 @@ paths: required: false schema: type: string - - &379 + - &380 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -57749,7 +57766,7 @@ paths: required: false schema: type: string - - &380 + - &381 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 @@ -57776,7 +57793,7 @@ paths: - pending - *17 - *19 - - &381 + - &382 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)." @@ -57785,7 +57802,7 @@ paths: schema: type: string format: date-time - - &360 + - &361 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -57794,13 +57811,13 @@ paths: schema: type: boolean default: false - - &382 + - &383 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &383 + - &384 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -57823,7 +57840,7 @@ paths: type: integer workflow_runs: type: array - items: &361 + items: &362 title: Workflow Run description: An invocation of a workflow type: object @@ -58001,7 +58018,7 @@ paths: head_commit: anyOf: - type: 'null' - - &405 + - &406 title: Simple Commit description: A commit. type: object @@ -58116,7 +58133,7 @@ paths: - workflow_url - pull_requests examples: - default: &384 + default: &385 value: total_count: 1 workflow_runs: @@ -58352,24 +58369,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *324 - *325 - - &362 + - *326 + - &363 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &365 + default: &366 value: id: 30433642 name: Build @@ -58610,9 +58627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '204': description: Response @@ -58635,9 +58652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -58765,9 +58782,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: - - *324 - *325 - - *362 + - *326 + - *363 responses: '201': description: Response @@ -58800,12 +58817,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *324 - *325 - - *362 + - *326 + - *363 - *17 - *19 - - *363 + - *364 - *59 responses: '200': @@ -58822,9 +58839,9 @@ paths: type: integer artifacts: type: array - items: *331 + items: *332 examples: - default: *364 + default: *365 headers: Link: *65 x-github: @@ -58848,25 +58865,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *324 - *325 - - *362 - - &366 + - *326 + - *363 + - &367 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58889,10 +58906,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *324 - *325 - - *362 - - *366 + - *326 + - *363 + - *367 - *17 - *19 responses: @@ -58910,9 +58927,9 @@ paths: type: integer jobs: type: array - items: *367 + items: *368 examples: - default: &368 + default: &369 value: total_count: 1 jobs: @@ -59025,10 +59042,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *324 - *325 - - *362 - - *366 + - *326 + - *363 + - *367 responses: '302': description: Response @@ -59056,9 +59073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '202': description: Response @@ -59091,9 +59108,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: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: true content: @@ -59160,9 +59177,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '202': description: Response @@ -59195,9 +59212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 - 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 @@ -59227,9 +59244,9 @@ paths: type: integer jobs: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *65 x-github: @@ -59254,9 +59271,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '302': description: Response @@ -59283,9 +59300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '204': description: Response @@ -59312,9 +59329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -59383,7 +59400,7 @@ paths: items: type: object properties: - type: &485 + type: &486 type: string description: The type of reviewer. enum: @@ -59469,9 +59486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: true content: @@ -59521,7 +59538,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -59633,7 +59650,7 @@ paths: - created_at - updated_at examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -59689,9 +59706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: false content: @@ -59736,9 +59753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: false content: @@ -59792,9 +59809,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -59931,8 +59948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -59950,9 +59967,9 @@ paths: type: integer secrets: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 headers: Link: *65 x-github: @@ -59977,16 +59994,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60008,17 +60025,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &498 + default: &499 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60044,8 +60061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -60103,8 +60120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -60130,9 +60147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *324 - *325 - - *340 + - *326 + - *341 - *19 responses: '200': @@ -60149,9 +60166,9 @@ paths: type: integer variables: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *65 x-github: @@ -60174,8 +60191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -60227,17 +60244,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &499 + default: &500 value: name: USERNAME value: octocat @@ -60263,8 +60280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 requestBody: required: true @@ -60307,8 +60324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 responses: '204': @@ -60334,8 +60351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -60353,7 +60370,7 @@ paths: type: integer workflows: type: array - items: &375 + items: &376 title: Workflow description: A GitHub Actions workflow type: object @@ -60471,9 +60488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *324 - *325 - - &376 + - *326 + - &377 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -60488,7 +60505,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -60521,9 +60538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Response @@ -60548,9 +60565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -60637,9 +60654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Response @@ -60666,19 +60683,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *324 - *325 - - *376 + - *326 - *377 - *378 - *379 - *380 + - *381 - *17 - *19 - - *381 - - *360 - *382 + - *361 - *383 + - *384 responses: '200': description: Response @@ -60694,9 +60711,9 @@ paths: type: integer workflow_runs: type: array - items: *361 + items: *362 examples: - default: *384 + default: *385 headers: Link: *65 x-github: @@ -60728,9 +60745,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '200': description: Response @@ -60791,8 +60808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *324 - *325 + - *326 - *59 - *17 - *45 @@ -60960,8 +60977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -60998,8 +61015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *324 - *325 + - *326 - name: assignee in: path required: true @@ -61035,8 +61052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -61146,8 +61163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *324 - *325 + - *326 - *17 - *45 - *46 @@ -61204,7 +61221,7 @@ paths: initiator: type: string examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61224,8 +61241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -61233,7 +61250,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Autolink reference description: An autolink reference. type: object @@ -61292,8 +61309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -61332,9 +61349,9 @@ paths: description: response content: application/json: - schema: *386 + schema: *387 examples: - default: &387 + default: &388 value: id: 1 key_prefix: TICKET- @@ -61365,9 +61382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *324 - *325 - - &388 + - *326 + - &389 name: autolink_id description: The unique identifier of the autolink. in: path @@ -61379,9 +61396,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '404': *6 x-github: githubCloudOnly: false @@ -61401,9 +61418,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *324 - *325 - - *388 + - *326 + - *389 responses: '204': description: Response @@ -61427,8 +61444,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: - - *324 - *325 + - *326 responses: '200': description: Response if Dependabot is enabled @@ -61478,8 +61495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -61500,8 +61517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -61521,8 +61538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *324 - *325 + - *326 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -61560,7 +61577,7 @@ paths: - url protected: type: boolean - protection: &390 + protection: &391 title: Branch Protection description: Branch Protection type: object @@ -61603,7 +61620,7 @@ paths: required: - contexts - checks - enforce_admins: &393 + enforce_admins: &394 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -61620,7 +61637,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &395 + required_pull_request_reviews: &396 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -61704,7 +61721,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &392 + restrictions: &393 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61997,9 +62014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *324 - *325 - - &391 + - *326 + - &392 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). @@ -62013,14 +62030,14 @@ paths: description: Response content: application/json: - schema: &401 + schema: &402 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &455 + commit: &456 title: Commit description: Commit type: object @@ -62059,7 +62076,7 @@ paths: author: anyOf: - type: 'null' - - &389 + - &390 title: Git User description: Metaproperties for Git author/committer information. @@ -62081,7 +62098,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 message: type: string examples: @@ -62105,7 +62122,7 @@ paths: required: - sha - url - verification: &505 + verification: &506 title: Verification type: object properties: @@ -62185,7 +62202,7 @@ paths: type: integer files: type: array - items: &466 + items: &467 title: Diff Entry description: Diff Entry type: object @@ -62281,7 +62298,7 @@ paths: - self protected: type: boolean - protection: *390 + protection: *391 protection_url: type: string format: uri @@ -62390,7 +62407,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *328 + '301': *329 '404': *6 x-github: githubCloudOnly: false @@ -62412,15 +62429,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -62614,9 +62631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -62876,7 +62893,7 @@ paths: url: type: string format: uri - required_status_checks: &398 + required_status_checks: &399 title: Status Check Policy description: Status Check Policy type: object @@ -63035,7 +63052,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *392 + restrictions: *393 required_conversation_resolution: type: object properties: @@ -63147,9 +63164,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63174,17 +63191,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -63206,17 +63223,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63235,9 +63252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63262,17 +63279,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &396 + default: &397 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -63368,9 +63385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63468,9 +63485,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *396 + default: *397 '422': *15 x-github: githubCloudOnly: false @@ -63491,9 +63508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63520,17 +63537,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -63553,17 +63570,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 '404': *6 x-github: githubCloudOnly: false @@ -63583,9 +63600,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63610,17 +63627,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &399 + default: &400 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -63646,9 +63663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63700,9 +63717,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 '404': *6 '422': *15 x-github: @@ -63724,9 +63741,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63750,9 +63767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -63786,9 +63803,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63855,9 +63872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63921,9 +63938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: content: application/json: @@ -63989,15 +64006,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -64088,9 +64105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -64113,9 +64130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64125,7 +64142,7 @@ paths: type: array items: *5 examples: - default: &400 + default: &401 value: - id: 1 slug: octoapp @@ -64182,9 +64199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64218,7 +64235,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -64239,9 +64256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64275,7 +64292,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -64296,9 +64313,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64332,7 +64349,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -64354,9 +64371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64366,7 +64383,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -64386,9 +64403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64426,7 +64443,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -64447,9 +64464,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64487,7 +64504,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -64508,9 +64525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: content: application/json: @@ -64547,7 +64564,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -64569,9 +64586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64605,9 +64622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64665,9 +64682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64725,9 +64742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64787,9 +64804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64811,7 +64828,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -64927,8 +64944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -65207,7 +65224,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &403 title: CheckRun description: A check performed on the code of a given code change type: object @@ -65343,7 +65360,7 @@ paths: check. type: array items: *84 - deployment: &710 + deployment: &711 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65630,9 +65647,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *324 - *325 - - &403 + - *326 + - &404 name: check_run_id description: The unique identifier of the check run. in: path @@ -65644,9 +65661,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &404 + default: &405 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65746,9 +65763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *324 - *325 - - *403 + - *326 + - *404 requestBody: required: true content: @@ -65988,9 +66005,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66010,9 +66027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *324 - *325 - - *403 + - *326 + - *404 - *17 - *19 responses: @@ -66122,9 +66139,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *324 - *325 - - *403 + - *326 + - *404 responses: '201': description: Response @@ -66168,8 +66185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -66191,7 +66208,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &406 + schema: &407 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -66289,7 +66306,7 @@ paths: - string - 'null' format: date-time - head_commit: *405 + head_commit: *406 latest_check_runs_count: type: integer check_runs_url: @@ -66317,7 +66334,7 @@ paths: - check_runs_url - pull_requests examples: - default: &407 + default: &408 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -66608,9 +66625,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66629,8 +66646,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -66939,9 +66956,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *324 - *325 - - &408 + - *326 + - &409 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66953,9 +66970,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66978,17 +66995,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *324 - *325 - - *408 - - &461 + - *326 + - *409 + - &462 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &462 + - &463 name: status description: Returns check runs with the specified `status`. in: query @@ -67027,9 +67044,9 @@ paths: type: integer check_runs: type: array - items: *402 + items: *403 examples: - default: &463 + default: &464 value: total_count: 1 check_runs: @@ -67131,9 +67148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *324 - *325 - - *408 + - *326 + - *409 responses: '201': description: Response @@ -67166,21 +67183,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *324 - *325 - - *409 + - *326 - *410 + - *411 - *19 - *17 - - &427 + - &428 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: *411 - - &428 + schema: *412 + - &429 name: pr description: The number of the pull request for the results you want to list. in: query @@ -67205,13 +67222,13 @@ paths: be returned. in: query required: false - schema: *412 + schema: *413 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *413 + schema: *414 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -67235,7 +67252,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: *414 + instances_url: *415 state: *179 fixed_at: *175 dismissed_by: @@ -67243,11 +67260,11 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: *415 - dismissed_comment: *416 - rule: *417 - tool: *418 - most_recent_instance: *419 + dismissed_reason: *416 + dismissed_comment: *417 + rule: *418 + tool: *419 + most_recent_instance: *420 dismissal_approved_by: anyOf: - type: 'null' @@ -67370,7 +67387,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &420 + '403': &421 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -67397,9 +67414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *324 - *325 - - &421 + - *326 + - &422 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -67413,7 +67430,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 type: object properties: number: *170 @@ -67421,7 +67438,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: *414 + instances_url: *415 state: *179 fixed_at: *175 dismissed_by: @@ -67429,8 +67446,8 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: *415 - dismissed_comment: *416 + dismissed_reason: *416 + dismissed_comment: *417 rule: type: object properties: @@ -67492,8 +67509,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *418 - most_recent_instance: *419 + tool: *419 + most_recent_instance: *420 dismissal_approved_by: anyOf: - type: 'null' @@ -67589,7 +67606,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -67609,9 +67626,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: true content: @@ -67626,8 +67643,8 @@ paths: enum: - open - dismissed - dismissed_reason: *415 - dismissed_comment: *416 + dismissed_reason: *416 + dismissed_comment: *417 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67655,7 +67672,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -67731,7 +67748,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &426 + '403': &427 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -67758,15 +67775,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: - - *324 - *325 - - *421 + - *326 + - *422 responses: '200': description: Response content: application/json: - schema: &423 + schema: &424 type: object properties: status: @@ -67793,13 +67810,13 @@ paths: - description - started_at examples: - default: &424 + default: &425 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &425 + '400': &426 description: Bad Request content: application/json: @@ -67810,7 +67827,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': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -67835,29 +67852,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: - - *324 - *325 - - *421 + - *326 + - *422 responses: '200': description: OK content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '202': description: Accepted content: application/json: - schema: *423 + schema: *424 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *425 + '400': *426 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67889,9 +67906,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: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: false content: @@ -67937,8 +67954,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *425 - '403': *426 + '400': *426 + '403': *427 '404': *6 '422': description: Unprocessable Entity @@ -67962,13 +67979,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 - *19 - *17 - - *427 - *428 + - *429 responses: '200': description: Response @@ -67979,10 +67996,10 @@ paths: items: type: object properties: - ref: *411 - analysis_key: *429 - environment: *430 - category: *431 + ref: *412 + analysis_key: *430 + environment: *431 + category: *432 state: type: - string @@ -67999,7 +68016,7 @@ paths: properties: text: type: string - location: *432 + location: *433 html_url: type: string classifications: @@ -68007,7 +68024,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *433 + items: *434 examples: default: value: @@ -68044,7 +68061,7 @@ paths: end_column: 50 classifications: - source - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68078,25 +68095,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *324 - *325 - - *409 + - *326 - *410 + - *411 - *19 - *17 - - *428 + - *429 - 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: *411 + schema: *412 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &434 + schema: &435 type: string description: An identifier for the upload. examples: @@ -68118,23 +68135,23 @@ paths: application/json: schema: type: array - items: &435 + items: &436 type: object properties: - ref: *411 - commit_sha: &443 + ref: *412 + commit_sha: &444 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: *429 + analysis_key: *430 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *431 + category: *432 error: type: string examples: @@ -68159,8 +68176,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *434 - tool: *418 + sarif_id: *435 + tool: *419 deletable: type: boolean warning: @@ -68222,7 +68239,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68258,8 +68275,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: - - *324 - *325 + - *326 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -68272,7 +68289,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: response: summary: application/json response @@ -68326,7 +68343,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *420 + '403': *421 '404': *6 '422': description: Response if analysis could not be processed @@ -68413,8 +68430,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: - - *324 - *325 + - *326 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -68470,7 +68487,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': *426 + '403': *427 '404': *6 '503': *113 x-github: @@ -68492,8 +68509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -68501,7 +68518,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: CodeQL Database description: A CodeQL database. type: object @@ -68613,7 +68630,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': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68642,8 +68659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *324 - *325 + - *326 - name: language in: path description: The language of the CodeQL database. @@ -68655,7 +68672,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -68687,9 +68704,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': &468 + '302': &469 description: Found - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68711,8 +68728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *324 - *325 + - *326 - name: language in: path description: The language of the CodeQL database. @@ -68722,7 +68739,7 @@ paths: responses: '204': description: Response - '403': *426 + '403': *427 '404': *6 '503': *113 x-github: @@ -68750,8 +68767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -68760,7 +68777,7 @@ paths: type: object additionalProperties: false properties: - language: &437 + language: &438 type: string description: The language targeted by the CodeQL query enum: @@ -68840,7 +68857,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &441 + schema: &442 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68850,7 +68867,7 @@ paths: description: The ID of the variant analysis. controller_repo: *64 actor: *4 - query_language: *437 + query_language: *438 query_pack_url: type: string description: The download url for the query pack. @@ -68898,7 +68915,7 @@ paths: items: type: object properties: - repository: &438 + repository: &439 title: Repository Identifier description: Repository Identifier type: object @@ -68940,7 +68957,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &442 + analysis_status: &443 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68972,7 +68989,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &439 + access_mismatch_repos: &440 type: object properties: repository_count: @@ -68987,7 +69004,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: *438 + items: *439 required: - repository_count - repositories @@ -69010,8 +69027,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *439 - over_limit_repos: *439 + no_codeql_db_repos: *440 + over_limit_repos: *440 required: - access_mismatch_repos - not_found_repos @@ -69027,7 +69044,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &440 + value: &441 summary: Default response value: id: 1 @@ -69173,10 +69190,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *440 + value: *441 repository_lists: summary: Response for a successful variant analysis submission - value: *440 + value: *441 '404': *6 '422': description: Unable to process variant analysis submission @@ -69204,8 +69221,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: - - *324 - *325 + - *326 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -69217,9 +69234,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *440 + default: *441 '404': *6 '503': *113 x-github: @@ -69242,7 +69259,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: - - *324 + - *325 - name: repo in: path description: The name of the controller repository. @@ -69277,7 +69294,7 @@ paths: type: object properties: repository: *64 - analysis_status: *442 + analysis_status: *443 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -69402,8 +69419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -69496,7 +69513,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -69517,8 +69534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -69612,7 +69629,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *426 + '403': *427 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -69683,8 +69700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -69692,7 +69709,7 @@ paths: schema: type: object properties: - commit_sha: *443 + commit_sha: *444 ref: type: string description: |- @@ -69752,7 +69769,7 @@ paths: schema: type: object properties: - id: *434 + id: *435 url: type: string description: The REST API URL for checking the status of the upload. @@ -69766,7 +69783,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': *426 + '403': *427 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -69789,8 +69806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *324 - *325 + - *326 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69838,7 +69855,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': *420 + '403': *421 '404': description: Not Found if the sarif id does not match any upload '503': *113 @@ -69863,8 +69880,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: - - *324 - *325 + - *326 responses: '200': description: Response @@ -69945,8 +69962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *324 - *325 + - *326 - 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 @@ -70074,8 +70091,8 @@ paths: parameters: - *17 - *19 - - *324 - *325 + - *326 responses: '200': description: Response @@ -70091,7 +70108,7 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: default: value: @@ -70389,8 +70406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -70454,17 +70471,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '400': *14 '401': *23 '403': *27 @@ -70493,8 +70510,8 @@ paths: parameters: - *17 - *19 - - *324 - *325 + - *326 responses: '200': description: Response @@ -70558,8 +70575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *324 - *325 + - *326 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -70596,9 +70613,9 @@ paths: type: integer machines: type: array - items: *445 + items: *446 examples: - default: &654 + default: &655 value: total_count: 2 machines: @@ -70638,8 +70655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *324 - *325 + - *326 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70726,8 +70743,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: - - *324 - *325 + - *326 - 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 @@ -70796,8 +70813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -70815,7 +70832,7 @@ paths: type: integer secrets: type: array - items: &449 + items: &450 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70836,7 +70853,7 @@ paths: - created_at - updated_at examples: - default: *446 + default: *447 headers: Link: *65 x-github: @@ -70859,16 +70876,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70888,17 +70905,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70918,8 +70935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -70972,8 +70989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -71002,8 +71019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *324 - *325 + - *326 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -71041,7 +71058,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Collaborator description: Collaborator type: object @@ -71234,8 +71251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 responses: '204': @@ -71282,8 +71299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 requestBody: required: false @@ -71310,7 +71327,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &518 + schema: &519 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -71538,8 +71555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 responses: '204': @@ -71571,8 +71588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *324 - *325 + - *326 - *69 responses: '200': @@ -71593,7 +71610,7 @@ paths: user: anyOf: - type: 'null' - - *451 + - *452 required: - permission - role_name @@ -71647,8 +71664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -71658,7 +71675,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Commit Comment description: Commit Comment type: object @@ -71716,7 +71733,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71775,17 +71792,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: &458 + default: &459 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71842,8 +71859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -71866,7 +71883,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -71917,8 +71934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -71940,8 +71957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -71968,7 +71985,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -72012,7 +72029,7 @@ paths: - content - created_at examples: - default: &521 + default: &522 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72057,8 +72074,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -72091,9 +72108,9 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72122,9 +72139,9 @@ paths: description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -72146,10 +72163,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - &522 + - &523 name: reaction_id description: The unique identifier of the reaction. in: path @@ -72204,8 +72221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *324 - *325 + - *326 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -72261,9 +72278,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72357,9 +72374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *324 - *325 - - &456 + - *326 + - &457 name: commit_sha description: The SHA of the commit. in: path @@ -72431,9 +72448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *324 - *325 - - *456 + - *326 + - *457 - *17 - *19 responses: @@ -72443,9 +72460,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *457 + default: *458 headers: Link: *65 x-github: @@ -72473,9 +72490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *324 - *325 - - *456 + - *326 + - *457 requestBody: required: true content: @@ -72510,9 +72527,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *458 + default: *459 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72540,9 +72557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *324 - *325 - - *456 + - *326 + - *457 - *17 - *19 responses: @@ -72552,9 +72569,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: &560 + default: &561 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73091,11 +73108,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *324 - *325 + - *326 - *19 - *17 - - &460 + - &461 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)" @@ -73110,9 +73127,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73225,11 +73242,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *324 - *325 - - *460 + - *326 - *461 - *462 + - *463 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -73263,9 +73280,9 @@ paths: type: integer check_runs: type: array - items: *402 + items: *403 examples: - default: *463 + default: *464 headers: Link: *65 x-github: @@ -73290,9 +73307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -73300,7 +73317,7 @@ paths: schema: type: integer example: 1 - - *461 + - *462 - *17 - *19 responses: @@ -73318,7 +73335,7 @@ paths: type: integer check_suites: type: array - items: *406 + items: *407 examples: default: value: @@ -73518,9 +73535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - *17 - *19 responses: @@ -73722,9 +73739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - *17 - *19 responses: @@ -73734,7 +73751,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Status description: The status of a commit. type: object @@ -73815,7 +73832,7 @@ paths: site_admin: false headers: Link: *65 - '301': *328 + '301': *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73843,8 +73860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -73877,11 +73894,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *464 + - *465 code_of_conduct_file: anyOf: - type: 'null' - - &465 + - &466 title: Community Health File type: object properties: @@ -73901,19 +73918,19 @@ paths: contributing: anyOf: - type: 'null' - - *465 + - *466 readme: anyOf: - type: 'null' - - *465 + - *466 issue_template: anyOf: - type: 'null' - - *465 + - *466 pull_request_template: anyOf: - type: 'null' - - *465 + - *466 required: - code_of_conduct - code_of_conduct_file @@ -74042,8 +74059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *324 - *325 + - *326 - *19 - *17 - name: basehead @@ -74091,8 +74108,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *455 - merge_base_commit: *455 + base_commit: *456 + merge_base_commit: *456 status: type: string enum: @@ -74116,10 +74133,10 @@ paths: - 6 commits: type: array - items: *455 + items: *456 files: type: array - items: *466 + items: *467 required: - url - html_url @@ -74405,8 +74422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -74576,7 +74593,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &467 + response-if-content-is-a-file-github-object: &468 summary: Response if content is a file value: type: file @@ -74713,7 +74730,7 @@ paths: - size - type - url - - &573 + - &574 title: Content File description: Content File type: object @@ -74931,7 +74948,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *467 + response-if-content-is-a-file: *468 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -75000,7 +75017,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *468 + '302': *469 '304': *35 x-github: githubCloudOnly: false @@ -75023,8 +75040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -75119,7 +75136,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: File Commit description: File Commit type: object @@ -75275,7 +75292,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: example-for-creating-a-file: value: @@ -75329,7 +75346,7 @@ paths: schema: oneOf: - *3 - - &500 + - &501 description: Repository rule violation was detected type: object properties: @@ -75350,7 +75367,7 @@ paths: items: type: object properties: - placeholder_id: &625 + placeholder_id: &626 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75382,8 +75399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -75444,7 +75461,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -75499,8 +75516,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *324 - *325 + - *326 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75624,23 +75641,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *324 - *325 + - *326 - *189 - *190 - *191 - *192 + - *193 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *193 - - *470 - *194 + - *471 - *195 - *196 + - *197 - *59 - *45 - *46 @@ -75652,7 +75670,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 type: object description: A Dependabot alert. properties: @@ -75703,7 +75721,7 @@ paths: - transitive - inconclusive - - security_advisory: *471 + security_advisory: *472 security_vulnerability: *63 url: *173 html_url: *174 @@ -75734,8 +75752,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *472 - dismissal_request: *473 + auto_dismissed_at: *473 + dismissal_request: *474 assignees: type: array description: The users assigned to this alert. @@ -75990,9 +76008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *324 - *325 - - &475 + - *326 + - &476 name: alert_number in: path description: |- @@ -76007,7 +76025,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -76139,9 +76157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *324 - *325 - - *475 + - *326 + - *476 requestBody: required: true content: @@ -76197,7 +76215,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -76327,8 +76345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -76346,7 +76364,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76400,16 +76418,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76429,15 +76447,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default: value: @@ -76463,8 +76481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -76517,8 +76535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -76541,8 +76559,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: - - *324 - *325 + - *326 - 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 @@ -76716,8 +76734,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: - - *324 - *325 + - *326 responses: '200': description: Response @@ -76977,8 +76995,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -77061,7 +77079,7 @@ paths: - version - url additionalProperties: false - metadata: &479 + metadata: &480 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77100,7 +77118,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *479 + metadata: *480 resolved: type: object description: A collection of resolved package dependencies. @@ -77114,7 +77132,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *479 + metadata: *480 relationship: type: string description: A notation of whether a dependency is requested @@ -77247,8 +77265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *324 - *325 + - *326 - name: sha description: The SHA recorded at creation time. in: query @@ -77289,9 +77307,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *481 + default: *482 headers: Link: *65 x-github: @@ -77357,8 +77375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -77440,7 +77458,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: simple-example: summary: Simple example @@ -77513,9 +77531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *324 - *325 - - &482 + - *326 + - &483 name: deployment_id description: deployment_id parameter in: path @@ -77527,7 +77545,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -77592,9 +77610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *324 - *325 - - *482 + - *326 + - *483 responses: '204': description: Response @@ -77616,9 +77634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *324 - *325 - - *482 + - *326 + - *483 - *17 - *19 responses: @@ -77628,7 +77646,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Deployment Status description: The status of a deployment. type: object @@ -77792,9 +77810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *324 - *325 - - *482 + - *326 + - *483 requestBody: required: true content: @@ -77869,9 +77887,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77927,9 +77945,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *324 - *325 - - *482 + - *326 + - *483 - name: status_id in: path required: true @@ -77940,9 +77958,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77967,8 +77985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -78025,8 +78043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -78044,7 +78062,7 @@ paths: - 5 environments: type: array - items: &486 + items: &487 title: Environment description: Details of a deployment environment type: object @@ -78106,7 +78124,7 @@ paths: type: string examples: - wait_timer - wait_timer: &488 + wait_timer: &489 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78148,7 +78166,7 @@ paths: items: type: object properties: - type: *485 + type: *486 reviewer: anyOf: - *4 @@ -78175,7 +78193,7 @@ paths: - id - node_id - type - deployment_branch_policy: &489 + deployment_branch_policy: &490 type: - object - 'null' @@ -78292,9 +78310,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *324 - *325 - - &487 + - *326 + - &488 name: environment_name in: path required: true @@ -78307,9 +78325,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &490 + default: &491 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78393,9 +78411,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: false content: @@ -78405,7 +78423,7 @@ paths: - object - 'null' properties: - wait_timer: *488 + wait_timer: *489 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78424,14 +78442,14 @@ paths: items: type: object properties: - type: *485 + type: *486 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *489 + deployment_branch_policy: *490 additionalProperties: false examples: default: @@ -78451,9 +78469,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *490 + default: *491 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78477,9 +78495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *324 - *325 - - *487 + - *326 + - *488 responses: '204': description: Default response @@ -78504,9 +78522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *17 - *19 responses: @@ -78525,7 +78543,7 @@ paths: - 2 branch_policies: type: array - items: &491 + items: &492 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78586,9 +78604,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: true content: @@ -78636,9 +78654,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - example-wildcard: &492 + example-wildcard: &493 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78680,10 +78698,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - &493 + - *326 + - *488 + - &494 name: branch_policy_id in: path required: true @@ -78695,9 +78713,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78716,10 +78734,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - *493 + - *326 + - *488 + - *494 requestBody: required: true content: @@ -78748,9 +78766,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78769,10 +78787,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - *493 + - *326 + - *488 + - *494 responses: '204': description: Response @@ -78797,9 +78815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *487 + - *488 + - *326 - *325 - - *324 responses: '200': description: List of deployment protection rules @@ -78816,7 +78834,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &494 + items: &495 title: Deployment protection rule description: Deployment protection rule type: object @@ -78838,7 +78856,7 @@ paths: for the environment. examples: - true - app: &495 + app: &496 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78941,9 +78959,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: - - *487 + - *488 + - *326 - *325 - - *324 requestBody: content: application/json: @@ -78964,9 +78982,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *494 + schema: *495 examples: - default: &496 + default: &497 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -79001,9 +79019,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: - - *487 + - *488 + - *326 - *325 - - *324 - *19 - *17 responses: @@ -79023,7 +79041,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *495 + items: *496 examples: default: value: @@ -79058,10 +79076,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *324 - *325 - - *487 - - &497 + - *326 + - *488 + - &498 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79073,9 +79091,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *496 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79096,10 +79114,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *487 + - *488 + - *326 - *325 - - *324 - - *497 + - *498 responses: '204': description: Response @@ -79125,9 +79143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *17 - *19 responses: @@ -79145,9 +79163,9 @@ paths: type: integer secrets: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 headers: Link: *65 x-github: @@ -79172,17 +79190,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *324 - *325 - - *487 + - *326 + - *488 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79204,18 +79222,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79237,9 +79255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 requestBody: required: true @@ -79297,9 +79315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 responses: '204': @@ -79325,10 +79343,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *324 - *325 - - *487 - - *340 + - *326 + - *488 + - *341 - *19 responses: '200': @@ -79345,9 +79363,9 @@ paths: type: integer variables: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *65 x-github: @@ -79370,9 +79388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: true content: @@ -79424,18 +79442,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *163 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79456,10 +79474,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *324 - *325 + - *326 - *163 - - *487 + - *488 requestBody: required: true content: @@ -79501,10 +79519,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *324 - *325 + - *326 - *163 - - *487 + - *488 responses: '204': description: Response @@ -79526,8 +79544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -79595,8 +79613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *324 - *325 + - *326 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79755,8 +79773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -79789,9 +79807,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 '400': *14 '422': *15 '403': *27 @@ -79812,8 +79830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -79873,7 +79891,7 @@ paths: schema: oneOf: - *121 - - *500 + - *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79898,8 +79916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *324 - *325 + - *326 - name: file_sha in: path required: true @@ -79999,8 +80017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80109,7 +80127,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80336,15 +80354,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *324 - *325 - - *456 + - *326 + - *457 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -80400,9 +80418,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *324 - *325 - - &502 + - *326 + - &503 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. @@ -80419,7 +80437,7 @@ paths: application/json: schema: type: array - items: &503 + items: &504 title: Git Reference description: Git references within a repository type: object @@ -80495,17 +80513,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &504 + default: &505 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80534,8 +80552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80564,9 +80582,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80592,9 +80610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 requestBody: required: true content: @@ -80623,9 +80641,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '422': *15 '409': *52 x-github: @@ -80643,9 +80661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 responses: '204': description: Response @@ -80700,8 +80718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80768,7 +80786,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: Git Tag description: Metadata for a Git tag type: object @@ -80824,7 +80842,7 @@ paths: - sha - type - url - verification: *505 + verification: *506 required: - sha - url @@ -80834,7 +80852,7 @@ paths: - tag - message examples: - default: &507 + default: &508 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80907,8 +80925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *324 - *325 + - *326 - name: tag_sha in: path required: true @@ -80919,9 +80937,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '404': *6 '409': *52 x-github: @@ -80945,8 +80963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -81020,7 +81038,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81122,8 +81140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *324 - *325 + - *326 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -81146,7 +81164,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default-response: summary: Default response @@ -81205,8 +81223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -81216,7 +81234,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Webhook description: Webhooks for repositories. type: object @@ -81279,7 +81297,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &741 + last_response: &742 title: Hook Response type: object properties: @@ -81356,8 +81374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -81410,9 +81428,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: Repository id: 12345678 @@ -81460,17 +81478,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -81490,9 +81508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 requestBody: required: true content: @@ -81537,9 +81555,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '422': *15 '404': *6 x-github: @@ -81560,9 +81578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -81586,9 +81604,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '200': description: Response @@ -81615,9 +81633,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *324 - *325 - - *202 + - *326 + - *203 requestBody: required: false content: @@ -81661,12 +81679,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *324 - *325 - - *202 - - *17 + - *326 - *203 + - *17 - *204 + - *205 responses: '200': description: Response @@ -81674,9 +81692,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '400': *14 '422': *15 x-github: @@ -81695,18 +81713,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '422': *15 x-github: @@ -81725,9 +81743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 - *16 responses: '202': *37 @@ -81750,9 +81768,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -81777,9 +81795,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -81802,8 +81820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response if immutable releases are enabled @@ -81851,8 +81869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *324 - *325 + - *326 responses: '204': *183 '409': *52 @@ -81872,8 +81890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *324 - *325 + - *326 responses: '204': *183 '409': *52 @@ -81930,14 +81948,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &511 + schema: &512 title: Import description: A repository import from an external source. type: object @@ -82044,7 +82062,7 @@ paths: - html_url - authors_url examples: - default: &514 + default: &515 value: vcs: subversion use_lfs: true @@ -82060,7 +82078,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': &512 + '503': &513 description: Unavailable due to service under maintenance. content: application/json: @@ -82089,8 +82107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -82138,7 +82156,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -82163,7 +82181,7 @@ paths: type: string '422': *15 '404': *6 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82191,8 +82209,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -82244,7 +82262,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: example-1: summary: Example 1 @@ -82292,7 +82310,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': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82315,12 +82333,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *324 - *325 + - *326 responses: '204': description: Response - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82346,9 +82364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *324 - *325 - - &675 + - *326 + - &676 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82362,7 +82380,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Porter Author description: Porter Author type: object @@ -82416,7 +82434,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': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82441,8 +82459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *324 - *325 + - *326 - name: author_id in: path required: true @@ -82472,7 +82490,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -82485,7 +82503,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82509,8 +82527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -82551,7 +82569,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82579,8 +82597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -82607,11 +82625,11 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *514 + default: *515 '422': *15 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82634,8 +82652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -82643,8 +82661,8 @@ paths: application/json: schema: *20 examples: - default: *515 - '301': *328 + default: *516 + '301': *329 '404': *6 x-github: githubCloudOnly: false @@ -82664,8 +82682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -82673,12 +82691,12 @@ paths: application/json: schema: anyOf: - - *221 + - *222 - type: object properties: {} additionalProperties: false examples: - default: &517 + default: &518 value: limit: collaborators_only origin: repository @@ -82703,13 +82721,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *516 + schema: *517 examples: default: summary: Example request body @@ -82721,9 +82739,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *517 + default: *518 '409': description: Response x-github: @@ -82745,8 +82763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -82769,8 +82787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -82780,9 +82798,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: &668 + default: &669 value: - id: 1 repository: @@ -82913,9 +82931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *324 - *325 - - *225 + - *326 + - *226 requestBody: required: false content: @@ -82944,7 +82962,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -83075,9 +83093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *324 - *325 - - *225 + - *326 + - *226 responses: '204': description: Response @@ -83108,8 +83126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *324 - *325 + - *326 - 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 @@ -83157,7 +83175,7 @@ paths: required: false schema: type: string - - *232 + - *233 - name: sort description: What to sort results by. in: query @@ -83182,7 +83200,7 @@ paths: type: array items: *81 examples: - default: &527 + default: &528 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83331,7 +83349,7 @@ paths: state_reason: completed headers: Link: *65 - '301': *328 + '301': *329 '422': *15 '404': *6 x-github: @@ -83360,8 +83378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -83453,7 +83471,7 @@ paths: application/json: schema: *81 examples: - default: &524 + default: &525 value: id: 1 node_id: MDU6SXNzdWUx @@ -83610,7 +83628,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *519 + '410': *520 x-github: triggersNotification: true githubCloudOnly: false @@ -83638,8 +83656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *324 - *325 + - *326 - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -83662,7 +83680,7 @@ paths: type: array items: *82 examples: - default: &526 + default: &527 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83720,8 +83738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': @@ -83730,7 +83748,7 @@ paths: application/json: schema: *82 examples: - default: &520 + default: &521 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83785,8 +83803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -83811,7 +83829,7 @@ paths: application/json: schema: *82 examples: - default: *520 + default: *521 '422': *15 x-github: githubCloudOnly: false @@ -83829,8 +83847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -83859,8 +83877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': @@ -83923,7 +83941,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -83940,8 +83958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -83949,7 +83967,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 '503': *113 x-github: githubCloudOnly: false @@ -83967,8 +83985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -83995,9 +84013,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -84018,8 +84036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -84052,16 +84070,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -84083,10 +84101,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - *522 + - *523 responses: '204': description: Response @@ -84106,8 +84124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -84117,7 +84135,7 @@ paths: application/json: schema: type: array - items: &523 + items: &524 title: Issue Event description: Issue Event type: object @@ -84457,8 +84475,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *324 - *325 + - *326 - name: event_id in: path required: true @@ -84469,7 +84487,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -84662,7 +84680,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *519 + '410': *520 '403': *27 x-github: githubCloudOnly: false @@ -84696,9 +84714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *324 - *325 - - &525 + - *326 + - &526 name: issue_number description: The number that identifies the issue. in: path @@ -84714,7 +84732,7 @@ paths: examples: default: summary: Issue - value: *524 + value: *525 pinned_comment: summary: Issue with pinned comment value: @@ -84913,9 +84931,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 '304': *35 x-github: githubCloudOnly: false @@ -84940,9 +84958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -85083,13 +85101,13 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 '422': *15 '503': *113 '403': *27 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85107,9 +85125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -85137,7 +85155,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85153,9 +85171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: content: application/json: @@ -85182,7 +85200,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85204,9 +85222,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: - - *324 - *325 - - *525 + - *326 + - *526 - name: assignee in: path required: true @@ -85246,9 +85264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *86 - *17 - *19 @@ -85261,11 +85279,11 @@ paths: type: array items: *82 examples: - default: *526 + default: *527 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85294,9 +85312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -85320,14 +85338,14 @@ paths: application/json: schema: *82 examples: - default: *520 + default: *521 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -85355,9 +85373,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85369,12 +85387,12 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85402,9 +85420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -85428,15 +85446,15 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *328 + '301': *329 '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -85467,9 +85485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -85483,13 +85501,13 @@ paths: application/json: schema: *81 examples: - default: *524 - '301': *328 + default: *525 + '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 x-github: triggersNotification: true githubCloudOnly: false @@ -85515,9 +85533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85529,12 +85547,12 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85551,9 +85569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85567,7 +85585,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &530 + - &531 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -85616,7 +85634,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &532 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85744,7 +85762,7 @@ paths: - performed_via_github_app - assignee - assigner - - &532 + - &533 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85790,7 +85808,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &534 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85836,7 +85854,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85885,7 +85903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &536 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85927,7 +85945,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &537 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85969,7 +85987,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &538 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -86025,7 +86043,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &539 title: Locked Issue Event description: Locked Issue Event type: object @@ -86070,7 +86088,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &540 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -86131,7 +86149,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -86192,7 +86210,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &542 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -86253,7 +86271,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -86346,7 +86364,7 @@ paths: color: red headers: Link: *65 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86363,9 +86381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86375,9 +86393,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: &639 + default: &640 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -86401,9 +86419,9 @@ paths: value: '2025-12-25' headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86420,9 +86438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86434,7 +86452,7 @@ paths: type: array items: *80 examples: - default: &529 + default: &530 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86452,9 +86470,9 @@ paths: default: false headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86470,9 +86488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -86517,10 +86535,10 @@ paths: type: array items: *80 examples: - default: *529 - '301': *328 + default: *530 + '301': *329 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -86537,9 +86555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -86601,10 +86619,10 @@ paths: type: array items: *80 examples: - default: *529 - '301': *328 + default: *530 + '301': *329 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -86621,15 +86639,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '204': description: Response - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86648,9 +86666,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - name: name in: path required: true @@ -86674,9 +86692,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86696,9 +86714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -86727,7 +86745,7 @@ paths: '204': description: Response '403': *27 - '410': *519 + '410': *520 '404': *6 '422': *15 x-github: @@ -86745,9 +86763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '204': description: Response @@ -86777,9 +86795,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '200': description: Response @@ -86787,10 +86805,10 @@ paths: application/json: schema: *81 examples: - default: *524 - '301': *328 + default: *525 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86807,9 +86825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - 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. @@ -86835,13 +86853,13 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86859,9 +86877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86893,16 +86911,16 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -86924,10 +86942,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *324 - *325 - - *525 - - *522 + - *326 + - *526 + - *523 responses: '204': description: Response @@ -86956,9 +86974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86982,7 +87000,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -87015,9 +87033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -87029,11 +87047,11 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87061,9 +87079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -87092,14 +87110,14 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -87119,9 +87137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -87154,7 +87172,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 '403': *27 '404': *6 '422': *7 @@ -87176,9 +87194,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -87193,7 +87211,6 @@ paths: description: Timeline Event type: object anyOf: - - *530 - *531 - *532 - *533 @@ -87206,6 +87223,7 @@ paths: - *540 - *541 - *542 + - *543 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -87262,7 +87280,7 @@ paths: pin: anyOf: - type: 'null' - - *543 + - *544 required: - event - actor @@ -87538,7 +87556,7 @@ paths: type: string comments: type: array - items: &562 + items: &563 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -87779,7 +87797,7 @@ paths: type: string comments: type: array - items: *452 + items: *453 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -88054,7 +88072,7 @@ paths: headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88071,8 +88089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -88082,7 +88100,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -88150,8 +88168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88187,9 +88205,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: id: 1 key: ssh-rsa AAA... @@ -88223,9 +88241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *324 - *325 - - &546 + - *326 + - &547 name: key_id description: The unique identifier of the key. in: path @@ -88237,9 +88255,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 x-github: githubCloudOnly: false @@ -88257,9 +88275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *324 - *325 - - *546 + - *326 + - *547 responses: '204': description: Response @@ -88279,8 +88297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -88292,7 +88310,7 @@ paths: type: array items: *80 examples: - default: *529 + default: *530 headers: Link: *65 '404': *6 @@ -88313,8 +88331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88352,7 +88370,7 @@ paths: application/json: schema: *80 examples: - default: &547 + default: &548 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -88384,8 +88402,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -88398,7 +88416,7 @@ paths: application/json: schema: *80 examples: - default: *547 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -88415,8 +88433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -88481,8 +88499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -88508,8 +88526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -88548,9 +88566,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *324 - *325 - - *427 + - *326 + - *428 responses: '200': description: Response @@ -88697,8 +88715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88763,8 +88781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88798,9 +88816,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *455 + schema: *456 examples: - default: *548 + default: *549 '204': description: Response when already merged '404': @@ -88825,8 +88843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *324 - *325 + - *326 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88867,7 +88885,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -88923,8 +88941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88964,9 +88982,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &549 + default: &550 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -89025,9 +89043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *324 - *325 - - &550 + - *326 + - &551 name: milestone_number description: The number that identifies the milestone. in: path @@ -89039,9 +89057,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -89058,9 +89076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 requestBody: required: false content: @@ -89098,9 +89116,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89116,9 +89134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 responses: '204': description: Response @@ -89139,9 +89157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 - *17 - *19 responses: @@ -89153,7 +89171,7 @@ paths: type: array items: *80 examples: - default: *529 + default: *530 headers: Link: *65 x-github: @@ -89172,12 +89190,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *324 - *325 - - *551 + - *326 - *552 - - *86 - *553 + - *86 + - *554 - *17 - *19 responses: @@ -89189,7 +89207,7 @@ paths: type: array items: *106 examples: - default: *554 + default: *555 headers: Link: *65 x-github: @@ -89213,8 +89231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -89272,14 +89290,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &555 + schema: &556 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -89423,7 +89441,7 @@ paths: - custom_404 - public examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -89464,8 +89482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89520,9 +89538,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '422': *15 '409': *52 x-github: @@ -89545,8 +89563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89646,8 +89664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -89673,8 +89691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -89684,7 +89702,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Page Build description: Page Build type: object @@ -89776,8 +89794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -89824,16 +89842,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89881,8 +89899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *324 - *325 + - *326 - name: build_id in: path required: true @@ -89893,9 +89911,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89915,8 +89933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90024,9 +90042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *324 - *325 - - &559 + - *326 + - &560 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -90084,9 +90102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *324 - *325 - - *559 + - *326 + - *560 responses: '204': *183 '404': *6 @@ -90113,8 +90131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -90409,8 +90427,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: - - *324 - *325 + - *326 responses: '200': description: Private vulnerability reporting status @@ -90447,8 +90465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': *183 '422': *14 @@ -90469,8 +90487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': *183 '422': *14 @@ -90492,8 +90510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -90501,7 +90519,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -90532,8 +90550,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90545,7 +90563,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *279 + items: *280 required: - properties examples: @@ -90595,8 +90613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *324 - *325 + - *326 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -90656,9 +90674,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: *560 + default: *561 headers: Link: *65 '304': *35 @@ -90690,8 +90708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90758,7 +90776,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90887,7 +90905,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 active_lock_reason: type: - string @@ -90936,7 +90954,7 @@ paths: items: *4 requested_teams: type: array - items: *244 + items: *245 head: type: object properties: @@ -90974,14 +90992,14 @@ paths: _links: type: object properties: - comments: *266 - commits: *266 - statuses: *266 - html: *266 - issue: *266 - review_comments: *266 - review_comment: *266 - self: *266 + comments: *267 + commits: *267 + statuses: *267 + html: *267 + issue: *267 + review_comments: *267 + review_comment: *267 + self: *267 required: - comments - commits @@ -90992,7 +91010,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *561 + auto_merge: *562 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -91094,7 +91112,7 @@ paths: - merged_by - review_comments examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91621,8 +91639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *324 - *325 + - *326 - name: sort in: query required: false @@ -91651,9 +91669,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: &567 + default: &568 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91730,17 +91748,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &563 + default: &564 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91815,8 +91833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -91839,9 +91857,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91857,8 +91875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -91880,8 +91898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -91908,9 +91926,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -91931,8 +91949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -91965,16 +91983,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -91996,10 +92014,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - *522 + - *523 responses: '204': description: Response @@ -92042,9 +92060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *324 - *325 - - &566 + - *326 + - &567 name: pull_number description: The number that identifies the pull request. in: path @@ -92057,9 +92075,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 '304': *35 '404': *6 '406': @@ -92094,9 +92112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -92138,9 +92156,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 '422': *15 '403': *27 x-github: @@ -92162,9 +92180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -92225,17 +92243,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -92265,9 +92283,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -92288,9 +92306,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *567 + default: *568 headers: Link: *65 x-github: @@ -92323,9 +92341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -92431,7 +92449,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: example-for-a-multi-line-comment: value: @@ -92519,9 +92537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *95 requestBody: required: true @@ -92544,7 +92562,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -92630,9 +92648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -92642,9 +92660,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *568 + default: *569 headers: Link: *65 x-github: @@ -92674,9 +92692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -92686,7 +92704,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -92724,9 +92742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *324 - *325 - - *566 + - *326 + - *567 responses: '204': description: Response if pull request has been merged @@ -92749,9 +92767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -92863,9 +92881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 responses: '200': description: Response @@ -92940,9 +92958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -92979,7 +92997,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -93515,9 +93533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -93551,7 +93569,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -94056,9 +94074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -94068,7 +94086,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -94224,9 +94242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -94316,9 +94334,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94381,10 +94399,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - &570 + - *326 + - *567 + - &571 name: review_id description: The unique identifier of the review. in: path @@ -94396,9 +94414,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &572 + default: &573 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94457,10 +94475,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -94483,7 +94501,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -94545,18 +94563,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 '422': *7 '404': *6 x-github: @@ -94583,10 +94601,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 - *17 - *19 responses: @@ -94684,9 +94702,9 @@ paths: _links: type: object properties: - self: *266 - html: *266 - pull_request: *266 + self: *267 + html: *267 + pull_request: *267 required: - self - html @@ -94844,10 +94862,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -94876,7 +94894,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -94939,10 +94957,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -94977,9 +94995,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 + default: *573 '404': *6 '422': *7 '403': *27 @@ -95001,9 +95019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -95067,8 +95085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *324 - *325 + - *326 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -95081,9 +95099,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: type: file encoding: base64 @@ -95125,8 +95143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *324 - *325 + - *326 - name: dir description: The alternate path to look for a README file in: path @@ -95146,9 +95164,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '422': *15 x-github: @@ -95170,8 +95188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -95181,7 +95199,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -95275,8 +95293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -95352,9 +95370,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &579 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95459,9 +95477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *324 - *325 - - &577 + - *326 + - &578 name: asset_id description: The unique identifier of the asset. in: path @@ -95473,9 +95491,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &578 + default: &579 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 @@ -95510,7 +95528,7 @@ paths: type: User site_admin: false '404': *6 - '302': *468 + '302': *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95526,9 +95544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *324 - *325 - - *577 + - *326 + - *578 requestBody: required: false content: @@ -95557,9 +95575,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95575,9 +95593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *324 - *325 - - *577 + - *326 + - *578 responses: '204': description: Response @@ -95602,8 +95620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -95689,16 +95707,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -95716,8 +95734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *324 - *325 + - *326 - name: tag description: tag parameter in: path @@ -95730,9 +95748,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -95754,9 +95772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *324 - *325 - - &580 + - *326 + - &581 name: release_id description: The unique identifier of the release. in: path @@ -95770,9 +95788,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: *575 + schema: *576 examples: - default: *579 + default: *580 '401': description: Unauthorized x-github: @@ -95790,9 +95808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 requestBody: required: false content: @@ -95856,9 +95874,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': description: Not Found if the discussion category name is invalid content: @@ -95879,9 +95897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 responses: '204': description: Response @@ -95902,9 +95920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *324 - *325 - - *580 + - *326 + - *581 - *17 - *19 responses: @@ -95914,7 +95932,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -95995,9 +96013,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: - - *324 - *325 - - *580 + - *326 + - *581 - name: name in: query required: true @@ -96023,7 +96041,7 @@ paths: description: Response for successful upload content: application/json: - schema: *576 + schema: *577 examples: response-for-successful-upload: value: @@ -96078,9 +96096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 - 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. @@ -96104,9 +96122,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -96127,9 +96145,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 requestBody: required: true content: @@ -96159,16 +96177,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -96190,10 +96208,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *324 - *325 - - *580 - - *522 + - *326 + - *581 + - *523 responses: '204': description: Response @@ -96217,9 +96235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 - *17 - *19 responses: @@ -96235,8 +96253,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *286 - - &581 + - *287 + - &582 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -96255,69 +96273,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *287 - - *581 - allOf: - *288 - - *581 + - *582 - allOf: - *289 - - *581 - - allOf: - *582 - - *581 - allOf: - *290 - - *581 + - *582 + - allOf: + - *583 + - *582 - allOf: - *291 - - *581 + - *582 - allOf: - *292 - - *581 + - *582 - allOf: - *293 - - *581 + - *582 - allOf: - *294 - - *581 + - *582 - allOf: - *295 - - *581 + - *582 - allOf: - *296 - - *581 + - *582 - allOf: - *297 - - *581 + - *582 - allOf: - *298 - - *581 + - *582 - allOf: - *299 - - *581 + - *582 - allOf: - *300 - - *581 + - *582 - allOf: - *301 - - *581 + - *582 - allOf: - *302 - - *581 + - *582 - allOf: - *303 - - *581 + - *582 - allOf: - *304 - - *581 + - *582 - allOf: - *305 - - *581 + - *582 - allOf: - *306 - - *581 + - *582 + - allOf: + - *307 + - *582 examples: default: value: @@ -96356,8 +96374,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - *17 - *19 - name: includes_parents @@ -96368,7 +96386,7 @@ paths: schema: type: boolean default: true - - *583 + - *584 responses: '200': description: Response @@ -96376,7 +96394,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -96423,8 +96441,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 requestBody: description: Request body required: true @@ -96444,16 +96462,16 @@ paths: - tag - push default: branch - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *281 + items: *285 + conditions: *282 rules: type: array description: An array of rules within the ruleset. - items: *584 + items: *585 required: - name - enforcement @@ -96484,9 +96502,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &594 + default: &595 value: id: 42 name: super cool ruleset @@ -96534,12 +96552,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *324 - *325 - - *585 + - *326 - *586 - *587 - *588 + - *589 - *17 - *19 responses: @@ -96547,9 +96565,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 '500': *53 x-github: @@ -96570,17 +96588,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *324 - *325 - - *591 + - *326 + - *592 responses: '200': description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 '500': *53 x-github: @@ -96608,8 +96626,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96629,9 +96647,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *594 + default: *595 '404': *6 '500': *53 put: @@ -96649,8 +96667,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96675,16 +96693,16 @@ paths: - branch - tag - push - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *281 + items: *285 + conditions: *282 rules: description: An array of rules within the ruleset. type: array - items: *584 + items: *585 examples: default: value: @@ -96712,9 +96730,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *594 + default: *595 '404': *6 '422': *15 '500': *53 @@ -96733,8 +96751,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96757,8 +96775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *324 - *325 + - *326 - *17 - *19 - name: ruleset_id @@ -96774,9 +96792,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *595 + default: *596 '404': *6 '500': *53 x-github: @@ -96795,8 +96813,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96814,7 +96832,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -96869,22 +96887,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *324 - *325 - - *597 + - *326 - *598 - *599 - *600 - *601 + - *602 - *59 - *19 - *17 - - *602 - *603 - *604 - *605 - *606 - *607 + - *608 responses: '200': description: Response @@ -96892,7 +96910,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 type: object properties: number: *170 @@ -96908,8 +96926,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *608 - resolution: *609 + state: *609 + resolution: *610 resolved_at: type: - string @@ -97003,7 +97021,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *610 + - *611 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97162,16 +97180,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 - - *607 + - *326 + - *422 + - *608 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -97225,9 +97243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: true content: @@ -97235,8 +97253,8 @@ paths: schema: type: object properties: - state: *608 - resolution: *609 + state: *609 + resolution: *610 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -97274,7 +97292,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -97369,9 +97387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 - *19 - *17 responses: @@ -97382,7 +97400,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &761 + items: &762 type: object properties: type: @@ -97409,7 +97427,6 @@ paths: - commit details: oneOf: - - *612 - *613 - *614 - *615 @@ -97422,6 +97439,7 @@ paths: - *622 - *623 - *624 + - *625 examples: default: value: @@ -97507,8 +97525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -97516,14 +97534,14 @@ paths: schema: type: object properties: - reason: &626 + reason: &627 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *625 + placeholder_id: *626 required: - reason - placeholder_id @@ -97540,7 +97558,7 @@ paths: schema: type: object properties: - reason: *626 + reason: *627 expire_at: type: - string @@ -97587,8 +97605,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: - - *324 - *325 + - *326 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -97603,7 +97621,7 @@ paths: properties: incremental_scans: type: array - items: &627 + items: &628 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97631,15 +97649,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *627 + items: *628 backfill_scans: type: array - items: *627 + items: *628 custom_pattern_backfill_scans: type: array items: allOf: - - *627 + - *628 - type: object properties: pattern_name: @@ -97709,8 +97727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *324 - *325 + - *326 - *59 - name: sort description: The property to sort the results by. @@ -97754,9 +97772,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 '400': *14 '404': *6 x-github: @@ -97779,8 +97797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -97860,7 +97878,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 required: - login - type @@ -97950,9 +97968,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: &631 + default: &632 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98185,8 +98203,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -98299,7 +98317,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -98446,17 +98464,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *324 - *325 - - *630 + - *326 + - *631 responses: '200': description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *631 + default: *632 '403': *27 '404': *6 x-github: @@ -98480,9 +98498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *324 - *325 - - *630 + - *326 + - *631 requestBody: required: true content: @@ -98562,7 +98580,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 required: - login - type @@ -98653,10 +98671,10 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *631 - add_credit: *631 + default: *632 + add_credit: *632 '403': *27 '404': *6 '422': @@ -98694,9 +98712,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: - - *324 - *325 - - *630 + - *326 + - *631 responses: '202': *37 '400': *14 @@ -98723,17 +98741,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *324 - *325 - - *630 + - *326 + - *631 responses: '202': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 '400': *14 '422': *15 '403': *27 @@ -98759,8 +98777,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -98856,8 +98874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98866,7 +98884,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98899,8 +98917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -98978,8 +98996,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -99073,8 +99091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *324 - *325 + - *326 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -99228,8 +99246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *324 - *325 + - *326 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -99239,7 +99257,7 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: default: value: @@ -99272,8 +99290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *324 - *325 + - *326 - name: sha in: path required: true @@ -99329,7 +99347,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -99383,8 +99401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -99416,14 +99434,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *324 - *325 + - *326 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &634 + schema: &635 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99496,8 +99514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -99523,7 +99541,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -99550,8 +99568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -99571,8 +99589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -99654,8 +99672,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *324 - *325 + - *326 - name: ref in: path required: true @@ -99691,8 +99709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -99704,7 +99722,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 headers: Link: *65 '404': *6 @@ -99724,8 +99742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *324 - *325 + - *326 - *19 - *17 responses: @@ -99733,7 +99751,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99745,7 +99763,7 @@ paths: required: - names examples: - default: &636 + default: &637 value: names: - octocat @@ -99768,8 +99786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -99800,9 +99818,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '422': *7 x-github: @@ -99823,9 +99841,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *324 - *325 - - &637 + - *326 + - &638 name: per description: The time frame to display results for. in: query @@ -99856,7 +99874,7 @@ paths: - 128 clones: type: array - items: &638 + items: &639 title: Traffic type: object properties: @@ -99943,8 +99961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -100038,8 +100056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -100102,9 +100120,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *324 - *325 - - *637 + - *326 + - *638 responses: '200': description: Response @@ -100125,7 +100143,7 @@ paths: - 3782 views: type: array - items: *638 + items: *639 required: - uniques - count @@ -100202,8 +100220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -100477,8 +100495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -100501,8 +100519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -100524,8 +100542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -100551,8 +100569,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *324 - *325 + - *326 - name: ref in: path required: true @@ -100644,9 +100662,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100794,7 +100812,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *525 + - *526 requestBody: required: true content: @@ -100860,9 +100878,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *528 + items: *529 examples: - default: *639 + default: *640 '400': *14 '403': *27 '404': *6 @@ -100899,7 +100917,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *525 + - *526 requestBody: required: true content: @@ -100966,9 +100984,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *528 + items: *529 examples: - default: *639 + default: *640 '400': *14 '403': *27 '404': *6 @@ -101000,8 +101018,8 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *525 - - *228 + - *526 + - *229 responses: '204': description: Issue field value deleted successfully @@ -101141,7 +101159,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &640 + text_matches: &641 title: Search Result Text Matches type: array items: @@ -101304,7 +101322,7 @@ paths: enum: - author-date - committer-date - - &641 + - &642 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 @@ -101373,7 +101391,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 comment_count: type: integer message: @@ -101392,7 +101410,7 @@ paths: url: type: string format: uri - verification: *505 + verification: *506 required: - author - committer @@ -101407,7 +101425,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 parents: type: array items: @@ -101424,7 +101442,7 @@ paths: type: number node_id: type: string - text_matches: *640 + text_matches: *641 required: - sha - node_id @@ -101616,7 +101634,7 @@ paths: - interactions - created - updated - - *641 + - *642 - *17 - *19 - name: advanced_search @@ -101730,11 +101748,11 @@ paths: type: - string - 'null' - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: type: string state_reason: @@ -101748,7 +101766,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 comments: type: integer created_at: @@ -101762,7 +101780,7 @@ paths: - string - 'null' format: date-time - text_matches: *640 + text_matches: *641 pull_request: type: object properties: @@ -101811,7 +101829,7 @@ paths: timeline_url: type: string format: uri - type: *229 + type: *230 performed_via_github_app: anyOf: - type: 'null' @@ -102028,7 +102046,7 @@ paths: enum: - created - updated - - *641 + - *642 - *17 - *19 responses: @@ -102073,7 +102091,7 @@ paths: - 'null' score: type: number - text_matches: *640 + text_matches: *641 required: - id - node_id @@ -102158,7 +102176,7 @@ paths: - forks - help-wanted-issues - updated - - *641 + - *642 - *17 - *19 responses: @@ -102404,7 +102422,7 @@ paths: - admin - pull - push - text_matches: *640 + text_matches: *641 temp_clone_token: type: string allow_merge_commit: @@ -102712,7 +102730,7 @@ paths: - string - 'null' format: uri - text_matches: *640 + text_matches: *641 related: type: - array @@ -102905,7 +102923,7 @@ paths: - followers - repositories - joined - - *641 + - *642 - *17 - *19 responses: @@ -103015,7 +103033,7 @@ paths: type: - boolean - 'null' - text_matches: *640 + text_matches: *641 blog: type: - string @@ -103097,7 +103115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &644 + - &645 name: team_id description: The unique identifier of the team. in: path @@ -103109,9 +103127,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -103138,7 +103156,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *644 + - *645 requestBody: required: true content: @@ -103202,16 +103220,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '201': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 '422': *15 '403': *27 @@ -103239,7 +103257,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *644 + - *645 responses: '204': description: Response @@ -103268,7 +103286,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -103278,9 +103296,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 x-github: @@ -103306,7 +103324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *644 + - *645 - name: role description: Filters members returned by their role in the team. in: query @@ -103357,7 +103375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -103394,7 +103412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -103434,7 +103452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -103471,16 +103489,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 responses: '200': description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-user-is-a-team-maintainer: *645 + response-if-user-is-a-team-maintainer: *646 '404': *6 x-github: githubCloudOnly: false @@ -103513,7 +103531,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 requestBody: required: false @@ -103539,9 +103557,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *646 + response-if-users-membership-with-team-is-now-pending: *647 '403': description: Forbidden if team synchronization is set up '422': @@ -103575,7 +103593,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -103603,7 +103621,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -103615,7 +103633,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 '404': *6 @@ -103645,15 +103663,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *647 + schema: *648 examples: alternative-response-with-extra-repository-information: value: @@ -103804,9 +103822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 requestBody: required: false content: @@ -103856,9 +103874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 responses: '204': description: Response @@ -103883,7 +103901,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -103895,7 +103913,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *648 + response-if-child-teams-exist: *649 headers: Link: *65 '404': *6 @@ -103928,7 +103946,7 @@ paths: application/json: schema: oneOf: - - &650 + - &651 title: Private User description: Private User type: object @@ -104178,7 +104196,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *649 + - *650 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104338,7 +104356,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -104541,9 +104559,9 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '304': *35 '500': *53 '401': *23 @@ -104682,17 +104700,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -104736,7 +104754,7 @@ paths: type: integer secrets: type: array - items: &651 + items: &652 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104778,7 +104796,7 @@ paths: - visibility - selected_repositories_url examples: - default: *446 + default: *447 headers: Link: *65 x-github: @@ -104856,7 +104874,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -105146,15 +105164,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '304': *35 '500': *53 '401': *23 @@ -105180,7 +105198,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 requestBody: required: false content: @@ -105210,9 +105228,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -105234,7 +105252,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '202': *37 '304': *35 @@ -105263,13 +105281,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '202': description: Response content: application/json: - schema: &652 + schema: &653 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105322,7 +105340,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &653 + default: &654 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105354,7 +105372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *236 + - *237 - name: export_id in: path required: true @@ -105367,9 +105385,9 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 x-github: githubCloudOnly: false @@ -105390,7 +105408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *236 + - *237 responses: '200': description: Response @@ -105406,9 +105424,9 @@ paths: type: integer machines: type: array - items: *445 + items: *446 examples: - default: *654 + default: *655 '304': *35 '500': *53 '401': *23 @@ -105437,7 +105455,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *236 + - *237 requestBody: required: true content: @@ -105493,11 +105511,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *327 + repository: *328 machine: anyOf: - type: 'null' - - *445 + - *446 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106294,15 +106312,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '304': *35 '500': *53 '400': *14 @@ -106334,15 +106352,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '500': *53 '401': *23 '403': *27 @@ -106372,9 +106390,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: &665 + default: &666 value: - id: 197 name: hello_docker @@ -106475,7 +106493,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Email description: Email type: object @@ -106545,9 +106563,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: &667 + default: &668 value: - email: octocat@github.com verified: true @@ -106624,7 +106642,7 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: default: value: @@ -106882,7 +106900,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: GPG Key description: A unique encryption key type: object @@ -107027,7 +107045,7 @@ paths: - subkeys - revoked examples: - default: &683 + default: &684 value: - id: 3 name: Octocat's GPG Key @@ -107112,9 +107130,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &657 + default: &658 value: id: 3 name: Octocat's GPG Key @@ -107171,7 +107189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &658 + - &659 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107183,9 +107201,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '304': *35 '403': *27 @@ -107208,7 +107226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *658 + - *659 responses: '204': description: Response @@ -107487,12 +107505,12 @@ paths: application/json: schema: anyOf: - - *221 + - *222 - type: object properties: {} additionalProperties: false examples: - default: *222 + default: *223 '204': description: Response when there are no restrictions x-github: @@ -107516,7 +107534,7 @@ paths: required: true content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -107527,7 +107545,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -107608,7 +107626,7 @@ paths: - closed - all default: open - - *232 + - *233 - name: sort description: What to sort results by. in: query @@ -107633,7 +107651,7 @@ paths: type: array items: *81 examples: - default: *233 + default: *234 headers: Link: *65 '404': *6 @@ -107666,7 +107684,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Key description: Key type: object @@ -107769,9 +107787,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107804,15 +107822,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *546 + - *547 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '304': *35 '403': *27 @@ -107835,7 +107853,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *546 + - *547 responses: '204': description: Response @@ -107868,7 +107886,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107947,7 +107965,7 @@ paths: - account - plan examples: - default: &662 + default: &663 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108009,9 +108027,9 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: - default: *662 + default: *663 headers: Link: *65 '304': *35 @@ -108051,7 +108069,7 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: default: value: @@ -108165,7 +108183,7 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: default: value: @@ -108252,7 +108270,7 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: default: value: @@ -108324,7 +108342,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -108586,7 +108604,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -108766,7 +108784,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *241 + - *242 - name: exclude in: query required: false @@ -108779,7 +108797,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -108973,7 +108991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *241 + - *242 responses: '302': description: Response @@ -108999,7 +109017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *241 + - *242 responses: '204': description: Response @@ -109028,8 +109046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *241 - - *663 + - *242 + - *664 responses: '204': description: Response @@ -109053,7 +109071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *241 + - *242 - *17 - *19 responses: @@ -109065,7 +109083,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 '404': *6 @@ -109144,7 +109162,7 @@ paths: - docker - nuget - container - - *664 + - *665 - *19 - *17 responses: @@ -109154,10 +109172,10 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *665 - '400': *666 + default: *666 + '400': *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109177,16 +109195,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &684 + default: &685 value: id: 40201 name: octo-name @@ -109299,8 +109317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 responses: '204': description: Response @@ -109330,8 +109348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 - name: token description: package token schema: @@ -109363,8 +109381,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: - - *248 - *249 + - *250 - *19 - *17 - name: state @@ -109384,7 +109402,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -109433,15 +109451,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -109477,9 +109495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '204': description: Response @@ -109509,9 +109527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '204': description: Response @@ -109548,9 +109566,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *667 + default: *668 headers: Link: *65 '304': *35 @@ -109663,7 +109681,7 @@ paths: type: array items: *77 examples: - default: &674 + default: &675 summary: Default response value: - id: 1296269 @@ -109981,9 +109999,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110021,9 +110039,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: *668 + default: *669 headers: Link: *65 '304': *35 @@ -110046,7 +110064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *225 + - *226 responses: '204': description: Response @@ -110069,7 +110087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *225 + - *226 responses: '204': description: Response @@ -110102,7 +110120,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Social account description: Social media account type: object @@ -110119,7 +110137,7 @@ paths: - provider - url examples: - default: &670 + default: &671 value: - provider: twitter url: https://twitter.com/github @@ -110182,9 +110200,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 '422': *15 '304': *35 '404': *6 @@ -110272,7 +110290,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110292,7 +110310,7 @@ paths: - title - created_at examples: - default: &702 + default: &703 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110357,9 +110375,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: &672 + default: &673 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110389,7 +110407,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: - - &673 + - &674 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110401,9 +110419,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *672 + default: *673 '404': *6 '304': *35 '403': *27 @@ -110426,7 +110444,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: - - *673 + - *674 responses: '204': description: Response @@ -110455,7 +110473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &703 + - &704 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 @@ -110480,11 +110498,11 @@ paths: type: array items: *77 examples: - default-response: *674 + default-response: *675 application/vnd.github.v3.star+json: schema: type: array - items: &704 + items: &705 title: Starred Repository description: Starred Repository type: object @@ -110640,8 +110658,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: - - *324 - *325 + - *326 responses: '204': description: Response if this repository is starred by you @@ -110669,8 +110687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -110694,8 +110712,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -110730,7 +110748,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 '304': *35 @@ -110767,7 +110785,7 @@ paths: application/json: schema: type: array - items: *320 + items: *321 examples: default: value: @@ -110853,10 +110871,10 @@ paths: application/json: schema: oneOf: + - *651 - *650 - - *649 examples: - default-response: &678 + default-response: &679 summary: Default response value: login: octocat @@ -110891,7 +110909,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &679 + response-with-git-hub-plan-information: &680 summary: Response with GitHub plan information value: login: octocat @@ -110948,14 +110966,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &676 + - &677 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *264 + - *265 requestBody: required: true description: Details of the draft item to create in the project. @@ -110989,9 +111007,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - draft_issue: *270 + draft_issue: *271 '304': *35 '403': *27 '401': *23 @@ -111014,7 +111032,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *675 + - *676 - *17 responses: '200': @@ -111049,8 +111067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *676 - - *264 + - *677 + - *265 requestBody: required: true content: @@ -111124,17 +111142,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *677 + schema: *678 examples: table_view: summary: Response for creating a table view - value: *274 + value: *275 board_view: summary: Response for creating a board view with filter - value: *274 + value: *275 roadmap_view: summary: Response for creating a roadmap view - value: *274 + value: *275 '304': *35 '403': *27 '401': *23 @@ -111176,11 +111194,11 @@ paths: application/json: schema: oneOf: + - *651 - *650 - - *649 examples: - default-response: *678 - response-with-git-hub-plan-information: *679 + default-response: *679 + response-with-git-hub-plan-information: *680 '404': *6 x-github: githubCloudOnly: false @@ -111230,8 +111248,8 @@ paths: required: - subject_digests examples: - default: *680 - withPredicateType: *681 + default: *681 + withPredicateType: *682 responses: '200': description: Response @@ -111285,7 +111303,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111490,7 +111508,7 @@ paths: initiator: type: string examples: - default: *385 + default: *386 '201': description: Response content: @@ -111529,9 +111547,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *665 + default: *666 '403': *27 '401': *23 x-github: @@ -111915,9 +111933,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *683 + default: *684 headers: Link: *65 x-github: @@ -112021,7 +112039,7 @@ paths: application/json: schema: *20 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112146,7 +112164,7 @@ paths: - docker - nuget - container - - *664 + - *665 - *69 - *19 - *17 @@ -112157,12 +112175,12 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *665 + default: *666 '403': *27 '401': *23 - '400': *666 + '400': *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112182,17 +112200,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112213,8 +112231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 responses: '204': @@ -112247,8 +112265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 - name: token description: package token @@ -112281,8 +112299,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: - - *248 - *249 + - *250 - *69 responses: '200': @@ -112291,7 +112309,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -112349,16 +112367,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 - *69 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -112393,10 +112411,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *248 - *249 + - *250 - *69 - - *251 + - *252 responses: '204': description: Response @@ -112428,10 +112446,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *248 - *249 + - *250 - *69 - - *251 + - *252 responses: '204': description: Response @@ -112472,9 +112490,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -112496,16 +112514,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *264 + - *265 - *69 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -112527,7 +112545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *264 + - *265 - *69 - *17 - *45 @@ -112539,9 +112557,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *685 + default: *686 headers: Link: *65 '304': *35 @@ -112563,7 +112581,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *69 - - *264 + - *265 requestBody: required: true content: @@ -112601,7 +112619,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *686 + items: *687 required: - name - data_type @@ -112617,7 +112635,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *687 + iteration_configuration: *688 required: - name - data_type @@ -112639,20 +112657,20 @@ paths: value: name: Due date data_type: date - single_select_field: *688 - iteration_field: *689 + single_select_field: *689 + iteration_field: *690 responses: '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - text_field: *690 - number_field: *691 - date_field: *692 - single_select_field: *693 - iteration_field: *694 + text_field: *691 + number_field: *692 + date_field: *693 + single_select_field: *694 + iteration_field: *695 '304': *35 '403': *27 '401': *23 @@ -112673,17 +112691,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *264 - - *695 + - *265 + - *696 - *69 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *696 + default: *697 headers: Link: *65 '304': *35 @@ -112706,7 +112724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *264 + - *265 - *69 - *45 - *46 @@ -112739,9 +112757,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -112763,7 +112781,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *69 - - *264 + - *265 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -112833,22 +112851,22 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *270 + value: *271 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *270 + value: *271 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *270 + value: *271 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *270 + value: *271 '304': *35 '403': *27 '401': *23 @@ -112868,9 +112886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *264 + - *265 - *69 - - *273 + - *274 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -112890,9 +112908,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -112913,9 +112931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *264 + - *265 - *69 - - *273 + - *274 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -112988,13 +113006,13 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - text_field: *272 - number_field: *272 - date_field: *272 - single_select_field: *272 - iteration_field: *272 + text_field: *273 + number_field: *273 + date_field: *273 + single_select_field: *273 + iteration_field: *273 '401': *23 '403': *27 '404': *6 @@ -113014,9 +113032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *264 + - *265 - *69 - - *273 + - *274 responses: '204': description: Response @@ -113038,9 +113056,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *264 + - *265 - *69 - - *697 + - *698 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113066,9 +113084,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -113289,7 +113307,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -113315,7 +113333,7 @@ paths: - *115 - *117 - *116 - - *698 + - *699 - *118 responses: '200': @@ -113446,7 +113464,7 @@ paths: parameters: - *69 - *115 - - *699 + - *700 - *116 responses: '200': @@ -113545,9 +113563,9 @@ paths: - *115 - *117 - *116 - - *700 - - *118 - *701 + - *118 + - *702 responses: '200': description: Response when getting a billing usage summary @@ -113681,9 +113699,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 headers: Link: *65 x-github: @@ -113713,9 +113731,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *702 + default: *703 headers: Link: *65 x-github: @@ -113740,7 +113758,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *703 + - *704 - *59 - *17 - *19 @@ -113752,11 +113770,11 @@ paths: schema: anyOf: - type: array - items: *704 + items: *705 - type: array items: *77 examples: - default-response: *674 + default-response: *675 headers: Link: *65 x-github: @@ -113787,7 +113805,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -113916,7 +113934,7 @@ webhooks: type: string enum: - disabled - enterprise: &705 + enterprise: &706 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113985,7 +114003,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &706 + installation: &707 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114006,7 +114024,7 @@ webhooks: required: - id - node_id - organization: &707 + organization: &708 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114079,7 +114097,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &708 + repository: &709 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115005,10 +115023,10 @@ webhooks: type: string enum: - enabled - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -115084,11 +115102,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: &709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: &710 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) @@ -115311,11 +115329,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: *709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: *710 sender: *4 required: - action @@ -115503,11 +115521,11 @@ webhooks: - everyone required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: *709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: *710 sender: *4 required: - action @@ -115591,7 +115609,7 @@ webhooks: type: string enum: - completed - check_run: &711 + check_run: &712 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115701,7 +115719,7 @@ webhooks: - examples: - neutral - deployment: *710 + deployment: *711 details_url: type: string examples: @@ -115799,10 +115817,10 @@ webhooks: - output - app - pull_requests - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -116193,11 +116211,11 @@ webhooks: type: string enum: - created - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -116591,11 +116609,11 @@ webhooks: type: string enum: - requested_action - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 requested_action: description: The action requested by the user. type: object @@ -116998,11 +117016,11 @@ webhooks: type: string enum: - rerequested - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -117987,10 +118005,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -118694,10 +118712,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -119395,10 +119413,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -119567,7 +119585,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119719,20 +119737,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &712 + commit_oid: &713 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: *705 - installation: *706 - organization: *707 - ref: &713 + enterprise: *706 + installation: *707 + organization: *708 + ref: &714 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: *708 + repository: *709 sender: *4 required: - action @@ -119899,7 +119917,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120140,12 +120158,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -120243,7 +120261,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120428,12 +120446,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -120602,7 +120620,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120779,12 +120797,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -120885,7 +120903,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121074,9 +121092,9 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121084,7 +121102,7 @@ webhooks: type: - string - 'null' - repository: *708 + repository: *709 sender: *4 required: - action @@ -121183,7 +121201,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121330,12 +121348,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -121504,7 +121522,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -121656,10 +121674,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -121919,10 +121937,10 @@ webhooks: - updated_at - author_association - body - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -122003,18 +122021,18 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *707 - pusher_type: &714 + organization: *708 + pusher_type: &715 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &715 + ref: &716 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122024,7 +122042,7 @@ webhooks: enum: - tag - branch - repository: *708 + repository: *709 sender: *4 required: - ref @@ -122106,10 +122124,10 @@ webhooks: type: string enum: - created - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -122194,9 +122212,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -122273,10 +122291,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -122353,10 +122371,10 @@ webhooks: type: string enum: - updated - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -122433,19 +122451,19 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - repository: *708 - organization: *707 + enterprise: *706 + installation: *707 + repository: *709 + organization: *708 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *279 + items: *280 old_property_values: type: array description: The old custom property values for the repository. - items: *279 + items: *280 required: - action - repository @@ -122521,18 +122539,18 @@ webhooks: title: delete event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - pusher_type: *714 - ref: *715 + enterprise: *706 + installation: *707 + organization: *708 + pusher_type: *715 + ref: *716 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *708 + repository: *709 sender: *4 required: - ref @@ -122612,11 +122630,11 @@ webhooks: type: string enum: - assignees_changed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122696,11 +122714,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122781,11 +122799,11 @@ webhooks: type: string enum: - auto_reopened - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122866,11 +122884,11 @@ webhooks: type: string enum: - created - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122949,11 +122967,11 @@ webhooks: type: string enum: - dismissed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123032,11 +123050,11 @@ webhooks: type: string enum: - fixed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123116,11 +123134,11 @@ webhooks: type: string enum: - reintroduced - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123199,11 +123217,11 @@ webhooks: type: string enum: - reopened - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123280,9 +123298,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - key: &716 + enterprise: *706 + installation: *707 + key: &717 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123320,8 +123338,8 @@ webhooks: - verified - created_at - read_only - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -123398,11 +123416,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - key: *716 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + key: *717 + organization: *708 + repository: *709 sender: *4 required: - action @@ -123969,12 +123987,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: &720 + workflow: &721 title: Workflow type: - object @@ -124725,13 +124743,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *480 + - *481 pull_requests: type: array - items: *564 - repository: *708 - organization: *707 - installation: *706 + items: *565 + repository: *709 + organization: *708 + installation: *707 sender: *4 responses: '200': @@ -124802,7 +124820,7 @@ webhooks: type: string enum: - approved - approver: &717 + approver: &718 type: object properties: avatar_url: @@ -124845,11 +124863,11 @@ webhooks: type: string comment: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - reviewers: &718 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + reviewers: &719 type: array items: type: object @@ -124930,7 +124948,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &719 + workflow_job_run: &720 type: object properties: conclusion: @@ -125676,18 +125694,18 @@ webhooks: type: string enum: - rejected - approver: *717 + approver: *718 comment: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - reviewers: *718 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + reviewers: *719 sender: *4 since: type: string - workflow_job_run: *719 + workflow_job_run: *720 workflow_job_runs: type: array items: @@ -126404,13 +126422,13 @@ webhooks: type: string enum: - requested - enterprise: *705 + enterprise: *706 environment: type: string - installation: *706 - organization: *707 - repository: *708 - requestor: &725 + installation: *707 + organization: *708 + repository: *709 + requestor: &726 title: User type: - object @@ -128343,12 +128361,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Deployment Workflow Run type: @@ -129039,7 +129057,7 @@ webhooks: type: string enum: - answered - answer: &723 + answer: &724 type: object properties: author_association: @@ -129199,11 +129217,11 @@ webhooks: - created_at - updated_at - body - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129330,11 +129348,11 @@ webhooks: - from required: - category - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129417,11 +129435,11 @@ webhooks: type: string enum: - closed - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129503,7 +129521,7 @@ webhooks: type: string enum: - created - comment: &722 + comment: &723 type: object properties: author_association: @@ -129663,11 +129681,11 @@ webhooks: - updated_at - body - reactions - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129750,12 +129768,12 @@ webhooks: type: string enum: - deleted - comment: *722 - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + comment: *723 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129850,12 +129868,12 @@ webhooks: - from required: - body - comment: *722 - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + comment: *723 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129939,11 +129957,11 @@ webhooks: type: string enum: - created - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130025,11 +130043,11 @@ webhooks: type: string enum: - deleted - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130129,11 +130147,11 @@ webhooks: type: string required: - from - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130215,10 +130233,10 @@ webhooks: type: string enum: - labeled - discussion: *721 - enterprise: *705 - installation: *706 - label: &724 + discussion: *722 + enterprise: *706 + installation: *707 + label: &725 title: Label type: object properties: @@ -130251,8 +130269,8 @@ webhooks: - color - default - description - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130335,11 +130353,11 @@ webhooks: type: string enum: - locked - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130421,11 +130439,11 @@ webhooks: type: string enum: - pinned - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130507,11 +130525,11 @@ webhooks: type: string enum: - reopened - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130596,16 +130614,16 @@ webhooks: changes: type: object properties: - new_discussion: *721 - new_repository: *708 + new_discussion: *722 + new_repository: *709 required: - new_discussion - new_repository - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130688,10 +130706,10 @@ webhooks: type: string enum: - unanswered - discussion: *721 - old_answer: *723 - organization: *707 - repository: *708 + discussion: *722 + old_answer: *724 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130773,12 +130791,12 @@ webhooks: type: string enum: - unlabeled - discussion: *721 - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130861,11 +130879,11 @@ webhooks: type: string enum: - unlocked - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130947,11 +130965,11 @@ webhooks: type: string enum: - unpinned - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131024,7 +131042,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *705 + enterprise: *706 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131702,9 +131720,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - forkee @@ -131850,9 +131868,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pages: description: The pages that were updated. type: array @@ -131890,7 +131908,7 @@ webhooks: - action - sha - html_url - repository: *708 + repository: *709 sender: *4 required: - pages @@ -131966,10 +131984,10 @@ webhooks: type: string enum: - created - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: &726 + organization: *708 + repositories: &727 description: An array of repository objects that the installation can access. type: array @@ -131995,8 +132013,8 @@ webhooks: - name - full_name - private - repository: *708 - requester: *725 + repository: *709 + requester: *726 sender: *4 required: - action @@ -132071,11 +132089,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -132152,11 +132170,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -132233,10 +132251,10 @@ webhooks: type: string enum: - added - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories_added: &727 + organization: *708 + repositories_added: &728 description: An array of repository objects, which were added to the installation. type: array @@ -132282,15 +132300,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *708 - repository_selection: &728 + repository: *709 + repository_selection: &729 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *725 + requester: *726 sender: *4 required: - action @@ -132369,10 +132387,10 @@ webhooks: type: string enum: - removed - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories_added: *727 + organization: *708 + repositories_added: *728 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132399,9 +132417,9 @@ webhooks: - name - full_name - private - repository: *708 - repository_selection: *728 - requester: *725 + repository: *709 + repository_selection: *729 + requester: *726 sender: *4 required: - action @@ -132480,11 +132498,11 @@ webhooks: type: string enum: - suspend - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -132666,10 +132684,10 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 target_type: type: string @@ -132748,11 +132766,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -132918,7 +132936,7 @@ webhooks: pin: anyOf: - type: 'null' - - *543 + - *544 user: title: User type: @@ -133004,8 +133022,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133817,8 +133835,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133835,7 +133853,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -134179,8 +134197,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -134260,7 +134278,7 @@ webhooks: type: string enum: - deleted - comment: &729 + comment: &730 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134417,7 +134435,7 @@ webhooks: pin: anyOf: - type: 'null' - - *543 + - *544 required: - url - html_url @@ -134431,8 +134449,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135240,8 +135258,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135258,7 +135276,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -135604,8 +135622,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -135685,7 +135703,7 @@ webhooks: type: string enum: - edited - changes: &753 + changes: &754 description: The changes to the comment. type: object properties: @@ -135697,9 +135715,9 @@ webhooks: type: string required: - from - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136510,8 +136528,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136528,7 +136546,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -136872,8 +136890,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -136954,9 +136972,9 @@ webhooks: type: string enum: - pinned - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137769,8 +137787,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137787,7 +137805,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -138133,8 +138151,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -138214,9 +138232,9 @@ webhooks: type: string enum: - unpinned - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139029,8 +139047,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139047,7 +139065,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -139393,8 +139411,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139483,9 +139501,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139574,9 +139592,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139664,9 +139682,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139755,9 +139773,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139837,10 +139855,10 @@ webhooks: type: string enum: - assigned - assignee: *725 - enterprise: *705 - installation: *706 - issue: &732 + assignee: *726 + enterprise: *706 + installation: *707 + issue: &733 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140651,11 +140669,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140672,7 +140690,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -140775,8 +140793,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140856,8 +140874,8 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141673,11 +141691,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141694,7 +141712,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -141940,8 +141958,8 @@ webhooks: required: - state - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -142020,8 +142038,8 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142828,11 +142846,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142849,7 +142867,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -142951,8 +142969,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -143031,8 +143049,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143862,11 +143880,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143883,7 +143901,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -143964,7 +143982,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &730 + milestone: &731 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144107,8 +144125,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -144207,8 +144225,8 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145019,11 +145037,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145037,7 +145055,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -145143,9 +145161,9 @@ webhooks: - active_lock_reason - body - reactions - label: *724 - organization: *707 - repository: *708 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -145225,8 +145243,8 @@ webhooks: type: string enum: - labeled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146036,11 +146054,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146054,7 +146072,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -146160,9 +146178,9 @@ webhooks: - active_lock_reason - body - reactions - label: *724 - organization: *707 - repository: *708 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -146242,8 +146260,8 @@ webhooks: type: string enum: - locked - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147078,11 +147096,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147096,7 +147114,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -147179,8 +147197,8 @@ webhooks: format: uri user_view_type: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -147259,8 +147277,8 @@ webhooks: type: string enum: - milestoned - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148089,11 +148107,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148110,7 +148128,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -148190,9 +148208,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *730 - organization: *707 - repository: *708 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -149079,11 +149097,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149183,7 +149201,7 @@ webhooks: required: - login - id - type: *229 + type: *230 required: - id - number @@ -149675,8 +149693,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150483,11 +150501,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150504,7 +150522,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -150610,8 +150628,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -150691,9 +150709,9 @@ webhooks: type: string enum: - pinned - enterprise: *705 - installation: *706 - issue: &731 + enterprise: *706 + installation: *707 + issue: &732 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151498,11 +151516,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151519,7 +151537,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -151621,8 +151639,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -151701,8 +151719,8 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152535,11 +152553,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152636,9 +152654,9 @@ webhooks: format: uri user_view_type: type: string - type: *229 - organization: *707 - repository: *708 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -153526,11 +153544,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153547,7 +153565,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -154140,11 +154158,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *705 - installation: *706 - issue: *731 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *732 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154224,12 +154242,12 @@ webhooks: type: string enum: - typed - enterprise: *705 - installation: *706 - issue: *732 - type: *229 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154310,7 +154328,7 @@ webhooks: type: string enum: - unassigned - assignee: &756 + assignee: &757 title: User type: - object @@ -154382,11 +154400,11 @@ webhooks: required: - login - id - enterprise: *705 - installation: *706 - issue: *732 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154465,12 +154483,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *705 - installation: *706 - issue: *732 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154550,8 +154568,8 @@ webhooks: type: string enum: - unlocked - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155384,11 +155402,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155405,7 +155423,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -155485,8 +155503,8 @@ webhooks: format: uri user_view_type: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155566,11 +155584,11 @@ webhooks: type: string enum: - unpinned - enterprise: *705 - installation: *706 - issue: *731 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *732 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155649,12 +155667,12 @@ webhooks: type: string enum: - untyped - enterprise: *705 - installation: *706 - issue: *732 - type: *229 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155734,11 +155752,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155816,11 +155834,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155930,11 +155948,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156016,9 +156034,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: &733 + enterprise: *706 + installation: *707 + marketplace_purchase: &734 title: Marketplace Purchase type: object required: @@ -156106,8 +156124,8 @@ webhooks: type: integer unit_count: type: integer - organization: *707 - previous_marketplace_purchase: &734 + organization: *708 + previous_marketplace_purchase: &735 title: Marketplace Purchase type: object properties: @@ -156191,7 +156209,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -156271,10 +156289,10 @@ webhooks: - changed effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156362,7 +156380,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -156444,10 +156462,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156533,7 +156551,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -156614,8 +156632,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 marketplace_purchase: title: Marketplace Purchase type: object @@ -156701,9 +156719,9 @@ webhooks: type: integer unit_count: type: integer - organization: *707 - previous_marketplace_purchase: *734 - repository: *708 + organization: *708 + previous_marketplace_purchase: *735 + repository: *709 sender: *4 required: - action @@ -156783,12 +156801,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 - previous_marketplace_purchase: *734 - repository: *708 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 + previous_marketplace_purchase: *735 + repository: *709 sender: *4 required: - action @@ -156890,11 +156908,11 @@ webhooks: type: string required: - to - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156996,11 +157014,11 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157079,11 +157097,11 @@ webhooks: type: string enum: - removed - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157161,11 +157179,11 @@ webhooks: type: string enum: - added - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157243,7 +157261,7 @@ webhooks: required: - login - id - team: &735 + team: &736 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157473,11 +157491,11 @@ webhooks: type: string enum: - removed - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157556,7 +157574,7 @@ webhooks: required: - login - id - team: *735 + team: *736 required: - action - scope @@ -157638,8 +157656,8 @@ webhooks: type: string enum: - checks_requested - installation: *706 - merge_group: &736 + installation: *707 + merge_group: &737 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157658,15 +157676,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *405 + head_commit: *406 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157752,10 +157770,10 @@ webhooks: - merged - invalidated - dequeued - installation: *706 - merge_group: *736 - organization: *707 - repository: *708 + installation: *707 + merge_group: *737 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157828,7 +157846,7 @@ webhooks: type: string enum: - deleted - enterprise: *705 + enterprise: *706 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157937,12 +157955,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *706 - organization: *707 + installation: *707 + organization: *708 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -158022,11 +158040,11 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158105,9 +158123,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - milestone: &737 + enterprise: *706 + installation: *707 + milestone: &738 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158249,8 +158267,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158329,11 +158347,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158443,11 +158461,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158527,11 +158545,11 @@ webhooks: type: string enum: - opened - enterprise: *705 - installation: *706 - milestone: *737 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *738 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158610,11 +158628,11 @@ webhooks: type: string enum: - blocked - blocked_user: *725 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + blocked_user: *726 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158693,11 +158711,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *725 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + blocked_user: *726 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158776,9 +158794,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - membership: &738 + enterprise: *706 + installation: *707 + membership: &739 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158888,8 +158906,8 @@ webhooks: - role - organization_url - user - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158967,11 +158985,11 @@ webhooks: type: string enum: - member_added - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159050,8 +159068,8 @@ webhooks: type: string enum: - member_invited - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159173,10 +159191,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 - user: *725 + user: *726 required: - action - invitation @@ -159254,11 +159272,11 @@ webhooks: type: string enum: - member_removed - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159345,11 +159363,11 @@ webhooks: properties: from: type: string - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159426,9 +159444,9 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 package: description: Information about the package. type: object @@ -159951,7 +159969,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &739 + items: &740 title: Ruby Gems metadata type: object properties: @@ -160048,7 +160066,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -160124,9 +160142,9 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 package: description: Information about the package. type: object @@ -160488,7 +160506,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *739 + items: *740 source_url: type: string format: uri @@ -160559,7 +160577,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -160739,12 +160757,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *705 + enterprise: *706 id: type: integer - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - id @@ -160821,7 +160839,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &740 + personal_access_token_request: &741 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160971,10 +160989,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *705 - organization: *707 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -161051,11 +161069,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *740 - enterprise: *705 - organization: *707 + personal_access_token_request: *741 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -161131,11 +161149,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *740 - enterprise: *705 - organization: *707 + personal_access_token_request: *741 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -161210,11 +161228,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *740 - organization: *707 - enterprise: *705 + personal_access_token_request: *741 + organization: *708 + enterprise: *706 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -161319,7 +161337,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *741 + last_response: *742 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161351,8 +161369,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 zen: description: Random string of GitHub zen. @@ -161597,10 +161615,10 @@ webhooks: - from required: - note - enterprise: *705 - installation: *706 - organization: *707 - project_card: &742 + enterprise: *706 + installation: *707 + organization: *708 + project_card: &743 title: Project Card type: object properties: @@ -161723,7 +161741,7 @@ webhooks: - creator - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -161804,11 +161822,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project_card: *742 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_card: *743 + repository: *709 sender: *4 required: - action @@ -161888,9 +161906,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 project_card: title: Project Card type: object @@ -162020,7 +162038,7 @@ webhooks: repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -162114,11 +162132,11 @@ webhooks: - from required: - note - enterprise: *705 - installation: *706 - organization: *707 - project_card: *742 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_card: *743 + repository: *709 sender: *4 required: - action @@ -162212,9 +162230,9 @@ webhooks: - from required: - column_id - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 project_card: allOf: - title: Project Card @@ -162411,7 +162429,7 @@ webhooks: type: string required: - after_id - repository: *708 + repository: *709 sender: *4 required: - action @@ -162491,10 +162509,10 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - organization: *707 - project: &744 + enterprise: *706 + installation: *707 + organization: *708 + project: &745 title: Project type: object properties: @@ -162621,7 +162639,7 @@ webhooks: - creator - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -162701,10 +162719,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project_column: &743 + enterprise: *706 + installation: *707 + organization: *708 + project_column: &744 title: Project Column type: object properties: @@ -162744,7 +162762,7 @@ webhooks: - name - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -162823,14 +162841,14 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -162919,11 +162937,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 + repository: *709 sender: *4 required: - action @@ -163003,11 +163021,11 @@ webhooks: type: string enum: - moved - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 + repository: *709 sender: *4 required: - action @@ -163087,11 +163105,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -163171,14 +163189,14 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - project: *744 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -163279,11 +163297,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -163362,11 +163380,11 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -163447,9 +163465,9 @@ webhooks: type: string enum: - closed - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163530,9 +163548,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163613,9 +163631,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163736,9 +163754,9 @@ webhooks: type: string to: type: string - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163821,7 +163839,7 @@ webhooks: type: string enum: - archived - changes: &748 + changes: &749 type: object properties: archived_at: @@ -163837,9 +163855,9 @@ webhooks: - string - 'null' format: date-time - installation: *706 - organization: *707 - projects_v2_item: &745 + installation: *707 + organization: *708 + projects_v2_item: &746 title: Projects v2 Item description: An item belonging to a project type: object @@ -163857,7 +163875,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *268 + content_type: *269 creator: *4 created_at: type: string @@ -163979,9 +163997,9 @@ webhooks: - 'null' to: type: string - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164063,9 +164081,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164146,9 +164164,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164253,7 +164271,7 @@ webhooks: oneOf: - type: string - type: integer - - &746 + - &747 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164277,7 +164295,7 @@ webhooks: required: - id - name - - &747 + - &748 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164317,8 +164335,8 @@ webhooks: oneOf: - type: string - type: integer - - *746 - *747 + - *748 type: - 'null' - string @@ -164341,9 +164359,9 @@ webhooks: - 'null' required: - body - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164440,9 +164458,9 @@ webhooks: type: - string - 'null' - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164525,10 +164543,10 @@ webhooks: type: string enum: - restored - changes: *748 - installation: *706 - organization: *707 - projects_v2_item: *745 + changes: *749 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164610,9 +164628,9 @@ webhooks: type: string enum: - reopened - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -164693,9 +164711,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -164776,9 +164794,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -164924,9 +164942,9 @@ webhooks: - string - 'null' format: date - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -164997,10 +165015,10 @@ webhooks: title: public event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - repository @@ -165077,13 +165095,13 @@ webhooks: type: string enum: - assigned - assignee: *725 - enterprise: *705 - installation: *706 - number: &750 + assignee: *726 + enterprise: *706 + installation: *707 + number: &751 description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -167454,7 +167472,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -167536,11 +167554,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -169904,7 +169922,7 @@ webhooks: - draft reason: type: string - repository: *708 + repository: *709 sender: *4 required: - action @@ -169986,11 +170004,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -172354,7 +172372,7 @@ webhooks: - draft reason: type: string - repository: *708 + repository: *709 sender: *4 required: - action @@ -172436,13 +172454,13 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: &751 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: &752 allOf: - - *564 + - *565 - type: object properties: allow_auto_merge: @@ -172504,7 +172522,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *708 + repository: *709 sender: *4 required: - action @@ -172585,12 +172603,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -172670,11 +172688,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *705 - milestone: *265 - number: *750 - organization: *707 - pull_request: &752 + enterprise: *706 + milestone: *266 + number: *751 + organization: *708 + pull_request: &753 title: Pull Request type: object properties: @@ -175023,7 +175041,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -175102,11 +175120,11 @@ webhooks: type: string enum: - dequeued - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -177474,7 +177492,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *708 + repository: *709 sender: *4 required: - action @@ -177598,12 +177616,12 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -177683,11 +177701,11 @@ webhooks: type: string enum: - enqueued - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -180040,7 +180058,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -180120,11 +180138,11 @@ webhooks: type: string enum: - labeled - enterprise: *705 - installation: *706 - label: *724 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + label: *725 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -182494,7 +182512,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -182575,10 +182593,10 @@ webhooks: type: string enum: - locked - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -184946,7 +184964,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -185026,12 +185044,12 @@ webhooks: type: string enum: - milestoned - enterprise: *705 - milestone: *265 - number: *750 - organization: *707 - pull_request: *752 - repository: *708 + enterprise: *706 + milestone: *266 + number: *751 + organization: *708 + pull_request: *753 + repository: *709 sender: *4 required: - action @@ -185110,12 +185128,12 @@ webhooks: type: string enum: - opened - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -185196,12 +185214,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -185281,12 +185299,12 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -185661,9 +185679,9 @@ webhooks: - start_side - side - reactions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -187915,7 +187933,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -187995,7 +188013,7 @@ webhooks: type: string enum: - deleted - comment: &754 + comment: &755 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188288,9 +188306,9 @@ webhooks: - start_side - side - reactions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -190530,7 +190548,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -190610,11 +190628,11 @@ webhooks: type: string enum: - edited - changes: *753 - comment: *754 - enterprise: *705 - installation: *706 - organization: *707 + changes: *754 + comment: *755 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -192857,7 +192875,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -192938,9 +192956,9 @@ webhooks: type: string enum: - dismissed - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -195195,7 +195213,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 review: description: The review that was affected. type: object @@ -195446,9 +195464,9 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -197562,8 +197580,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 - review: &755 + repository: *709 + review: &756 description: The review that was affected. type: object properties: @@ -197801,12 +197819,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -200175,7 +200193,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_reviewer: title: User type: @@ -200261,12 +200279,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -202642,7 +202660,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202837,12 +202855,12 @@ webhooks: type: string enum: - review_requested - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -205213,7 +205231,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_reviewer: title: User type: @@ -205300,12 +205318,12 @@ webhooks: type: string enum: - review_requested - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -207667,7 +207685,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207851,9 +207869,9 @@ webhooks: type: string enum: - submitted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -210111,8 +210129,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 - review: *755 + repository: *709 + review: *756 sender: *4 required: - action @@ -210192,9 +210210,9 @@ webhooks: type: string enum: - resolved - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -212347,7 +212365,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 sender: *4 thread: type: object @@ -212744,9 +212762,9 @@ webhooks: type: string enum: - unresolved - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -214882,7 +214900,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 sender: *4 thread: type: object @@ -215281,10 +215299,10 @@ webhooks: type: string before: type: string - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -217641,7 +217659,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -217723,11 +217741,11 @@ webhooks: type: string enum: - unassigned - assignee: *756 - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + assignee: *757 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -220099,7 +220117,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -220178,11 +220196,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *705 - installation: *706 - label: *724 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + label: *725 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -222543,7 +222561,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -222624,10 +222642,10 @@ webhooks: type: string enum: - unlocked - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -224978,7 +224996,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -225181,7 +225199,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *705 + enterprise: *706 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225276,8 +225294,8 @@ webhooks: - url - author - committer - installation: *706 - organization: *707 + installation: *707 + organization: *708 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225876,9 +225894,9 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 registry_package: type: object properties: @@ -226355,7 +226373,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *739 + items: *740 summary: type: string tag_name: @@ -226411,7 +226429,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -226489,9 +226507,9 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 registry_package: type: object properties: @@ -226803,7 +226821,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *739 + items: *740 summary: type: string tag_name: @@ -226853,7 +226871,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -226930,10 +226948,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - release: &757 + enterprise: *706 + installation: *707 + organization: *708 + release: &758 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227264,7 +227282,7 @@ webhooks: - updated_at - zipball_url - body - repository: *708 + repository: *709 sender: *4 required: - action @@ -227341,11 +227359,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -227462,11 +227480,11 @@ webhooks: type: boolean required: - to - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -227544,9 +227562,9 @@ webhooks: type: string enum: - prereleased - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227882,7 +227900,7 @@ webhooks: - string - 'null' format: uri - repository: *708 + repository: *709 sender: *4 required: - action @@ -227958,10 +227976,10 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - release: &758 + enterprise: *706 + installation: *707 + organization: *708 + release: &759 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228294,7 +228312,7 @@ webhooks: - string - 'null' format: uri - repository: *708 + repository: *709 sender: *4 required: - action @@ -228370,11 +228388,11 @@ webhooks: type: string enum: - released - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -228450,11 +228468,11 @@ webhooks: type: string enum: - unpublished - enterprise: *705 - installation: *706 - organization: *707 - release: *758 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *759 + repository: *709 sender: *4 required: - action @@ -228530,11 +228548,11 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_advisory: *628 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_advisory: *629 sender: *4 required: - action @@ -228610,11 +228628,11 @@ webhooks: type: string enum: - reported - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_advisory: *628 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_advisory: *629 sender: *4 required: - action @@ -228690,10 +228708,10 @@ webhooks: type: string enum: - archived - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228770,10 +228788,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228851,10 +228869,10 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228939,10 +228957,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229057,10 +229075,10 @@ webhooks: - 'null' items: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229132,10 +229150,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 status: type: string @@ -229216,10 +229234,10 @@ webhooks: type: string enum: - privatized - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229296,10 +229314,10 @@ webhooks: type: string enum: - publicized - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229393,10 +229411,10 @@ webhooks: - name required: - repository - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229476,11 +229494,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 sender: *4 required: - action @@ -229558,11 +229576,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 sender: *4 required: - action @@ -229640,11 +229658,11 @@ webhooks: type: string enum: - edited - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 changes: type: object properties: @@ -229663,16 +229681,16 @@ webhooks: properties: added: type: array - items: *281 + items: *282 deleted: type: array - items: *281 + items: *282 updated: type: array items: type: object properties: - condition: *281 + condition: *282 changes: type: object properties: @@ -229705,16 +229723,16 @@ webhooks: properties: added: type: array - items: *584 + items: *585 deleted: type: array - items: *584 + items: *585 updated: type: array items: type: object properties: - rule: *584 + rule: *585 changes: type: object properties: @@ -229951,10 +229969,10 @@ webhooks: - from required: - owner - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230032,10 +230050,10 @@ webhooks: type: string enum: - unarchived - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230113,7 +230131,7 @@ webhooks: type: string enum: - create - alert: &759 + alert: &760 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230238,10 +230256,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230451,10 +230469,10 @@ webhooks: type: string enum: - dismissed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230532,11 +230550,11 @@ webhooks: type: string enum: - reopen - alert: *759 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *760 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230738,10 +230756,10 @@ webhooks: enum: - fixed - open - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230819,7 +230837,7 @@ webhooks: type: string enum: - assigned - alert: &760 + alert: &761 type: object properties: number: *170 @@ -230948,10 +230966,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231029,11 +231047,11 @@ webhooks: type: string enum: - created - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231114,11 +231132,11 @@ webhooks: type: string enum: - created - alert: *760 - installation: *706 - location: *761 - organization: *707 - repository: *708 + alert: *761 + installation: *707 + location: *762 + organization: *708 + repository: *709 sender: *4 required: - location @@ -231356,11 +231374,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231438,11 +231456,11 @@ webhooks: type: string enum: - reopened - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231520,11 +231538,11 @@ webhooks: type: string enum: - resolved - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231602,12 +231620,12 @@ webhooks: type: string enum: - unassigned - alert: *760 + alert: *761 assignee: *4 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231685,11 +231703,11 @@ webhooks: type: string enum: - validated - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231819,10 +231837,10 @@ webhooks: - organization - enterprise - - repository: *708 - enterprise: *705 - installation: *706 - organization: *707 + repository: *709 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -231900,11 +231918,11 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - security_advisory: &762 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + security_advisory: &763 description: The details of the security advisory, including summary, description, and severity. type: object @@ -232090,11 +232108,11 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - security_advisory: *762 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + security_advisory: *763 sender: *4 required: - action @@ -232167,10 +232185,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232356,11 +232374,11 @@ webhooks: from: type: object properties: - security_and_analysis: *280 - enterprise: *705 - installation: *706 - organization: *707 - repository: *327 + security_and_analysis: *281 + enterprise: *706 + installation: *707 + organization: *708 + repository: *328 sender: *4 required: - changes @@ -232438,12 +232456,12 @@ webhooks: type: string enum: - cancelled - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: &763 + sponsorship: &764 type: object properties: created_at: @@ -232748,12 +232766,12 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - sponsorship @@ -232841,12 +232859,12 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -232923,17 +232941,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &764 + effective_date: &765 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: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - sponsorship @@ -233007,7 +233025,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &765 + changes: &766 type: object properties: tier: @@ -233051,13 +233069,13 @@ webhooks: - from required: - tier - effective_date: *764 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + effective_date: *765 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -233134,13 +233152,13 @@ webhooks: type: string enum: - tier_changed - changes: *765 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + changes: *766 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -233214,10 +233232,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233301,10 +233319,10 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233738,15 +233756,15 @@ webhooks: type: - string - 'null' - enterprise: *705 + enterprise: *706 id: description: The unique identifier of the status. type: integer - installation: *706 + installation: *707 name: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 sha: description: The Commit SHA. @@ -233862,9 +233880,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -233954,9 +233972,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -234046,9 +234064,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -234138,9 +234156,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -234217,12 +234235,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234452,9 +234470,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -234924,7 +234942,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -235000,9 +235018,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -235472,7 +235490,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -235549,9 +235567,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -236021,7 +236039,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -236165,9 +236183,9 @@ webhooks: - from required: - permissions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -236637,7 +236655,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - changes @@ -236715,9 +236733,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -237187,7 +237205,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -237263,10 +237281,10 @@ webhooks: type: string enum: - started - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -237339,17 +237357,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *705 + enterprise: *706 inputs: type: - object - 'null' additionalProperties: true - installation: *706 - organization: *707 + installation: *707 + organization: *708 ref: type: string - repository: *708 + repository: *709 sender: *4 workflow: type: string @@ -237431,10 +237449,10 @@ webhooks: type: string enum: - completed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: allOf: @@ -237690,7 +237708,7 @@ webhooks: type: string required: - conclusion - deployment: *480 + deployment: *481 required: - action - repository @@ -237769,10 +237787,10 @@ webhooks: type: string enum: - in_progress - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: allOf: @@ -238054,7 +238072,7 @@ webhooks: required: - status - steps - deployment: *480 + deployment: *481 required: - action - repository @@ -238133,10 +238151,10 @@ webhooks: type: string enum: - queued - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: type: object @@ -238282,7 +238300,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *480 + deployment: *481 required: - action - repository @@ -238361,10 +238379,10 @@ webhooks: type: string enum: - waiting - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: type: object @@ -238511,7 +238529,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *480 + deployment: *481 required: - action - repository @@ -238591,12 +238609,12 @@ webhooks: type: string enum: - completed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object @@ -239615,12 +239633,12 @@ webhooks: type: string enum: - in_progress - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object @@ -240624,12 +240642,12 @@ webhooks: type: string enum: - requested - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index ac4335174f..66515c6206 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -27904,6 +27904,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -28246,6 +28254,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -129138,6 +129155,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -129505,6 +129530,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -373875,6 +373909,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -374225,6 +374267,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -375685,6 +375736,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -376974,6 +377034,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -903259,6 +903328,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -906204,6 +906282,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -909149,6 +909236,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -912094,6 +912190,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -915039,6 +915144,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -917984,6 +918098,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -920929,6 +921052,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -923874,6 +924006,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index a39d850bf1..4fc07f9abe 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -876,7 +876,7 @@ paths: - subscriptions_url - type - url - type: &313 + type: &314 type: string description: The type of credit the user is receiving. enum: @@ -1041,7 +1041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &630 + - &631 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4141,7 +4141,7 @@ paths: schema: type: integer default: 30 - - &203 + - &204 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 @@ -4150,7 +4150,7 @@ paths: required: false schema: type: string - - &204 + - &205 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4170,7 +4170,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4266,7 +4266,7 @@ paths: - installation_id - repository_id examples: - default: &206 + default: &207 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4401,7 +4401,7 @@ paths: description: Response content: application/json: - schema: &207 + schema: &208 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4536,7 +4536,7 @@ paths: - request - response examples: - default: &208 + default: &209 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -12006,6 +12006,15 @@ paths: parameters: - *38 - &189 + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string + - &190 name: state in: query description: |- @@ -12014,7 +12023,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &190 + - &191 name: severity in: query description: |- @@ -12023,7 +12032,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &191 + - &192 name: ecosystem in: query description: |- @@ -12032,14 +12041,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &192 + - &193 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &193 + - &194 name: epss_percentage in: query description: |- @@ -12051,7 +12060,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &470 + - &471 name: has in: query description: |- @@ -12065,7 +12074,7 @@ paths: type: string enum: - patch - - &194 + - &195 name: assignee in: query description: |- @@ -12074,7 +12083,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &195 + - &196 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -12084,7 +12093,7 @@ paths: enum: - development - runtime - - &196 + - &197 name: sort in: query description: |- @@ -12110,7 +12119,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 type: object description: A Dependabot alert. properties: @@ -12181,7 +12190,7 @@ paths: - transitive - inconclusive - - security_advisory: &471 + security_advisory: &472 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12264,6 +12273,13 @@ paths: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss_severities: *61 epss: *62 cwes: @@ -12426,7 +12442,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &472 + auto_dismissed_at: &473 type: - string - 'null' @@ -12434,7 +12450,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &473 + dismissal_request: &474 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12497,7 +12513,7 @@ paths: - repository additionalProperties: false examples: - default: &198 + default: &199 value: - number: 2 state: dismissed @@ -13861,7 +13877,7 @@ paths: properties: action: type: string - discussion: &721 + discussion: &722 title: Discussion description: A Discussion in a repository. type: object @@ -14358,7 +14374,7 @@ paths: milestone: anyOf: - type: 'null' - - &265 + - &266 title: Milestone description: A collection of related issues and pull requests. @@ -14535,7 +14551,7 @@ paths: timeline_url: type: string format: uri - type: &229 + type: &230 title: Issue Type description: The type of issue. type: @@ -14646,7 +14662,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &642 + sub_issues_summary: &643 title: Sub-issues Summary type: object properties: @@ -14730,7 +14746,7 @@ paths: pin: anyOf: - type: 'null' - - &543 + - &544 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14757,7 +14773,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &643 + issue_dependencies_summary: &644 title: Issue Dependencies Summary type: object properties: @@ -14776,7 +14792,7 @@ paths: - total_blocking issue_field_values: type: array - items: &528 + items: &529 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15556,7 +15572,7 @@ paths: type: string release: allOf: - - &575 + - &576 title: Release description: A release. type: object @@ -15638,7 +15654,7 @@ paths: author: *4 assets: type: array - items: &576 + items: &577 title: Release Asset description: Data related to a release. type: object @@ -17902,7 +17918,7 @@ paths: - closed - all default: open - - &232 + - &233 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17953,7 +17969,7 @@ paths: type: array items: *81 examples: - default: &233 + default: &234 value: - id: 1 node_id: MDU6SXNzdWUx @@ -19365,14 +19381,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &324 + - &325 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &325 + - &326 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19434,7 +19450,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &328 + '301': &329 description: Moved permanently content: application/json: @@ -19456,7 +19472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &551 + - &552 name: all description: If `true`, show notifications marked as read. in: query @@ -19464,7 +19480,7 @@ paths: schema: type: boolean default: false - - &552 + - &553 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19474,7 +19490,7 @@ paths: type: boolean default: false - *86 - - &553 + - &554 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: @@ -19854,7 +19870,7 @@ paths: type: boolean examples: - false - security_and_analysis: &280 + security_and_analysis: &281 type: - object - 'null' @@ -20058,7 +20074,7 @@ paths: - url - subscription_url examples: - default: &554 + default: &555 value: - id: '1' repository: @@ -21628,7 +21644,7 @@ paths: required: false schema: type: string - - &698 + - &699 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21774,7 +21790,7 @@ paths: parameters: - *73 - *115 - - &699 + - &700 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -21886,7 +21902,7 @@ paths: - *115 - *117 - *116 - - &700 + - &701 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21894,7 +21910,7 @@ paths: schema: type: string - *118 - - &701 + - &702 name: sku description: The SKU to query for usage. in: query @@ -22863,7 +22879,7 @@ paths: type: integer repository_cache_usages: type: array - items: &335 + items: &336 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24225,7 +24241,7 @@ paths: - all - local_only - selected - selected_actions_url: &341 + selected_actions_url: &342 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` @@ -24308,7 +24324,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: days: @@ -24350,7 +24366,7 @@ paths: required: true content: application/json: - schema: &346 + schema: &347 type: object properties: days: @@ -24407,7 +24423,7 @@ paths: required: - approval_policy examples: - default: &347 + default: &348 value: approval_policy: first_time_contributors '404': *6 @@ -24466,7 +24482,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 type: object required: - run_workflows_from_fork_pull_requests @@ -24520,7 +24536,7 @@ paths: required: true content: application/json: - schema: &349 + schema: &350 type: object required: - run_workflows_from_fork_pull_requests @@ -25155,7 +25171,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: default_workflow_permissions: &145 @@ -25206,7 +25222,7 @@ paths: required: false content: application/json: - schema: &351 + schema: &352 type: object properties: default_workflow_permissions: *145 @@ -26346,7 +26362,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Runner Application description: Runner Application type: object @@ -26371,7 +26387,7 @@ paths: - download_url - filename examples: - default: &353 + default: &354 value: - os: osx architecture: x64 @@ -26457,7 +26473,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &354 + '201': &355 description: Response content: application/json: @@ -26572,7 +26588,7 @@ paths: - token - expires_at examples: - default: &355 + default: &356 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -26611,7 +26627,7 @@ paths: application/json: schema: *156 examples: - default: &356 + default: &357 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -26645,7 +26661,7 @@ paths: application/json: schema: *154 examples: - default: &357 + default: &358 value: id: 23 name: MBP @@ -26871,7 +26887,7 @@ paths: - *73 - *153 responses: - '200': &358 + '200': &359 description: Response content: application/json: @@ -26928,7 +26944,7 @@ paths: parameters: - *73 - *153 - - &359 + - &360 name: name description: The name of a self-hosted runner's custom label. in: path @@ -27060,7 +27076,7 @@ paths: description: Response content: application/json: - schema: &371 + schema: &372 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27095,7 +27111,7 @@ paths: - key_id - key examples: - default: &372 + default: &373 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27508,7 +27524,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *73 - - &340 + - &341 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)." @@ -28729,12 +28745,12 @@ paths: required: - subject_digests examples: - default: &680 + default: &681 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &681 + withPredicateType: &682 value: subject_digests: - sha256:abc123 @@ -28779,7 +28795,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &682 + default: &683 value: attestations_subject_digests: - sha256:abc: @@ -29112,7 +29128,7 @@ paths: initiator: type: string examples: - default: &385 + default: &386 value: attestations: - bundle: @@ -29465,7 +29481,7 @@ paths: parent: anyOf: - type: 'null' - - &244 + - &245 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -30068,7 +30084,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *73 - - &409 + - &410 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`, @@ -30078,7 +30094,7 @@ paths: schema: &177 type: string description: The name of the tool used to generate the code scanning analysis. - - &410 + - &411 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 @@ -30102,7 +30118,7 @@ paths: be returned. in: query required: false - schema: &412 + schema: &413 type: string description: State of a code scanning alert. enum: @@ -30125,7 +30141,7 @@ paths: be returned. in: query required: false - schema: &413 + schema: &414 type: string description: Severity of a code scanning alert. enum: @@ -30159,7 +30175,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: &414 + instances_url: &415 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -30181,7 +30197,7 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: &415 + dismissed_reason: &416 type: - string - 'null' @@ -30192,14 +30208,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &416 + dismissed_comment: &417 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &417 + rule: &418 type: object properties: id: @@ -30260,7 +30276,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &418 + tool: &419 type: object properties: name: *177 @@ -30271,26 +30287,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *178 - most_recent_instance: &419 + most_recent_instance: &420 type: object properties: - ref: &411 + ref: &412 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &429 + analysis_key: &430 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &430 + environment: &431 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &431 + category: &432 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -30310,7 +30326,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &432 + location: &433 type: object description: Describe a region within a file for the alert. properties: @@ -30331,7 +30347,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &433 + items: &434 type: - string - 'null' @@ -31621,7 +31637,7 @@ paths: type: integer codespaces: type: array - items: &234 + items: &235 type: object title: Codespace description: A codespace. @@ -31656,7 +31672,7 @@ paths: machine: anyOf: - type: 'null' - - &445 + - &446 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -31943,7 +31959,7 @@ paths: - pulls_url - recent_folders examples: - default: &235 + default: &236 value: total_count: 3 codespaces: @@ -32608,7 +32624,7 @@ paths: - updated_at - visibility examples: - default: &446 + default: &447 value: total_count: 2 secrets: @@ -32646,7 +32662,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32681,7 +32697,7 @@ paths: - key_id - key examples: - default: &448 + default: &449 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32713,7 +32729,7 @@ paths: application/json: schema: *186 examples: - default: &450 + default: &451 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33180,7 +33196,7 @@ paths: currently being billed. seats: type: array - items: &237 + items: &238 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -34151,7 +34167,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -34466,7 +34482,7 @@ paths: - date additionalProperties: true examples: - default: &318 + default: &319 value: - date: '2024-06-24' total_active_users: 24 @@ -34568,7 +34584,7 @@ paths: '500': *53 '403': *27 '404': *6 - '422': &319 + '422': &320 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -34753,6 +34769,7 @@ paths: - *191 - *192 - *193 + - *194 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -34782,7 +34799,7 @@ paths: enum: - patch - deployment - - *194 + - *195 - name: runtime_risk in: query description: |- @@ -34791,8 +34808,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *195 - *196 + - *197 - *59 - *45 - *46 @@ -34804,9 +34821,9 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *198 + default: *199 '304': *35 '400': *14 '403': *27 @@ -34850,7 +34867,7 @@ paths: type: integer secrets: type: array - items: &199 + items: &200 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34929,7 +34946,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34948,7 +34965,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34978,7 +34995,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -35275,7 +35292,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Package description: A software package type: object @@ -35346,7 +35363,7 @@ paths: - created_at - updated_at examples: - default: &247 + default: &248 value: - id: 197 name: hello_docker @@ -35516,7 +35533,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Organization Invitation description: Organization Invitation type: object @@ -35570,7 +35587,7 @@ paths: - invitation_teams_url - node_id examples: - default: &224 + default: &225 value: - id: 1 login: monalisa @@ -35637,7 +35654,7 @@ paths: application/json: schema: type: array - items: &200 + items: &201 title: Org Hook description: Org Hook type: object @@ -35822,9 +35839,9 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: &201 + default: &202 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35872,7 +35889,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *73 - - &202 + - &203 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. @@ -35885,9 +35902,9 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: *201 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -35915,7 +35932,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *73 - - *202 + - *203 requestBody: required: false content: @@ -35961,7 +35978,7 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -36003,7 +36020,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *73 - - *202 + - *203 responses: '204': description: Response @@ -36031,7 +36048,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *73 - - *202 + - *203 responses: '200': description: Response @@ -36062,7 +36079,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *73 - - *202 + - *203 requestBody: required: false content: @@ -36113,10 +36130,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *73 - - *202 - - *17 - *203 + - *17 - *204 + - *205 responses: '200': description: Response @@ -36124,9 +36141,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '400': *14 '422': *15 x-github: @@ -36152,16 +36169,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *73 - - *202 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '422': *15 x-github: @@ -36187,7 +36204,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *73 - - *202 + - *203 - *16 responses: '202': *37 @@ -36217,7 +36234,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *73 - - *202 + - *203 responses: '204': description: Response @@ -36240,7 +36257,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *73 - - &213 + - &214 name: actor_type in: path description: The type of the actor @@ -36253,14 +36270,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &214 + - &215 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &209 + - &210 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`.' @@ -36268,7 +36285,7 @@ paths: required: true schema: type: string - - &210 + - &211 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) @@ -36363,12 +36380,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *73 - - *209 - *210 + - *211 - *19 - *17 - *59 - - &219 + - &220 name: sort description: The property to sort the results by. in: query @@ -36447,14 +36464,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *73 - - *209 - *210 + - *211 responses: '200': description: Response content: application/json: - schema: &211 + schema: &212 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36470,7 +36487,7 @@ paths: type: integer format: int64 examples: - default: &212 + default: &213 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36491,23 +36508,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *73 - - &215 + - &216 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *209 - *210 + - *211 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 x-github: enabledForGitHubApps: true category: orgs @@ -36526,18 +36543,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *73 - - *209 - *210 - - *213 + - *211 - *214 + - *215 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 x-github: enabledForGitHubApps: true category: orgs @@ -36555,9 +36572,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *73 - - *209 - *210 - - &216 + - *211 + - &217 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36570,7 +36587,7 @@ paths: description: Response content: application/json: - schema: &217 + schema: &218 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36586,7 +36603,7 @@ paths: type: integer format: int64 examples: - default: &218 + default: &219 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36623,18 +36640,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *73 - - *215 - - *209 - - *210 - *216 + - *210 + - *211 + - *217 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 x-github: enabledForGitHubApps: true category: orgs @@ -36652,19 +36669,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *73 - - *213 - *214 - - *209 + - *215 - *210 - - *216 + - *211 + - *217 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 x-github: enabledForGitHubApps: true category: orgs @@ -36682,13 +36699,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *73 - - *215 - - *209 + - *216 - *210 + - *211 - *19 - *17 - *59 - - *219 + - *220 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36772,7 +36789,7 @@ paths: application/json: schema: *20 examples: - default: &515 + default: &516 value: id: 1 account: @@ -36938,12 +36955,12 @@ paths: application/json: schema: anyOf: - - &221 + - &222 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &220 + limit: &221 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36971,7 +36988,7 @@ paths: properties: {} additionalProperties: false examples: - default: &222 + default: &223 value: limit: collaborators_only origin: organization @@ -37000,13 +37017,13 @@ paths: required: true content: application/json: - schema: &516 + schema: &517 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *220 + limit: *221 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -37031,9 +37048,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -37109,9 +37126,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 '404': *6 @@ -37188,7 +37205,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -37243,7 +37260,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *73 - - &225 + - &226 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37274,7 +37291,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *73 - - *225 + - *226 - *17 - *19 responses: @@ -37286,7 +37303,7 @@ paths: type: array items: *187 examples: - default: &245 + default: &246 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37329,7 +37346,7 @@ paths: application/json: schema: type: array - items: &226 + items: &227 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -37572,9 +37589,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &227 + default: &228 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -37630,7 +37647,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *73 - - &228 + - &229 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -37731,9 +37748,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *227 + default: *228 '404': *6 '422': *7 x-github: @@ -37758,7 +37775,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *73 - - *228 + - *229 responses: '204': *183 '404': *6 @@ -37788,7 +37805,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -37876,9 +37893,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37911,7 +37928,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *73 - - &231 + - &232 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37967,9 +37984,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 '404': *6 '422': *7 x-github: @@ -37994,7 +38011,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *73 - - *231 + - *232 responses: '204': description: Response @@ -38057,7 +38074,7 @@ paths: - closed - all default: open - - *232 + - *233 - name: type description: Can be the name of an issue type. in: query @@ -38088,7 +38105,7 @@ paths: type: array items: *81 examples: - default: *233 + default: *234 headers: Link: *65 '404': *6 @@ -38248,9 +38265,9 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '304': *35 '500': *53 '401': *23 @@ -38277,7 +38294,7 @@ paths: parameters: - *73 - *69 - - &236 + - &237 name: codespace_name in: path required: true @@ -38312,15 +38329,15 @@ paths: parameters: - *73 - *69 - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: &444 + default: &445 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38500,7 +38517,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *237 + schema: *238 examples: default: value: @@ -38576,7 +38593,7 @@ paths: description: Response content: application/json: - schema: &238 + schema: &239 title: Org Membership description: Org Membership type: object @@ -38645,7 +38662,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &239 + response-if-user-has-an-active-admin-membership-with-organization: &240 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38746,9 +38763,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - response-if-user-already-had-membership-with-organization: *239 + response-if-user-already-had-membership-with-organization: *240 '422': *15 '403': *27 '451': *15 @@ -38821,7 +38838,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Migration description: A migration. type: object @@ -39159,7 +39176,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -39338,7 +39355,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *73 - - &241 + - &242 name: migration_id description: The unique identifier of the migration. in: path @@ -39366,7 +39383,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -39536,7 +39553,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *73 - - *241 + - *242 responses: '302': description: Response @@ -39558,7 +39575,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *73 - - *241 + - *242 responses: '204': description: Response @@ -39582,8 +39599,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *73 - - *241 - - &662 + - *242 + - &663 name: repo_name description: repo_name parameter in: path @@ -39611,7 +39628,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *73 - - *241 + - *242 - *17 - *19 responses: @@ -39665,7 +39682,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &243 + items: &244 title: Organization Role description: Organization roles type: object @@ -39842,7 +39859,7 @@ paths: parameters: - *73 - *75 - - &242 + - &243 name: role_id description: The unique identifier of the role. in: path @@ -39879,7 +39896,7 @@ paths: parameters: - *73 - *75 - - *242 + - *243 responses: '204': description: Response @@ -39932,7 +39949,7 @@ paths: parameters: - *73 - *69 - - *242 + - *243 responses: '204': description: Response @@ -39964,7 +39981,7 @@ paths: parameters: - *73 - *69 - - *242 + - *243 responses: '204': description: Response @@ -39993,13 +40010,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *73 - - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -40050,7 +40067,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *73 - - *242 + - *243 - *17 - *19 responses: @@ -40129,7 +40146,7 @@ paths: parent: anyOf: - type: 'null' - - *244 + - *245 type: description: The ownership type of the team type: string @@ -40162,7 +40179,7 @@ paths: - type - parent examples: - default: *245 + default: *246 headers: Link: *65 '404': @@ -40192,7 +40209,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *73 - - *242 + - *243 - *17 - *19 responses: @@ -40221,7 +40238,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *244 + items: *245 name: type: - string @@ -40531,7 +40548,7 @@ paths: - nuget - container - *73 - - &663 + - &664 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40567,12 +40584,12 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '403': *27 '401': *23 - '400': &665 + '400': &666 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40594,7 +40611,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &248 + - &249 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 @@ -40612,7 +40629,7 @@ paths: - docker - nuget - container - - &249 + - &250 name: package_name description: The name of the package. in: path @@ -40625,7 +40642,7 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -40677,8 +40694,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *248 - *249 + - *250 - *73 responses: '204': @@ -40711,8 +40728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - name: token description: package token @@ -40745,8 +40762,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: - - *248 - *249 + - *250 - *73 - *19 - *17 @@ -40767,7 +40784,7 @@ paths: application/json: schema: type: array - items: &250 + items: &251 title: Package Version description: A version of a software package type: object @@ -40902,10 +40919,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - &251 + - &252 name: package_version_id description: Unique identifier of the package version. in: path @@ -40917,7 +40934,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -40953,10 +40970,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - *251 + - *252 responses: '204': description: Response @@ -40988,10 +41005,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - *251 + - *252 responses: '204': description: Response @@ -41021,7 +41038,7 @@ paths: - *73 - *17 - *19 - - &252 + - &253 name: sort description: The property by which to sort the results. in: query @@ -41032,7 +41049,7 @@ paths: - created_at default: created_at - *59 - - &253 + - &254 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -41044,7 +41061,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &254 + - &255 name: repository description: The name of the repository to use to filter the results. in: query @@ -41053,7 +41070,7 @@ paths: type: string examples: - Hello-World - - &255 + - &256 name: permission description: The permission to use to filter the results. in: query @@ -41062,7 +41079,7 @@ paths: type: string examples: - issues_read - - &256 + - &257 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) @@ -41072,7 +41089,7 @@ paths: schema: type: string format: date-time - - &257 + - &258 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) @@ -41082,7 +41099,7 @@ paths: schema: type: string format: date-time - - &258 + - &259 name: token_id description: The ID of the token in: query @@ -41401,7 +41418,7 @@ paths: type: array items: *152 examples: - default: &259 + default: &260 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41538,14 +41555,14 @@ paths: - *73 - *17 - *19 - - *252 - - *59 - *253 + - *59 - *254 - *255 - *256 - *257 - *258 + - *259 responses: '500': *53 '422': *15 @@ -41829,7 +41846,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 x-github: @@ -41871,7 +41888,7 @@ paths: type: integer configurations: type: array - items: &260 + items: &261 title: Organization private registry description: Private registry configuration for an organization type: object @@ -42305,7 +42322,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &261 + org-private-registry-with-selected-visibility: &262 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -42403,9 +42420,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '404': *6 x-github: githubCloudOnly: false @@ -42633,7 +42650,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Projects v2 Project description: A projects v2 project type: object @@ -42707,7 +42724,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &749 + - &750 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -42792,7 +42809,7 @@ paths: - deleted_at - deleted_by examples: - default: &263 + default: &264 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -42895,7 +42912,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &264 + - &265 name: project_number description: The project's number. in: path @@ -42908,9 +42925,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -42933,7 +42950,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true description: Details of the draft item to create in the project. @@ -42967,7 +42984,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Projects v2 Item description: An item belonging to a project type: object @@ -42981,7 +42998,7 @@ paths: content: oneOf: - *81 - - &459 + - &460 title: Pull Request Simple description: Pull Request Simple type: object @@ -43101,7 +43118,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 active_lock_reason: type: - string @@ -43184,7 +43201,7 @@ paths: _links: type: object properties: - comments: &266 + comments: &267 title: Link description: Hypermedia Link type: object @@ -43193,13 +43210,13 @@ paths: type: string required: - href - commits: *266 - statuses: *266 - html: *266 - issue: *266 - review_comments: *266 - review_comment: *266 - self: *266 + commits: *267 + statuses: *267 + html: *267 + issue: *267 + review_comments: *267 + review_comment: *267 + self: *267 required: - comments - commits @@ -43210,7 +43227,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &561 + auto_merge: &562 title: Auto merge description: The status of auto merging a pull request. type: @@ -43310,7 +43327,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &268 + content_type: &269 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -43354,7 +43371,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &270 + draft_issue: &271 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -43428,7 +43445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *264 + - *265 - *73 - *17 - *45 @@ -43440,7 +43457,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -43593,7 +43610,7 @@ paths: - updated_at - project_url examples: - default: &685 + default: &686 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43723,7 +43740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *264 + - *265 - *73 requestBody: required: true @@ -43770,7 +43787,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &686 + items: &687 type: object properties: name: @@ -43807,7 +43824,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &687 + iteration_configuration: &688 type: object description: The configuration for iteration fields. properties: @@ -43857,7 +43874,7 @@ paths: value: name: Due date data_type: date - single_select_field: &688 + single_select_field: &689 summary: Create a single select field value: name: Priority @@ -43884,7 +43901,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &689 + iteration_field: &690 summary: Create an iteration field value: name: Sprint @@ -43908,9 +43925,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *267 + schema: *268 examples: - text_field: &690 + text_field: &691 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43919,7 +43936,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &691 + number_field: &692 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43928,7 +43945,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &692 + date_field: &693 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43937,7 +43954,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &693 + single_select_field: &694 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43971,7 +43988,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &694 + iteration_field: &695 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44016,8 +44033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *264 - - &695 + - *265 + - &696 name: field_id description: The unique identifier of the field. in: path @@ -44030,9 +44047,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &696 + default: &697 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44088,7 +44105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *264 + - *265 - *73 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -44121,7 +44138,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Projects v2 Item description: An item belonging to a project type: object @@ -44138,7 +44155,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *268 + content_type: *269 content: type: - object @@ -44188,7 +44205,7 @@ paths: - updated_at - archived_at examples: - default: &272 + default: &273 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -44886,7 +44903,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -44956,22 +44973,22 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *270 + value: *271 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *270 + value: *271 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *270 + value: *271 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *270 + value: *271 '304': *35 '403': *27 '401': *23 @@ -44991,9 +45008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *264 + - *265 - *73 - - &273 + - &274 name: item_id description: The unique identifier of the project item. in: path @@ -45019,9 +45036,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -45042,9 +45059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *264 + - *265 - *73 - - *273 + - *274 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -45117,13 +45134,13 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - text_field: *272 - number_field: *272 - date_field: *272 - single_select_field: *272 - iteration_field: *272 + text_field: *273 + number_field: *273 + date_field: *273 + single_select_field: *273 + iteration_field: *273 '401': *23 '403': *27 '404': *6 @@ -45143,9 +45160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *264 + - *265 - *73 - - *273 + - *274 responses: '204': description: Response @@ -45169,7 +45186,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true content: @@ -45243,7 +45260,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &677 + schema: &678 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45347,7 +45364,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &274 + value: &275 value: id: 1 number: 1 @@ -45393,10 +45410,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *274 + value: *275 roadmap_view: summary: Response for creating a roadmap view - value: *274 + value: *275 '304': *35 '403': *27 '401': *23 @@ -45424,9 +45441,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *264 + - *265 - *73 - - &697 + - &698 name: view_number description: The number that identifies the project view. in: path @@ -45458,9 +45475,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -45493,7 +45510,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -45571,7 +45588,7 @@ paths: - property_name - value_type examples: - default: &276 + default: &277 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -45631,7 +45648,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *275 + items: *276 minItems: 1 maxItems: 100 required: @@ -45661,9 +45678,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 '403': *27 '404': *6 x-github: @@ -45685,7 +45702,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *73 - - &277 + - &278 name: custom_property_name description: The custom property name in: path @@ -45697,9 +45714,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &278 + default: &279 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -45734,7 +45751,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *73 - - *277 + - *278 requestBody: required: true content: @@ -45814,9 +45831,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *278 + default: *279 '403': *27 '404': *6 x-github: @@ -45840,7 +45857,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *73 - - *277 + - *278 responses: '204': *183 '403': *27 @@ -45904,7 +45921,7 @@ paths: - octocat/Hello-World properties: type: array - items: &279 + items: &280 title: Custom Property Value description: Custom property name and associated value type: object @@ -45994,7 +46011,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *279 + items: *280 required: - repository_names - properties @@ -46186,7 +46203,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 x-github: @@ -46389,7 +46406,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Full Repository description: Full Repository type: object @@ -46859,7 +46876,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &464 + code_of_conduct: &465 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -46889,7 +46906,7 @@ paths: - key - name - html_url - security_and_analysis: *280 + security_and_analysis: *281 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46973,7 +46990,7 @@ paths: - network_count - subscribers_count examples: - default: &329 + default: &330 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -47495,7 +47512,7 @@ paths: - *73 - *17 - *19 - - &583 + - &584 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47514,7 +47531,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -47549,7 +47566,7 @@ paths: source: type: string description: The name of the source - enforcement: &283 + enforcement: &284 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -47562,7 +47579,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &284 + items: &285 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -47633,7 +47650,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &281 + - &282 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -47657,7 +47674,7 @@ paths: match. items: type: string - - &285 + - &286 title: Organization ruleset conditions type: object description: |- @@ -47671,7 +47688,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -47705,7 +47722,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -47727,7 +47744,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -47740,7 +47757,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &282 + items: &283 title: Repository ruleset property targeting definition type: object @@ -47773,7 +47790,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *282 + items: *283 required: - repository_property type: @@ -47781,12 +47798,12 @@ paths: - object rules: type: array - items: &584 + items: &585 title: Repository Rule type: object description: A repository rule. oneOf: - - &286 + - &287 title: creation description: Only allow users with bypass permission to create matching refs. @@ -47798,7 +47815,7 @@ paths: type: string enum: - creation - - &287 + - &288 title: update description: Only allow users with bypass permission to update matching refs. @@ -47819,7 +47836,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &288 + - &289 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -47831,7 +47848,7 @@ paths: type: string enum: - deletion - - &289 + - &290 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -47843,7 +47860,7 @@ paths: type: string enum: - required_linear_history - - &582 + - &583 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -47921,7 +47938,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &290 + - &291 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -47945,7 +47962,7 @@ paths: type: string required: - required_deployment_environments - - &291 + - &292 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -47957,7 +47974,7 @@ paths: type: string enum: - required_signatures - - &292 + - &293 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -48063,7 +48080,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &293 + - &294 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -48111,7 +48128,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &294 + - &295 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -48123,7 +48140,7 @@ paths: type: string enum: - non_fast_forward - - &295 + - &296 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -48160,7 +48177,7 @@ paths: required: - operator - pattern - - &296 + - &297 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -48197,7 +48214,7 @@ paths: required: - operator - pattern - - &297 + - &298 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -48234,7 +48251,7 @@ paths: required: - operator - pattern - - &298 + - &299 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -48271,7 +48288,7 @@ paths: required: - operator - pattern - - &299 + - &300 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -48308,7 +48325,7 @@ paths: required: - operator - pattern - - &300 + - &301 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -48333,7 +48350,7 @@ paths: type: string required: - restricted_file_paths - - &301 + - &302 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -48357,7 +48374,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &302 + - &303 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -48380,7 +48397,7 @@ paths: type: string required: - restricted_file_extensions - - &303 + - &304 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -48405,7 +48422,7 @@ paths: maximum: 100 required: - max_file_size - - &304 + - &305 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -48455,7 +48472,7 @@ paths: - repository_id required: - workflows - - &305 + - &306 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -48516,7 +48533,7 @@ paths: - tool required: - code_scanning_tools - - &306 + - &307 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -48615,21 +48632,20 @@ paths: - push - repository default: branch - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *285 + items: *285 + conditions: *286 rules: type: array description: An array of rules within the ruleset. - items: &309 + items: &310 title: Repository Rule type: object description: A repository rule. oneOf: - - *286 - *287 - *288 - *289 @@ -48650,6 +48666,7 @@ paths: - *304 - *305 - *306 + - *307 required: - name - enforcement @@ -48687,9 +48704,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &308 + default: &309 value: id: 21 name: super cool ruleset @@ -48745,7 +48762,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &585 + - &586 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 @@ -48760,7 +48777,7 @@ paths: in: query schema: type: string - - &586 + - &587 name: time_period description: |- The time period to filter by. @@ -48776,14 +48793,14 @@ paths: - week - month default: day - - &587 + - &588 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 - - &588 + - &589 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48803,7 +48820,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: Rule Suites description: Response type: array @@ -48859,7 +48876,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &590 + default: &591 value: - id: 21 actor_id: 12 @@ -48903,7 +48920,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &591 + - &592 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48919,7 +48936,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &593 title: Rule Suite description: Response type: object @@ -49026,7 +49043,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &593 + default: &594 value: id: 21 actor_id: 12 @@ -49099,9 +49116,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '404': *6 '500': *53 put: @@ -49145,16 +49162,16 @@ paths: - tag - push - repository - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *285 + items: *285 + conditions: *286 rules: description: An array of rules within the ruleset. type: array - items: *309 + items: *310 examples: default: value: @@ -49189,9 +49206,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '404': *6 '422': *15 '500': *53 @@ -49249,7 +49266,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Ruleset version type: object description: The historical version of a ruleset @@ -49273,7 +49290,7 @@ paths: type: string format: date-time examples: - default: &595 + default: &596 value: - version_id: 3 actor: @@ -49326,9 +49343,9 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 allOf: - - *310 + - *311 - type: object required: - state @@ -49398,7 +49415,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &597 + - &598 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49409,7 +49426,7 @@ paths: enum: - open - resolved - - &598 + - &599 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49419,7 +49436,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49428,7 +49445,7 @@ paths: required: false schema: type: string - - &600 + - &601 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49447,7 +49464,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &601 + - &602 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. @@ -49462,7 +49479,7 @@ paths: - *59 - *19 - *17 - - &602 + - &603 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 @@ -49472,7 +49489,7 @@ paths: required: false schema: type: string - - &603 + - &604 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 @@ -49482,7 +49499,7 @@ paths: required: false schema: type: string - - &604 + - &605 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49491,7 +49508,7 @@ paths: required: false schema: type: string - - &605 + - &606 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49500,7 +49517,7 @@ paths: schema: type: boolean default: false - - &606 + - &607 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49509,7 +49526,7 @@ paths: schema: type: boolean default: false - - &607 + - &608 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49541,14 +49558,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &608 + state: &609 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: &609 + resolution: &610 type: - string - 'null' @@ -49655,14 +49672,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &610 + - &611 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &612 + - &613 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49726,7 +49743,7 @@ paths: - blob_url - commit_sha - commit_url - - &613 + - &614 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -49787,7 +49804,7 @@ paths: - page_url - commit_sha - commit_url - - &614 + - &615 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49809,7 +49826,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &615 + - &616 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49831,7 +49848,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &616 + - &617 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49853,7 +49870,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &617 + - &618 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49868,7 +49885,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &618 + - &619 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49883,7 +49900,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &619 + - &620 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49898,7 +49915,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &620 + - &621 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -49920,7 +49937,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &621 + - &622 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -49942,7 +49959,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &622 + - &623 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -49964,7 +49981,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &623 + - &624 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -49986,7 +50003,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &624 + - &625 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50247,7 +50264,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &312 + pattern_config_version: &313 type: - string - 'null' @@ -50257,7 +50274,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &311 + items: &312 type: object properties: token_type: @@ -50326,7 +50343,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *311 + items: *312 examples: default: value: @@ -50383,7 +50400,7 @@ paths: schema: type: object properties: - pattern_config_version: *312 + pattern_config_version: *313 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -50409,7 +50426,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *312 + custom_pattern_version: *313 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -50507,7 +50524,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 description: A repository security advisory. type: object properties: @@ -50730,7 +50747,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 credits_detailed: type: - array @@ -50741,7 +50758,7 @@ paths: type: object properties: user: *4 - type: *313 + type: *314 state: type: string description: The state of the user's acceptance of the @@ -50804,7 +50821,7 @@ paths: - private_fork additionalProperties: false examples: - default: &629 + default: &630 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51191,7 +51208,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -51546,7 +51563,7 @@ paths: type: integer network_configurations: type: array - items: &314 + items: &315 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -51699,9 +51716,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &315 + default: &316 value: id: 123456789ABCDEF name: My network configuration @@ -51730,7 +51747,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *73 - - &316 + - &317 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -51742,9 +51759,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 headers: Link: *65 x-github: @@ -51766,7 +51783,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *73 - - *316 + - *317 requestBody: required: true content: @@ -51819,9 +51836,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51841,7 +51858,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *73 - - *316 + - *317 responses: '204': description: Response @@ -51986,13 +52003,13 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 '500': *53 '403': *27 '404': *6 - '422': *319 + '422': *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52034,7 +52051,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 headers: Link: *65 '403': *27 @@ -52120,7 +52137,7 @@ paths: description: Response content: application/json: - schema: &320 + schema: &321 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -52194,7 +52211,7 @@ paths: parent: anyOf: - type: 'null' - - *244 + - *245 members_count: type: integer examples: @@ -52519,7 +52536,7 @@ paths: - repos_count - organization examples: - default: &321 + default: &322 value: id: 1 node_id: MDQ6VGVhbTE= @@ -52596,9 +52613,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -52683,16 +52700,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '201': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 '422': *15 '403': *27 @@ -52722,7 +52739,7 @@ paths: responses: '204': description: Response - '422': &322 + '422': &323 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -52756,12 +52773,12 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 - '422': *322 + '422': *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52843,7 +52860,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &324 title: Team Membership description: Team Membership type: object @@ -52871,7 +52888,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &645 + response-if-user-is-a-team-maintainer: &646 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52934,9 +52951,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &646 + response-if-users-membership-with-team-is-now-pending: &647 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53012,7 +53029,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 x-github: @@ -53043,14 +53060,14 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &647 + schema: &648 title: Team Repository description: A team's access to a repository. type: object @@ -53686,8 +53703,8 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 requestBody: required: false content: @@ -53734,8 +53751,8 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 responses: '204': description: Response @@ -53772,7 +53789,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &648 + response-if-child-teams-exist: &649 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53926,7 +53943,7 @@ paths: resources: type: object properties: - core: &326 + core: &327 title: Rate Limit type: object properties: @@ -53943,17 +53960,17 @@ paths: - remaining - reset - used - graphql: *326 - search: *326 - code_search: *326 - source_import: *326 - integration_manifest: *326 - code_scanning_upload: *326 - actions_runner_registration: *326 - scim: *326 - dependency_snapshots: *326 - dependency_sbom: *326 - code_scanning_autofix: *326 + graphql: *327 + search: *327 + code_search: *327 + source_import: *327 + integration_manifest: *327 + code_scanning_upload: *327 + actions_runner_registration: *327 + scim: *327 + dependency_snapshots: *327 + dependency_sbom: *327 + code_scanning_autofix: *327 required: - core - search @@ -54060,14 +54077,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: default-response: summary: Default response @@ -54572,7 +54589,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *328 + '301': *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54590,8 +54607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -54883,10 +54900,10 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 - '307': &330 + default: *330 + '307': &331 description: Temporary Redirect content: application/json: @@ -54915,8 +54932,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -54938,7 +54955,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *330 + '307': *331 '404': *6 '409': *52 x-github: @@ -54962,11 +54979,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 - - &363 + - &364 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54989,7 +55006,7 @@ paths: type: integer artifacts: type: array - items: &331 + items: &332 title: Artifact description: An artifact type: object @@ -55084,7 +55101,7 @@ paths: - expires_at - updated_at examples: - default: &364 + default: &365 value: total_count: 2 artifacts: @@ -55145,9 +55162,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *324 - *325 - - &332 + - *326 + - &333 name: artifact_id description: The unique identifier of the artifact. in: path @@ -55159,7 +55176,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -55197,9 +55214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *324 - *325 - - *332 + - *326 + - *333 responses: '204': description: Response @@ -55223,9 +55240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *324 - *325 - - *332 + - *326 + - *333 - name: archive_format in: path required: true @@ -55239,7 +55256,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': &519 + '410': &520 description: Gone content: application/json: @@ -55264,14 +55281,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &333 + schema: &334 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -55305,13 +55322,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *333 + schema: *334 examples: selected_actions: *40 responses: @@ -55340,14 +55357,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &334 + schema: &335 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -55381,13 +55398,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *334 + schema: *335 examples: selected_actions: *42 responses: @@ -55418,14 +55435,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -55451,11 +55468,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 - - &336 + - &337 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 @@ -55489,7 +55506,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Repository actions caches description: Repository actions caches type: object @@ -55539,7 +55556,7 @@ paths: - total_count - actions_caches examples: - default: &338 + default: &339 value: total_count: 1 actions_caches: @@ -55571,23 +55588,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: - - *324 - *325 + - *326 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55607,8 +55624,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: - - *324 - *325 + - *326 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55639,9 +55656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *324 - *325 - - &339 + - *326 + - &340 name: job_id description: The unique identifier of the job. in: path @@ -55653,7 +55670,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Job description: Information of a job execution in a workflow run type: object @@ -56000,9 +56017,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *324 - *325 - - *339 + - *326 + - *340 responses: '302': description: Response @@ -56030,9 +56047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *324 - *325 - - *339 + - *326 + - *340 requestBody: required: false content: @@ -56078,8 +56095,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: - - *324 - *325 + - *326 responses: '200': description: Status response @@ -56129,8 +56146,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -56193,8 +56210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -56212,7 +56229,7 @@ paths: type: integer secrets: type: array - items: &369 + items: &370 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -56233,7 +56250,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: total_count: 2 secrets: @@ -56266,9 +56283,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *324 - *325 - - *340 + - *326 + - *341 - *19 responses: '200': @@ -56285,7 +56302,7 @@ paths: type: integer variables: type: array - items: &373 + items: &374 title: Actions Variable type: object properties: @@ -56319,7 +56336,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &375 value: total_count: 2 variables: @@ -56352,8 +56369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -56362,11 +56379,11 @@ paths: schema: type: object properties: - enabled: &342 + enabled: &343 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *137 - selected_actions_url: *341 + selected_actions_url: *342 sha_pinning_required: *138 required: - enabled @@ -56395,8 +56412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -56407,7 +56424,7 @@ paths: schema: type: object properties: - enabled: *342 + enabled: *343 allowed_actions: *137 sha_pinning_required: *138 required: @@ -56439,14 +56456,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: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &343 + schema: &344 type: object properties: access_level: @@ -56463,7 +56480,7 @@ paths: required: - access_level examples: - default: &344 + default: &345 value: access_level: organization x-github: @@ -56487,15 +56504,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: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 responses: '204': description: Response @@ -56519,14 +56536,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -56550,8 +56567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Empty response for successful settings update @@ -56561,7 +56578,7 @@ paths: required: true content: application/json: - schema: *346 + schema: *347 examples: default: summary: Set retention days @@ -56585,8 +56602,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -56594,7 +56611,7 @@ paths: application/json: schema: *139 examples: - default: *347 + default: *348 '404': *6 x-github: enabledForGitHubApps: true @@ -56613,8 +56630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -56648,14 +56665,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: *140 '403': *27 @@ -56677,13 +56694,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *349 + schema: *350 examples: default: *140 responses: @@ -56709,8 +56726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -56737,8 +56754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -56770,14 +56787,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: default: *147 x-github: @@ -56800,8 +56817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Success response @@ -56812,7 +56829,7 @@ paths: required: true content: application/json: - schema: *351 + schema: *352 examples: default: *147 x-github: @@ -56841,8 +56858,8 @@ paths: in: query schema: type: string - - *324 - *325 + - *326 - *17 - *19 responses: @@ -56886,8 +56903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -56895,9 +56912,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56919,8 +56936,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -56963,7 +56980,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *354 + '201': *355 '404': *6 '422': *7 '409': *52 @@ -56994,8 +57011,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -57003,7 +57020,7 @@ paths: application/json: schema: *156 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57031,8 +57048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -57040,7 +57057,7 @@ paths: application/json: schema: *156 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57062,8 +57079,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: - - *324 - *325 + - *326 - *153 responses: '200': @@ -57072,7 +57089,7 @@ paths: application/json: schema: *154 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57093,8 +57110,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: - - *324 - *325 + - *326 - *153 responses: '204': @@ -57121,8 +57138,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: - - *324 - *325 + - *326 - *153 responses: '200': *158 @@ -57147,8 +57164,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: - - *324 - *325 + - *326 - *153 requestBody: required: true @@ -57197,8 +57214,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: - - *324 - *325 + - *326 - *153 requestBody: required: true @@ -57248,11 +57265,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: - - *324 - *325 + - *326 - *153 responses: - '200': *358 + '200': *359 '404': *6 x-github: githubCloudOnly: false @@ -57279,10 +57296,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: - - *324 - *325 + - *326 - *153 - - *359 + - *360 responses: '200': *158 '404': *6 @@ -57310,9 +57327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *324 - *325 - - &377 + - *326 + - &378 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. @@ -57320,7 +57337,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -57328,7 +57345,7 @@ paths: required: false schema: type: string - - &379 + - &380 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -57337,7 +57354,7 @@ paths: required: false schema: type: string - - &380 + - &381 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 @@ -57364,7 +57381,7 @@ paths: - pending - *17 - *19 - - &381 + - &382 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)." @@ -57373,7 +57390,7 @@ paths: schema: type: string format: date-time - - &360 + - &361 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -57382,13 +57399,13 @@ paths: schema: type: boolean default: false - - &382 + - &383 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &383 + - &384 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -57411,7 +57428,7 @@ paths: type: integer workflow_runs: type: array - items: &361 + items: &362 title: Workflow Run description: An invocation of a workflow type: object @@ -57589,7 +57606,7 @@ paths: head_commit: anyOf: - type: 'null' - - &405 + - &406 title: Simple Commit description: A commit. type: object @@ -57704,7 +57721,7 @@ paths: - workflow_url - pull_requests examples: - default: &384 + default: &385 value: total_count: 1 workflow_runs: @@ -57940,24 +57957,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *324 - *325 - - &362 + - *326 + - &363 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &365 + default: &366 value: id: 30433642 name: Build @@ -58198,9 +58215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '204': description: Response @@ -58223,9 +58240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -58353,9 +58370,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: - - *324 - *325 - - *362 + - *326 + - *363 responses: '201': description: Response @@ -58388,12 +58405,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *324 - *325 - - *362 + - *326 + - *363 - *17 - *19 - - *363 + - *364 - *59 responses: '200': @@ -58410,9 +58427,9 @@ paths: type: integer artifacts: type: array - items: *331 + items: *332 examples: - default: *364 + default: *365 headers: Link: *65 x-github: @@ -58436,25 +58453,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *324 - *325 - - *362 - - &366 + - *326 + - *363 + - &367 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58477,10 +58494,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *324 - *325 - - *362 - - *366 + - *326 + - *363 + - *367 - *17 - *19 responses: @@ -58498,9 +58515,9 @@ paths: type: integer jobs: type: array - items: *367 + items: *368 examples: - default: &368 + default: &369 value: total_count: 1 jobs: @@ -58613,10 +58630,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *324 - *325 - - *362 - - *366 + - *326 + - *363 + - *367 responses: '302': description: Response @@ -58644,9 +58661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '202': description: Response @@ -58679,9 +58696,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: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: true content: @@ -58748,9 +58765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '202': description: Response @@ -58783,9 +58800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 - 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 @@ -58815,9 +58832,9 @@ paths: type: integer jobs: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *65 x-github: @@ -58842,9 +58859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '302': description: Response @@ -58871,9 +58888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '204': description: Response @@ -58900,9 +58917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -58971,7 +58988,7 @@ paths: items: type: object properties: - type: &485 + type: &486 type: string description: The type of reviewer. enum: @@ -59057,9 +59074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: true content: @@ -59109,7 +59126,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -59221,7 +59238,7 @@ paths: - created_at - updated_at examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -59277,9 +59294,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: false content: @@ -59324,9 +59341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: false content: @@ -59380,9 +59397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -59519,8 +59536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -59538,9 +59555,9 @@ paths: type: integer secrets: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 headers: Link: *65 x-github: @@ -59565,16 +59582,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59596,17 +59613,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &498 + default: &499 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59632,8 +59649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -59691,8 +59708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -59718,9 +59735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *324 - *325 - - *340 + - *326 + - *341 - *19 responses: '200': @@ -59737,9 +59754,9 @@ paths: type: integer variables: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *65 x-github: @@ -59762,8 +59779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -59815,17 +59832,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &499 + default: &500 value: name: USERNAME value: octocat @@ -59851,8 +59868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 requestBody: required: true @@ -59895,8 +59912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 responses: '204': @@ -59922,8 +59939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -59941,7 +59958,7 @@ paths: type: integer workflows: type: array - items: &375 + items: &376 title: Workflow description: A GitHub Actions workflow type: object @@ -60059,9 +60076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *324 - *325 - - &376 + - *326 + - &377 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -60076,7 +60093,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -60109,9 +60126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Response @@ -60136,9 +60153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -60219,9 +60236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Response @@ -60248,19 +60265,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *324 - *325 - - *376 + - *326 - *377 - *378 - *379 - *380 + - *381 - *17 - *19 - - *381 - - *360 - *382 + - *361 - *383 + - *384 responses: '200': description: Response @@ -60276,9 +60293,9 @@ paths: type: integer workflow_runs: type: array - items: *361 + items: *362 examples: - default: *384 + default: *385 headers: Link: *65 x-github: @@ -60310,9 +60327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '200': description: Response @@ -60373,8 +60390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *324 - *325 + - *326 - *59 - *17 - *45 @@ -60542,8 +60559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -60580,8 +60597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *324 - *325 + - *326 - name: assignee in: path required: true @@ -60617,8 +60634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -60728,8 +60745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *324 - *325 + - *326 - *17 - *45 - *46 @@ -60770,7 +60787,7 @@ paths: initiator: type: string examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60790,8 +60807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -60799,7 +60816,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Autolink reference description: An autolink reference. type: object @@ -60858,8 +60875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -60898,9 +60915,9 @@ paths: description: response content: application/json: - schema: *386 + schema: *387 examples: - default: &387 + default: &388 value: id: 1 key_prefix: TICKET- @@ -60931,9 +60948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *324 - *325 - - &388 + - *326 + - &389 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60945,9 +60962,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '404': *6 x-github: githubCloudOnly: false @@ -60967,9 +60984,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *324 - *325 - - *388 + - *326 + - *389 responses: '204': description: Response @@ -60993,8 +61010,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: - - *324 - *325 + - *326 responses: '200': description: Response if Dependabot is enabled @@ -61044,8 +61061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -61066,8 +61083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -61087,8 +61104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *324 - *325 + - *326 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -61126,7 +61143,7 @@ paths: - url protected: type: boolean - protection: &390 + protection: &391 title: Branch Protection description: Branch Protection type: object @@ -61169,7 +61186,7 @@ paths: required: - contexts - checks - enforce_admins: &393 + enforce_admins: &394 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -61186,7 +61203,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &395 + required_pull_request_reviews: &396 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -61270,7 +61287,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &392 + restrictions: &393 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61563,9 +61580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *324 - *325 - - &391 + - *326 + - &392 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). @@ -61579,14 +61596,14 @@ paths: description: Response content: application/json: - schema: &401 + schema: &402 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &455 + commit: &456 title: Commit description: Commit type: object @@ -61625,7 +61642,7 @@ paths: author: anyOf: - type: 'null' - - &389 + - &390 title: Git User description: Metaproperties for Git author/committer information. @@ -61647,7 +61664,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 message: type: string examples: @@ -61671,7 +61688,7 @@ paths: required: - sha - url - verification: &505 + verification: &506 title: Verification type: object properties: @@ -61751,7 +61768,7 @@ paths: type: integer files: type: array - items: &466 + items: &467 title: Diff Entry description: Diff Entry type: object @@ -61847,7 +61864,7 @@ paths: - self protected: type: boolean - protection: *390 + protection: *391 protection_url: type: string format: uri @@ -61956,7 +61973,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *328 + '301': *329 '404': *6 x-github: githubCloudOnly: false @@ -61978,15 +61995,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -62180,9 +62197,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -62442,7 +62459,7 @@ paths: url: type: string format: uri - required_status_checks: &398 + required_status_checks: &399 title: Status Check Policy description: Status Check Policy type: object @@ -62601,7 +62618,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *392 + restrictions: *393 required_conversation_resolution: type: object properties: @@ -62713,9 +62730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -62740,17 +62757,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62772,17 +62789,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62801,9 +62818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -62828,17 +62845,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &396 + default: &397 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62934,9 +62951,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63034,9 +63051,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *396 + default: *397 '422': *15 x-github: githubCloudOnly: false @@ -63057,9 +63074,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63086,17 +63103,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -63119,17 +63136,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 '404': *6 x-github: githubCloudOnly: false @@ -63149,9 +63166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63176,17 +63193,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &399 + default: &400 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -63212,9 +63229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63266,9 +63283,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 '404': *6 '422': *15 x-github: @@ -63290,9 +63307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63316,9 +63333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -63352,9 +63369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63421,9 +63438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63487,9 +63504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: content: application/json: @@ -63555,15 +63572,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -63654,9 +63671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63679,9 +63696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -63691,7 +63708,7 @@ paths: type: array items: *5 examples: - default: &400 + default: &401 value: - id: 1 slug: octoapp @@ -63748,9 +63765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -63784,7 +63801,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -63805,9 +63822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -63841,7 +63858,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -63862,9 +63879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -63898,7 +63915,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -63920,9 +63937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -63932,7 +63949,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -63952,9 +63969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -63992,7 +64009,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -64013,9 +64030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64053,7 +64070,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -64074,9 +64091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: content: application/json: @@ -64113,7 +64130,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -64135,9 +64152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64171,9 +64188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64231,9 +64248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64291,9 +64308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64353,9 +64370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64377,7 +64394,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -64493,8 +64510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -64773,7 +64790,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &403 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64909,7 +64926,7 @@ paths: check. type: array items: *84 - deployment: &710 + deployment: &711 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65196,9 +65213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *324 - *325 - - &403 + - *326 + - &404 name: check_run_id description: The unique identifier of the check run. in: path @@ -65210,9 +65227,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &404 + default: &405 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65312,9 +65329,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *324 - *325 - - *403 + - *326 + - *404 requestBody: required: true content: @@ -65554,9 +65571,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65576,9 +65593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *324 - *325 - - *403 + - *326 + - *404 - *17 - *19 responses: @@ -65688,9 +65705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *324 - *325 - - *403 + - *326 + - *404 responses: '201': description: Response @@ -65734,8 +65751,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -65757,7 +65774,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &406 + schema: &407 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65855,7 +65872,7 @@ paths: - string - 'null' format: date-time - head_commit: *405 + head_commit: *406 latest_check_runs_count: type: integer check_runs_url: @@ -65883,7 +65900,7 @@ paths: - check_runs_url - pull_requests examples: - default: &407 + default: &408 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -66174,9 +66191,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66195,8 +66212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -66505,9 +66522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *324 - *325 - - &408 + - *326 + - &409 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66519,9 +66536,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66544,17 +66561,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *324 - *325 - - *408 - - &461 + - *326 + - *409 + - &462 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &462 + - &463 name: status description: Returns check runs with the specified `status`. in: query @@ -66593,9 +66610,9 @@ paths: type: integer check_runs: type: array - items: *402 + items: *403 examples: - default: &463 + default: &464 value: total_count: 1 check_runs: @@ -66697,9 +66714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *324 - *325 - - *408 + - *326 + - *409 responses: '201': description: Response @@ -66732,21 +66749,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *324 - *325 - - *409 + - *326 - *410 + - *411 - *19 - *17 - - &427 + - &428 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: *411 - - &428 + schema: *412 + - &429 name: pr description: The number of the pull request for the results you want to list. in: query @@ -66771,13 +66788,13 @@ paths: be returned. in: query required: false - schema: *412 + schema: *413 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *413 + schema: *414 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -66801,7 +66818,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: *414 + instances_url: *415 state: *179 fixed_at: *175 dismissed_by: @@ -66809,11 +66826,11 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: *415 - dismissed_comment: *416 - rule: *417 - tool: *418 - most_recent_instance: *419 + dismissed_reason: *416 + dismissed_comment: *417 + rule: *418 + tool: *419 + most_recent_instance: *420 dismissal_approved_by: anyOf: - type: 'null' @@ -66936,7 +66953,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &420 + '403': &421 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -66963,9 +66980,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *324 - *325 - - &421 + - *326 + - &422 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66979,7 +66996,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 type: object properties: number: *170 @@ -66987,7 +67004,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: *414 + instances_url: *415 state: *179 fixed_at: *175 dismissed_by: @@ -66995,8 +67012,8 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: *415 - dismissed_comment: *416 + dismissed_reason: *416 + dismissed_comment: *417 rule: type: object properties: @@ -67058,8 +67075,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *418 - most_recent_instance: *419 + tool: *419 + most_recent_instance: *420 dismissal_approved_by: anyOf: - type: 'null' @@ -67155,7 +67172,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -67175,9 +67192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: true content: @@ -67192,8 +67209,8 @@ paths: enum: - open - dismissed - dismissed_reason: *415 - dismissed_comment: *416 + dismissed_reason: *416 + dismissed_comment: *417 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67221,7 +67238,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -67297,7 +67314,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &426 + '403': &427 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -67324,15 +67341,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: - - *324 - *325 - - *421 + - *326 + - *422 responses: '200': description: Response content: application/json: - schema: &423 + schema: &424 type: object properties: status: @@ -67359,13 +67376,13 @@ paths: - description - started_at examples: - default: &424 + default: &425 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &425 + '400': &426 description: Bad Request content: application/json: @@ -67376,7 +67393,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': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -67401,29 +67418,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: - - *324 - *325 - - *421 + - *326 + - *422 responses: '200': description: OK content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '202': description: Accepted content: application/json: - schema: *423 + schema: *424 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *425 + '400': *426 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67455,9 +67472,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: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: false content: @@ -67503,8 +67520,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *425 - '403': *426 + '400': *426 + '403': *427 '404': *6 '422': description: Unprocessable Entity @@ -67528,13 +67545,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 - *19 - *17 - - *427 - *428 + - *429 responses: '200': description: Response @@ -67545,10 +67562,10 @@ paths: items: type: object properties: - ref: *411 - analysis_key: *429 - environment: *430 - category: *431 + ref: *412 + analysis_key: *430 + environment: *431 + category: *432 state: type: - string @@ -67565,7 +67582,7 @@ paths: properties: text: type: string - location: *432 + location: *433 html_url: type: string classifications: @@ -67573,7 +67590,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *433 + items: *434 examples: default: value: @@ -67610,7 +67627,7 @@ paths: end_column: 50 classifications: - source - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -67644,25 +67661,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *324 - *325 - - *409 + - *326 - *410 + - *411 - *19 - *17 - - *428 + - *429 - 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: *411 + schema: *412 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &434 + schema: &435 type: string description: An identifier for the upload. examples: @@ -67684,23 +67701,23 @@ paths: application/json: schema: type: array - items: &435 + items: &436 type: object properties: - ref: *411 - commit_sha: &443 + ref: *412 + commit_sha: &444 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: *429 + analysis_key: *430 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *431 + category: *432 error: type: string examples: @@ -67725,8 +67742,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *434 - tool: *418 + sarif_id: *435 + tool: *419 deletable: type: boolean warning: @@ -67788,7 +67805,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -67824,8 +67841,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: - - *324 - *325 + - *326 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67838,7 +67855,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: response: summary: application/json response @@ -67892,7 +67909,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *420 + '403': *421 '404': *6 '422': description: Response if analysis could not be processed @@ -67979,8 +67996,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: - - *324 - *325 + - *326 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -68036,7 +68053,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': *426 + '403': *427 '404': *6 '503': *113 x-github: @@ -68058,8 +68075,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -68067,7 +68084,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: CodeQL Database description: A CodeQL database. type: object @@ -68179,7 +68196,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': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68208,8 +68225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *324 - *325 + - *326 - name: language in: path description: The language of the CodeQL database. @@ -68221,7 +68238,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -68253,9 +68270,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': &468 + '302': &469 description: Found - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68277,8 +68294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *324 - *325 + - *326 - name: language in: path description: The language of the CodeQL database. @@ -68288,7 +68305,7 @@ paths: responses: '204': description: Response - '403': *426 + '403': *427 '404': *6 '503': *113 x-github: @@ -68316,8 +68333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -68326,7 +68343,7 @@ paths: type: object additionalProperties: false properties: - language: &437 + language: &438 type: string description: The language targeted by the CodeQL query enum: @@ -68406,7 +68423,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &441 + schema: &442 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68416,7 +68433,7 @@ paths: description: The ID of the variant analysis. controller_repo: *64 actor: *4 - query_language: *437 + query_language: *438 query_pack_url: type: string description: The download url for the query pack. @@ -68464,7 +68481,7 @@ paths: items: type: object properties: - repository: &438 + repository: &439 title: Repository Identifier description: Repository Identifier type: object @@ -68506,7 +68523,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &442 + analysis_status: &443 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68538,7 +68555,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &439 + access_mismatch_repos: &440 type: object properties: repository_count: @@ -68553,7 +68570,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: *438 + items: *439 required: - repository_count - repositories @@ -68576,8 +68593,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *439 - over_limit_repos: *439 + no_codeql_db_repos: *440 + over_limit_repos: *440 required: - access_mismatch_repos - not_found_repos @@ -68593,7 +68610,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &440 + value: &441 summary: Default response value: id: 1 @@ -68739,10 +68756,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *440 + value: *441 repository_lists: summary: Response for a successful variant analysis submission - value: *440 + value: *441 '404': *6 '422': description: Unable to process variant analysis submission @@ -68770,8 +68787,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: - - *324 - *325 + - *326 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68783,9 +68800,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *440 + default: *441 '404': *6 '503': *113 x-github: @@ -68808,7 +68825,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: - - *324 + - *325 - name: repo in: path description: The name of the controller repository. @@ -68843,7 +68860,7 @@ paths: type: object properties: repository: *64 - analysis_status: *442 + analysis_status: *443 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68968,8 +68985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -69060,7 +69077,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -69081,8 +69098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -69176,7 +69193,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *426 + '403': *427 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -69247,8 +69264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -69256,7 +69273,7 @@ paths: schema: type: object properties: - commit_sha: *443 + commit_sha: *444 ref: type: string description: |- @@ -69316,7 +69333,7 @@ paths: schema: type: object properties: - id: *434 + id: *435 url: type: string description: The REST API URL for checking the status of the upload. @@ -69330,7 +69347,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': *426 + '403': *427 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -69353,8 +69370,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *324 - *325 + - *326 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69402,7 +69419,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': *420 + '403': *421 '404': description: Not Found if the sarif id does not match any upload '503': *113 @@ -69427,8 +69444,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: - - *324 - *325 + - *326 responses: '200': description: Response @@ -69509,8 +69526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *324 - *325 + - *326 - 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 @@ -69638,8 +69655,8 @@ paths: parameters: - *17 - *19 - - *324 - *325 + - *326 responses: '200': description: Response @@ -69655,7 +69672,7 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: default: value: @@ -69953,8 +69970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -70018,17 +70035,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '400': *14 '401': *23 '403': *27 @@ -70057,8 +70074,8 @@ paths: parameters: - *17 - *19 - - *324 - *325 + - *326 responses: '200': description: Response @@ -70122,8 +70139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *324 - *325 + - *326 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -70160,9 +70177,9 @@ paths: type: integer machines: type: array - items: *445 + items: *446 examples: - default: &653 + default: &654 value: total_count: 2 machines: @@ -70202,8 +70219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *324 - *325 + - *326 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70290,8 +70307,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: - - *324 - *325 + - *326 - 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 @@ -70360,8 +70377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -70379,7 +70396,7 @@ paths: type: integer secrets: type: array - items: &449 + items: &450 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70400,7 +70417,7 @@ paths: - created_at - updated_at examples: - default: *446 + default: *447 headers: Link: *65 x-github: @@ -70423,16 +70440,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70452,17 +70469,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70482,8 +70499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -70536,8 +70553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -70566,8 +70583,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *324 - *325 + - *326 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70605,7 +70622,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Collaborator description: Collaborator type: object @@ -70798,8 +70815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 responses: '204': @@ -70846,8 +70863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 requestBody: required: false @@ -70874,7 +70891,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &518 + schema: &519 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -71102,8 +71119,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 responses: '204': @@ -71135,8 +71152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *324 - *325 + - *326 - *69 responses: '200': @@ -71157,7 +71174,7 @@ paths: user: anyOf: - type: 'null' - - *451 + - *452 required: - permission - role_name @@ -71211,8 +71228,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -71222,7 +71239,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Commit Comment description: Commit Comment type: object @@ -71280,7 +71297,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71339,17 +71356,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: &458 + default: &459 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71406,8 +71423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -71430,7 +71447,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -71481,8 +71498,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -71504,8 +71521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -71532,7 +71549,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -71576,7 +71593,7 @@ paths: - content - created_at examples: - default: &521 + default: &522 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -71621,8 +71638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -71655,9 +71672,9 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -71686,9 +71703,9 @@ paths: description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -71710,10 +71727,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - &522 + - &523 name: reaction_id description: The unique identifier of the reaction. in: path @@ -71768,8 +71785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *324 - *325 + - *326 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71825,9 +71842,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71921,9 +71938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *324 - *325 - - &456 + - *326 + - &457 name: commit_sha description: The SHA of the commit. in: path @@ -71995,9 +72012,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *324 - *325 - - *456 + - *326 + - *457 - *17 - *19 responses: @@ -72007,9 +72024,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *457 + default: *458 headers: Link: *65 x-github: @@ -72037,9 +72054,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *324 - *325 - - *456 + - *326 + - *457 requestBody: required: true content: @@ -72074,9 +72091,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *458 + default: *459 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72104,9 +72121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *324 - *325 - - *456 + - *326 + - *457 - *17 - *19 responses: @@ -72116,9 +72133,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: &560 + default: &561 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72655,11 +72672,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *324 - *325 + - *326 - *19 - *17 - - &460 + - &461 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)" @@ -72674,9 +72691,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72789,11 +72806,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *324 - *325 - - *460 + - *326 - *461 - *462 + - *463 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72827,9 +72844,9 @@ paths: type: integer check_runs: type: array - items: *402 + items: *403 examples: - default: *463 + default: *464 headers: Link: *65 x-github: @@ -72854,9 +72871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72864,7 +72881,7 @@ paths: schema: type: integer example: 1 - - *461 + - *462 - *17 - *19 responses: @@ -72882,7 +72899,7 @@ paths: type: integer check_suites: type: array - items: *406 + items: *407 examples: default: value: @@ -73082,9 +73099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - *17 - *19 responses: @@ -73286,9 +73303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - *17 - *19 responses: @@ -73298,7 +73315,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Status description: The status of a commit. type: object @@ -73379,7 +73396,7 @@ paths: site_admin: false headers: Link: *65 - '301': *328 + '301': *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73407,8 +73424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -73441,11 +73458,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *464 + - *465 code_of_conduct_file: anyOf: - type: 'null' - - &465 + - &466 title: Community Health File type: object properties: @@ -73465,19 +73482,19 @@ paths: contributing: anyOf: - type: 'null' - - *465 + - *466 readme: anyOf: - type: 'null' - - *465 + - *466 issue_template: anyOf: - type: 'null' - - *465 + - *466 pull_request_template: anyOf: - type: 'null' - - *465 + - *466 required: - code_of_conduct - code_of_conduct_file @@ -73606,8 +73623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *324 - *325 + - *326 - *19 - *17 - name: basehead @@ -73655,8 +73672,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *455 - merge_base_commit: *455 + base_commit: *456 + merge_base_commit: *456 status: type: string enum: @@ -73680,10 +73697,10 @@ paths: - 6 commits: type: array - items: *455 + items: *456 files: type: array - items: *466 + items: *467 required: - url - html_url @@ -73969,8 +73986,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -74140,7 +74157,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &467 + response-if-content-is-a-file-github-object: &468 summary: Response if content is a file value: type: file @@ -74277,7 +74294,7 @@ paths: - size - type - url - - &573 + - &574 title: Content File description: Content File type: object @@ -74495,7 +74512,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *467 + response-if-content-is-a-file: *468 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74564,7 +74581,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *468 + '302': *469 '304': *35 x-github: githubCloudOnly: false @@ -74587,8 +74604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -74683,7 +74700,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: File Commit description: File Commit type: object @@ -74839,7 +74856,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: example-for-creating-a-file: value: @@ -74893,7 +74910,7 @@ paths: schema: oneOf: - *3 - - &500 + - &501 description: Repository rule violation was detected type: object properties: @@ -74914,7 +74931,7 @@ paths: items: type: object properties: - placeholder_id: &625 + placeholder_id: &626 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -74946,8 +74963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -75008,7 +75025,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -75063,8 +75080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *324 - *325 + - *326 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75188,23 +75205,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *324 - *325 + - *326 - *189 - *190 - *191 - *192 + - *193 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *193 - - *470 - *194 + - *471 - *195 - *196 + - *197 - *59 - *45 - *46 @@ -75216,7 +75234,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 type: object description: A Dependabot alert. properties: @@ -75267,7 +75285,7 @@ paths: - transitive - inconclusive - - security_advisory: *471 + security_advisory: *472 security_vulnerability: *63 url: *173 html_url: *174 @@ -75298,8 +75316,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *472 - dismissal_request: *473 + auto_dismissed_at: *473 + dismissal_request: *474 assignees: type: array description: The users assigned to this alert. @@ -75554,9 +75572,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *324 - *325 - - &475 + - *326 + - &476 name: alert_number in: path description: |- @@ -75571,7 +75589,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -75703,9 +75721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *324 - *325 - - *475 + - *326 + - *476 requestBody: required: true content: @@ -75761,7 +75779,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -75891,8 +75909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -75910,7 +75928,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75964,16 +75982,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75993,15 +76011,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default: value: @@ -76027,8 +76045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -76081,8 +76099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -76105,8 +76123,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: - - *324 - *325 + - *326 - 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 @@ -76280,8 +76298,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: - - *324 - *325 + - *326 responses: '200': description: Response @@ -76541,8 +76559,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -76625,7 +76643,7 @@ paths: - version - url additionalProperties: false - metadata: &479 + metadata: &480 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76664,7 +76682,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *479 + metadata: *480 resolved: type: object description: A collection of resolved package dependencies. @@ -76678,7 +76696,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *479 + metadata: *480 relationship: type: string description: A notation of whether a dependency is requested @@ -76811,8 +76829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *324 - *325 + - *326 - name: sha description: The SHA recorded at creation time. in: query @@ -76853,9 +76871,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *481 + default: *482 headers: Link: *65 x-github: @@ -76921,8 +76939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -77004,7 +77022,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: simple-example: summary: Simple example @@ -77077,9 +77095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *324 - *325 - - &482 + - *326 + - &483 name: deployment_id description: deployment_id parameter in: path @@ -77091,7 +77109,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -77156,9 +77174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *324 - *325 - - *482 + - *326 + - *483 responses: '204': description: Response @@ -77180,9 +77198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *324 - *325 - - *482 + - *326 + - *483 - *17 - *19 responses: @@ -77192,7 +77210,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Deployment Status description: The status of a deployment. type: object @@ -77356,9 +77374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *324 - *325 - - *482 + - *326 + - *483 requestBody: required: true content: @@ -77433,9 +77451,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77491,9 +77509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *324 - *325 - - *482 + - *326 + - *483 - name: status_id in: path required: true @@ -77504,9 +77522,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77531,8 +77549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -77589,8 +77607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -77608,7 +77626,7 @@ paths: - 5 environments: type: array - items: &486 + items: &487 title: Environment description: Details of a deployment environment type: object @@ -77670,7 +77688,7 @@ paths: type: string examples: - wait_timer - wait_timer: &488 + wait_timer: &489 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -77712,7 +77730,7 @@ paths: items: type: object properties: - type: *485 + type: *486 reviewer: anyOf: - *4 @@ -77739,7 +77757,7 @@ paths: - id - node_id - type - deployment_branch_policy: &489 + deployment_branch_policy: &490 type: - object - 'null' @@ -77856,9 +77874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *324 - *325 - - &487 + - *326 + - &488 name: environment_name in: path required: true @@ -77871,9 +77889,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &490 + default: &491 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -77957,9 +77975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: false content: @@ -77969,7 +77987,7 @@ paths: - object - 'null' properties: - wait_timer: *488 + wait_timer: *489 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -77988,14 +78006,14 @@ paths: items: type: object properties: - type: *485 + type: *486 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *489 + deployment_branch_policy: *490 additionalProperties: false examples: default: @@ -78015,9 +78033,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *490 + default: *491 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78041,9 +78059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *324 - *325 - - *487 + - *326 + - *488 responses: '204': description: Default response @@ -78068,9 +78086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *17 - *19 responses: @@ -78089,7 +78107,7 @@ paths: - 2 branch_policies: type: array - items: &491 + items: &492 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78150,9 +78168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: true content: @@ -78200,9 +78218,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - example-wildcard: &492 + example-wildcard: &493 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78244,10 +78262,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - &493 + - *326 + - *488 + - &494 name: branch_policy_id in: path required: true @@ -78259,9 +78277,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78280,10 +78298,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - *493 + - *326 + - *488 + - *494 requestBody: required: true content: @@ -78312,9 +78330,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78333,10 +78351,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - *493 + - *326 + - *488 + - *494 responses: '204': description: Response @@ -78361,9 +78379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *487 + - *488 + - *326 - *325 - - *324 responses: '200': description: List of deployment protection rules @@ -78380,7 +78398,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &494 + items: &495 title: Deployment protection rule description: Deployment protection rule type: object @@ -78402,7 +78420,7 @@ paths: for the environment. examples: - true - app: &495 + app: &496 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78505,9 +78523,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: - - *487 + - *488 + - *326 - *325 - - *324 requestBody: content: application/json: @@ -78528,9 +78546,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *494 + schema: *495 examples: - default: &496 + default: &497 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78565,9 +78583,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: - - *487 + - *488 + - *326 - *325 - - *324 - *19 - *17 responses: @@ -78587,7 +78605,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *495 + items: *496 examples: default: value: @@ -78622,10 +78640,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *324 - *325 - - *487 - - &497 + - *326 + - *488 + - &498 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -78637,9 +78655,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *496 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78660,10 +78678,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *487 + - *488 + - *326 - *325 - - *324 - - *497 + - *498 responses: '204': description: Response @@ -78689,9 +78707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *17 - *19 responses: @@ -78709,9 +78727,9 @@ paths: type: integer secrets: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 headers: Link: *65 x-github: @@ -78736,17 +78754,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *324 - *325 - - *487 + - *326 + - *488 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78768,18 +78786,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78801,9 +78819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 requestBody: required: true @@ -78861,9 +78879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 responses: '204': @@ -78889,10 +78907,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *324 - *325 - - *487 - - *340 + - *326 + - *488 + - *341 - *19 responses: '200': @@ -78909,9 +78927,9 @@ paths: type: integer variables: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *65 x-github: @@ -78934,9 +78952,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: true content: @@ -78988,18 +79006,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *163 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79020,10 +79038,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *324 - *325 + - *326 - *163 - - *487 + - *488 requestBody: required: true content: @@ -79065,10 +79083,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *324 - *325 + - *326 - *163 - - *487 + - *488 responses: '204': description: Response @@ -79090,8 +79108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -79159,8 +79177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *324 - *325 + - *326 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79319,8 +79337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -79353,9 +79371,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 '400': *14 '422': *15 '403': *27 @@ -79376,8 +79394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -79437,7 +79455,7 @@ paths: schema: oneOf: - *121 - - *500 + - *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79462,8 +79480,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *324 - *325 + - *326 - name: file_sha in: path required: true @@ -79563,8 +79581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -79673,7 +79691,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79900,15 +79918,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *324 - *325 - - *456 + - *326 + - *457 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -79964,9 +79982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *324 - *325 - - &502 + - *326 + - &503 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. @@ -79983,7 +80001,7 @@ paths: application/json: schema: type: array - items: &503 + items: &504 title: Git Reference description: Git references within a repository type: object @@ -80059,17 +80077,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &504 + default: &505 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80098,8 +80116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80128,9 +80146,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80156,9 +80174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 requestBody: required: true content: @@ -80187,9 +80205,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '422': *15 '409': *52 x-github: @@ -80207,9 +80225,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 responses: '204': description: Response @@ -80264,8 +80282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80332,7 +80350,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: Git Tag description: Metadata for a Git tag type: object @@ -80388,7 +80406,7 @@ paths: - sha - type - url - verification: *505 + verification: *506 required: - sha - url @@ -80398,7 +80416,7 @@ paths: - tag - message examples: - default: &507 + default: &508 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80471,8 +80489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *324 - *325 + - *326 - name: tag_sha in: path required: true @@ -80483,9 +80501,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '404': *6 '409': *52 x-github: @@ -80509,8 +80527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80584,7 +80602,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -80686,8 +80704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *324 - *325 + - *326 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -80710,7 +80728,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default-response: summary: Default response @@ -80769,8 +80787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -80780,7 +80798,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Webhook description: Webhooks for repositories. type: object @@ -80843,7 +80861,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &741 + last_response: &742 title: Hook Response type: object properties: @@ -80920,8 +80938,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -80974,9 +80992,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: Repository id: 12345678 @@ -81024,17 +81042,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -81054,9 +81072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 requestBody: required: true content: @@ -81101,9 +81119,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '422': *15 '404': *6 x-github: @@ -81124,9 +81142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -81150,9 +81168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '200': description: Response @@ -81179,9 +81197,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *324 - *325 - - *202 + - *326 + - *203 requestBody: required: false content: @@ -81225,12 +81243,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *324 - *325 - - *202 - - *17 + - *326 - *203 + - *17 - *204 + - *205 responses: '200': description: Response @@ -81238,9 +81256,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '400': *14 '422': *15 x-github: @@ -81259,18 +81277,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '422': *15 x-github: @@ -81289,9 +81307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 - *16 responses: '202': *37 @@ -81314,9 +81332,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -81341,9 +81359,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -81366,8 +81384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response if immutable releases are enabled @@ -81415,8 +81433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *324 - *325 + - *326 responses: '204': *183 '409': *52 @@ -81436,8 +81454,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *324 - *325 + - *326 responses: '204': *183 '409': *52 @@ -81494,14 +81512,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &511 + schema: &512 title: Import description: A repository import from an external source. type: object @@ -81608,7 +81626,7 @@ paths: - html_url - authors_url examples: - default: &514 + default: &515 value: vcs: subversion use_lfs: true @@ -81624,7 +81642,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': &512 + '503': &513 description: Unavailable due to service under maintenance. content: application/json: @@ -81653,8 +81671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -81702,7 +81720,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -81727,7 +81745,7 @@ paths: type: string '422': *15 '404': *6 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81755,8 +81773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -81808,7 +81826,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: example-1: summary: Example 1 @@ -81856,7 +81874,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': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81879,12 +81897,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *324 - *325 + - *326 responses: '204': description: Response - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81910,9 +81928,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *324 - *325 - - &675 + - *326 + - &676 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81926,7 +81944,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Porter Author description: Porter Author type: object @@ -81980,7 +81998,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': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82005,8 +82023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *324 - *325 + - *326 - name: author_id in: path required: true @@ -82036,7 +82054,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -82049,7 +82067,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82073,8 +82091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -82115,7 +82133,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82143,8 +82161,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -82171,11 +82189,11 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *514 + default: *515 '422': *15 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82198,8 +82216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -82207,8 +82225,8 @@ paths: application/json: schema: *20 examples: - default: *515 - '301': *328 + default: *516 + '301': *329 '404': *6 x-github: githubCloudOnly: false @@ -82228,8 +82246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -82237,12 +82255,12 @@ paths: application/json: schema: anyOf: - - *221 + - *222 - type: object properties: {} additionalProperties: false examples: - default: &517 + default: &518 value: limit: collaborators_only origin: repository @@ -82267,13 +82285,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *516 + schema: *517 examples: default: summary: Example request body @@ -82285,9 +82303,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *517 + default: *518 '409': description: Response x-github: @@ -82309,8 +82327,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -82333,8 +82351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -82344,9 +82362,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: &667 + default: &668 value: - id: 1 repository: @@ -82477,9 +82495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *324 - *325 - - *225 + - *326 + - *226 requestBody: required: false content: @@ -82508,7 +82526,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -82639,9 +82657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *324 - *325 - - *225 + - *326 + - *226 responses: '204': description: Response @@ -82672,8 +82690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *324 - *325 + - *326 - 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 @@ -82721,7 +82739,7 @@ paths: required: false schema: type: string - - *232 + - *233 - name: sort description: What to sort results by. in: query @@ -82746,7 +82764,7 @@ paths: type: array items: *81 examples: - default: &527 + default: &528 value: - id: 1 node_id: MDU6SXNzdWUx @@ -82895,7 +82913,7 @@ paths: state_reason: completed headers: Link: *65 - '301': *328 + '301': *329 '422': *15 '404': *6 x-github: @@ -82924,8 +82942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -83009,7 +83027,7 @@ paths: application/json: schema: *81 examples: - default: &524 + default: &525 value: id: 1 node_id: MDU6SXNzdWUx @@ -83166,7 +83184,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *519 + '410': *520 x-github: triggersNotification: true githubCloudOnly: false @@ -83194,8 +83212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *324 - *325 + - *326 - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -83218,7 +83236,7 @@ paths: type: array items: *82 examples: - default: &526 + default: &527 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83276,8 +83294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': @@ -83286,7 +83304,7 @@ paths: application/json: schema: *82 examples: - default: &520 + default: &521 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83341,8 +83359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -83367,7 +83385,7 @@ paths: application/json: schema: *82 examples: - default: *520 + default: *521 '422': *15 x-github: githubCloudOnly: false @@ -83385,8 +83403,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -83415,8 +83433,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': @@ -83479,7 +83497,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -83496,8 +83514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -83505,7 +83523,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 '503': *113 x-github: githubCloudOnly: false @@ -83523,8 +83541,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -83551,9 +83569,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -83574,8 +83592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -83608,16 +83626,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -83639,10 +83657,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - *522 + - *523 responses: '204': description: Response @@ -83662,8 +83680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -83673,7 +83691,7 @@ paths: application/json: schema: type: array - items: &523 + items: &524 title: Issue Event description: Issue Event type: object @@ -84013,8 +84031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *324 - *325 + - *326 - name: event_id in: path required: true @@ -84025,7 +84043,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -84218,7 +84236,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *519 + '410': *520 '403': *27 x-github: githubCloudOnly: false @@ -84252,9 +84270,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *324 - *325 - - &525 + - *326 + - &526 name: issue_number description: The number that identifies the issue. in: path @@ -84270,7 +84288,7 @@ paths: examples: default: summary: Issue - value: *524 + value: *525 pinned_comment: summary: Issue with pinned comment value: @@ -84469,9 +84487,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 '304': *35 x-github: githubCloudOnly: false @@ -84496,9 +84514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -84633,13 +84651,13 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 '422': *15 '503': *113 '403': *27 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84657,9 +84675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -84687,7 +84705,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84703,9 +84721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: content: application/json: @@ -84732,7 +84750,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84754,9 +84772,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: - - *324 - *325 - - *525 + - *326 + - *526 - name: assignee in: path required: true @@ -84796,9 +84814,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *86 - *17 - *19 @@ -84811,11 +84829,11 @@ paths: type: array items: *82 examples: - default: *526 + default: *527 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84844,9 +84862,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -84870,14 +84888,14 @@ paths: application/json: schema: *82 examples: - default: *520 + default: *521 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -84905,9 +84923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -84919,12 +84937,12 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84952,9 +84970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -84978,15 +84996,15 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *328 + '301': *329 '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -85017,9 +85035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -85033,13 +85051,13 @@ paths: application/json: schema: *81 examples: - default: *524 - '301': *328 + default: *525 + '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 x-github: triggersNotification: true githubCloudOnly: false @@ -85065,9 +85083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85079,12 +85097,12 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85101,9 +85119,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85117,7 +85135,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &530 + - &531 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -85166,7 +85184,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &532 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85294,7 +85312,7 @@ paths: - performed_via_github_app - assignee - assigner - - &532 + - &533 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85340,7 +85358,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &534 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85386,7 +85404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85435,7 +85453,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &536 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85477,7 +85495,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &537 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85519,7 +85537,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &538 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85575,7 +85593,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &539 title: Locked Issue Event description: Locked Issue Event type: object @@ -85620,7 +85638,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &540 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85681,7 +85699,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85742,7 +85760,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &542 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85803,7 +85821,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85896,7 +85914,7 @@ paths: color: red headers: Link: *65 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85913,9 +85931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85925,9 +85943,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: &639 + default: &640 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -85951,9 +85969,9 @@ paths: value: '2025-12-25' headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85970,9 +85988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -85984,7 +86002,7 @@ paths: type: array items: *80 examples: - default: &529 + default: &530 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86002,9 +86020,9 @@ paths: default: false headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86020,9 +86038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -86067,10 +86085,10 @@ paths: type: array items: *80 examples: - default: *529 - '301': *328 + default: *530 + '301': *329 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -86087,9 +86105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -86151,10 +86169,10 @@ paths: type: array items: *80 examples: - default: *529 - '301': *328 + default: *530 + '301': *329 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -86171,15 +86189,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '204': description: Response - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86198,9 +86216,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - name: name in: path required: true @@ -86224,9 +86242,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86246,9 +86264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -86277,7 +86295,7 @@ paths: '204': description: Response '403': *27 - '410': *519 + '410': *520 '404': *6 '422': *15 x-github: @@ -86295,9 +86313,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '204': description: Response @@ -86327,9 +86345,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '200': description: Response @@ -86337,10 +86355,10 @@ paths: application/json: schema: *81 examples: - default: *524 - '301': *328 + default: *525 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86357,9 +86375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - 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. @@ -86385,13 +86403,13 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86409,9 +86427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86443,16 +86461,16 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -86474,10 +86492,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *324 - *325 - - *525 - - *522 + - *326 + - *526 + - *523 responses: '204': description: Response @@ -86506,9 +86524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86532,7 +86550,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86565,9 +86583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86579,11 +86597,11 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86611,9 +86629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86642,14 +86660,14 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -86669,9 +86687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86704,7 +86722,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 '403': *27 '404': *6 '422': *7 @@ -86726,9 +86744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86743,7 +86761,6 @@ paths: description: Timeline Event type: object anyOf: - - *530 - *531 - *532 - *533 @@ -86756,6 +86773,7 @@ paths: - *540 - *541 - *542 + - *543 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86812,7 +86830,7 @@ paths: pin: anyOf: - type: 'null' - - *543 + - *544 required: - event - actor @@ -87088,7 +87106,7 @@ paths: type: string comments: type: array - items: &562 + items: &563 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -87329,7 +87347,7 @@ paths: type: string comments: type: array - items: *452 + items: *453 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -87604,7 +87622,7 @@ paths: headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87621,8 +87639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -87632,7 +87650,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87700,8 +87718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -87737,9 +87755,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: id: 1 key: ssh-rsa AAA... @@ -87773,9 +87791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *324 - *325 - - &546 + - *326 + - &547 name: key_id description: The unique identifier of the key. in: path @@ -87787,9 +87805,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 x-github: githubCloudOnly: false @@ -87807,9 +87825,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *324 - *325 - - *546 + - *326 + - *547 responses: '204': description: Response @@ -87829,8 +87847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -87842,7 +87860,7 @@ paths: type: array items: *80 examples: - default: *529 + default: *530 headers: Link: *65 '404': *6 @@ -87863,8 +87881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -87902,7 +87920,7 @@ paths: application/json: schema: *80 examples: - default: &547 + default: &548 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87934,8 +87952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -87948,7 +87966,7 @@ paths: application/json: schema: *80 examples: - default: *547 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -87965,8 +87983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -88031,8 +88049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -88058,8 +88076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -88098,9 +88116,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *324 - *325 - - *427 + - *326 + - *428 responses: '200': description: Response @@ -88247,8 +88265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88313,8 +88331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88348,9 +88366,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *455 + schema: *456 examples: - default: *548 + default: *549 '204': description: Response when already merged '404': @@ -88375,8 +88393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *324 - *325 + - *326 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88417,7 +88435,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -88473,8 +88491,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88514,9 +88532,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &549 + default: &550 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88575,9 +88593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *324 - *325 - - &550 + - *326 + - &551 name: milestone_number description: The number that identifies the milestone. in: path @@ -88589,9 +88607,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -88608,9 +88626,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 requestBody: required: false content: @@ -88648,9 +88666,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88666,9 +88684,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 responses: '204': description: Response @@ -88689,9 +88707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 - *17 - *19 responses: @@ -88703,7 +88721,7 @@ paths: type: array items: *80 examples: - default: *529 + default: *530 headers: Link: *65 x-github: @@ -88722,12 +88740,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *324 - *325 - - *551 + - *326 - *552 - - *86 - *553 + - *86 + - *554 - *17 - *19 responses: @@ -88739,7 +88757,7 @@ paths: type: array items: *106 examples: - default: *554 + default: *555 headers: Link: *65 x-github: @@ -88763,8 +88781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -88822,14 +88840,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &555 + schema: &556 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88973,7 +88991,7 @@ paths: - custom_404 - public examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -89014,8 +89032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89070,9 +89088,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '422': *15 '409': *52 x-github: @@ -89095,8 +89113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89196,8 +89214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -89223,8 +89241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -89234,7 +89252,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Page Build description: Page Build type: object @@ -89326,8 +89344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -89374,16 +89392,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89431,8 +89449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *324 - *325 + - *326 - name: build_id in: path required: true @@ -89443,9 +89461,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89465,8 +89483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89574,9 +89592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *324 - *325 - - &559 + - *326 + - &560 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89634,9 +89652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *324 - *325 - - *559 + - *326 + - *560 responses: '204': *183 '404': *6 @@ -89663,8 +89681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -89959,8 +89977,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: - - *324 - *325 + - *326 responses: '200': description: Private vulnerability reporting status @@ -89997,8 +90015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': *183 '422': *14 @@ -90019,8 +90037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': *183 '422': *14 @@ -90042,8 +90060,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -90051,7 +90069,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -90082,8 +90100,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90095,7 +90113,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *279 + items: *280 required: - properties examples: @@ -90145,8 +90163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *324 - *325 + - *326 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -90206,9 +90224,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: *560 + default: *561 headers: Link: *65 '304': *35 @@ -90240,8 +90258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90308,7 +90326,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90437,7 +90455,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 active_lock_reason: type: - string @@ -90476,7 +90494,7 @@ paths: items: *4 requested_teams: type: array - items: *244 + items: *245 head: type: object properties: @@ -90514,14 +90532,14 @@ paths: _links: type: object properties: - comments: *266 - commits: *266 - statuses: *266 - html: *266 - issue: *266 - review_comments: *266 - review_comment: *266 - self: *266 + comments: *267 + commits: *267 + statuses: *267 + html: *267 + issue: *267 + review_comments: *267 + review_comment: *267 + self: *267 required: - comments - commits @@ -90532,7 +90550,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *561 + auto_merge: *562 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90632,7 +90650,7 @@ paths: - merged_by - review_comments examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91159,8 +91177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *324 - *325 + - *326 - name: sort in: query required: false @@ -91189,9 +91207,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: &567 + default: &568 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91268,17 +91286,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &563 + default: &564 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91353,8 +91371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -91377,9 +91395,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91395,8 +91413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -91418,8 +91436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -91446,9 +91464,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -91469,8 +91487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -91503,16 +91521,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -91534,10 +91552,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - *522 + - *523 responses: '204': description: Response @@ -91580,9 +91598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *324 - *325 - - &566 + - *326 + - &567 name: pull_number description: The number that identifies the pull request. in: path @@ -91595,9 +91613,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 '304': *35 '404': *6 '406': @@ -91632,9 +91650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -91676,9 +91694,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 '422': *15 '403': *27 x-github: @@ -91700,9 +91718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -91763,17 +91781,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -91803,9 +91821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -91826,9 +91844,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *567 + default: *568 headers: Link: *65 x-github: @@ -91861,9 +91879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -91969,7 +91987,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: example-for-a-multi-line-comment: value: @@ -92057,9 +92075,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *95 requestBody: required: true @@ -92082,7 +92100,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -92168,9 +92186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -92180,9 +92198,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *568 + default: *569 headers: Link: *65 x-github: @@ -92212,9 +92230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -92224,7 +92242,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -92262,9 +92280,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *324 - *325 - - *566 + - *326 + - *567 responses: '204': description: Response if pull request has been merged @@ -92287,9 +92305,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -92401,9 +92419,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 responses: '200': description: Response @@ -92478,9 +92496,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -92517,7 +92535,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -93053,9 +93071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -93089,7 +93107,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -93594,9 +93612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -93606,7 +93624,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93762,9 +93780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -93854,9 +93872,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93919,10 +93937,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - &570 + - *326 + - *567 + - &571 name: review_id description: The unique identifier of the review. in: path @@ -93934,9 +93952,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &572 + default: &573 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93995,10 +94013,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -94021,7 +94039,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -94083,18 +94101,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 '422': *7 '404': *6 x-github: @@ -94121,10 +94139,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 - *17 - *19 responses: @@ -94222,9 +94240,9 @@ paths: _links: type: object properties: - self: *266 - html: *266 - pull_request: *266 + self: *267 + html: *267 + pull_request: *267 required: - self - html @@ -94382,10 +94400,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -94414,7 +94432,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -94477,10 +94495,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -94515,9 +94533,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 + default: *573 '404': *6 '422': *7 '403': *27 @@ -94539,9 +94557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -94605,8 +94623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *324 - *325 + - *326 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94619,9 +94637,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: type: file encoding: base64 @@ -94663,8 +94681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *324 - *325 + - *326 - name: dir description: The alternate path to look for a README file in: path @@ -94684,9 +94702,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '422': *15 x-github: @@ -94708,8 +94726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -94719,7 +94737,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -94813,8 +94831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -94890,9 +94908,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &579 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -94997,9 +95015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *324 - *325 - - &577 + - *326 + - &578 name: asset_id description: The unique identifier of the asset. in: path @@ -95011,9 +95029,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &578 + default: &579 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 @@ -95048,7 +95066,7 @@ paths: type: User site_admin: false '404': *6 - '302': *468 + '302': *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95064,9 +95082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *324 - *325 - - *577 + - *326 + - *578 requestBody: required: false content: @@ -95095,9 +95113,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95113,9 +95131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *324 - *325 - - *577 + - *326 + - *578 responses: '204': description: Response @@ -95140,8 +95158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -95227,16 +95245,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -95254,8 +95272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *324 - *325 + - *326 - name: tag description: tag parameter in: path @@ -95268,9 +95286,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -95292,9 +95310,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *324 - *325 - - &580 + - *326 + - &581 name: release_id description: The unique identifier of the release. in: path @@ -95308,9 +95326,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: *575 + schema: *576 examples: - default: *579 + default: *580 '401': description: Unauthorized x-github: @@ -95328,9 +95346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 requestBody: required: false content: @@ -95394,9 +95412,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': description: Not Found if the discussion category name is invalid content: @@ -95417,9 +95435,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 responses: '204': description: Response @@ -95440,9 +95458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *324 - *325 - - *580 + - *326 + - *581 - *17 - *19 responses: @@ -95452,7 +95470,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -95533,9 +95551,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: - - *324 - *325 - - *580 + - *326 + - *581 - name: name in: query required: true @@ -95561,7 +95579,7 @@ paths: description: Response for successful upload content: application/json: - schema: *576 + schema: *577 examples: response-for-successful-upload: value: @@ -95616,9 +95634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 - 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. @@ -95642,9 +95660,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -95665,9 +95683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 requestBody: required: true content: @@ -95697,16 +95715,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -95728,10 +95746,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *324 - *325 - - *580 - - *522 + - *326 + - *581 + - *523 responses: '204': description: Response @@ -95755,9 +95773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 - *17 - *19 responses: @@ -95773,8 +95791,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *286 - - &581 + - *287 + - &582 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95793,69 +95811,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *287 - - *581 - allOf: - *288 - - *581 + - *582 - allOf: - *289 - - *581 - - allOf: - *582 - - *581 - allOf: - *290 - - *581 + - *582 + - allOf: + - *583 + - *582 - allOf: - *291 - - *581 + - *582 - allOf: - *292 - - *581 + - *582 - allOf: - *293 - - *581 + - *582 - allOf: - *294 - - *581 + - *582 - allOf: - *295 - - *581 + - *582 - allOf: - *296 - - *581 + - *582 - allOf: - *297 - - *581 + - *582 - allOf: - *298 - - *581 + - *582 - allOf: - *299 - - *581 + - *582 - allOf: - *300 - - *581 + - *582 - allOf: - *301 - - *581 + - *582 - allOf: - *302 - - *581 + - *582 - allOf: - *303 - - *581 + - *582 - allOf: - *304 - - *581 + - *582 - allOf: - *305 - - *581 + - *582 - allOf: - *306 - - *581 + - *582 + - allOf: + - *307 + - *582 examples: default: value: @@ -95894,8 +95912,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - *17 - *19 - name: includes_parents @@ -95906,7 +95924,7 @@ paths: schema: type: boolean default: true - - *583 + - *584 responses: '200': description: Response @@ -95914,7 +95932,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -95961,8 +95979,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 requestBody: description: Request body required: true @@ -95982,16 +96000,16 @@ paths: - tag - push default: branch - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *281 + items: *285 + conditions: *282 rules: type: array description: An array of rules within the ruleset. - items: *584 + items: *585 required: - name - enforcement @@ -96022,9 +96040,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &594 + default: &595 value: id: 42 name: super cool ruleset @@ -96072,12 +96090,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *324 - *325 - - *585 + - *326 - *586 - *587 - *588 + - *589 - *17 - *19 responses: @@ -96085,9 +96103,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 '500': *53 x-github: @@ -96108,17 +96126,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *324 - *325 - - *591 + - *326 + - *592 responses: '200': description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 '500': *53 x-github: @@ -96146,8 +96164,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96167,9 +96185,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *594 + default: *595 '404': *6 '500': *53 put: @@ -96187,8 +96205,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96213,16 +96231,16 @@ paths: - branch - tag - push - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *281 + items: *285 + conditions: *282 rules: description: An array of rules within the ruleset. type: array - items: *584 + items: *585 examples: default: value: @@ -96250,9 +96268,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *594 + default: *595 '404': *6 '422': *15 '500': *53 @@ -96271,8 +96289,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96295,8 +96313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *324 - *325 + - *326 - *17 - *19 - name: ruleset_id @@ -96312,9 +96330,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *595 + default: *596 '404': *6 '500': *53 x-github: @@ -96333,8 +96351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96352,7 +96370,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -96407,22 +96425,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *324 - *325 - - *597 + - *326 - *598 - *599 - *600 - *601 + - *602 - *59 - *19 - *17 - - *602 - *603 - *604 - *605 - *606 - *607 + - *608 responses: '200': description: Response @@ -96430,7 +96448,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 type: object properties: number: *170 @@ -96446,8 +96464,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *608 - resolution: *609 + state: *609 + resolution: *610 resolved_at: type: - string @@ -96541,7 +96559,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *610 + - *611 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96700,16 +96718,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 - - *607 + - *326 + - *422 + - *608 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -96763,9 +96781,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: true content: @@ -96773,8 +96791,8 @@ paths: schema: type: object properties: - state: *608 - resolution: *609 + state: *609 + resolution: *610 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96812,7 +96830,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -96907,9 +96925,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 - *19 - *17 responses: @@ -96920,7 +96938,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &761 + items: &762 type: object properties: type: @@ -96947,7 +96965,6 @@ paths: - commit details: oneOf: - - *612 - *613 - *614 - *615 @@ -96960,6 +96977,7 @@ paths: - *622 - *623 - *624 + - *625 examples: default: value: @@ -97045,8 +97063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -97054,14 +97072,14 @@ paths: schema: type: object properties: - reason: &626 + reason: &627 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *625 + placeholder_id: *626 required: - reason - placeholder_id @@ -97078,7 +97096,7 @@ paths: schema: type: object properties: - reason: *626 + reason: *627 expire_at: type: - string @@ -97125,8 +97143,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: - - *324 - *325 + - *326 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -97141,7 +97159,7 @@ paths: properties: incremental_scans: type: array - items: &627 + items: &628 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97169,15 +97187,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *627 + items: *628 backfill_scans: type: array - items: *627 + items: *628 custom_pattern_backfill_scans: type: array items: allOf: - - *627 + - *628 - type: object properties: pattern_name: @@ -97247,8 +97265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *324 - *325 + - *326 - *59 - name: sort description: The property to sort the results by. @@ -97292,9 +97310,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 '400': *14 '404': *6 x-github: @@ -97317,8 +97335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -97398,7 +97416,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 required: - login - type @@ -97488,9 +97506,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: &631 + default: &632 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97723,8 +97741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -97837,7 +97855,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -97984,17 +98002,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *324 - *325 - - *630 + - *326 + - *631 responses: '200': description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *631 + default: *632 '403': *27 '404': *6 x-github: @@ -98018,9 +98036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *324 - *325 - - *630 + - *326 + - *631 requestBody: required: true content: @@ -98100,7 +98118,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 required: - login - type @@ -98191,10 +98209,10 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *631 - add_credit: *631 + default: *632 + add_credit: *632 '403': *27 '404': *6 '422': @@ -98232,9 +98250,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: - - *324 - *325 - - *630 + - *326 + - *631 responses: '202': *37 '400': *14 @@ -98261,17 +98279,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *324 - *325 - - *630 + - *326 + - *631 responses: '202': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 '400': *14 '422': *15 '403': *27 @@ -98297,8 +98315,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -98394,8 +98412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98404,7 +98422,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98437,8 +98455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -98516,8 +98534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -98611,8 +98629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *324 - *325 + - *326 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98766,8 +98784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *324 - *325 + - *326 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98777,7 +98795,7 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: default: value: @@ -98810,8 +98828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *324 - *325 + - *326 - name: sha in: path required: true @@ -98867,7 +98885,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -98921,8 +98939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -98954,14 +98972,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *324 - *325 + - *326 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &634 + schema: &635 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99034,8 +99052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -99061,7 +99079,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -99088,8 +99106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -99109,8 +99127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -99192,8 +99210,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *324 - *325 + - *326 - name: ref in: path required: true @@ -99229,8 +99247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -99242,7 +99260,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 headers: Link: *65 '404': *6 @@ -99262,8 +99280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *324 - *325 + - *326 - *19 - *17 responses: @@ -99271,7 +99289,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99283,7 +99301,7 @@ paths: required: - names examples: - default: &636 + default: &637 value: names: - octocat @@ -99306,8 +99324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -99338,9 +99356,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '422': *7 x-github: @@ -99361,9 +99379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *324 - *325 - - &637 + - *326 + - &638 name: per description: The time frame to display results for. in: query @@ -99394,7 +99412,7 @@ paths: - 128 clones: type: array - items: &638 + items: &639 title: Traffic type: object properties: @@ -99481,8 +99499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -99576,8 +99594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -99640,9 +99658,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *324 - *325 - - *637 + - *326 + - *638 responses: '200': description: Response @@ -99663,7 +99681,7 @@ paths: - 3782 views: type: array - items: *638 + items: *639 required: - uniques - count @@ -99740,8 +99758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -100015,8 +100033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -100039,8 +100057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -100062,8 +100080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -100089,8 +100107,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *324 - *325 + - *326 - name: ref in: path required: true @@ -100182,9 +100200,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100332,7 +100350,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *525 + - *526 requestBody: required: true content: @@ -100398,9 +100416,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *528 + items: *529 examples: - default: *639 + default: *640 '400': *14 '403': *27 '404': *6 @@ -100437,7 +100455,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *525 + - *526 requestBody: required: true content: @@ -100504,9 +100522,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *528 + items: *529 examples: - default: *639 + default: *640 '400': *14 '403': *27 '404': *6 @@ -100538,8 +100556,8 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *525 - - *228 + - *526 + - *229 responses: '204': description: Issue field value deleted successfully @@ -100679,7 +100697,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &640 + text_matches: &641 title: Search Result Text Matches type: array items: @@ -100842,7 +100860,7 @@ paths: enum: - author-date - committer-date - - &641 + - &642 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 @@ -100911,7 +100929,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 comment_count: type: integer message: @@ -100930,7 +100948,7 @@ paths: url: type: string format: uri - verification: *505 + verification: *506 required: - author - committer @@ -100945,7 +100963,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 parents: type: array items: @@ -100962,7 +100980,7 @@ paths: type: number node_id: type: string - text_matches: *640 + text_matches: *641 required: - sha - node_id @@ -101154,7 +101172,7 @@ paths: - interactions - created - updated - - *641 + - *642 - *17 - *19 - name: advanced_search @@ -101268,11 +101286,11 @@ paths: type: - string - 'null' - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: type: string state_reason: @@ -101282,7 +101300,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 comments: type: integer created_at: @@ -101296,7 +101314,7 @@ paths: - string - 'null' format: date-time - text_matches: *640 + text_matches: *641 pull_request: type: object properties: @@ -101345,7 +101363,7 @@ paths: timeline_url: type: string format: uri - type: *229 + type: *230 performed_via_github_app: anyOf: - type: 'null' @@ -101561,7 +101579,7 @@ paths: enum: - created - updated - - *641 + - *642 - *17 - *19 responses: @@ -101606,7 +101624,7 @@ paths: - 'null' score: type: number - text_matches: *640 + text_matches: *641 required: - id - node_id @@ -101691,7 +101709,7 @@ paths: - forks - help-wanted-issues - updated - - *641 + - *642 - *17 - *19 responses: @@ -101937,7 +101955,7 @@ paths: - admin - pull - push - text_matches: *640 + text_matches: *641 temp_clone_token: type: string allow_merge_commit: @@ -102245,7 +102263,7 @@ paths: - string - 'null' format: uri - text_matches: *640 + text_matches: *641 related: type: - array @@ -102438,7 +102456,7 @@ paths: - followers - repositories - joined - - *641 + - *642 - *17 - *19 responses: @@ -102548,7 +102566,7 @@ paths: type: - boolean - 'null' - text_matches: *640 + text_matches: *641 blog: type: - string @@ -102630,7 +102648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &644 + - &645 name: team_id description: The unique identifier of the team. in: path @@ -102642,9 +102660,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -102671,7 +102689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *644 + - *645 requestBody: required: true content: @@ -102735,16 +102753,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '201': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 '422': *15 '403': *27 @@ -102772,7 +102790,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *644 + - *645 responses: '204': description: Response @@ -102801,7 +102819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -102811,9 +102829,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 x-github: @@ -102839,7 +102857,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *644 + - *645 - name: role description: Filters members returned by their role in the team. in: query @@ -102890,7 +102908,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -102927,7 +102945,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -102967,7 +102985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -103004,16 +103022,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 responses: '200': description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-user-is-a-team-maintainer: *645 + response-if-user-is-a-team-maintainer: *646 '404': *6 x-github: githubCloudOnly: false @@ -103046,7 +103064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 requestBody: required: false @@ -103072,9 +103090,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *646 + response-if-users-membership-with-team-is-now-pending: *647 '403': description: Forbidden if team synchronization is set up '422': @@ -103108,7 +103126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -103136,7 +103154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -103148,7 +103166,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 '404': *6 @@ -103178,15 +103196,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *647 + schema: *648 examples: alternative-response-with-extra-repository-information: value: @@ -103337,9 +103355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 requestBody: required: false content: @@ -103389,9 +103407,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 responses: '204': description: Response @@ -103416,7 +103434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -103428,7 +103446,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *648 + response-if-child-teams-exist: *649 headers: Link: *65 '404': *6 @@ -103461,7 +103479,7 @@ paths: application/json: schema: oneOf: - - &649 + - &650 title: Private User description: Private User type: object @@ -103711,7 +103729,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &674 + - &675 title: Public User description: Public User type: object @@ -104045,7 +104063,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -104248,9 +104266,9 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '304': *35 '500': *53 '401': *23 @@ -104389,17 +104407,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -104443,7 +104461,7 @@ paths: type: integer secrets: type: array - items: &650 + items: &651 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104485,7 +104503,7 @@ paths: - visibility - selected_repositories_url examples: - default: *446 + default: *447 headers: Link: *65 x-github: @@ -104563,7 +104581,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -104853,15 +104871,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '304': *35 '500': *53 '401': *23 @@ -104887,7 +104905,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 requestBody: required: false content: @@ -104917,9 +104935,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -104941,7 +104959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '202': *37 '304': *35 @@ -104970,13 +104988,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '202': description: Response content: application/json: - schema: &651 + schema: &652 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105029,7 +105047,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &652 + default: &653 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105061,7 +105079,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *236 + - *237 - name: export_id in: path required: true @@ -105074,9 +105092,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -105097,7 +105115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *236 + - *237 responses: '200': description: Response @@ -105113,9 +105131,9 @@ paths: type: integer machines: type: array - items: *445 + items: *446 examples: - default: *653 + default: *654 '304': *35 '500': *53 '401': *23 @@ -105144,7 +105162,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *236 + - *237 requestBody: required: true content: @@ -105200,11 +105218,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *327 + repository: *328 machine: anyOf: - type: 'null' - - *445 + - *446 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106001,15 +106019,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '304': *35 '500': *53 '400': *14 @@ -106041,15 +106059,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '500': *53 '401': *23 '403': *27 @@ -106079,9 +106097,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: &664 + default: &665 value: - id: 197 name: hello_docker @@ -106182,7 +106200,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Email description: Email type: object @@ -106252,9 +106270,9 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: - default: &666 + default: &667 value: - email: octocat@github.com verified: true @@ -106331,7 +106349,7 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: default: value: @@ -106589,7 +106607,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: GPG Key description: A unique encryption key type: object @@ -106734,7 +106752,7 @@ paths: - subkeys - revoked examples: - default: &683 + default: &684 value: - id: 3 name: Octocat's GPG Key @@ -106819,9 +106837,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: &656 + default: &657 value: id: 3 name: Octocat's GPG Key @@ -106878,7 +106896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &657 + - &658 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -106890,9 +106908,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '404': *6 '304': *35 '403': *27 @@ -106915,7 +106933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *657 + - *658 responses: '204': description: Response @@ -107194,12 +107212,12 @@ paths: application/json: schema: anyOf: - - *221 + - *222 - type: object properties: {} additionalProperties: false examples: - default: *222 + default: *223 '204': description: Response when there are no restrictions x-github: @@ -107223,7 +107241,7 @@ paths: required: true content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -107234,7 +107252,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -107315,7 +107333,7 @@ paths: - closed - all default: open - - *232 + - *233 - name: sort description: What to sort results by. in: query @@ -107340,7 +107358,7 @@ paths: type: array items: *81 examples: - default: *233 + default: *234 headers: Link: *65 '404': *6 @@ -107373,7 +107391,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Key description: Key type: object @@ -107476,9 +107494,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &659 + default: &660 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107511,15 +107529,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *546 + - *547 responses: '200': description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '304': *35 '403': *27 @@ -107542,7 +107560,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *546 + - *547 responses: '204': description: Response @@ -107575,7 +107593,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107654,7 +107672,7 @@ paths: - account - plan examples: - default: &661 + default: &662 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -107716,9 +107734,9 @@ paths: application/json: schema: type: array - items: *660 + items: *661 examples: - default: *661 + default: *662 headers: Link: *65 '304': *35 @@ -107758,7 +107776,7 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: default: value: @@ -107872,7 +107890,7 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: default: value: @@ -107959,7 +107977,7 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: default: value: @@ -108031,7 +108049,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -108293,7 +108311,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -108473,7 +108491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *241 + - *242 - name: exclude in: query required: false @@ -108486,7 +108504,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -108680,7 +108698,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *241 + - *242 responses: '302': description: Response @@ -108706,7 +108724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *241 + - *242 responses: '204': description: Response @@ -108735,8 +108753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *241 - - *662 + - *242 + - *663 responses: '204': description: Response @@ -108760,7 +108778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *241 + - *242 - *17 - *19 responses: @@ -108849,7 +108867,7 @@ paths: - docker - nuget - container - - *663 + - *664 - *19 - *17 responses: @@ -108859,10 +108877,10 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *664 - '400': *665 + default: *665 + '400': *666 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108882,16 +108900,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &684 + default: &685 value: id: 40201 name: octo-name @@ -109004,8 +109022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 responses: '204': description: Response @@ -109035,8 +109053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 - name: token description: package token schema: @@ -109068,8 +109086,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: - - *248 - *249 + - *250 - *19 - *17 - name: state @@ -109089,7 +109107,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -109138,15 +109156,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -109182,9 +109200,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '204': description: Response @@ -109214,9 +109232,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '204': description: Response @@ -109253,9 +109271,9 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: - default: *666 + default: *667 headers: Link: *65 '304': *35 @@ -109368,7 +109386,7 @@ paths: type: array items: *77 examples: - default: &673 + default: &674 summary: Default response value: - id: 1296269 @@ -109686,9 +109704,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -109727,9 +109745,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: *667 + default: *668 headers: Link: *65 '304': *35 @@ -109752,7 +109770,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *225 + - *226 responses: '204': description: Response @@ -109776,7 +109794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *225 + - *226 responses: '204': description: Response @@ -109809,7 +109827,7 @@ paths: application/json: schema: type: array - items: &668 + items: &669 title: Social account description: Social media account type: object @@ -109826,7 +109844,7 @@ paths: - provider - url examples: - default: &669 + default: &670 value: - provider: twitter url: https://twitter.com/github @@ -109889,9 +109907,9 @@ paths: application/json: schema: type: array - items: *668 + items: *669 examples: - default: *669 + default: *670 '422': *15 '304': *35 '404': *6 @@ -109979,7 +109997,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -109999,7 +110017,7 @@ paths: - title - created_at examples: - default: &702 + default: &703 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110064,9 +110082,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: &671 + default: &672 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110096,7 +110114,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: - - &672 + - &673 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110108,9 +110126,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *671 + default: *672 '404': *6 '304': *35 '403': *27 @@ -110133,7 +110151,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: - - *672 + - *673 responses: '204': description: Response @@ -110162,7 +110180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &703 + - &704 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 @@ -110187,11 +110205,11 @@ paths: type: array items: *77 examples: - default-response: *673 + default-response: *674 application/vnd.github.v3.star+json: schema: type: array - items: &704 + items: &705 title: Starred Repository description: Starred Repository type: object @@ -110347,8 +110365,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: - - *324 - *325 + - *326 responses: '204': description: Response if this repository is starred by you @@ -110376,8 +110394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -110401,8 +110419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -110437,7 +110455,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 '304': *35 @@ -110474,7 +110492,7 @@ paths: application/json: schema: type: array - items: *320 + items: *321 examples: default: value: @@ -110560,10 +110578,10 @@ paths: application/json: schema: oneOf: - - *649 - - *674 + - *650 + - *675 examples: - default-response: &678 + default-response: &679 summary: Default response value: login: octocat @@ -110598,7 +110616,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &679 + response-with-git-hub-plan-information: &680 summary: Response with GitHub plan information value: login: octocat @@ -110655,14 +110673,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &676 + - &677 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *264 + - *265 requestBody: required: true description: Details of the draft item to create in the project. @@ -110696,9 +110714,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - draft_issue: *270 + draft_issue: *271 '304': *35 '403': *27 '401': *23 @@ -110721,7 +110739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *675 + - *676 - *17 responses: '200': @@ -110756,8 +110774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *676 - - *264 + - *677 + - *265 requestBody: required: true content: @@ -110831,17 +110849,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *677 + schema: *678 examples: table_view: summary: Response for creating a table view - value: *274 + value: *275 board_view: summary: Response for creating a board view with filter - value: *274 + value: *275 roadmap_view: summary: Response for creating a roadmap view - value: *274 + value: *275 '304': *35 '403': *27 '401': *23 @@ -110883,11 +110901,11 @@ paths: application/json: schema: oneOf: - - *649 - - *674 + - *650 + - *675 examples: - default-response: *678 - response-with-git-hub-plan-information: *679 + default-response: *679 + response-with-git-hub-plan-information: *680 '404': *6 x-github: githubCloudOnly: false @@ -110937,8 +110955,8 @@ paths: required: - subject_digests examples: - default: *680 - withPredicateType: *681 + default: *681 + withPredicateType: *682 responses: '200': description: Response @@ -110978,7 +110996,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111167,7 +111185,7 @@ paths: initiator: type: string examples: - default: *385 + default: *386 '201': description: Response content: @@ -111206,9 +111224,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *664 + default: *665 '403': *27 '401': *23 x-github: @@ -111592,9 +111610,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *683 + default: *684 headers: Link: *65 x-github: @@ -111698,7 +111716,7 @@ paths: application/json: schema: *20 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111823,7 +111841,7 @@ paths: - docker - nuget - container - - *663 + - *664 - *69 - *19 - *17 @@ -111834,12 +111852,12 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *664 + default: *665 '403': *27 '401': *23 - '400': *665 + '400': *666 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111859,17 +111877,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111890,8 +111908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 responses: '204': @@ -111924,8 +111942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 - name: token description: package token @@ -111958,8 +111976,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: - - *248 - *249 + - *250 - *69 responses: '200': @@ -111968,7 +111986,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -112026,16 +112044,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 - *69 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -112070,10 +112088,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *248 - *249 + - *250 - *69 - - *251 + - *252 responses: '204': description: Response @@ -112105,10 +112123,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *248 - *249 + - *250 - *69 - - *251 + - *252 responses: '204': description: Response @@ -112149,9 +112167,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -112173,16 +112191,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *264 + - *265 - *69 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -112204,7 +112222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *264 + - *265 - *69 - *17 - *45 @@ -112216,9 +112234,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *685 + default: *686 headers: Link: *65 '304': *35 @@ -112240,7 +112258,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *69 - - *264 + - *265 requestBody: required: true content: @@ -112278,7 +112296,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *686 + items: *687 required: - name - data_type @@ -112294,7 +112312,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *687 + iteration_configuration: *688 required: - name - data_type @@ -112316,20 +112334,20 @@ paths: value: name: Due date data_type: date - single_select_field: *688 - iteration_field: *689 + single_select_field: *689 + iteration_field: *690 responses: '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - text_field: *690 - number_field: *691 - date_field: *692 - single_select_field: *693 - iteration_field: *694 + text_field: *691 + number_field: *692 + date_field: *693 + single_select_field: *694 + iteration_field: *695 '304': *35 '403': *27 '401': *23 @@ -112350,17 +112368,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *264 - - *695 + - *265 + - *696 - *69 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *696 + default: *697 headers: Link: *65 '304': *35 @@ -112383,7 +112401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *264 + - *265 - *69 - *45 - *46 @@ -112416,9 +112434,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -112440,7 +112458,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *69 - - *264 + - *265 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -112510,22 +112528,22 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *270 + value: *271 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *270 + value: *271 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *270 + value: *271 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *270 + value: *271 '304': *35 '403': *27 '401': *23 @@ -112545,9 +112563,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *264 + - *265 - *69 - - *273 + - *274 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -112567,9 +112585,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -112590,9 +112608,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *264 + - *265 - *69 - - *273 + - *274 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -112665,13 +112683,13 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - text_field: *272 - number_field: *272 - date_field: *272 - single_select_field: *272 - iteration_field: *272 + text_field: *273 + number_field: *273 + date_field: *273 + single_select_field: *273 + iteration_field: *273 '401': *23 '403': *27 '404': *6 @@ -112691,9 +112709,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *264 + - *265 - *69 - - *273 + - *274 responses: '204': description: Response @@ -112715,9 +112733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *264 + - *265 - *69 - - *697 + - *698 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -112743,9 +112761,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -112966,7 +112984,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 x-github: @@ -112992,7 +113010,7 @@ paths: - *115 - *117 - *116 - - *698 + - *699 - *118 responses: '200': @@ -113123,7 +113141,7 @@ paths: parameters: - *69 - *115 - - *699 + - *700 - *116 responses: '200': @@ -113222,9 +113240,9 @@ paths: - *115 - *117 - *116 - - *700 - - *118 - *701 + - *118 + - *702 responses: '200': description: Response when getting a billing usage summary @@ -113358,9 +113376,9 @@ paths: application/json: schema: type: array - items: *668 + items: *669 examples: - default: *669 + default: *670 headers: Link: *65 x-github: @@ -113390,9 +113408,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *702 + default: *703 headers: Link: *65 x-github: @@ -113417,7 +113435,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *703 + - *704 - *59 - *17 - *19 @@ -113429,11 +113447,11 @@ paths: schema: anyOf: - type: array - items: *704 + items: *705 - type: array items: *77 examples: - default-response: *673 + default-response: *674 headers: Link: *65 x-github: @@ -113464,7 +113482,7 @@ paths: type: array items: *152 examples: - default: *259 + default: *260 headers: Link: *65 x-github: @@ -113593,7 +113611,7 @@ webhooks: type: string enum: - disabled - enterprise: &705 + enterprise: &706 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113662,7 +113680,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &706 + installation: &707 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113683,7 +113701,7 @@ webhooks: required: - id - node_id - organization: &707 + organization: &708 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113756,7 +113774,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &708 + repository: &709 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114671,10 +114689,10 @@ webhooks: type: string enum: - enabled - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -114750,11 +114768,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: &709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: &710 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) @@ -114977,11 +114995,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: *709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: *710 sender: *4 required: - action @@ -115169,11 +115187,11 @@ webhooks: - everyone required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: *709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: *710 sender: *4 required: - action @@ -115257,7 +115275,7 @@ webhooks: type: string enum: - completed - check_run: &711 + check_run: &712 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115367,7 +115385,7 @@ webhooks: - examples: - neutral - deployment: *710 + deployment: *711 details_url: type: string examples: @@ -115465,10 +115483,10 @@ webhooks: - output - app - pull_requests - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -115859,11 +115877,11 @@ webhooks: type: string enum: - created - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -116257,11 +116275,11 @@ webhooks: type: string enum: - requested_action - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 requested_action: description: The action requested by the user. type: object @@ -116664,11 +116682,11 @@ webhooks: type: string enum: - rerequested - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -117653,10 +117671,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -118360,10 +118378,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -119061,10 +119079,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -119233,7 +119251,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119385,20 +119403,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &712 + commit_oid: &713 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: *705 - installation: *706 - organization: *707 - ref: &713 + enterprise: *706 + installation: *707 + organization: *708 + ref: &714 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: *708 + repository: *709 sender: *4 required: - action @@ -119565,7 +119583,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119806,12 +119824,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -119909,7 +119927,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120094,12 +120112,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -120268,7 +120286,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120445,12 +120463,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -120551,7 +120569,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120740,9 +120758,9 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120750,7 +120768,7 @@ webhooks: type: - string - 'null' - repository: *708 + repository: *709 sender: *4 required: - action @@ -120849,7 +120867,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120996,12 +121014,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -121170,7 +121188,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -121322,10 +121340,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -121585,10 +121603,10 @@ webhooks: - updated_at - author_association - body - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -121669,18 +121687,18 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *707 - pusher_type: &714 + organization: *708 + pusher_type: &715 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &715 + ref: &716 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -121690,7 +121708,7 @@ webhooks: enum: - tag - branch - repository: *708 + repository: *709 sender: *4 required: - ref @@ -121772,10 +121790,10 @@ webhooks: type: string enum: - created - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -121860,9 +121878,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -121939,10 +121957,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -122019,10 +122037,10 @@ webhooks: type: string enum: - updated - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -122099,19 +122117,19 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - repository: *708 - organization: *707 + enterprise: *706 + installation: *707 + repository: *709 + organization: *708 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *279 + items: *280 old_property_values: type: array description: The old custom property values for the repository. - items: *279 + items: *280 required: - action - repository @@ -122187,18 +122205,18 @@ webhooks: title: delete event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - pusher_type: *714 - ref: *715 + enterprise: *706 + installation: *707 + organization: *708 + pusher_type: *715 + ref: *716 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *708 + repository: *709 sender: *4 required: - ref @@ -122278,11 +122296,11 @@ webhooks: type: string enum: - assignees_changed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122362,11 +122380,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122447,11 +122465,11 @@ webhooks: type: string enum: - auto_reopened - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122532,11 +122550,11 @@ webhooks: type: string enum: - created - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122615,11 +122633,11 @@ webhooks: type: string enum: - dismissed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122698,11 +122716,11 @@ webhooks: type: string enum: - fixed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122782,11 +122800,11 @@ webhooks: type: string enum: - reintroduced - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122865,11 +122883,11 @@ webhooks: type: string enum: - reopened - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -122946,9 +122964,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - key: &716 + enterprise: *706 + installation: *707 + key: &717 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122986,8 +123004,8 @@ webhooks: - verified - created_at - read_only - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -123064,11 +123082,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - key: *716 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + key: *717 + organization: *708 + repository: *709 sender: *4 required: - action @@ -123635,12 +123653,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: &720 + workflow: &721 title: Workflow type: - object @@ -124391,13 +124409,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *480 + - *481 pull_requests: type: array - items: *564 - repository: *708 - organization: *707 - installation: *706 + items: *565 + repository: *709 + organization: *708 + installation: *707 sender: *4 responses: '200': @@ -124468,7 +124486,7 @@ webhooks: type: string enum: - approved - approver: &717 + approver: &718 type: object properties: avatar_url: @@ -124511,11 +124529,11 @@ webhooks: type: string comment: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - reviewers: &718 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + reviewers: &719 type: array items: type: object @@ -124596,7 +124614,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &719 + workflow_job_run: &720 type: object properties: conclusion: @@ -125342,18 +125360,18 @@ webhooks: type: string enum: - rejected - approver: *717 + approver: *718 comment: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - reviewers: *718 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + reviewers: *719 sender: *4 since: type: string - workflow_job_run: *719 + workflow_job_run: *720 workflow_job_runs: type: array items: @@ -126070,13 +126088,13 @@ webhooks: type: string enum: - requested - enterprise: *705 + enterprise: *706 environment: type: string - installation: *706 - organization: *707 - repository: *708 - requestor: &725 + installation: *707 + organization: *708 + repository: *709 + requestor: &726 title: User type: - object @@ -128009,12 +128027,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Deployment Workflow Run type: @@ -128705,7 +128723,7 @@ webhooks: type: string enum: - answered - answer: &723 + answer: &724 type: object properties: author_association: @@ -128865,11 +128883,11 @@ webhooks: - created_at - updated_at - body - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -128996,11 +129014,11 @@ webhooks: - from required: - category - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129083,11 +129101,11 @@ webhooks: type: string enum: - closed - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129169,7 +129187,7 @@ webhooks: type: string enum: - created - comment: &722 + comment: &723 type: object properties: author_association: @@ -129329,11 +129347,11 @@ webhooks: - updated_at - body - reactions - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129416,12 +129434,12 @@ webhooks: type: string enum: - deleted - comment: *722 - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + comment: *723 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129516,12 +129534,12 @@ webhooks: - from required: - body - comment: *722 - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + comment: *723 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129605,11 +129623,11 @@ webhooks: type: string enum: - created - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129691,11 +129709,11 @@ webhooks: type: string enum: - deleted - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129795,11 +129813,11 @@ webhooks: type: string required: - from - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -129881,10 +129899,10 @@ webhooks: type: string enum: - labeled - discussion: *721 - enterprise: *705 - installation: *706 - label: &724 + discussion: *722 + enterprise: *706 + installation: *707 + label: &725 title: Label type: object properties: @@ -129917,8 +129935,8 @@ webhooks: - color - default - description - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130001,11 +130019,11 @@ webhooks: type: string enum: - locked - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130087,11 +130105,11 @@ webhooks: type: string enum: - pinned - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130173,11 +130191,11 @@ webhooks: type: string enum: - reopened - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130262,16 +130280,16 @@ webhooks: changes: type: object properties: - new_discussion: *721 - new_repository: *708 + new_discussion: *722 + new_repository: *709 required: - new_discussion - new_repository - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130354,10 +130372,10 @@ webhooks: type: string enum: - unanswered - discussion: *721 - old_answer: *723 - organization: *707 - repository: *708 + discussion: *722 + old_answer: *724 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130439,12 +130457,12 @@ webhooks: type: string enum: - unlabeled - discussion: *721 - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130527,11 +130545,11 @@ webhooks: type: string enum: - unlocked - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130613,11 +130631,11 @@ webhooks: type: string enum: - unpinned - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130690,7 +130708,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *705 + enterprise: *706 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131368,9 +131386,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - forkee @@ -131516,9 +131534,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pages: description: The pages that were updated. type: array @@ -131556,7 +131574,7 @@ webhooks: - action - sha - html_url - repository: *708 + repository: *709 sender: *4 required: - pages @@ -131632,10 +131650,10 @@ webhooks: type: string enum: - created - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: &726 + organization: *708 + repositories: &727 description: An array of repository objects that the installation can access. type: array @@ -131661,8 +131679,8 @@ webhooks: - name - full_name - private - repository: *708 - requester: *725 + repository: *709 + requester: *726 sender: *4 required: - action @@ -131737,11 +131755,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -131818,11 +131836,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -131899,10 +131917,10 @@ webhooks: type: string enum: - added - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories_added: &727 + organization: *708 + repositories_added: &728 description: An array of repository objects, which were added to the installation. type: array @@ -131948,15 +131966,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *708 - repository_selection: &728 + repository: *709 + repository_selection: &729 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *725 + requester: *726 sender: *4 required: - action @@ -132035,10 +132053,10 @@ webhooks: type: string enum: - removed - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories_added: *727 + organization: *708 + repositories_added: *728 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132065,9 +132083,9 @@ webhooks: - name - full_name - private - repository: *708 - repository_selection: *728 - requester: *725 + repository: *709 + repository_selection: *729 + requester: *726 sender: *4 required: - action @@ -132146,11 +132164,11 @@ webhooks: type: string enum: - suspend - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -132332,10 +132350,10 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 target_type: type: string @@ -132414,11 +132432,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -132584,7 +132602,7 @@ webhooks: pin: anyOf: - type: 'null' - - *543 + - *544 user: title: User type: @@ -132670,8 +132688,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133483,8 +133501,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133501,7 +133519,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -133845,8 +133863,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -133926,7 +133944,7 @@ webhooks: type: string enum: - deleted - comment: &729 + comment: &730 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134083,7 +134101,7 @@ webhooks: pin: anyOf: - type: 'null' - - *543 + - *544 required: - url - html_url @@ -134097,8 +134115,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134906,8 +134924,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134924,7 +134942,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -135270,8 +135288,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -135351,7 +135369,7 @@ webhooks: type: string enum: - edited - changes: &753 + changes: &754 description: The changes to the comment. type: object properties: @@ -135363,9 +135381,9 @@ webhooks: type: string required: - from - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136176,8 +136194,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136194,7 +136212,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -136538,8 +136556,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -136620,9 +136638,9 @@ webhooks: type: string enum: - pinned - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137435,8 +137453,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137453,7 +137471,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -137799,8 +137817,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -137880,9 +137898,9 @@ webhooks: type: string enum: - unpinned - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138695,8 +138713,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138713,7 +138731,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -139059,8 +139077,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139149,9 +139167,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139240,9 +139258,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139330,9 +139348,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139421,9 +139439,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139503,10 +139521,10 @@ webhooks: type: string enum: - assigned - assignee: *725 - enterprise: *705 - installation: *706 - issue: &732 + assignee: *726 + enterprise: *706 + installation: *707 + issue: &733 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140317,11 +140335,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140338,7 +140356,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -140441,8 +140459,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140522,8 +140540,8 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141339,11 +141357,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141360,7 +141378,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -141606,8 +141624,8 @@ webhooks: required: - state - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -141686,8 +141704,8 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142494,11 +142512,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142515,7 +142533,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -142617,8 +142635,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -142697,8 +142715,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143528,11 +143546,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143549,7 +143567,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -143630,7 +143648,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &730 + milestone: &731 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143773,8 +143791,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -143873,8 +143891,8 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144685,11 +144703,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144703,7 +144721,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -144809,9 +144827,9 @@ webhooks: - active_lock_reason - body - reactions - label: *724 - organization: *707 - repository: *708 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -144891,8 +144909,8 @@ webhooks: type: string enum: - labeled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145702,11 +145720,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145720,7 +145738,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -145826,9 +145844,9 @@ webhooks: - active_lock_reason - body - reactions - label: *724 - organization: *707 - repository: *708 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -145908,8 +145926,8 @@ webhooks: type: string enum: - locked - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146744,11 +146762,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146762,7 +146780,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -146845,8 +146863,8 @@ webhooks: format: uri user_view_type: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -146925,8 +146943,8 @@ webhooks: type: string enum: - milestoned - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147755,11 +147773,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147776,7 +147794,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -147856,9 +147874,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *730 - organization: *707 - repository: *708 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -148745,11 +148763,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148849,7 +148867,7 @@ webhooks: required: - login - id - type: *229 + type: *230 required: - id - number @@ -149341,8 +149359,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150149,11 +150167,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150170,7 +150188,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -150276,8 +150294,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -150357,9 +150375,9 @@ webhooks: type: string enum: - pinned - enterprise: *705 - installation: *706 - issue: &731 + enterprise: *706 + installation: *707 + issue: &732 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151164,11 +151182,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151185,7 +151203,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -151287,8 +151305,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -151367,8 +151385,8 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152201,11 +152219,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152302,9 +152320,9 @@ webhooks: format: uri user_view_type: type: string - type: *229 - organization: *707 - repository: *708 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -153192,11 +153210,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153213,7 +153231,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -153806,11 +153824,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *705 - installation: *706 - issue: *731 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *732 + organization: *708 + repository: *709 sender: *4 required: - action @@ -153890,12 +153908,12 @@ webhooks: type: string enum: - typed - enterprise: *705 - installation: *706 - issue: *732 - type: *229 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -153976,7 +153994,7 @@ webhooks: type: string enum: - unassigned - assignee: &756 + assignee: &757 title: User type: - object @@ -154048,11 +154066,11 @@ webhooks: required: - login - id - enterprise: *705 - installation: *706 - issue: *732 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154131,12 +154149,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *705 - installation: *706 - issue: *732 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154216,8 +154234,8 @@ webhooks: type: string enum: - unlocked - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155050,11 +155068,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155071,7 +155089,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -155151,8 +155169,8 @@ webhooks: format: uri user_view_type: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155232,11 +155250,11 @@ webhooks: type: string enum: - unpinned - enterprise: *705 - installation: *706 - issue: *731 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *732 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155315,12 +155333,12 @@ webhooks: type: string enum: - untyped - enterprise: *705 - installation: *706 - issue: *732 - type: *229 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155400,11 +155418,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155482,11 +155500,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155596,11 +155614,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155682,9 +155700,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: &733 + enterprise: *706 + installation: *707 + marketplace_purchase: &734 title: Marketplace Purchase type: object required: @@ -155772,8 +155790,8 @@ webhooks: type: integer unit_count: type: integer - organization: *707 - previous_marketplace_purchase: &734 + organization: *708 + previous_marketplace_purchase: &735 title: Marketplace Purchase type: object properties: @@ -155857,7 +155875,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -155937,10 +155955,10 @@ webhooks: - changed effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156028,7 +156046,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -156110,10 +156128,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156199,7 +156217,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -156280,8 +156298,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 marketplace_purchase: title: Marketplace Purchase type: object @@ -156367,9 +156385,9 @@ webhooks: type: integer unit_count: type: integer - organization: *707 - previous_marketplace_purchase: *734 - repository: *708 + organization: *708 + previous_marketplace_purchase: *735 + repository: *709 sender: *4 required: - action @@ -156449,12 +156467,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 - previous_marketplace_purchase: *734 - repository: *708 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 + previous_marketplace_purchase: *735 + repository: *709 sender: *4 required: - action @@ -156556,11 +156574,11 @@ webhooks: type: string required: - to - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156662,11 +156680,11 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156745,11 +156763,11 @@ webhooks: type: string enum: - removed - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156827,11 +156845,11 @@ webhooks: type: string enum: - added - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156909,7 +156927,7 @@ webhooks: required: - login - id - team: &735 + team: &736 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157139,11 +157157,11 @@ webhooks: type: string enum: - removed - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157222,7 +157240,7 @@ webhooks: required: - login - id - team: *735 + team: *736 required: - action - scope @@ -157304,8 +157322,8 @@ webhooks: type: string enum: - checks_requested - installation: *706 - merge_group: &736 + installation: *707 + merge_group: &737 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157324,15 +157342,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *405 + head_commit: *406 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157418,10 +157436,10 @@ webhooks: - merged - invalidated - dequeued - installation: *706 - merge_group: *736 - organization: *707 - repository: *708 + installation: *707 + merge_group: *737 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157494,7 +157512,7 @@ webhooks: type: string enum: - deleted - enterprise: *705 + enterprise: *706 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157603,12 +157621,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *706 - organization: *707 + installation: *707 + organization: *708 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -157688,11 +157706,11 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157771,9 +157789,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - milestone: &737 + enterprise: *706 + installation: *707 + milestone: &738 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157915,8 +157933,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157995,11 +158013,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158109,11 +158127,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158193,11 +158211,11 @@ webhooks: type: string enum: - opened - enterprise: *705 - installation: *706 - milestone: *737 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *738 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158276,11 +158294,11 @@ webhooks: type: string enum: - blocked - blocked_user: *725 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + blocked_user: *726 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158359,11 +158377,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *725 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + blocked_user: *726 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158442,9 +158460,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - membership: &738 + enterprise: *706 + installation: *707 + membership: &739 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158554,8 +158572,8 @@ webhooks: - role - organization_url - user - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158633,11 +158651,11 @@ webhooks: type: string enum: - member_added - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158716,8 +158734,8 @@ webhooks: type: string enum: - member_invited - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158839,10 +158857,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 - user: *725 + user: *726 required: - action - invitation @@ -158920,11 +158938,11 @@ webhooks: type: string enum: - member_removed - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159011,11 +159029,11 @@ webhooks: properties: from: type: string - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159092,9 +159110,9 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 package: description: Information about the package. type: object @@ -159617,7 +159635,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &739 + items: &740 title: Ruby Gems metadata type: object properties: @@ -159714,7 +159732,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -159790,9 +159808,9 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 package: description: Information about the package. type: object @@ -160154,7 +160172,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *739 + items: *740 source_url: type: string format: uri @@ -160225,7 +160243,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -160405,12 +160423,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *705 + enterprise: *706 id: type: integer - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - id @@ -160487,7 +160505,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &740 + personal_access_token_request: &741 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160637,10 +160655,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *705 - organization: *707 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -160717,11 +160735,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *740 - enterprise: *705 - organization: *707 + personal_access_token_request: *741 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -160797,11 +160815,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *740 - enterprise: *705 - organization: *707 + personal_access_token_request: *741 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -160876,11 +160894,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *740 - organization: *707 - enterprise: *705 + personal_access_token_request: *741 + organization: *708 + enterprise: *706 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -160985,7 +161003,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *741 + last_response: *742 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161017,8 +161035,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 zen: description: Random string of GitHub zen. @@ -161263,10 +161281,10 @@ webhooks: - from required: - note - enterprise: *705 - installation: *706 - organization: *707 - project_card: &742 + enterprise: *706 + installation: *707 + organization: *708 + project_card: &743 title: Project Card type: object properties: @@ -161389,7 +161407,7 @@ webhooks: - creator - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -161470,11 +161488,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project_card: *742 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_card: *743 + repository: *709 sender: *4 required: - action @@ -161554,9 +161572,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 project_card: title: Project Card type: object @@ -161686,7 +161704,7 @@ webhooks: repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -161780,11 +161798,11 @@ webhooks: - from required: - note - enterprise: *705 - installation: *706 - organization: *707 - project_card: *742 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_card: *743 + repository: *709 sender: *4 required: - action @@ -161878,9 +161896,9 @@ webhooks: - from required: - column_id - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 project_card: allOf: - title: Project Card @@ -162077,7 +162095,7 @@ webhooks: type: string required: - after_id - repository: *708 + repository: *709 sender: *4 required: - action @@ -162157,10 +162175,10 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - organization: *707 - project: &744 + enterprise: *706 + installation: *707 + organization: *708 + project: &745 title: Project type: object properties: @@ -162287,7 +162305,7 @@ webhooks: - creator - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -162367,10 +162385,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project_column: &743 + enterprise: *706 + installation: *707 + organization: *708 + project_column: &744 title: Project Column type: object properties: @@ -162410,7 +162428,7 @@ webhooks: - name - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -162489,14 +162507,14 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -162585,11 +162603,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 + repository: *709 sender: *4 required: - action @@ -162669,11 +162687,11 @@ webhooks: type: string enum: - moved - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 + repository: *709 sender: *4 required: - action @@ -162753,11 +162771,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -162837,14 +162855,14 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - project: *744 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -162945,11 +162963,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -163028,11 +163046,11 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -163113,9 +163131,9 @@ webhooks: type: string enum: - closed - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163196,9 +163214,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163279,9 +163297,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163402,9 +163420,9 @@ webhooks: type: string to: type: string - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -163487,7 +163505,7 @@ webhooks: type: string enum: - archived - changes: &748 + changes: &749 type: object properties: archived_at: @@ -163503,9 +163521,9 @@ webhooks: - string - 'null' format: date-time - installation: *706 - organization: *707 - projects_v2_item: &745 + installation: *707 + organization: *708 + projects_v2_item: &746 title: Projects v2 Item description: An item belonging to a project type: object @@ -163523,7 +163541,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *268 + content_type: *269 creator: *4 created_at: type: string @@ -163645,9 +163663,9 @@ webhooks: - 'null' to: type: string - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -163729,9 +163747,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -163812,9 +163830,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -163919,7 +163937,7 @@ webhooks: oneOf: - type: string - type: integer - - &746 + - &747 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163943,7 +163961,7 @@ webhooks: required: - id - name - - &747 + - &748 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -163983,8 +164001,8 @@ webhooks: oneOf: - type: string - type: integer - - *746 - *747 + - *748 type: - 'null' - string @@ -164007,9 +164025,9 @@ webhooks: - 'null' required: - body - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164106,9 +164124,9 @@ webhooks: type: - string - 'null' - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164191,10 +164209,10 @@ webhooks: type: string enum: - restored - changes: *748 - installation: *706 - organization: *707 - projects_v2_item: *745 + changes: *749 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164276,9 +164294,9 @@ webhooks: type: string enum: - reopened - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -164359,9 +164377,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -164442,9 +164460,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -164590,9 +164608,9 @@ webhooks: - string - 'null' format: date - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -164663,10 +164681,10 @@ webhooks: title: public event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - repository @@ -164743,13 +164761,13 @@ webhooks: type: string enum: - assigned - assignee: *725 - enterprise: *705 - installation: *706 - number: &750 + assignee: *726 + enterprise: *706 + installation: *707 + number: &751 description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -167101,7 +167119,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -167183,11 +167201,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -169532,7 +169550,7 @@ webhooks: - draft reason: type: string - repository: *708 + repository: *709 sender: *4 required: - action @@ -169614,11 +169632,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -171963,7 +171981,7 @@ webhooks: - draft reason: type: string - repository: *708 + repository: *709 sender: *4 required: - action @@ -172045,13 +172063,13 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: &751 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: &752 allOf: - - *564 + - *565 - type: object properties: allow_auto_merge: @@ -172113,7 +172131,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *708 + repository: *709 sender: *4 required: - action @@ -172194,12 +172212,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -172279,11 +172297,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *705 - milestone: *265 - number: *750 - organization: *707 - pull_request: &752 + enterprise: *706 + milestone: *266 + number: *751 + organization: *708 + pull_request: &753 title: Pull Request type: object properties: @@ -174627,7 +174645,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -174706,11 +174724,11 @@ webhooks: type: string enum: - dequeued - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -177073,7 +177091,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *708 + repository: *709 sender: *4 required: - action @@ -177197,12 +177215,12 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -177282,11 +177300,11 @@ webhooks: type: string enum: - enqueued - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -179634,7 +179652,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -179714,11 +179732,11 @@ webhooks: type: string enum: - labeled - enterprise: *705 - installation: *706 - label: *724 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + label: *725 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -182069,7 +182087,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -182150,10 +182168,10 @@ webhooks: type: string enum: - locked - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -184502,7 +184520,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -184582,12 +184600,12 @@ webhooks: type: string enum: - milestoned - enterprise: *705 - milestone: *265 - number: *750 - organization: *707 - pull_request: *752 - repository: *708 + enterprise: *706 + milestone: *266 + number: *751 + organization: *708 + pull_request: *753 + repository: *709 sender: *4 required: - action @@ -184666,12 +184684,12 @@ webhooks: type: string enum: - opened - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -184752,12 +184770,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -184837,12 +184855,12 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -185217,9 +185235,9 @@ webhooks: - start_side - side - reactions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -187452,7 +187470,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -187532,7 +187550,7 @@ webhooks: type: string enum: - deleted - comment: &754 + comment: &755 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -187825,9 +187843,9 @@ webhooks: - start_side - side - reactions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -190048,7 +190066,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -190128,11 +190146,11 @@ webhooks: type: string enum: - edited - changes: *753 - comment: *754 - enterprise: *705 - installation: *706 - organization: *707 + changes: *754 + comment: *755 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -192356,7 +192374,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -192437,9 +192455,9 @@ webhooks: type: string enum: - dismissed - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -194675,7 +194693,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 review: description: The review that was affected. type: object @@ -194926,9 +194944,9 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -197037,8 +197055,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 - review: &755 + repository: *709 + review: &756 description: The review that was affected. type: object properties: @@ -197276,12 +197294,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -199631,7 +199649,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_reviewer: title: User type: @@ -199717,12 +199735,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -202079,7 +202097,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202274,12 +202292,12 @@ webhooks: type: string enum: - review_requested - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -204631,7 +204649,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_reviewer: title: User type: @@ -204718,12 +204736,12 @@ webhooks: type: string enum: - review_requested - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -207066,7 +207084,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207250,9 +207268,9 @@ webhooks: type: string enum: - submitted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -209491,8 +209509,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 - review: *755 + repository: *709 + review: *756 sender: *4 required: - action @@ -209572,9 +209590,9 @@ webhooks: type: string enum: - resolved - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -211722,7 +211740,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 sender: *4 thread: type: object @@ -212119,9 +212137,9 @@ webhooks: type: string enum: - unresolved - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -214252,7 +214270,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 sender: *4 thread: type: object @@ -214651,10 +214669,10 @@ webhooks: type: string before: type: string - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -216992,7 +217010,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -217074,11 +217092,11 @@ webhooks: type: string enum: - unassigned - assignee: *756 - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + assignee: *757 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -219431,7 +219449,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -219510,11 +219528,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *705 - installation: *706 - label: *724 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + label: *725 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -221856,7 +221874,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -221937,10 +221955,10 @@ webhooks: type: string enum: - unlocked - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -224272,7 +224290,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -224475,7 +224493,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *705 + enterprise: *706 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -224570,8 +224588,8 @@ webhooks: - url - author - committer - installation: *706 - organization: *707 + installation: *707 + organization: *708 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225170,9 +225188,9 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 registry_package: type: object properties: @@ -225649,7 +225667,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *739 + items: *740 summary: type: string tag_name: @@ -225705,7 +225723,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -225783,9 +225801,9 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 registry_package: type: object properties: @@ -226097,7 +226115,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *739 + items: *740 summary: type: string tag_name: @@ -226147,7 +226165,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -226224,10 +226242,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - release: &757 + enterprise: *706 + installation: *707 + organization: *708 + release: &758 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226558,7 +226576,7 @@ webhooks: - updated_at - zipball_url - body - repository: *708 + repository: *709 sender: *4 required: - action @@ -226635,11 +226653,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -226756,11 +226774,11 @@ webhooks: type: boolean required: - to - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -226838,9 +226856,9 @@ webhooks: type: string enum: - prereleased - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227176,7 +227194,7 @@ webhooks: - string - 'null' format: uri - repository: *708 + repository: *709 sender: *4 required: - action @@ -227252,10 +227270,10 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - release: &758 + enterprise: *706 + installation: *707 + organization: *708 + release: &759 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227588,7 +227606,7 @@ webhooks: - string - 'null' format: uri - repository: *708 + repository: *709 sender: *4 required: - action @@ -227664,11 +227682,11 @@ webhooks: type: string enum: - released - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -227744,11 +227762,11 @@ webhooks: type: string enum: - unpublished - enterprise: *705 - installation: *706 - organization: *707 - release: *758 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *759 + repository: *709 sender: *4 required: - action @@ -227824,11 +227842,11 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_advisory: *628 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_advisory: *629 sender: *4 required: - action @@ -227904,11 +227922,11 @@ webhooks: type: string enum: - reported - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_advisory: *628 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_advisory: *629 sender: *4 required: - action @@ -227984,10 +228002,10 @@ webhooks: type: string enum: - archived - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228064,10 +228082,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228145,10 +228163,10 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228233,10 +228251,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228351,10 +228369,10 @@ webhooks: - 'null' items: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228426,10 +228444,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 status: type: string @@ -228510,10 +228528,10 @@ webhooks: type: string enum: - privatized - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228590,10 +228608,10 @@ webhooks: type: string enum: - publicized - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228687,10 +228705,10 @@ webhooks: - name required: - repository - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -228770,11 +228788,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 sender: *4 required: - action @@ -228852,11 +228870,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 sender: *4 required: - action @@ -228934,11 +228952,11 @@ webhooks: type: string enum: - edited - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 changes: type: object properties: @@ -228957,16 +228975,16 @@ webhooks: properties: added: type: array - items: *281 + items: *282 deleted: type: array - items: *281 + items: *282 updated: type: array items: type: object properties: - condition: *281 + condition: *282 changes: type: object properties: @@ -228999,16 +229017,16 @@ webhooks: properties: added: type: array - items: *584 + items: *585 deleted: type: array - items: *584 + items: *585 updated: type: array items: type: object properties: - rule: *584 + rule: *585 changes: type: object properties: @@ -229245,10 +229263,10 @@ webhooks: - from required: - owner - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229326,10 +229344,10 @@ webhooks: type: string enum: - unarchived - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229407,7 +229425,7 @@ webhooks: type: string enum: - create - alert: &759 + alert: &760 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -229532,10 +229550,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229745,10 +229763,10 @@ webhooks: type: string enum: - dismissed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229826,11 +229844,11 @@ webhooks: type: string enum: - reopen - alert: *759 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *760 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230032,10 +230050,10 @@ webhooks: enum: - fixed - open - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230113,7 +230131,7 @@ webhooks: type: string enum: - assigned - alert: &760 + alert: &761 type: object properties: number: *170 @@ -230242,10 +230260,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230323,11 +230341,11 @@ webhooks: type: string enum: - created - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230408,11 +230426,11 @@ webhooks: type: string enum: - created - alert: *760 - installation: *706 - location: *761 - organization: *707 - repository: *708 + alert: *761 + installation: *707 + location: *762 + organization: *708 + repository: *709 sender: *4 required: - location @@ -230650,11 +230668,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230732,11 +230750,11 @@ webhooks: type: string enum: - reopened - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230814,11 +230832,11 @@ webhooks: type: string enum: - resolved - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230896,12 +230914,12 @@ webhooks: type: string enum: - unassigned - alert: *760 + alert: *761 assignee: *4 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230979,11 +230997,11 @@ webhooks: type: string enum: - validated - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231113,10 +231131,10 @@ webhooks: - organization - enterprise - - repository: *708 - enterprise: *705 - installation: *706 - organization: *707 + repository: *709 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -231194,11 +231212,11 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - security_advisory: &762 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + security_advisory: &763 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231371,11 +231389,11 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - security_advisory: *762 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + security_advisory: *763 sender: *4 required: - action @@ -231448,10 +231466,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -231624,11 +231642,11 @@ webhooks: from: type: object properties: - security_and_analysis: *280 - enterprise: *705 - installation: *706 - organization: *707 - repository: *327 + security_and_analysis: *281 + enterprise: *706 + installation: *707 + organization: *708 + repository: *328 sender: *4 required: - changes @@ -231706,12 +231724,12 @@ webhooks: type: string enum: - cancelled - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: &763 + sponsorship: &764 type: object properties: created_at: @@ -232016,12 +232034,12 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - sponsorship @@ -232109,12 +232127,12 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -232191,17 +232209,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &764 + effective_date: &765 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: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - sponsorship @@ -232275,7 +232293,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &765 + changes: &766 type: object properties: tier: @@ -232319,13 +232337,13 @@ webhooks: - from required: - tier - effective_date: *764 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + effective_date: *765 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -232402,13 +232420,13 @@ webhooks: type: string enum: - tier_changed - changes: *765 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + changes: *766 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -232482,10 +232500,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -232569,10 +232587,10 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233006,15 +233024,15 @@ webhooks: type: - string - 'null' - enterprise: *705 + enterprise: *706 id: description: The unique identifier of the status. type: integer - installation: *706 + installation: *707 name: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 sha: description: The Commit SHA. @@ -233130,9 +233148,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -233222,9 +233240,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -233314,9 +233332,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -233406,9 +233424,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -233485,12 +233503,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -233720,9 +233738,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -234192,7 +234210,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -234268,9 +234286,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -234740,7 +234758,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -234817,9 +234835,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -235289,7 +235307,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -235433,9 +235451,9 @@ webhooks: - from required: - permissions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -235905,7 +235923,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - changes @@ -235983,9 +236001,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -236455,7 +236473,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -236531,10 +236549,10 @@ webhooks: type: string enum: - started - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -236607,17 +236625,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *705 + enterprise: *706 inputs: type: - object - 'null' additionalProperties: true - installation: *706 - organization: *707 + installation: *707 + organization: *708 ref: type: string - repository: *708 + repository: *709 sender: *4 workflow: type: string @@ -236699,10 +236717,10 @@ webhooks: type: string enum: - completed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: allOf: @@ -236958,7 +236976,7 @@ webhooks: type: string required: - conclusion - deployment: *480 + deployment: *481 required: - action - repository @@ -237037,10 +237055,10 @@ webhooks: type: string enum: - in_progress - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: allOf: @@ -237322,7 +237340,7 @@ webhooks: required: - status - steps - deployment: *480 + deployment: *481 required: - action - repository @@ -237401,10 +237419,10 @@ webhooks: type: string enum: - queued - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: type: object @@ -237550,7 +237568,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *480 + deployment: *481 required: - action - repository @@ -237629,10 +237647,10 @@ webhooks: type: string enum: - waiting - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: type: object @@ -237779,7 +237797,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *480 + deployment: *481 required: - action - repository @@ -237859,12 +237877,12 @@ webhooks: type: string enum: - completed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object @@ -238883,12 +238901,12 @@ webhooks: type: string enum: - in_progress - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object @@ -239892,12 +239910,12 @@ webhooks: type: string enum: - requested - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 8c889c4cca..68e7f5e45d 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -28224,6 +28224,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -28566,6 +28574,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -135576,6 +135593,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -135943,6 +135968,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -390255,6 +390289,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -390605,6 +390647,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -392118,6 +392169,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -393460,6 +393520,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -945164,6 +945233,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -948199,6 +948277,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -951234,6 +951321,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -954269,6 +954365,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -957304,6 +957409,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -960339,6 +960453,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -963374,6 +963497,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -966409,6 +966541,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index a5db10646a..b017fedca4 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -931,7 +931,7 @@ paths: - subscriptions_url - type - url - type: &313 + type: &314 type: string description: The type of credit the user is receiving. enum: @@ -1124,7 +1124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &630 + - &631 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4224,7 +4224,7 @@ paths: schema: type: integer default: 30 - - &203 + - &204 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 @@ -4233,7 +4233,7 @@ paths: required: false schema: type: string - - &204 + - &205 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4253,7 +4253,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4349,7 +4349,7 @@ paths: - installation_id - repository_id examples: - default: &206 + default: &207 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4484,7 +4484,7 @@ paths: description: Response content: application/json: - schema: &207 + schema: &208 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4619,7 +4619,7 @@ paths: - request - response examples: - default: &208 + default: &209 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -12203,6 +12203,15 @@ paths: parameters: - *38 - &189 + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string + - &190 name: state in: query description: |- @@ -12211,7 +12220,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &190 + - &191 name: severity in: query description: |- @@ -12220,7 +12229,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &191 + - &192 name: ecosystem in: query description: |- @@ -12229,14 +12238,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &192 + - &193 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &193 + - &194 name: epss_percentage in: query description: |- @@ -12248,7 +12257,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &470 + - &471 name: has in: query description: |- @@ -12262,7 +12271,7 @@ paths: type: string enum: - patch - - &194 + - &195 name: assignee in: query description: |- @@ -12271,7 +12280,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &195 + - &196 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -12281,7 +12290,7 @@ paths: enum: - development - runtime - - &196 + - &197 name: sort in: query description: |- @@ -12307,7 +12316,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 type: object description: A Dependabot alert. properties: @@ -12378,7 +12387,7 @@ paths: - transitive - inconclusive - - security_advisory: &471 + security_advisory: &472 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12461,6 +12470,13 @@ paths: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss: type: object description: Details for the advisory pertaining to the @@ -12665,7 +12681,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &472 + auto_dismissed_at: &473 type: - string - 'null' @@ -12673,7 +12689,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &473 + dismissal_request: &474 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12736,7 +12752,7 @@ paths: - repository additionalProperties: false examples: - default: &198 + default: &199 value: - number: 2 state: dismissed @@ -14100,7 +14116,7 @@ paths: properties: action: type: string - discussion: &721 + discussion: &722 title: Discussion description: A Discussion in a repository. type: object @@ -14601,7 +14617,7 @@ paths: milestone: anyOf: - type: 'null' - - &265 + - &266 title: Milestone description: A collection of related issues and pull requests. @@ -14773,7 +14789,7 @@ paths: timeline_url: type: string format: uri - type: &229 + type: &230 title: Issue Type description: The type of issue. type: @@ -14884,7 +14900,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &642 + sub_issues_summary: &643 title: Sub-issues Summary type: object properties: @@ -14968,7 +14984,7 @@ paths: pin: anyOf: - type: 'null' - - &543 + - &544 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14995,7 +15011,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &643 + issue_dependencies_summary: &644 title: Issue Dependencies Summary type: object properties: @@ -15014,7 +15030,7 @@ paths: - total_blocking issue_field_values: type: array - items: &528 + items: &529 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15838,7 +15854,7 @@ paths: type: string release: allOf: - - &575 + - &576 title: Release description: A release. type: object @@ -15920,7 +15936,7 @@ paths: author: *4 assets: type: array - items: &576 + items: &577 title: Release Asset description: Data related to a release. type: object @@ -16552,7 +16568,7 @@ paths: url: type: string format: uri - user: &649 + user: &650 title: Public User description: Public User type: object @@ -18457,7 +18473,7 @@ paths: - closed - all default: open - - &232 + - &233 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18508,7 +18524,7 @@ paths: type: array items: *81 examples: - default: &233 + default: &234 value: - id: 1 node_id: MDU6SXNzdWUx @@ -19920,14 +19936,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &324 + - &325 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &325 + - &326 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19989,7 +20005,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &328 + '301': &329 description: Moved permanently content: application/json: @@ -20011,7 +20027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &551 + - &552 name: all description: If `true`, show notifications marked as read. in: query @@ -20019,7 +20035,7 @@ paths: schema: type: boolean default: false - - &552 + - &553 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20029,7 +20045,7 @@ paths: type: boolean default: false - *86 - - &553 + - &554 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: @@ -20411,7 +20427,7 @@ paths: type: boolean examples: - false - security_and_analysis: &280 + security_and_analysis: &281 type: - object - 'null' @@ -20621,7 +20637,7 @@ paths: - url - subscription_url examples: - default: &554 + default: &555 value: - id: '1' repository: @@ -22191,7 +22207,7 @@ paths: required: false schema: type: string - - &698 + - &699 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22337,7 +22353,7 @@ paths: parameters: - *73 - *115 - - &699 + - &700 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22449,7 +22465,7 @@ paths: - *115 - *117 - *116 - - &700 + - &701 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22457,7 +22473,7 @@ paths: schema: type: string - *118 - - &701 + - &702 name: sku description: The SKU to query for usage. in: query @@ -23464,7 +23480,7 @@ paths: type: integer repository_cache_usages: type: array - items: &335 + items: &336 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24826,7 +24842,7 @@ paths: - all - local_only - selected - selected_actions_url: &341 + selected_actions_url: &342 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` @@ -24909,7 +24925,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: days: @@ -24951,7 +24967,7 @@ paths: required: true content: application/json: - schema: &346 + schema: &347 type: object properties: days: @@ -25008,7 +25024,7 @@ paths: required: - approval_policy examples: - default: &347 + default: &348 value: approval_policy: first_time_contributors '404': *6 @@ -25067,7 +25083,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 type: object required: - run_workflows_from_fork_pull_requests @@ -25121,7 +25137,7 @@ paths: required: true content: application/json: - schema: &349 + schema: &350 type: object required: - run_workflows_from_fork_pull_requests @@ -25756,7 +25772,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: default_workflow_permissions: &145 @@ -25807,7 +25823,7 @@ paths: required: false content: application/json: - schema: &351 + schema: &352 type: object properties: default_workflow_permissions: *145 @@ -26947,7 +26963,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Runner Application description: Runner Application type: object @@ -26972,7 +26988,7 @@ paths: - download_url - filename examples: - default: &353 + default: &354 value: - os: osx architecture: x64 @@ -27058,7 +27074,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &354 + '201': &355 description: Response content: application/json: @@ -27173,7 +27189,7 @@ paths: - token - expires_at examples: - default: &355 + default: &356 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -27212,7 +27228,7 @@ paths: application/json: schema: *156 examples: - default: &356 + default: &357 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -27246,7 +27262,7 @@ paths: application/json: schema: *154 examples: - default: &357 + default: &358 value: id: 23 name: MBP @@ -27472,7 +27488,7 @@ paths: - *73 - *153 responses: - '200': &358 + '200': &359 description: Response content: application/json: @@ -27529,7 +27545,7 @@ paths: parameters: - *73 - *153 - - &359 + - &360 name: name description: The name of a self-hosted runner's custom label. in: path @@ -27661,7 +27677,7 @@ paths: description: Response content: application/json: - schema: &371 + schema: &372 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27696,7 +27712,7 @@ paths: - key_id - key examples: - default: &372 + default: &373 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28109,7 +28125,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *73 - - &340 + - &341 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)." @@ -29330,12 +29346,12 @@ paths: required: - subject_digests examples: - default: &680 + default: &681 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &681 + withPredicateType: &682 value: subject_digests: - sha256:abc123 @@ -29394,7 +29410,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &682 + default: &683 value: attestations_subject_digests: - sha256:abc: @@ -29760,7 +29776,7 @@ paths: initiator: type: string examples: - default: &385 + default: &386 value: attestations: - bundle: @@ -30127,7 +30143,7 @@ paths: parent: anyOf: - type: 'null' - - &244 + - &245 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -30730,7 +30746,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *73 - - &409 + - &410 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`, @@ -30740,7 +30756,7 @@ paths: schema: &177 type: string description: The name of the tool used to generate the code scanning analysis. - - &410 + - &411 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 @@ -30764,7 +30780,7 @@ paths: be returned. in: query required: false - schema: &412 + schema: &413 type: string description: State of a code scanning alert. enum: @@ -30787,7 +30803,7 @@ paths: be returned. in: query required: false - schema: &413 + schema: &414 type: string description: Severity of a code scanning alert. enum: @@ -30821,7 +30837,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: &414 + instances_url: &415 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -30843,7 +30859,7 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: &415 + dismissed_reason: &416 type: - string - 'null' @@ -30854,14 +30870,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &416 + dismissed_comment: &417 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &417 + rule: &418 type: object properties: id: @@ -30922,7 +30938,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &418 + tool: &419 type: object properties: name: *177 @@ -30933,26 +30949,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *178 - most_recent_instance: &419 + most_recent_instance: &420 type: object properties: - ref: &411 + ref: &412 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &429 + analysis_key: &430 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &430 + environment: &431 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &431 + category: &432 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -30972,7 +30988,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &432 + location: &433 type: object description: Describe a region within a file for the alert. properties: @@ -30993,7 +31009,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &433 + items: &434 type: - string - 'null' @@ -32283,7 +32299,7 @@ paths: type: integer codespaces: type: array - items: &234 + items: &235 type: object title: Codespace description: A codespace. @@ -32318,7 +32334,7 @@ paths: machine: anyOf: - type: 'null' - - &445 + - &446 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -32605,7 +32621,7 @@ paths: - pulls_url - recent_folders examples: - default: &235 + default: &236 value: total_count: 3 codespaces: @@ -33270,7 +33286,7 @@ paths: - updated_at - visibility examples: - default: &446 + default: &447 value: total_count: 2 secrets: @@ -33308,7 +33324,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -33343,7 +33359,7 @@ paths: - key_id - key examples: - default: &448 + default: &449 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33375,7 +33391,7 @@ paths: application/json: schema: *186 examples: - default: &450 + default: &451 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33842,7 +33858,7 @@ paths: currently being billed. seats: type: array - items: &237 + items: &238 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -34813,7 +34829,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -35128,7 +35144,7 @@ paths: - date additionalProperties: true examples: - default: &318 + default: &319 value: - date: '2024-06-24' total_active_users: 24 @@ -35230,7 +35246,7 @@ paths: '500': *53 '403': *27 '404': *6 - '422': &319 + '422': &320 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -35415,6 +35431,7 @@ paths: - *191 - *192 - *193 + - *194 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -35444,7 +35461,7 @@ paths: enum: - patch - deployment - - *194 + - *195 - name: runtime_risk in: query description: |- @@ -35453,8 +35470,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *195 - *196 + - *197 - *59 - *45 - *46 @@ -35466,9 +35483,9 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *198 + default: *199 '304': *35 '400': *14 '403': *27 @@ -35512,7 +35529,7 @@ paths: type: integer secrets: type: array - items: &199 + items: &200 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -35591,7 +35608,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35610,7 +35627,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35640,7 +35657,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -35947,7 +35964,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Package description: A software package type: object @@ -36018,7 +36035,7 @@ paths: - created_at - updated_at examples: - default: &247 + default: &248 value: - id: 197 name: hello_docker @@ -36188,7 +36205,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Organization Invitation description: Organization Invitation type: object @@ -36242,7 +36259,7 @@ paths: - invitation_teams_url - node_id examples: - default: &224 + default: &225 value: - id: 1 login: monalisa @@ -36309,7 +36326,7 @@ paths: application/json: schema: type: array - items: &200 + items: &201 title: Org Hook description: Org Hook type: object @@ -36494,9 +36511,9 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: &201 + default: &202 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -36544,7 +36561,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *73 - - &202 + - &203 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. @@ -36557,9 +36574,9 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: - default: *201 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -36587,7 +36604,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *73 - - *202 + - *203 requestBody: required: false content: @@ -36633,7 +36650,7 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -36675,7 +36692,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *73 - - *202 + - *203 responses: '204': description: Response @@ -36703,7 +36720,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *73 - - *202 + - *203 responses: '200': description: Response @@ -36734,7 +36751,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *73 - - *202 + - *203 requestBody: required: false content: @@ -36785,10 +36802,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *73 - - *202 - - *17 - *203 + - *17 - *204 + - *205 responses: '200': description: Response @@ -36796,9 +36813,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '400': *14 '422': *15 x-github: @@ -36824,16 +36841,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *73 - - *202 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '422': *15 x-github: @@ -36859,7 +36876,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *73 - - *202 + - *203 - *16 responses: '202': *37 @@ -36889,7 +36906,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *73 - - *202 + - *203 responses: '204': description: Response @@ -36912,7 +36929,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *73 - - &213 + - &214 name: actor_type in: path description: The type of the actor @@ -36925,14 +36942,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &214 + - &215 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &209 + - &210 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`.' @@ -36940,7 +36957,7 @@ paths: required: true schema: type: string - - &210 + - &211 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) @@ -37035,12 +37052,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *73 - - *209 - *210 + - *211 - *19 - *17 - *59 - - &219 + - &220 name: sort description: The property to sort the results by. in: query @@ -37119,14 +37136,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *73 - - *209 - *210 + - *211 responses: '200': description: Response content: application/json: - schema: &211 + schema: &212 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -37142,7 +37159,7 @@ paths: type: integer format: int64 examples: - default: &212 + default: &213 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -37163,23 +37180,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *73 - - &215 + - &216 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *209 - *210 + - *211 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 x-github: enabledForGitHubApps: true category: orgs @@ -37198,18 +37215,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *73 - - *209 - *210 - - *213 + - *211 - *214 + - *215 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 x-github: enabledForGitHubApps: true category: orgs @@ -37227,9 +37244,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *73 - - *209 - *210 - - &216 + - *211 + - &217 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -37242,7 +37259,7 @@ paths: description: Response content: application/json: - schema: &217 + schema: &218 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -37258,7 +37275,7 @@ paths: type: integer format: int64 examples: - default: &218 + default: &219 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -37295,18 +37312,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *73 - - *215 - - *209 - - *210 - *216 + - *210 + - *211 + - *217 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 x-github: enabledForGitHubApps: true category: orgs @@ -37324,19 +37341,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *73 - - *213 - *214 - - *209 + - *215 - *210 - - *216 + - *211 + - *217 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 x-github: enabledForGitHubApps: true category: orgs @@ -37354,13 +37371,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *73 - - *215 - - *209 + - *216 - *210 + - *211 - *19 - *17 - *59 - - *219 + - *220 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -37444,7 +37461,7 @@ paths: application/json: schema: *20 examples: - default: &515 + default: &516 value: id: 1 account: @@ -37610,12 +37627,12 @@ paths: application/json: schema: anyOf: - - &221 + - &222 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &220 + limit: &221 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -37643,7 +37660,7 @@ paths: properties: {} additionalProperties: false examples: - default: &222 + default: &223 value: limit: collaborators_only origin: organization @@ -37672,13 +37689,13 @@ paths: required: true content: application/json: - schema: &516 + schema: &517 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *220 + limit: *221 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -37703,9 +37720,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *222 + default: *223 '422': *15 x-github: githubCloudOnly: false @@ -37781,9 +37798,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 '404': *6 @@ -37860,7 +37877,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -37915,7 +37932,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *73 - - &225 + - &226 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37946,7 +37963,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *73 - - *225 + - *226 - *17 - *19 responses: @@ -37958,7 +37975,7 @@ paths: type: array items: *187 examples: - default: &245 + default: &246 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -38001,7 +38018,7 @@ paths: application/json: schema: type: array - items: &226 + items: &227 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -38244,9 +38261,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &227 + default: &228 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -38302,7 +38319,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *73 - - &228 + - &229 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -38403,9 +38420,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *227 + default: *228 '404': *6 '422': *7 x-github: @@ -38430,7 +38447,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *73 - - *228 + - *229 responses: '204': *183 '404': *6 @@ -38460,7 +38477,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -38548,9 +38565,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -38583,7 +38600,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *73 - - &231 + - &232 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -38639,9 +38656,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 '404': *6 '422': *7 x-github: @@ -38666,7 +38683,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *73 - - *231 + - *232 responses: '204': description: Response @@ -38729,7 +38746,7 @@ paths: - closed - all default: open - - *232 + - *233 - name: type description: Can be the name of an issue type. in: query @@ -38760,7 +38777,7 @@ paths: type: array items: *81 examples: - default: *233 + default: *234 headers: Link: *65 '404': *6 @@ -38925,9 +38942,9 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '304': *35 '500': *53 '401': *23 @@ -38954,7 +38971,7 @@ paths: parameters: - *73 - *69 - - &236 + - &237 name: codespace_name in: path required: true @@ -38989,15 +39006,15 @@ paths: parameters: - *73 - *69 - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: &444 + default: &445 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -39177,7 +39194,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *237 + schema: *238 examples: default: value: @@ -39253,7 +39270,7 @@ paths: description: Response content: application/json: - schema: &238 + schema: &239 title: Org Membership description: Org Membership type: object @@ -39322,7 +39339,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &239 + response-if-user-has-an-active-admin-membership-with-organization: &240 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -39423,9 +39440,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - response-if-user-already-had-membership-with-organization: *239 + response-if-user-already-had-membership-with-organization: *240 '422': *15 '403': *27 x-github: @@ -39503,7 +39520,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Migration description: A migration. type: object @@ -39852,7 +39869,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -40031,7 +40048,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *73 - - &241 + - &242 name: migration_id description: The unique identifier of the migration. in: path @@ -40059,7 +40076,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -40229,7 +40246,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *73 - - *241 + - *242 responses: '302': description: Response @@ -40251,7 +40268,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *73 - - *241 + - *242 responses: '204': description: Response @@ -40275,8 +40292,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *73 - - *241 - - &663 + - *242 + - &664 name: repo_name description: repo_name parameter in: path @@ -40304,7 +40321,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *73 - - *241 + - *242 - *17 - *19 responses: @@ -40316,7 +40333,7 @@ paths: type: array items: *152 examples: - default: &252 + default: &253 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -40489,7 +40506,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &243 + items: &244 title: Organization Role description: Organization roles type: object @@ -40666,7 +40683,7 @@ paths: parameters: - *73 - *75 - - &242 + - &243 name: role_id description: The unique identifier of the role. in: path @@ -40703,7 +40720,7 @@ paths: parameters: - *73 - *75 - - *242 + - *243 responses: '204': description: Response @@ -40756,7 +40773,7 @@ paths: parameters: - *73 - *69 - - *242 + - *243 responses: '204': description: Response @@ -40788,7 +40805,7 @@ paths: parameters: - *73 - *69 - - *242 + - *243 responses: '204': description: Response @@ -40817,13 +40834,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *73 - - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -40874,7 +40891,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *73 - - *242 + - *243 - *17 - *19 responses: @@ -40953,7 +40970,7 @@ paths: parent: anyOf: - type: 'null' - - *244 + - *245 type: description: The ownership type of the team type: string @@ -40986,7 +41003,7 @@ paths: - type - parent examples: - default: *245 + default: *246 headers: Link: *65 '404': @@ -41016,7 +41033,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *73 - - *242 + - *243 - *17 - *19 responses: @@ -41045,7 +41062,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *244 + items: *245 name: type: - string @@ -41355,7 +41372,7 @@ paths: - nuget - container - *73 - - &664 + - &665 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41391,12 +41408,12 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '403': *27 '401': *23 - '400': &666 + '400': &667 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41418,7 +41435,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &248 + - &249 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 @@ -41436,7 +41453,7 @@ paths: - docker - nuget - container - - &249 + - &250 name: package_name description: The name of the package. in: path @@ -41449,7 +41466,7 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -41501,8 +41518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *248 - *249 + - *250 - *73 responses: '204': @@ -41535,8 +41552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - name: token description: package token @@ -41569,8 +41586,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: - - *248 - *249 + - *250 - *73 - *19 - *17 @@ -41591,7 +41608,7 @@ paths: application/json: schema: type: array - items: &250 + items: &251 title: Package Version description: A version of a software package type: object @@ -41726,10 +41743,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - &251 + - &252 name: package_version_id description: Unique identifier of the package version. in: path @@ -41741,7 +41758,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -41777,10 +41794,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - *251 + - *252 responses: '204': description: Response @@ -41812,10 +41829,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *248 - *249 + - *250 - *73 - - *251 + - *252 responses: '204': description: Response @@ -41845,7 +41862,7 @@ paths: - *73 - *17 - *19 - - &253 + - &254 name: sort description: The property by which to sort the results. in: query @@ -41856,7 +41873,7 @@ paths: - created_at default: created_at - *59 - - &254 + - &255 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -41868,7 +41885,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &255 + - &256 name: repository description: The name of the repository to use to filter the results. in: query @@ -41877,7 +41894,7 @@ paths: type: string examples: - Hello-World - - &256 + - &257 name: permission description: The permission to use to filter the results. in: query @@ -41886,7 +41903,7 @@ paths: type: string examples: - issues_read - - &257 + - &258 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) @@ -41896,7 +41913,7 @@ paths: schema: type: string format: date-time - - &258 + - &259 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) @@ -41906,7 +41923,7 @@ paths: schema: type: string format: date-time - - &259 + - &260 name: token_id description: The ID of the token in: query @@ -42225,7 +42242,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -42251,14 +42268,14 @@ paths: - *73 - *17 - *19 - - *253 - - *59 - *254 + - *59 - *255 - *256 - *257 - *258 - *259 + - *260 responses: '500': *53 '422': *15 @@ -42542,7 +42559,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -42584,7 +42601,7 @@ paths: type: integer configurations: type: array - items: &260 + items: &261 title: Organization private registry description: Private registry configuration for an organization type: object @@ -43018,7 +43035,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &261 + org-private-registry-with-selected-visibility: &262 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -43116,9 +43133,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '404': *6 x-github: githubCloudOnly: false @@ -43346,7 +43363,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Projects v2 Project description: A projects v2 project type: object @@ -43420,7 +43437,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &749 + - &750 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43505,7 +43522,7 @@ paths: - deleted_at - deleted_by examples: - default: &263 + default: &264 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -43608,7 +43625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &264 + - &265 name: project_number description: The project's number. in: path @@ -43621,9 +43638,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -43646,7 +43663,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true description: Details of the draft item to create in the project. @@ -43680,7 +43697,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Projects v2 Item description: An item belonging to a project type: object @@ -43694,7 +43711,7 @@ paths: content: oneOf: - *81 - - &459 + - &460 title: Pull Request Simple description: Pull Request Simple type: object @@ -43814,7 +43831,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 active_lock_reason: type: - string @@ -43907,7 +43924,7 @@ paths: _links: type: object properties: - comments: &266 + comments: &267 title: Link description: Hypermedia Link type: object @@ -43916,13 +43933,13 @@ paths: type: string required: - href - commits: *266 - statuses: *266 - html: *266 - issue: *266 - review_comments: *266 - review_comment: *266 - self: *266 + commits: *267 + statuses: *267 + html: *267 + issue: *267 + review_comments: *267 + review_comment: *267 + self: *267 required: - comments - commits @@ -43933,7 +43950,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &561 + auto_merge: &562 title: Auto merge description: The status of auto merging a pull request. type: @@ -44107,7 +44124,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &268 + content_type: &269 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -44151,7 +44168,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &270 + draft_issue: &271 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -44225,7 +44242,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *264 + - *265 - *73 - *17 - *45 @@ -44237,7 +44254,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -44390,7 +44407,7 @@ paths: - updated_at - project_url examples: - default: &685 + default: &686 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44520,7 +44537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *264 + - *265 - *73 requestBody: required: true @@ -44567,7 +44584,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &686 + items: &687 type: object properties: name: @@ -44604,7 +44621,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &687 + iteration_configuration: &688 type: object description: The configuration for iteration fields. properties: @@ -44654,7 +44671,7 @@ paths: value: name: Due date data_type: date - single_select_field: &688 + single_select_field: &689 summary: Create a single select field value: name: Priority @@ -44681,7 +44698,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &689 + iteration_field: &690 summary: Create an iteration field value: name: Sprint @@ -44705,9 +44722,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *267 + schema: *268 examples: - text_field: &690 + text_field: &691 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44716,7 +44733,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &691 + number_field: &692 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44725,7 +44742,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &692 + date_field: &693 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44734,7 +44751,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &693 + single_select_field: &694 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44768,7 +44785,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &694 + iteration_field: &695 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44813,8 +44830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *264 - - &695 + - *265 + - &696 name: field_id description: The unique identifier of the field. in: path @@ -44827,9 +44844,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &696 + default: &697 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44885,7 +44902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *264 + - *265 - *73 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -44918,7 +44935,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Projects v2 Item description: An item belonging to a project type: object @@ -44935,7 +44952,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *268 + content_type: *269 content: type: - object @@ -44985,7 +45002,7 @@ paths: - updated_at - archived_at examples: - default: &272 + default: &273 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -45683,7 +45700,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -45753,22 +45770,22 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *270 + value: *271 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *270 + value: *271 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *270 + value: *271 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *270 + value: *271 '304': *35 '403': *27 '401': *23 @@ -45788,9 +45805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *264 + - *265 - *73 - - &273 + - &274 name: item_id description: The unique identifier of the project item. in: path @@ -45816,9 +45833,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -45839,9 +45856,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *264 + - *265 - *73 - - *273 + - *274 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -45914,13 +45931,13 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - text_field: *272 - number_field: *272 - date_field: *272 - single_select_field: *272 - iteration_field: *272 + text_field: *273 + number_field: *273 + date_field: *273 + single_select_field: *273 + iteration_field: *273 '401': *23 '403': *27 '404': *6 @@ -45940,9 +45957,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *264 + - *265 - *73 - - *273 + - *274 responses: '204': description: Response @@ -45966,7 +45983,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *73 - - *264 + - *265 requestBody: required: true content: @@ -46040,7 +46057,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &677 + schema: &678 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -46144,7 +46161,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &274 + value: &275 value: id: 1 number: 1 @@ -46190,10 +46207,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *274 + value: *275 roadmap_view: summary: Response for creating a roadmap view - value: *274 + value: *275 '304': *35 '403': *27 '401': *23 @@ -46221,9 +46238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *264 + - *265 - *73 - - &697 + - &698 name: view_number description: The number that identifies the project view. in: path @@ -46255,9 +46272,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -46290,7 +46307,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -46368,7 +46385,7 @@ paths: - property_name - value_type examples: - default: &276 + default: &277 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -46428,7 +46445,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *275 + items: *276 minItems: 1 maxItems: 100 required: @@ -46458,9 +46475,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 '403': *27 '404': *6 x-github: @@ -46482,7 +46499,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *73 - - &277 + - &278 name: custom_property_name description: The custom property name in: path @@ -46494,9 +46511,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &278 + default: &279 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -46531,7 +46548,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *73 - - *277 + - *278 requestBody: required: true content: @@ -46611,9 +46628,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *278 + default: *279 '403': *27 '404': *6 x-github: @@ -46637,7 +46654,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *73 - - *277 + - *278 responses: '204': *183 '403': *27 @@ -46701,7 +46718,7 @@ paths: - octocat/Hello-World properties: type: array - items: &279 + items: &280 title: Custom Property Value description: Custom property name and associated value type: object @@ -46791,7 +46808,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *279 + items: *280 required: - repository_names - properties @@ -46983,7 +47000,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -47186,7 +47203,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Full Repository description: Full Repository type: object @@ -47664,7 +47681,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &464 + code_of_conduct: &465 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -47694,7 +47711,7 @@ paths: - key - name - html_url - security_and_analysis: *280 + security_and_analysis: *281 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -47789,7 +47806,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &329 + default: &330 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -48316,7 +48333,7 @@ paths: - *73 - *17 - *19 - - &583 + - &584 name: targets description: | A comma-separated list of rule targets to filter by. @@ -48335,7 +48352,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -48370,7 +48387,7 @@ paths: source: type: string description: The name of the source - enforcement: &283 + enforcement: &284 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -48383,7 +48400,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &284 + items: &285 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -48454,7 +48471,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &281 + - &282 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -48478,7 +48495,7 @@ paths: match. items: type: string - - &285 + - &286 title: Organization ruleset conditions type: object description: |- @@ -48492,7 +48509,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -48526,7 +48543,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -48548,7 +48565,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *281 + - *282 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -48561,7 +48578,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &282 + items: &283 title: Repository ruleset property targeting definition type: object @@ -48594,7 +48611,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *282 + items: *283 required: - repository_property type: @@ -48602,12 +48619,12 @@ paths: - object rules: type: array - items: &584 + items: &585 title: Repository Rule type: object description: A repository rule. oneOf: - - &286 + - &287 title: creation description: Only allow users with bypass permission to create matching refs. @@ -48619,7 +48636,7 @@ paths: type: string enum: - creation - - &287 + - &288 title: update description: Only allow users with bypass permission to update matching refs. @@ -48640,7 +48657,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &288 + - &289 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -48652,7 +48669,7 @@ paths: type: string enum: - deletion - - &289 + - &290 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -48664,7 +48681,7 @@ paths: type: string enum: - required_linear_history - - &582 + - &583 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -48742,7 +48759,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &290 + - &291 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -48766,7 +48783,7 @@ paths: type: string required: - required_deployment_environments - - &291 + - &292 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -48778,7 +48795,7 @@ paths: type: string enum: - required_signatures - - &292 + - &293 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -48884,7 +48901,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &293 + - &294 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -48932,7 +48949,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &294 + - &295 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -48944,7 +48961,7 @@ paths: type: string enum: - non_fast_forward - - &295 + - &296 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -48981,7 +48998,7 @@ paths: required: - operator - pattern - - &296 + - &297 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -49018,118 +49035,118 @@ paths: required: - operator - pattern - - &297 - title: committer_email_pattern - description: Parameters to be used for the committer_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - committer_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &298 - title: branch_name_pattern - description: Parameters to be used for the branch_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - branch_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &299 - title: tag_name_pattern - description: Parameters to be used for the tag_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - tag_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule appears when configuring - it. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &300 + - &298 + title: committer_email_pattern + description: Parameters to be used for the committer_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - committer_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &299 + title: branch_name_pattern + description: Parameters to be used for the branch_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - branch_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &300 + title: tag_name_pattern + description: Parameters to be used for the tag_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - tag_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule appears when configuring + it. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &301 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -49154,7 +49171,7 @@ paths: type: string required: - restricted_file_paths - - &301 + - &302 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -49178,7 +49195,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &302 + - &303 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -49201,7 +49218,7 @@ paths: type: string required: - restricted_file_extensions - - &303 + - &304 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -49226,7 +49243,7 @@ paths: maximum: 100 required: - max_file_size - - &304 + - &305 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -49276,7 +49293,7 @@ paths: - repository_id required: - workflows - - &305 + - &306 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -49337,7 +49354,7 @@ paths: - tool required: - code_scanning_tools - - &306 + - &307 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -49436,21 +49453,20 @@ paths: - push - repository default: branch - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *285 + items: *285 + conditions: *286 rules: type: array description: An array of rules within the ruleset. - items: &309 + items: &310 title: Repository Rule type: object description: A repository rule. oneOf: - - *286 - *287 - *288 - *289 @@ -49471,6 +49487,7 @@ paths: - *304 - *305 - *306 + - *307 required: - name - enforcement @@ -49508,9 +49525,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &308 + default: &309 value: id: 21 name: super cool ruleset @@ -49566,7 +49583,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &585 + - &586 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 @@ -49581,7 +49598,7 @@ paths: in: query schema: type: string - - &586 + - &587 name: time_period description: |- The time period to filter by. @@ -49597,14 +49614,14 @@ paths: - week - month default: day - - &587 + - &588 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 - - &588 + - &589 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -49624,7 +49641,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: Rule Suites description: Response type: array @@ -49680,7 +49697,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &590 + default: &591 value: - id: 21 actor_id: 12 @@ -49724,7 +49741,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &591 + - &592 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -49740,7 +49757,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &593 title: Rule Suite description: Response type: object @@ -49847,7 +49864,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &593 + default: &594 value: id: 21 actor_id: 12 @@ -49920,9 +49937,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '404': *6 '500': *53 put: @@ -49966,16 +49983,16 @@ paths: - tag - push - repository - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *285 + items: *285 + conditions: *286 rules: description: An array of rules within the ruleset. type: array - items: *309 + items: *310 examples: default: value: @@ -50010,9 +50027,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '404': *6 '422': *15 '500': *53 @@ -50070,7 +50087,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Ruleset version type: object description: The historical version of a ruleset @@ -50094,7 +50111,7 @@ paths: type: string format: date-time examples: - default: &595 + default: &596 value: - version_id: 3 actor: @@ -50147,9 +50164,9 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 allOf: - - *310 + - *311 - type: object required: - state @@ -50219,7 +50236,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &597 + - &598 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -50230,7 +50247,7 @@ paths: enum: - open - resolved - - &598 + - &599 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -50240,7 +50257,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -50249,7 +50266,7 @@ paths: required: false schema: type: string - - &600 + - &601 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -50268,7 +50285,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &601 + - &602 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. @@ -50283,7 +50300,7 @@ paths: - *59 - *19 - *17 - - &602 + - &603 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 @@ -50293,7 +50310,7 @@ paths: required: false schema: type: string - - &603 + - &604 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 @@ -50303,7 +50320,7 @@ paths: required: false schema: type: string - - &604 + - &605 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -50312,7 +50329,7 @@ paths: required: false schema: type: string - - &605 + - &606 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -50321,7 +50338,7 @@ paths: schema: type: boolean default: false - - &606 + - &607 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -50330,7 +50347,7 @@ paths: schema: type: boolean default: false - - &607 + - &608 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -50362,14 +50379,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &608 + state: &609 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: &609 + resolution: &610 type: - string - 'null' @@ -50476,14 +50493,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &610 + - &611 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &612 + - &613 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50547,7 +50564,7 @@ paths: - blob_url - commit_sha - commit_url - - &613 + - &614 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50608,7 +50625,7 @@ paths: - page_url - commit_sha - commit_url - - &614 + - &615 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50630,7 +50647,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &615 + - &616 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50652,7 +50669,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &616 + - &617 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50674,7 +50691,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &617 + - &618 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50689,7 +50706,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &618 + - &619 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50704,7 +50721,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &619 + - &620 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50719,7 +50736,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &620 + - &621 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50741,7 +50758,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &621 + - &622 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50763,7 +50780,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &622 + - &623 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50785,7 +50802,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &623 + - &624 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50807,7 +50824,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &624 + - &625 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -51068,7 +51085,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &312 + pattern_config_version: &313 type: - string - 'null' @@ -51078,7 +51095,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &311 + items: &312 type: object properties: token_type: @@ -51147,7 +51164,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *311 + items: *312 examples: default: value: @@ -51204,7 +51221,7 @@ paths: schema: type: object properties: - pattern_config_version: *312 + pattern_config_version: *313 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -51230,7 +51247,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *312 + custom_pattern_version: *313 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -51328,7 +51345,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 description: A repository security advisory. type: object properties: @@ -51572,7 +51589,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 credits_detailed: type: - array @@ -51583,7 +51600,7 @@ paths: type: object properties: user: *4 - type: *313 + type: *314 state: type: string description: The state of the user's acceptance of the @@ -51679,7 +51696,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &629 + default: &630 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52066,7 +52083,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -52421,7 +52438,7 @@ paths: type: integer network_configurations: type: array - items: &314 + items: &315 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -52574,9 +52591,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &315 + default: &316 value: id: 123456789ABCDEF name: My network configuration @@ -52605,7 +52622,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *73 - - &316 + - &317 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -52617,9 +52634,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 headers: Link: *65 x-github: @@ -52641,7 +52658,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *73 - - *316 + - *317 requestBody: required: true content: @@ -52694,9 +52711,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52716,7 +52733,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *73 - - *316 + - *317 responses: '204': description: Response @@ -52861,13 +52878,13 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 '500': *53 '403': *27 '404': *6 - '422': *319 + '422': *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52909,7 +52926,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 headers: Link: *65 '403': *27 @@ -53003,7 +53020,7 @@ paths: description: Response content: application/json: - schema: &320 + schema: &321 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -53077,7 +53094,7 @@ paths: parent: anyOf: - type: 'null' - - *244 + - *245 members_count: type: integer examples: @@ -53402,7 +53419,7 @@ paths: - repos_count - organization examples: - default: &321 + default: &322 value: id: 1 node_id: MDQ6VGVhbTE= @@ -53490,9 +53507,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -53577,16 +53594,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '201': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 '422': *15 '403': *27 @@ -53616,7 +53633,7 @@ paths: responses: '204': description: Response - '422': &322 + '422': &323 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -53650,12 +53667,12 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 - '422': *322 + '422': *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53737,7 +53754,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &324 title: Team Membership description: Team Membership type: object @@ -53765,7 +53782,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &645 + response-if-user-is-a-team-maintainer: &646 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53828,9 +53845,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &646 + response-if-users-membership-with-team-is-now-pending: &647 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53906,7 +53923,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -53937,14 +53954,14 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &647 + schema: &648 title: Team Repository description: A team's access to a repository. type: object @@ -54666,8 +54683,8 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 requestBody: required: false content: @@ -54714,8 +54731,8 @@ paths: parameters: - *73 - *75 - - *324 - *325 + - *326 responses: '204': description: Response @@ -54752,7 +54769,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &648 + response-if-child-teams-exist: &649 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54906,7 +54923,7 @@ paths: resources: type: object properties: - core: &326 + core: &327 title: Rate Limit type: object properties: @@ -54923,21 +54940,21 @@ paths: - remaining - reset - used - graphql: *326 - search: *326 - code_search: *326 - source_import: *326 - integration_manifest: *326 - code_scanning_upload: *326 - actions_runner_registration: *326 - scim: *326 - dependency_snapshots: *326 - dependency_sbom: *326 - code_scanning_autofix: *326 + graphql: *327 + search: *327 + code_search: *327 + source_import: *327 + integration_manifest: *327 + code_scanning_upload: *327 + actions_runner_registration: *327 + scim: *327 + dependency_snapshots: *327 + dependency_sbom: *327 + code_scanning_autofix: *327 required: - core - search - rate: *326 + rate: *327 required: - rate - resources @@ -55050,14 +55067,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: default-response: summary: Default response @@ -55562,7 +55579,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *328 + '301': *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55580,8 +55597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -55873,10 +55890,10 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 - '307': &330 + default: *330 + '307': &331 description: Temporary Redirect content: application/json: @@ -55905,8 +55922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -55928,7 +55945,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *330 + '307': *331 '404': *6 '409': *52 x-github: @@ -55952,11 +55969,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 - - &363 + - &364 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -55979,7 +55996,7 @@ paths: type: integer artifacts: type: array - items: &331 + items: &332 title: Artifact description: An artifact type: object @@ -56074,7 +56091,7 @@ paths: - expires_at - updated_at examples: - default: &364 + default: &365 value: total_count: 2 artifacts: @@ -56135,9 +56152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *324 - *325 - - &332 + - *326 + - &333 name: artifact_id description: The unique identifier of the artifact. in: path @@ -56149,7 +56166,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -56187,9 +56204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *324 - *325 - - *332 + - *326 + - *333 responses: '204': description: Response @@ -56213,9 +56230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *324 - *325 - - *332 + - *326 + - *333 - name: archive_format in: path required: true @@ -56229,7 +56246,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': &519 + '410': &520 description: Gone content: application/json: @@ -56254,14 +56271,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &333 + schema: &334 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -56295,13 +56312,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *333 + schema: *334 examples: selected_actions: *40 responses: @@ -56330,14 +56347,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &334 + schema: &335 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -56371,13 +56388,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *334 + schema: *335 examples: selected_actions: *42 responses: @@ -56408,14 +56425,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -56441,11 +56458,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 - - &336 + - &337 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 @@ -56479,7 +56496,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Repository actions caches description: Repository actions caches type: object @@ -56529,7 +56546,7 @@ paths: - total_count - actions_caches examples: - default: &338 + default: &339 value: total_count: 1 actions_caches: @@ -56561,23 +56578,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: - - *324 - *325 + - *326 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *336 + - *337 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56597,8 +56614,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: - - *324 - *325 + - *326 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -56629,9 +56646,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *324 - *325 - - &339 + - *326 + - &340 name: job_id description: The unique identifier of the job. in: path @@ -56643,7 +56660,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Job description: Information of a job execution in a workflow run type: object @@ -56990,9 +57007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *324 - *325 - - *339 + - *326 + - *340 responses: '302': description: Response @@ -57020,9 +57037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *324 - *325 - - *339 + - *326 + - *340 requestBody: required: false content: @@ -57068,8 +57085,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: - - *324 - *325 + - *326 responses: '200': description: Status response @@ -57119,8 +57136,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -57183,8 +57200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -57202,7 +57219,7 @@ paths: type: integer secrets: type: array - items: &369 + items: &370 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -57223,7 +57240,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: total_count: 2 secrets: @@ -57256,9 +57273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *324 - *325 - - *340 + - *326 + - *341 - *19 responses: '200': @@ -57275,7 +57292,7 @@ paths: type: integer variables: type: array - items: &373 + items: &374 title: Actions Variable type: object properties: @@ -57309,7 +57326,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &375 value: total_count: 2 variables: @@ -57342,8 +57359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57352,11 +57369,11 @@ paths: schema: type: object properties: - enabled: &342 + enabled: &343 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *137 - selected_actions_url: *341 + selected_actions_url: *342 sha_pinning_required: *138 required: - enabled @@ -57385,8 +57402,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -57397,7 +57414,7 @@ paths: schema: type: object properties: - enabled: *342 + enabled: *343 allowed_actions: *137 sha_pinning_required: *138 required: @@ -57429,14 +57446,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: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &343 + schema: &344 type: object properties: access_level: @@ -57453,7 +57470,7 @@ paths: required: - access_level examples: - default: &344 + default: &345 value: access_level: organization x-github: @@ -57477,15 +57494,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: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 responses: '204': description: Response @@ -57509,14 +57526,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -57540,8 +57557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Empty response for successful settings update @@ -57551,7 +57568,7 @@ paths: required: true content: application/json: - schema: *346 + schema: *347 examples: default: summary: Set retention days @@ -57575,8 +57592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57584,7 +57601,7 @@ paths: application/json: schema: *139 examples: - default: *347 + default: *348 '404': *6 x-github: enabledForGitHubApps: true @@ -57603,8 +57620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -57638,14 +57655,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: *140 '403': *27 @@ -57667,13 +57684,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *349 + schema: *350 examples: default: *140 responses: @@ -57699,8 +57716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57727,8 +57744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -57760,14 +57777,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: default: *147 x-github: @@ -57790,8 +57807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Success response @@ -57802,7 +57819,7 @@ paths: required: true content: application/json: - schema: *351 + schema: *352 examples: default: *147 x-github: @@ -57831,8 +57848,8 @@ paths: in: query schema: type: string - - *324 - *325 + - *326 - *17 - *19 responses: @@ -57876,8 +57893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -57885,9 +57902,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57909,8 +57926,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -57953,7 +57970,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *354 + '201': *355 '404': *6 '422': *7 '409': *52 @@ -57984,8 +58001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -57993,7 +58010,7 @@ paths: application/json: schema: *156 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58021,8 +58038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -58030,7 +58047,7 @@ paths: application/json: schema: *156 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58052,8 +58069,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: - - *324 - *325 + - *326 - *153 responses: '200': @@ -58062,7 +58079,7 @@ paths: application/json: schema: *154 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58083,8 +58100,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: - - *324 - *325 + - *326 - *153 responses: '204': @@ -58111,8 +58128,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: - - *324 - *325 + - *326 - *153 responses: '200': *158 @@ -58137,8 +58154,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: - - *324 - *325 + - *326 - *153 requestBody: required: true @@ -58187,8 +58204,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: - - *324 - *325 + - *326 - *153 requestBody: required: true @@ -58238,11 +58255,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: - - *324 - *325 + - *326 - *153 responses: - '200': *358 + '200': *359 '404': *6 x-github: githubCloudOnly: false @@ -58269,10 +58286,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: - - *324 - *325 + - *326 - *153 - - *359 + - *360 responses: '200': *158 '404': *6 @@ -58300,9 +58317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *324 - *325 - - &377 + - *326 + - &378 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. @@ -58310,7 +58327,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -58318,7 +58335,7 @@ paths: required: false schema: type: string - - &379 + - &380 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -58327,7 +58344,7 @@ paths: required: false schema: type: string - - &380 + - &381 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 @@ -58354,7 +58371,7 @@ paths: - pending - *17 - *19 - - &381 + - &382 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)." @@ -58363,7 +58380,7 @@ paths: schema: type: string format: date-time - - &360 + - &361 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -58372,13 +58389,13 @@ paths: schema: type: boolean default: false - - &382 + - &383 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &383 + - &384 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -58401,7 +58418,7 @@ paths: type: integer workflow_runs: type: array - items: &361 + items: &362 title: Workflow Run description: An invocation of a workflow type: object @@ -58579,7 +58596,7 @@ paths: head_commit: anyOf: - type: 'null' - - &405 + - &406 title: Simple Commit description: A commit. type: object @@ -58694,7 +58711,7 @@ paths: - workflow_url - pull_requests examples: - default: &384 + default: &385 value: total_count: 1 workflow_runs: @@ -58930,24 +58947,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *324 - *325 - - &362 + - *326 + - &363 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &365 + default: &366 value: id: 30433642 name: Build @@ -59188,9 +59205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '204': description: Response @@ -59213,9 +59230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -59343,9 +59360,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: - - *324 - *325 - - *362 + - *326 + - *363 responses: '201': description: Response @@ -59378,12 +59395,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *324 - *325 - - *362 + - *326 + - *363 - *17 - *19 - - *363 + - *364 - *59 responses: '200': @@ -59400,9 +59417,9 @@ paths: type: integer artifacts: type: array - items: *331 + items: *332 examples: - default: *364 + default: *365 headers: Link: *65 x-github: @@ -59426,25 +59443,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *324 - *325 - - *362 - - &366 + - *326 + - *363 + - &367 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59467,10 +59484,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *324 - *325 - - *362 - - *366 + - *326 + - *363 + - *367 - *17 - *19 responses: @@ -59488,9 +59505,9 @@ paths: type: integer jobs: type: array - items: *367 + items: *368 examples: - default: &368 + default: &369 value: total_count: 1 jobs: @@ -59603,10 +59620,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *324 - *325 - - *362 - - *366 + - *326 + - *363 + - *367 responses: '302': description: Response @@ -59634,9 +59651,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '202': description: Response @@ -59669,9 +59686,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: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: true content: @@ -59738,9 +59755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '202': description: Response @@ -59773,9 +59790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 - 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 @@ -59805,9 +59822,9 @@ paths: type: integer jobs: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *65 x-github: @@ -59832,9 +59849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '302': description: Response @@ -59861,9 +59878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '204': description: Response @@ -59890,9 +59907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -59961,7 +59978,7 @@ paths: items: type: object properties: - type: &485 + type: &486 type: string description: The type of reviewer. enum: @@ -60047,9 +60064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: true content: @@ -60099,7 +60116,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -60211,7 +60228,7 @@ paths: - created_at - updated_at examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60267,9 +60284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: false content: @@ -60314,9 +60331,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *324 - *325 - - *362 + - *326 + - *363 requestBody: required: false content: @@ -60370,9 +60387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *324 - *325 - - *362 + - *326 + - *363 responses: '200': description: Response @@ -60509,8 +60526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -60528,9 +60545,9 @@ paths: type: integer secrets: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 headers: Link: *65 x-github: @@ -60555,16 +60572,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60586,17 +60603,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &498 + default: &499 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60622,8 +60639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -60681,8 +60698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -60708,9 +60725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *324 - *325 - - *340 + - *326 + - *341 - *19 responses: '200': @@ -60727,9 +60744,9 @@ paths: type: integer variables: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *65 x-github: @@ -60752,8 +60769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -60805,17 +60822,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &499 + default: &500 value: name: USERNAME value: octocat @@ -60841,8 +60858,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 requestBody: required: true @@ -60885,8 +60902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *324 - *325 + - *326 - *163 responses: '204': @@ -60912,8 +60929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -60931,7 +60948,7 @@ paths: type: integer workflows: type: array - items: &375 + items: &376 title: Workflow description: A GitHub Actions workflow type: object @@ -61049,9 +61066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *324 - *325 - - &376 + - *326 + - &377 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -61066,7 +61083,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -61099,9 +61116,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Response @@ -61126,9 +61143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -61223,9 +61240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '204': description: Response @@ -61252,19 +61269,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *324 - *325 - - *376 + - *326 - *377 - *378 - *379 - *380 + - *381 - *17 - *19 - - *381 - - *360 - *382 + - *361 - *383 + - *384 responses: '200': description: Response @@ -61280,9 +61297,9 @@ paths: type: integer workflow_runs: type: array - items: *361 + items: *362 examples: - default: *384 + default: *385 headers: Link: *65 x-github: @@ -61314,9 +61331,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *324 - *325 - - *376 + - *326 + - *377 responses: '200': description: Response @@ -61377,8 +61394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *324 - *325 + - *326 - *59 - *17 - *45 @@ -61546,8 +61563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -61584,8 +61601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *324 - *325 + - *326 - name: assignee in: path required: true @@ -61621,8 +61638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -61732,8 +61749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *324 - *325 + - *326 - *17 - *45 - *46 @@ -61790,7 +61807,7 @@ paths: initiator: type: string examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61824,8 +61841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -61833,7 +61850,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Autolink reference description: An autolink reference. type: object @@ -61892,8 +61909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -61932,9 +61949,9 @@ paths: description: response content: application/json: - schema: *386 + schema: *387 examples: - default: &387 + default: &388 value: id: 1 key_prefix: TICKET- @@ -61965,9 +61982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *324 - *325 - - &388 + - *326 + - &389 name: autolink_id description: The unique identifier of the autolink. in: path @@ -61979,9 +61996,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '404': *6 x-github: githubCloudOnly: false @@ -62001,9 +62018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *324 - *325 - - *388 + - *326 + - *389 responses: '204': description: Response @@ -62027,8 +62044,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: - - *324 - *325 + - *326 responses: '200': description: Response if Dependabot is enabled @@ -62078,8 +62095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -62100,8 +62117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -62121,8 +62138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *324 - *325 + - *326 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -62160,7 +62177,7 @@ paths: - url protected: type: boolean - protection: &390 + protection: &391 title: Branch Protection description: Branch Protection type: object @@ -62203,7 +62220,7 @@ paths: required: - contexts - checks - enforce_admins: &393 + enforce_admins: &394 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -62220,7 +62237,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &395 + required_pull_request_reviews: &396 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -62304,7 +62321,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &392 + restrictions: &393 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -62597,9 +62614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *324 - *325 - - &391 + - *326 + - &392 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). @@ -62613,14 +62630,14 @@ paths: description: Response content: application/json: - schema: &401 + schema: &402 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &455 + commit: &456 title: Commit description: Commit type: object @@ -62659,7 +62676,7 @@ paths: author: anyOf: - type: 'null' - - &389 + - &390 title: Git User description: Metaproperties for Git author/committer information. @@ -62681,7 +62698,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 message: type: string examples: @@ -62705,7 +62722,7 @@ paths: required: - sha - url - verification: &505 + verification: &506 title: Verification type: object properties: @@ -62785,7 +62802,7 @@ paths: type: integer files: type: array - items: &466 + items: &467 title: Diff Entry description: Diff Entry type: object @@ -62881,7 +62898,7 @@ paths: - self protected: type: boolean - protection: *390 + protection: *391 protection_url: type: string format: uri @@ -62990,7 +63007,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *328 + '301': *329 '404': *6 x-github: githubCloudOnly: false @@ -63012,15 +63029,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -63214,9 +63231,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -63476,7 +63493,7 @@ paths: url: type: string format: uri - required_status_checks: &398 + required_status_checks: &399 title: Status Check Policy description: Status Check Policy type: object @@ -63635,7 +63652,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *392 + restrictions: *393 required_conversation_resolution: type: object properties: @@ -63747,9 +63764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63774,17 +63791,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -63806,17 +63823,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63835,9 +63852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -63862,17 +63879,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &396 + default: &397 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -63968,9 +63985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64068,9 +64085,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *396 + default: *397 '422': *15 x-github: githubCloudOnly: false @@ -64091,9 +64108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -64120,17 +64137,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -64153,17 +64170,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 '404': *6 x-github: githubCloudOnly: false @@ -64183,9 +64200,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -64210,17 +64227,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &399 + default: &400 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -64246,9 +64263,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64300,9 +64317,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 '404': *6 '422': *15 x-github: @@ -64324,9 +64341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -64350,9 +64367,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64386,9 +64403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64455,9 +64472,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -64521,9 +64538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: content: application/json: @@ -64589,15 +64606,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -64688,9 +64705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '204': description: Response @@ -64713,9 +64730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64725,7 +64742,7 @@ paths: type: array items: *5 examples: - default: &400 + default: &401 value: - id: 1 slug: octoapp @@ -64782,9 +64799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64818,7 +64835,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -64839,9 +64856,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64875,7 +64892,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -64896,9 +64913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -64932,7 +64949,7 @@ paths: type: array items: *5 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -64954,9 +64971,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -64966,7 +64983,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -64986,9 +65003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -65026,7 +65043,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -65047,9 +65064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: false content: @@ -65087,7 +65104,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -65108,9 +65125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: content: application/json: @@ -65147,7 +65164,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 '422': *15 x-github: githubCloudOnly: false @@ -65169,9 +65186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 responses: '200': description: Response @@ -65205,9 +65222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -65265,9 +65282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -65325,9 +65342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -65387,9 +65404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 requestBody: required: true content: @@ -65411,7 +65428,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -65527,8 +65544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -65807,7 +65824,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &403 title: CheckRun description: A check performed on the code of a given code change type: object @@ -65943,7 +65960,7 @@ paths: check. type: array items: *84 - deployment: &710 + deployment: &711 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -66230,9 +66247,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *324 - *325 - - &403 + - *326 + - &404 name: check_run_id description: The unique identifier of the check run. in: path @@ -66244,9 +66261,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &404 + default: &405 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -66346,9 +66363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *324 - *325 - - *403 + - *326 + - *404 requestBody: required: true content: @@ -66588,9 +66605,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66610,9 +66627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *324 - *325 - - *403 + - *326 + - *404 - *17 - *19 responses: @@ -66722,9 +66739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *324 - *325 - - *403 + - *326 + - *404 responses: '201': description: Response @@ -66768,8 +66785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -66791,7 +66808,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &406 + schema: &407 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -66889,7 +66906,7 @@ paths: - string - 'null' format: date-time - head_commit: *405 + head_commit: *406 latest_check_runs_count: type: integer check_runs_url: @@ -66917,7 +66934,7 @@ paths: - check_runs_url - pull_requests examples: - default: &407 + default: &408 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -67208,9 +67225,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67229,8 +67246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -67539,9 +67556,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *324 - *325 - - &408 + - *326 + - &409 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -67553,9 +67570,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67578,17 +67595,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *324 - *325 - - *408 - - &461 + - *326 + - *409 + - &462 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &462 + - &463 name: status description: Returns check runs with the specified `status`. in: query @@ -67627,9 +67644,9 @@ paths: type: integer check_runs: type: array - items: *402 + items: *403 examples: - default: &463 + default: &464 value: total_count: 1 check_runs: @@ -67731,9 +67748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *324 - *325 - - *408 + - *326 + - *409 responses: '201': description: Response @@ -67766,21 +67783,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *324 - *325 - - *409 + - *326 - *410 + - *411 - *19 - *17 - - &427 + - &428 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: *411 - - &428 + schema: *412 + - &429 name: pr description: The number of the pull request for the results you want to list. in: query @@ -67805,13 +67822,13 @@ paths: be returned. in: query required: false - schema: *412 + schema: *413 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *413 + schema: *414 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -67835,7 +67852,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: *414 + instances_url: *415 state: *179 fixed_at: *175 dismissed_by: @@ -67843,11 +67860,11 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: *415 - dismissed_comment: *416 - rule: *417 - tool: *418 - most_recent_instance: *419 + dismissed_reason: *416 + dismissed_comment: *417 + rule: *418 + tool: *419 + most_recent_instance: *420 dismissal_approved_by: anyOf: - type: 'null' @@ -67970,7 +67987,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &420 + '403': &421 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -67997,9 +68014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *324 - *325 - - &421 + - *326 + - &422 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -68013,7 +68030,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 type: object properties: number: *170 @@ -68021,7 +68038,7 @@ paths: updated_at: *172 url: *173 html_url: *174 - instances_url: *414 + instances_url: *415 state: *179 fixed_at: *175 dismissed_by: @@ -68029,8 +68046,8 @@ paths: - type: 'null' - *4 dismissed_at: *176 - dismissed_reason: *415 - dismissed_comment: *416 + dismissed_reason: *416 + dismissed_comment: *417 rule: type: object properties: @@ -68092,8 +68109,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *418 - most_recent_instance: *419 + tool: *419 + most_recent_instance: *420 dismissal_approved_by: anyOf: - type: 'null' @@ -68189,7 +68206,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68209,9 +68226,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: true content: @@ -68226,8 +68243,8 @@ paths: enum: - open - dismissed - dismissed_reason: *415 - dismissed_comment: *416 + dismissed_reason: *416 + dismissed_comment: *417 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -68255,7 +68272,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -68331,7 +68348,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &426 + '403': &427 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -68358,15 +68375,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: - - *324 - *325 - - *421 + - *326 + - *422 responses: '200': description: Response content: application/json: - schema: &423 + schema: &424 type: object properties: status: @@ -68393,13 +68410,13 @@ paths: - description - started_at examples: - default: &424 + default: &425 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &425 + '400': &426 description: Bad Request content: application/json: @@ -68410,7 +68427,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': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68435,29 +68452,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: - - *324 - *325 - - *421 + - *326 + - *422 responses: '200': description: OK content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '202': description: Accepted content: application/json: - schema: *423 + schema: *424 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *425 + '400': *426 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -68489,9 +68506,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: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: false content: @@ -68537,8 +68554,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *425 - '403': *426 + '400': *426 + '403': *427 '404': *6 '422': description: Unprocessable Entity @@ -68562,13 +68579,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 - *19 - *17 - - *427 - *428 + - *429 responses: '200': description: Response @@ -68579,10 +68596,10 @@ paths: items: type: object properties: - ref: *411 - analysis_key: *429 - environment: *430 - category: *431 + ref: *412 + analysis_key: *430 + environment: *431 + category: *432 state: type: - string @@ -68599,7 +68616,7 @@ paths: properties: text: type: string - location: *432 + location: *433 html_url: type: string classifications: @@ -68607,7 +68624,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *433 + items: *434 examples: default: value: @@ -68644,7 +68661,7 @@ paths: end_column: 50 classifications: - source - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68678,25 +68695,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *324 - *325 - - *409 + - *326 - *410 + - *411 - *19 - *17 - - *428 + - *429 - 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: *411 + schema: *412 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &434 + schema: &435 type: string description: An identifier for the upload. examples: @@ -68718,23 +68735,23 @@ paths: application/json: schema: type: array - items: &435 + items: &436 type: object properties: - ref: *411 - commit_sha: &443 + ref: *412 + commit_sha: &444 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: *429 + analysis_key: *430 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *431 + category: *432 error: type: string examples: @@ -68759,8 +68776,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *434 - tool: *418 + sarif_id: *435 + tool: *419 deletable: type: boolean warning: @@ -68822,7 +68839,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -68858,8 +68875,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: - - *324 - *325 + - *326 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -68872,7 +68889,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: response: summary: application/json response @@ -68926,7 +68943,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *420 + '403': *421 '404': *6 '422': description: Response if analysis could not be processed @@ -69013,8 +69030,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: - - *324 - *325 + - *326 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -69070,7 +69087,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': *426 + '403': *427 '404': *6 '503': *113 x-github: @@ -69092,8 +69109,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -69101,7 +69118,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: CodeQL Database description: A CodeQL database. type: object @@ -69213,7 +69230,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': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -69242,8 +69259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *324 - *325 + - *326 - name: language in: path description: The language of the CodeQL database. @@ -69255,7 +69272,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -69287,9 +69304,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': &468 + '302': &469 description: Found - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -69311,8 +69328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *324 - *325 + - *326 - name: language in: path description: The language of the CodeQL database. @@ -69322,7 +69339,7 @@ paths: responses: '204': description: Response - '403': *426 + '403': *427 '404': *6 '503': *113 x-github: @@ -69350,8 +69367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -69360,7 +69377,7 @@ paths: type: object additionalProperties: false properties: - language: &437 + language: &438 type: string description: The language targeted by the CodeQL query enum: @@ -69440,7 +69457,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &441 + schema: &442 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -69450,7 +69467,7 @@ paths: description: The ID of the variant analysis. controller_repo: *64 actor: *4 - query_language: *437 + query_language: *438 query_pack_url: type: string description: The download url for the query pack. @@ -69498,7 +69515,7 @@ paths: items: type: object properties: - repository: &438 + repository: &439 title: Repository Identifier description: Repository Identifier type: object @@ -69540,7 +69557,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &442 + analysis_status: &443 type: string description: The new status of the CodeQL variant analysis repository task. @@ -69572,7 +69589,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &439 + access_mismatch_repos: &440 type: object properties: repository_count: @@ -69587,7 +69604,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: *438 + items: *439 required: - repository_count - repositories @@ -69610,8 +69627,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *439 - over_limit_repos: *439 + no_codeql_db_repos: *440 + over_limit_repos: *440 required: - access_mismatch_repos - not_found_repos @@ -69627,7 +69644,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &440 + value: &441 summary: Default response value: id: 1 @@ -69773,10 +69790,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *440 + value: *441 repository_lists: summary: Response for a successful variant analysis submission - value: *440 + value: *441 '404': *6 '422': description: Unable to process variant analysis submission @@ -69804,8 +69821,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: - - *324 - *325 + - *326 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -69817,9 +69834,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *440 + default: *441 '404': *6 '503': *113 x-github: @@ -69842,7 +69859,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: - - *324 + - *325 - name: repo in: path description: The name of the controller repository. @@ -69877,7 +69894,7 @@ paths: type: object properties: repository: *64 - analysis_status: *442 + analysis_status: *443 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -70002,8 +70019,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -70113,7 +70130,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *420 + '403': *421 '404': *6 '503': *113 x-github: @@ -70134,8 +70151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -70229,7 +70246,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *426 + '403': *427 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -70300,8 +70317,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -70309,7 +70326,7 @@ paths: schema: type: object properties: - commit_sha: *443 + commit_sha: *444 ref: type: string description: |- @@ -70369,7 +70386,7 @@ paths: schema: type: object properties: - id: *434 + id: *435 url: type: string description: The REST API URL for checking the status of the upload. @@ -70383,7 +70400,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': *426 + '403': *427 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -70406,8 +70423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *324 - *325 + - *326 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -70455,7 +70472,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': *420 + '403': *421 '404': description: Not Found if the sarif id does not match any upload '503': *113 @@ -70480,8 +70497,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: - - *324 - *325 + - *326 responses: '200': description: Response @@ -70562,8 +70579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *324 - *325 + - *326 - 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 @@ -70691,8 +70708,8 @@ paths: parameters: - *17 - *19 - - *324 - *325 + - *326 responses: '200': description: Response @@ -70708,7 +70725,7 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: default: value: @@ -71006,8 +71023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -71071,17 +71088,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '400': *14 '401': *23 '403': *27 @@ -71110,8 +71127,8 @@ paths: parameters: - *17 - *19 - - *324 - *325 + - *326 responses: '200': description: Response @@ -71175,8 +71192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *324 - *325 + - *326 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -71213,9 +71230,9 @@ paths: type: integer machines: type: array - items: *445 + items: *446 examples: - default: &654 + default: &655 value: total_count: 2 machines: @@ -71255,8 +71272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *324 - *325 + - *326 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -71343,8 +71360,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: - - *324 - *325 + - *326 - 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 @@ -71413,8 +71430,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -71432,7 +71449,7 @@ paths: type: integer secrets: type: array - items: &449 + items: &450 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -71453,7 +71470,7 @@ paths: - created_at - updated_at examples: - default: *446 + default: *447 headers: Link: *65 x-github: @@ -71476,16 +71493,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71505,17 +71522,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71535,8 +71552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -71589,8 +71606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -71619,8 +71636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *324 - *325 + - *326 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -71658,7 +71675,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Collaborator description: Collaborator type: object @@ -71851,8 +71868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 responses: '204': @@ -71899,8 +71916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 requestBody: required: false @@ -71927,7 +71944,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &518 + schema: &519 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72155,8 +72172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *324 - *325 + - *326 - *69 responses: '204': @@ -72188,8 +72205,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *324 - *325 + - *326 - *69 responses: '200': @@ -72210,7 +72227,7 @@ paths: user: anyOf: - type: 'null' - - *451 + - *452 required: - permission - role_name @@ -72264,8 +72281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -72275,7 +72292,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Commit Comment description: Commit Comment type: object @@ -72333,7 +72350,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72392,17 +72409,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: &458 + default: &459 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -72459,8 +72476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -72483,7 +72500,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -72534,8 +72551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -72557,8 +72574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -72585,7 +72602,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -72629,7 +72646,7 @@ paths: - content - created_at examples: - default: &521 + default: &522 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72674,8 +72691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -72708,9 +72725,9 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72739,9 +72756,9 @@ paths: description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -72763,10 +72780,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - &522 + - &523 name: reaction_id description: The unique identifier of the reaction. in: path @@ -72821,8 +72838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *324 - *325 + - *326 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -72878,9 +72895,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &568 + default: &569 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72974,9 +72991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *324 - *325 - - &456 + - *326 + - &457 name: commit_sha description: The SHA of the commit. in: path @@ -73048,9 +73065,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *324 - *325 - - *456 + - *326 + - *457 - *17 - *19 responses: @@ -73060,9 +73077,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *457 + default: *458 headers: Link: *65 x-github: @@ -73090,9 +73107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *324 - *325 - - *456 + - *326 + - *457 requestBody: required: true content: @@ -73127,9 +73144,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *458 + default: *459 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -73157,9 +73174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *324 - *325 - - *456 + - *326 + - *457 - *17 - *19 responses: @@ -73169,9 +73186,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: &560 + default: &561 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73708,11 +73725,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *324 - *325 + - *326 - *19 - *17 - - &460 + - &461 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)" @@ -73727,9 +73744,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &548 + default: &549 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73842,11 +73859,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *324 - *325 - - *460 + - *326 - *461 - *462 + - *463 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -73880,9 +73897,9 @@ paths: type: integer check_runs: type: array - items: *402 + items: *403 examples: - default: *463 + default: *464 headers: Link: *65 x-github: @@ -73907,9 +73924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -73917,7 +73934,7 @@ paths: schema: type: integer example: 1 - - *461 + - *462 - *17 - *19 responses: @@ -73935,7 +73952,7 @@ paths: type: integer check_suites: type: array - items: *406 + items: *407 examples: default: value: @@ -74135,9 +74152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - *17 - *19 responses: @@ -74339,9 +74356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *324 - *325 - - *460 + - *326 + - *461 - *17 - *19 responses: @@ -74351,7 +74368,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Status description: The status of a commit. type: object @@ -74432,7 +74449,7 @@ paths: site_admin: false headers: Link: *65 - '301': *328 + '301': *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74460,8 +74477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -74494,11 +74511,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *464 + - *465 code_of_conduct_file: anyOf: - type: 'null' - - &465 + - &466 title: Community Health File type: object properties: @@ -74518,19 +74535,19 @@ paths: contributing: anyOf: - type: 'null' - - *465 + - *466 readme: anyOf: - type: 'null' - - *465 + - *466 issue_template: anyOf: - type: 'null' - - *465 + - *466 pull_request_template: anyOf: - type: 'null' - - *465 + - *466 required: - code_of_conduct - code_of_conduct_file @@ -74659,8 +74676,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *324 - *325 + - *326 - *19 - *17 - name: basehead @@ -74708,8 +74725,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *455 - merge_base_commit: *455 + base_commit: *456 + merge_base_commit: *456 status: type: string enum: @@ -74733,10 +74750,10 @@ paths: - 6 commits: type: array - items: *455 + items: *456 files: type: array - items: *466 + items: *467 required: - url - html_url @@ -75022,8 +75039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -75193,7 +75210,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &467 + response-if-content-is-a-file-github-object: &468 summary: Response if content is a file value: type: file @@ -75330,7 +75347,7 @@ paths: - size - type - url - - &573 + - &574 title: Content File description: Content File type: object @@ -75548,7 +75565,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *467 + response-if-content-is-a-file: *468 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -75617,7 +75634,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *468 + '302': *469 '304': *35 x-github: githubCloudOnly: false @@ -75670,8 +75687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -75766,7 +75783,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: File Commit description: File Commit type: object @@ -75922,7 +75939,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: example-for-creating-a-file: value: @@ -75976,7 +75993,7 @@ paths: schema: oneOf: - *3 - - &500 + - &501 description: Repository rule violation was detected type: object properties: @@ -75997,7 +76014,7 @@ paths: items: type: object properties: - placeholder_id: &625 + placeholder_id: &626 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -76029,8 +76046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *324 - *325 + - *326 - name: path description: path parameter in: path @@ -76091,7 +76108,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -76146,8 +76163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *324 - *325 + - *326 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -76271,23 +76288,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *324 - *325 + - *326 - *189 - *190 - *191 - *192 + - *193 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *193 - - *470 - *194 + - *471 - *195 - *196 + - *197 - *59 - *45 - *46 @@ -76299,7 +76317,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 type: object description: A Dependabot alert. properties: @@ -76350,7 +76368,7 @@ paths: - transitive - inconclusive - - security_advisory: *471 + security_advisory: *472 security_vulnerability: *63 url: *173 html_url: *174 @@ -76381,8 +76399,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *472 - dismissal_request: *473 + auto_dismissed_at: *473 + dismissal_request: *474 assignees: type: array description: The users assigned to this alert. @@ -76637,9 +76655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *324 - *325 - - &475 + - *326 + - &476 name: alert_number in: path description: |- @@ -76654,7 +76672,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -76786,9 +76804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *324 - *325 - - *475 + - *326 + - *476 requestBody: required: true content: @@ -76844,7 +76862,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -76974,8 +76992,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -76993,7 +77011,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -77047,16 +77065,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77076,15 +77094,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default: value: @@ -77110,8 +77128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 requestBody: required: true @@ -77164,8 +77182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *324 - *325 + - *326 - *160 responses: '204': @@ -77188,8 +77206,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: - - *324 - *325 + - *326 - 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 @@ -77363,8 +77381,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: - - *324 - *325 + - *326 responses: '200': description: Response @@ -77624,8 +77642,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -77708,7 +77726,7 @@ paths: - version - url additionalProperties: false - metadata: &479 + metadata: &480 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77747,7 +77765,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *479 + metadata: *480 resolved: type: object description: A collection of resolved package dependencies. @@ -77761,7 +77779,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *479 + metadata: *480 relationship: type: string description: A notation of whether a dependency is requested @@ -77894,8 +77912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *324 - *325 + - *326 - name: sha description: The SHA recorded at creation time. in: query @@ -77936,9 +77954,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *481 + default: *482 headers: Link: *65 x-github: @@ -78004,8 +78022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -78087,7 +78105,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: simple-example: summary: Simple example @@ -78160,9 +78178,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *324 - *325 - - &482 + - *326 + - &483 name: deployment_id description: deployment_id parameter in: path @@ -78174,7 +78192,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -78239,9 +78257,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *324 - *325 - - *482 + - *326 + - *483 responses: '204': description: Response @@ -78263,9 +78281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *324 - *325 - - *482 + - *326 + - *483 - *17 - *19 responses: @@ -78275,7 +78293,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Deployment Status description: The status of a deployment. type: object @@ -78439,9 +78457,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *324 - *325 - - *482 + - *326 + - *483 requestBody: required: true content: @@ -78516,9 +78534,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -78574,9 +78592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *324 - *325 - - *482 + - *326 + - *483 - name: status_id in: path required: true @@ -78587,9 +78605,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -78614,8 +78632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -78672,8 +78690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -78691,7 +78709,7 @@ paths: - 5 environments: type: array - items: &486 + items: &487 title: Environment description: Details of a deployment environment type: object @@ -78753,7 +78771,7 @@ paths: type: string examples: - wait_timer - wait_timer: &488 + wait_timer: &489 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78795,7 +78813,7 @@ paths: items: type: object properties: - type: *485 + type: *486 reviewer: anyOf: - *4 @@ -78822,7 +78840,7 @@ paths: - id - node_id - type - deployment_branch_policy: &489 + deployment_branch_policy: &490 type: - object - 'null' @@ -78939,9 +78957,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *324 - *325 - - &487 + - *326 + - &488 name: environment_name in: path required: true @@ -78954,9 +78972,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &490 + default: &491 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -79040,9 +79058,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: false content: @@ -79052,7 +79070,7 @@ paths: - object - 'null' properties: - wait_timer: *488 + wait_timer: *489 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -79071,14 +79089,14 @@ paths: items: type: object properties: - type: *485 + type: *486 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *489 + deployment_branch_policy: *490 additionalProperties: false examples: default: @@ -79098,9 +79116,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *490 + default: *491 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -79124,9 +79142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *324 - *325 - - *487 + - *326 + - *488 responses: '204': description: Default response @@ -79151,9 +79169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *17 - *19 responses: @@ -79172,7 +79190,7 @@ paths: - 2 branch_policies: type: array - items: &491 + items: &492 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -79233,9 +79251,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: true content: @@ -79283,9 +79301,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - example-wildcard: &492 + example-wildcard: &493 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -79327,10 +79345,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - &493 + - *326 + - *488 + - &494 name: branch_policy_id in: path required: true @@ -79342,9 +79360,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79363,10 +79381,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - *493 + - *326 + - *488 + - *494 requestBody: required: true content: @@ -79395,9 +79413,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79416,10 +79434,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *324 - *325 - - *487 - - *493 + - *326 + - *488 + - *494 responses: '204': description: Response @@ -79444,9 +79462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *487 + - *488 + - *326 - *325 - - *324 responses: '200': description: List of deployment protection rules @@ -79463,7 +79481,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &494 + items: &495 title: Deployment protection rule description: Deployment protection rule type: object @@ -79485,7 +79503,7 @@ paths: for the environment. examples: - true - app: &495 + app: &496 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -79588,9 +79606,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: - - *487 + - *488 + - *326 - *325 - - *324 requestBody: content: application/json: @@ -79611,9 +79629,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *494 + schema: *495 examples: - default: &496 + default: &497 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -79648,9 +79666,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: - - *487 + - *488 + - *326 - *325 - - *324 - *19 - *17 responses: @@ -79670,7 +79688,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *495 + items: *496 examples: default: value: @@ -79705,10 +79723,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *324 - *325 - - *487 - - &497 + - *326 + - *488 + - &498 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79720,9 +79738,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *496 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79743,10 +79761,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *487 + - *488 + - *326 - *325 - - *324 - - *497 + - *498 responses: '204': description: Response @@ -79772,9 +79790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *17 - *19 responses: @@ -79792,9 +79810,9 @@ paths: type: integer secrets: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 headers: Link: *65 x-github: @@ -79819,17 +79837,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *324 - *325 - - *487 + - *326 + - *488 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79851,18 +79869,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79884,9 +79902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 requestBody: required: true @@ -79944,9 +79962,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *160 responses: '204': @@ -79972,10 +79990,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *324 - *325 - - *487 - - *340 + - *326 + - *488 + - *341 - *19 responses: '200': @@ -79992,9 +80010,9 @@ paths: type: integer variables: type: array - items: *373 + items: *374 examples: - default: *374 + default: *375 headers: Link: *65 x-github: @@ -80017,9 +80035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *324 - *325 - - *487 + - *326 + - *488 requestBody: required: true content: @@ -80071,18 +80089,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *324 - *325 - - *487 + - *326 + - *488 - *163 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80103,10 +80121,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *324 - *325 + - *326 - *163 - - *487 + - *488 requestBody: required: true content: @@ -80148,10 +80166,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *324 - *325 + - *326 - *163 - - *487 + - *488 responses: '204': description: Response @@ -80173,8 +80191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -80242,8 +80260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *324 - *325 + - *326 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -80402,8 +80420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -80436,9 +80454,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 '400': *14 '422': *15 '403': *27 @@ -80459,8 +80477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80520,7 +80538,7 @@ paths: schema: oneOf: - *121 - - *500 + - *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80545,8 +80563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *324 - *325 + - *326 - name: file_sha in: path required: true @@ -80646,8 +80664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -80756,7 +80774,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80983,15 +81001,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *324 - *325 - - *456 + - *326 + - *457 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -81047,9 +81065,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *324 - *325 - - &502 + - *326 + - &503 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. @@ -81066,7 +81084,7 @@ paths: application/json: schema: type: array - items: &503 + items: &504 title: Git Reference description: Git references within a repository type: object @@ -81142,17 +81160,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &504 + default: &505 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -81181,8 +81199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -81211,9 +81229,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -81239,9 +81257,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 requestBody: required: true content: @@ -81270,9 +81288,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 '422': *15 '409': *52 x-github: @@ -81290,9 +81308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *324 - *325 - - *502 + - *326 + - *503 responses: '204': description: Response @@ -81347,8 +81365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -81415,7 +81433,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: Git Tag description: Metadata for a Git tag type: object @@ -81471,7 +81489,7 @@ paths: - sha - type - url - verification: *505 + verification: *506 required: - sha - url @@ -81481,7 +81499,7 @@ paths: - tag - message examples: - default: &507 + default: &508 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -81554,8 +81572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *324 - *325 + - *326 - name: tag_sha in: path required: true @@ -81566,9 +81584,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '404': *6 '409': *52 x-github: @@ -81592,8 +81610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -81667,7 +81685,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81769,8 +81787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *324 - *325 + - *326 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -81793,7 +81811,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default-response: summary: Default response @@ -81852,8 +81870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -81863,7 +81881,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Webhook description: Webhooks for repositories. type: object @@ -81926,7 +81944,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &741 + last_response: &742 title: Hook Response type: object properties: @@ -82003,8 +82021,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -82057,9 +82075,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: Repository id: 12345678 @@ -82107,17 +82125,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -82137,9 +82155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 requestBody: required: true content: @@ -82184,9 +82202,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '422': *15 '404': *6 x-github: @@ -82207,9 +82225,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -82233,9 +82251,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '200': description: Response @@ -82262,9 +82280,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *324 - *325 - - *202 + - *326 + - *203 requestBody: required: false content: @@ -82308,12 +82326,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *324 - *325 - - *202 - - *17 + - *326 - *203 + - *17 - *204 + - *205 responses: '200': description: Response @@ -82321,9 +82339,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *206 + default: *207 '400': *14 '422': *15 x-github: @@ -82342,18 +82360,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 - *16 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '400': *14 '422': *15 x-github: @@ -82372,9 +82390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 - *16 responses: '202': *37 @@ -82397,9 +82415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -82424,9 +82442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *324 - *325 - - *202 + - *326 + - *203 responses: '204': description: Response @@ -82449,8 +82467,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response if immutable releases are enabled @@ -82498,8 +82516,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *324 - *325 + - *326 responses: '204': *183 '409': *52 @@ -82519,8 +82537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *324 - *325 + - *326 responses: '204': *183 '409': *52 @@ -82577,14 +82595,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &511 + schema: &512 title: Import description: A repository import from an external source. type: object @@ -82691,7 +82709,7 @@ paths: - html_url - authors_url examples: - default: &514 + default: &515 value: vcs: subversion use_lfs: true @@ -82707,7 +82725,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': &512 + '503': &513 description: Unavailable due to service under maintenance. content: application/json: @@ -82736,8 +82754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -82785,7 +82803,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -82810,7 +82828,7 @@ paths: type: string '422': *15 '404': *6 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82838,8 +82856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -82891,7 +82909,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: example-1: summary: Example 1 @@ -82939,7 +82957,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': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82962,12 +82980,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *324 - *325 + - *326 responses: '204': description: Response - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82993,9 +83011,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *324 - *325 - - &675 + - *326 + - &676 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83009,7 +83027,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Porter Author description: Porter Author type: object @@ -83063,7 +83081,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': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83088,8 +83106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *324 - *325 + - *326 - name: author_id in: path required: true @@ -83119,7 +83137,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -83132,7 +83150,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83156,8 +83174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -83198,7 +83216,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83226,8 +83244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -83254,11 +83272,11 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *514 + default: *515 '422': *15 - '503': *512 + '503': *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83281,8 +83299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -83290,8 +83308,8 @@ paths: application/json: schema: *20 examples: - default: *515 - '301': *328 + default: *516 + '301': *329 '404': *6 x-github: githubCloudOnly: false @@ -83311,8 +83329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -83320,12 +83338,12 @@ paths: application/json: schema: anyOf: - - *221 + - *222 - type: object properties: {} additionalProperties: false examples: - default: &517 + default: &518 value: limit: collaborators_only origin: repository @@ -83350,13 +83368,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: application/json: - schema: *516 + schema: *517 examples: default: summary: Example request body @@ -83368,9 +83386,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *517 + default: *518 '409': description: Response x-github: @@ -83392,8 +83410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -83416,8 +83434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -83427,9 +83445,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: &668 + default: &669 value: - id: 1 repository: @@ -83560,9 +83578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *324 - *325 - - *225 + - *326 + - *226 requestBody: required: false content: @@ -83591,7 +83609,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -83722,9 +83740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *324 - *325 - - *225 + - *326 + - *226 responses: '204': description: Response @@ -83755,8 +83773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *324 - *325 + - *326 - 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 @@ -83804,7 +83822,7 @@ paths: required: false schema: type: string - - *232 + - *233 - name: sort description: What to sort results by. in: query @@ -83829,7 +83847,7 @@ paths: type: array items: *81 examples: - default: &527 + default: &528 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83978,7 +83996,7 @@ paths: state_reason: completed headers: Link: *65 - '301': *328 + '301': *329 '422': *15 '404': *6 x-github: @@ -84007,8 +84025,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -84100,7 +84118,7 @@ paths: application/json: schema: *81 examples: - default: &524 + default: &525 value: id: 1 node_id: MDU6SXNzdWUx @@ -84257,7 +84275,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *519 + '410': *520 x-github: triggersNotification: true githubCloudOnly: false @@ -84295,8 +84313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *324 - *325 + - *326 - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -84319,7 +84337,7 @@ paths: type: array items: *82 examples: - default: &526 + default: &527 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -84377,8 +84395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': @@ -84387,7 +84405,7 @@ paths: application/json: schema: *82 examples: - default: &520 + default: &521 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -84442,8 +84460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -84468,7 +84486,7 @@ paths: application/json: schema: *82 examples: - default: *520 + default: *521 '422': *15 x-github: githubCloudOnly: false @@ -84486,8 +84504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -84516,8 +84534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '200': @@ -84580,7 +84598,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -84597,8 +84615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -84606,7 +84624,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 '503': *113 x-github: githubCloudOnly: false @@ -84624,8 +84642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -84652,9 +84670,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -84675,8 +84693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -84709,16 +84727,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -84740,10 +84758,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - *522 + - *523 responses: '204': description: Response @@ -84763,8 +84781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -84774,7 +84792,7 @@ paths: application/json: schema: type: array - items: &523 + items: &524 title: Issue Event description: Issue Event type: object @@ -85114,8 +85132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *324 - *325 + - *326 - name: event_id in: path required: true @@ -85126,7 +85144,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -85319,7 +85337,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *519 + '410': *520 '403': *27 x-github: githubCloudOnly: false @@ -85353,9 +85371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *324 - *325 - - &525 + - *326 + - &526 name: issue_number description: The number that identifies the issue. in: path @@ -85371,7 +85389,7 @@ paths: examples: default: summary: Issue - value: *524 + value: *525 pinned_comment: summary: Issue with pinned comment value: @@ -85570,9 +85588,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 '304': *35 x-github: githubCloudOnly: false @@ -85597,9 +85615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -85740,13 +85758,13 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 '422': *15 '503': *113 '403': *27 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85774,9 +85792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -85804,7 +85822,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85820,9 +85838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: content: application/json: @@ -85849,7 +85867,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85871,9 +85889,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: - - *324 - *325 - - *525 + - *326 + - *526 - name: assignee in: path required: true @@ -85913,9 +85931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *86 - *17 - *19 @@ -85928,11 +85946,11 @@ paths: type: array items: *82 examples: - default: *526 + default: *527 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85961,9 +85979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -85987,14 +86005,14 @@ paths: application/json: schema: *82 examples: - default: *520 + default: *521 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -86022,9 +86040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86036,12 +86054,12 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86069,9 +86087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -86095,15 +86113,15 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *328 + '301': *329 '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -86134,9 +86152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *324 - *325 - - *525 + - *326 + - *526 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -86150,13 +86168,13 @@ paths: application/json: schema: *81 examples: - default: *524 - '301': *328 + default: *525 + '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *519 + '410': *520 x-github: triggersNotification: true githubCloudOnly: false @@ -86182,9 +86200,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86196,12 +86214,12 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86218,9 +86236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -86234,7 +86252,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &530 + - &531 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -86283,7 +86301,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &531 + - &532 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -86411,7 +86429,7 @@ paths: - performed_via_github_app - assignee - assigner - - &532 + - &533 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -86457,7 +86475,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &533 + - &534 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -86503,7 +86521,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &535 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -86552,7 +86570,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &536 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -86594,7 +86612,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &537 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -86636,7 +86654,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &538 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -86692,7 +86710,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &539 title: Locked Issue Event description: Locked Issue Event type: object @@ -86737,7 +86755,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &540 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -86798,7 +86816,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -86859,7 +86877,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &542 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -86920,7 +86938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -87013,7 +87031,7 @@ paths: color: red headers: Link: *65 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87030,9 +87048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -87042,9 +87060,9 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: - default: &639 + default: &640 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -87068,9 +87086,9 @@ paths: value: '2025-12-25' headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87087,9 +87105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -87101,7 +87119,7 @@ paths: type: array items: *80 examples: - default: &529 + default: &530 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87119,9 +87137,9 @@ paths: default: false headers: Link: *65 - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87137,9 +87155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -87184,10 +87202,10 @@ paths: type: array items: *80 examples: - default: *529 - '301': *328 + default: *530 + '301': *329 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -87204,9 +87222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -87268,10 +87286,10 @@ paths: type: array items: *80 examples: - default: *529 - '301': *328 + default: *530 + '301': *329 '404': *6 - '410': *519 + '410': *520 '422': *15 x-github: githubCloudOnly: false @@ -87288,15 +87306,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '204': description: Response - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87315,9 +87333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - name: name in: path required: true @@ -87341,9 +87359,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *328 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87363,9 +87381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: false content: @@ -87394,7 +87412,7 @@ paths: '204': description: Response '403': *27 - '410': *519 + '410': *520 '404': *6 '422': *15 x-github: @@ -87412,9 +87430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '204': description: Response @@ -87444,9 +87462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 responses: '200': description: Response @@ -87454,10 +87472,10 @@ paths: application/json: schema: *81 examples: - default: *524 - '301': *328 + default: *525 + '301': *329 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87474,9 +87492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - 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. @@ -87502,13 +87520,13 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87526,9 +87544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -87560,16 +87578,16 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -87591,10 +87609,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *324 - *325 - - *525 - - *522 + - *326 + - *526 + - *523 responses: '204': description: Response @@ -87623,9 +87641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -87649,7 +87667,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -87682,9 +87700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -87696,11 +87714,11 @@ paths: type: array items: *81 examples: - default: *527 + default: *528 headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87728,9 +87746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -87759,14 +87777,14 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *519 + '410': *520 '422': *15 '404': *6 x-github: @@ -87786,9 +87804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 requestBody: required: true content: @@ -87821,7 +87839,7 @@ paths: application/json: schema: *81 examples: - default: *524 + default: *525 '403': *27 '404': *6 '422': *7 @@ -87843,9 +87861,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *324 - *325 - - *525 + - *326 + - *526 - *17 - *19 responses: @@ -87860,7 +87878,6 @@ paths: description: Timeline Event type: object anyOf: - - *530 - *531 - *532 - *533 @@ -87873,6 +87890,7 @@ paths: - *540 - *541 - *542 + - *543 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -87929,7 +87947,7 @@ paths: pin: anyOf: - type: 'null' - - *543 + - *544 required: - event - actor @@ -88205,7 +88223,7 @@ paths: type: string comments: type: array - items: &562 + items: &563 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88446,7 +88464,7 @@ paths: type: string comments: type: array - items: *452 + items: *453 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -88721,7 +88739,7 @@ paths: headers: Link: *65 '404': *6 - '410': *519 + '410': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88738,8 +88756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -88749,7 +88767,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -88817,8 +88835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -88854,9 +88872,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: id: 1 key: ssh-rsa AAA... @@ -88890,9 +88908,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *324 - *325 - - &546 + - *326 + - &547 name: key_id description: The unique identifier of the key. in: path @@ -88904,9 +88922,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 x-github: githubCloudOnly: false @@ -88924,9 +88942,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *324 - *325 - - *546 + - *326 + - *547 responses: '204': description: Response @@ -88946,8 +88964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -88959,7 +88977,7 @@ paths: type: array items: *80 examples: - default: *529 + default: *530 headers: Link: *65 '404': *6 @@ -88980,8 +88998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89019,7 +89037,7 @@ paths: application/json: schema: *80 examples: - default: &547 + default: &548 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89051,8 +89069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -89065,7 +89083,7 @@ paths: application/json: schema: *80 examples: - default: *547 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -89082,8 +89100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -89148,8 +89166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *324 - *325 + - *326 - name: name in: path required: true @@ -89175,8 +89193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -89215,9 +89233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *324 - *325 - - *427 + - *326 + - *428 responses: '200': description: Response @@ -89364,8 +89382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89430,8 +89448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89465,9 +89483,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *455 + schema: *456 examples: - default: *548 + default: *549 '204': description: Response when already merged '404': @@ -89492,8 +89510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *324 - *325 + - *326 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -89534,7 +89552,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -89590,8 +89608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -89631,9 +89649,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &549 + default: &550 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -89692,9 +89710,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *324 - *325 - - &550 + - *326 + - &551 name: milestone_number description: The number that identifies the milestone. in: path @@ -89706,9 +89724,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -89725,9 +89743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 requestBody: required: false content: @@ -89765,9 +89783,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89783,9 +89801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 responses: '204': description: Response @@ -89806,9 +89824,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *324 - *325 - - *550 + - *326 + - *551 - *17 - *19 responses: @@ -89820,7 +89838,7 @@ paths: type: array items: *80 examples: - default: *529 + default: *530 headers: Link: *65 x-github: @@ -89839,12 +89857,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *324 - *325 - - *551 + - *326 - *552 - - *86 - *553 + - *86 + - *554 - *17 - *19 responses: @@ -89856,7 +89874,7 @@ paths: type: array items: *106 examples: - default: *554 + default: *555 headers: Link: *65 x-github: @@ -89880,8 +89898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -89939,14 +89957,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: &555 + schema: &556 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -90090,7 +90108,7 @@ paths: - custom_404 - public examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -90131,8 +90149,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90187,9 +90205,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '422': *15 '409': *52 x-github: @@ -90212,8 +90230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90313,8 +90331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -90340,8 +90358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -90351,7 +90369,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Page Build description: Page Build type: object @@ -90443,8 +90461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *324 - *325 + - *326 responses: '201': description: Response @@ -90491,16 +90509,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -90548,8 +90566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *324 - *325 + - *326 - name: build_id in: path required: true @@ -90560,9 +90578,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90582,8 +90600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -90691,9 +90709,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *324 - *325 - - &559 + - *326 + - &560 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -90751,9 +90769,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *324 - *325 - - *559 + - *326 + - *560 responses: '204': *183 '404': *6 @@ -90780,8 +90798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -91076,8 +91094,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: - - *324 - *325 + - *326 responses: '200': description: Private vulnerability reporting status @@ -91114,8 +91132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': *183 '422': *14 @@ -91136,8 +91154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': *183 '422': *14 @@ -91159,8 +91177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -91168,7 +91186,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -91199,8 +91217,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: - - *324 - *325 + - *326 requestBody: required: true content: @@ -91212,7 +91230,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *279 + items: *280 required: - properties examples: @@ -91262,8 +91280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *324 - *325 + - *326 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -91323,9 +91341,9 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: - default: *560 + default: *561 headers: Link: *65 '304': *35 @@ -91357,8 +91375,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -91425,7 +91443,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -91554,7 +91572,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 active_lock_reason: type: - string @@ -91603,7 +91621,7 @@ paths: items: *4 requested_teams: type: array - items: *244 + items: *245 head: type: object properties: @@ -91641,14 +91659,14 @@ paths: _links: type: object properties: - comments: *266 - commits: *266 - statuses: *266 - html: *266 - issue: *266 - review_comments: *266 - review_comment: *266 - self: *266 + comments: *267 + commits: *267 + statuses: *267 + html: *267 + issue: *267 + review_comments: *267 + review_comment: *267 + self: *267 required: - comments - commits @@ -91659,7 +91677,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *561 + auto_merge: *562 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -91855,7 +91873,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92382,8 +92400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *324 - *325 + - *326 - name: sort in: query required: false @@ -92412,9 +92430,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: &567 + default: &568 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -92491,17 +92509,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &563 + default: &564 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -92576,8 +92594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -92600,9 +92618,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92618,8 +92636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *324 - *325 + - *326 - *95 responses: '204': @@ -92641,8 +92659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *324 - *325 + - *326 - *95 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -92669,9 +92687,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -92692,8 +92710,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *324 - *325 + - *326 - *95 requestBody: required: true @@ -92726,16 +92744,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -92757,10 +92775,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *324 - *325 + - *326 - *95 - - *522 + - *523 responses: '204': description: Response @@ -92803,9 +92821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *324 - *325 - - &566 + - *326 + - &567 name: pull_number description: The number that identifies the pull request. in: path @@ -92818,9 +92836,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 '304': *35 '404': *6 '406': @@ -92855,9 +92873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -92899,9 +92917,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 '422': *15 '403': *27 x-github: @@ -92923,9 +92941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -92986,17 +93004,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -93026,9 +93044,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -93049,9 +93067,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *567 + default: *568 headers: Link: *65 x-github: @@ -93084,9 +93102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -93192,7 +93210,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: example-for-a-multi-line-comment: value: @@ -93280,9 +93298,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *95 requestBody: required: true @@ -93305,7 +93323,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -93391,9 +93409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -93403,9 +93421,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *568 + default: *569 headers: Link: *65 x-github: @@ -93435,9 +93453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -93447,7 +93465,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -93485,9 +93503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *324 - *325 - - *566 + - *326 + - *567 responses: '204': description: Response if pull request has been merged @@ -93510,9 +93528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -93624,9 +93642,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 responses: '200': description: Response @@ -93701,9 +93719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -93740,7 +93758,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -94276,9 +94294,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: true content: @@ -94312,7 +94330,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -94817,9 +94835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 - *17 - *19 responses: @@ -94829,7 +94847,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -94985,9 +95003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -95077,9 +95095,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &571 + default: &572 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95142,10 +95160,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - &570 + - *326 + - *567 + - &571 name: review_id description: The unique identifier of the review. in: path @@ -95157,9 +95175,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &572 + default: &573 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95218,10 +95236,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -95244,7 +95262,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -95306,18 +95324,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *571 + default: *572 '422': *7 '404': *6 x-github: @@ -95344,10 +95362,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 - *17 - *19 responses: @@ -95445,9 +95463,9 @@ paths: _links: type: object properties: - self: *266 - html: *266 - pull_request: *266 + self: *267 + html: *267 + pull_request: *267 required: - self - html @@ -95605,10 +95623,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -95637,7 +95655,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -95700,10 +95718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *324 - *325 - - *566 - - *570 + - *326 + - *567 + - *571 requestBody: required: true content: @@ -95738,9 +95756,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 + default: *573 '404': *6 '422': *7 '403': *27 @@ -95762,9 +95780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *324 - *325 - - *566 + - *326 + - *567 requestBody: required: false content: @@ -95828,8 +95846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *324 - *325 + - *326 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -95842,9 +95860,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: type: file encoding: base64 @@ -95886,8 +95904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *324 - *325 + - *326 - name: dir description: The alternate path to look for a README file in: path @@ -95907,9 +95925,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '422': *15 x-github: @@ -95931,8 +95949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -95942,7 +95960,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -96036,8 +96054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -96113,9 +96131,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &579 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -96220,9 +96238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *324 - *325 - - &577 + - *326 + - &578 name: asset_id description: The unique identifier of the asset. in: path @@ -96234,9 +96252,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &578 + default: &579 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 @@ -96271,7 +96289,7 @@ paths: type: User site_admin: false '404': *6 - '302': *468 + '302': *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96287,9 +96305,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *324 - *325 - - *577 + - *326 + - *578 requestBody: required: false content: @@ -96318,9 +96336,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96336,9 +96354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *324 - *325 - - *577 + - *326 + - *578 responses: '204': description: Response @@ -96363,8 +96381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -96450,16 +96468,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *324 - *325 + - *326 responses: '200': description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -96477,8 +96495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *324 - *325 + - *326 - name: tag description: tag parameter in: path @@ -96491,9 +96509,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -96515,9 +96533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *324 - *325 - - &580 + - *326 + - &581 name: release_id description: The unique identifier of the release. in: path @@ -96531,9 +96549,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: *575 + schema: *576 examples: - default: *579 + default: *580 '401': description: Unauthorized x-github: @@ -96551,9 +96569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 requestBody: required: false content: @@ -96617,9 +96635,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *579 + default: *580 '404': description: Not Found if the discussion category name is invalid content: @@ -96640,9 +96658,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 responses: '204': description: Response @@ -96663,9 +96681,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *324 - *325 - - *580 + - *326 + - *581 - *17 - *19 responses: @@ -96675,7 +96693,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -96756,9 +96774,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: - - *324 - *325 - - *580 + - *326 + - *581 - name: name in: query required: true @@ -96784,7 +96802,7 @@ paths: description: Response for successful upload content: application/json: - schema: *576 + schema: *577 examples: response-for-successful-upload: value: @@ -96839,9 +96857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 - 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. @@ -96865,9 +96883,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *521 + default: *522 headers: Link: *65 '404': *6 @@ -96888,9 +96906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *324 - *325 - - *580 + - *326 + - *581 requestBody: required: true content: @@ -96920,16 +96938,16 @@ paths: description: Reaction exists content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '201': description: Reaction created content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 x-github: githubCloudOnly: false @@ -96951,10 +96969,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *324 - *325 - - *580 - - *522 + - *326 + - *581 + - *523 responses: '204': description: Response @@ -96978,9 +96996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *324 - *325 - - *391 + - *326 + - *392 - *17 - *19 responses: @@ -96996,8 +97014,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *286 - - &581 + - *287 + - &582 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -97016,69 +97034,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *287 - - *581 - allOf: - *288 - - *581 + - *582 - allOf: - *289 - - *581 - - allOf: - *582 - - *581 - allOf: - *290 - - *581 + - *582 + - allOf: + - *583 + - *582 - allOf: - *291 - - *581 + - *582 - allOf: - *292 - - *581 + - *582 - allOf: - *293 - - *581 + - *582 - allOf: - *294 - - *581 + - *582 - allOf: - *295 - - *581 + - *582 - allOf: - *296 - - *581 + - *582 - allOf: - *297 - - *581 + - *582 - allOf: - *298 - - *581 + - *582 - allOf: - *299 - - *581 + - *582 - allOf: - *300 - - *581 + - *582 - allOf: - *301 - - *581 + - *582 - allOf: - *302 - - *581 + - *582 - allOf: - *303 - - *581 + - *582 - allOf: - *304 - - *581 + - *582 - allOf: - *305 - - *581 + - *582 - allOf: - *306 - - *581 + - *582 + - allOf: + - *307 + - *582 examples: default: value: @@ -97117,8 +97135,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - *17 - *19 - name: includes_parents @@ -97129,7 +97147,7 @@ paths: schema: type: boolean default: true - - *583 + - *584 responses: '200': description: Response @@ -97137,7 +97155,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -97184,8 +97202,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 requestBody: description: Request body required: true @@ -97205,16 +97223,16 @@ paths: - tag - push default: branch - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *281 + items: *285 + conditions: *282 rules: type: array description: An array of rules within the ruleset. - items: *584 + items: *585 required: - name - enforcement @@ -97245,9 +97263,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &594 + default: &595 value: id: 42 name: super cool ruleset @@ -97295,12 +97313,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *324 - *325 - - *585 + - *326 - *586 - *587 - *588 + - *589 - *17 - *19 responses: @@ -97308,9 +97326,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 '500': *53 x-github: @@ -97331,17 +97349,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *324 - *325 - - *591 + - *326 + - *592 responses: '200': description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 '500': *53 x-github: @@ -97369,8 +97387,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -97390,9 +97408,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *594 + default: *595 '404': *6 '500': *53 put: @@ -97410,8 +97428,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -97436,16 +97454,16 @@ paths: - branch - tag - push - enforcement: *283 + enforcement: *284 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *284 - conditions: *281 + items: *285 + conditions: *282 rules: description: An array of rules within the ruleset. type: array - items: *584 + items: *585 examples: default: value: @@ -97473,9 +97491,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *594 + default: *595 '404': *6 '422': *15 '500': *53 @@ -97494,8 +97512,8 @@ paths: category: repos subcategory: rules parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -97518,8 +97536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *324 - *325 + - *326 - *17 - *19 - name: ruleset_id @@ -97535,9 +97553,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *595 + default: *596 '404': *6 '500': *53 x-github: @@ -97556,8 +97574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *324 - *325 + - *326 - name: ruleset_id description: The ID of the ruleset. in: path @@ -97575,7 +97593,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -97630,22 +97648,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *324 - *325 - - *597 + - *326 - *598 - *599 - *600 - *601 + - *602 - *59 - *19 - *17 - - *602 - *603 - *604 - *605 - *606 - *607 + - *608 responses: '200': description: Response @@ -97653,7 +97671,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 type: object properties: number: *170 @@ -97669,8 +97687,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *608 - resolution: *609 + state: *609 + resolution: *610 resolved_at: type: - string @@ -97764,7 +97782,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *610 + - *611 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97923,16 +97941,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 - - *607 + - *326 + - *422 + - *608 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -97986,9 +98004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 requestBody: required: true content: @@ -97996,8 +98014,8 @@ paths: schema: type: object properties: - state: *608 - resolution: *609 + state: *609 + resolution: *610 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98035,7 +98053,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -98130,9 +98148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *324 - *325 - - *421 + - *326 + - *422 - *19 - *17 responses: @@ -98143,7 +98161,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &761 + items: &762 type: object properties: type: @@ -98170,7 +98188,6 @@ paths: - commit details: oneOf: - - *612 - *613 - *614 - *615 @@ -98183,6 +98200,7 @@ paths: - *622 - *623 - *624 + - *625 examples: default: value: @@ -98268,8 +98286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -98277,14 +98295,14 @@ paths: schema: type: object properties: - reason: &626 + reason: &627 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *625 + placeholder_id: *626 required: - reason - placeholder_id @@ -98301,7 +98319,7 @@ paths: schema: type: object properties: - reason: *626 + reason: *627 expire_at: type: - string @@ -98348,8 +98366,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: - - *324 - *325 + - *326 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -98364,7 +98382,7 @@ paths: properties: incremental_scans: type: array - items: &627 + items: &628 description: Information on a single scan performed by secret scanning on the repository type: object @@ -98392,15 +98410,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *627 + items: *628 backfill_scans: type: array - items: *627 + items: *628 custom_pattern_backfill_scans: type: array items: allOf: - - *627 + - *628 - type: object properties: pattern_name: @@ -98470,8 +98488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *324 - *325 + - *326 - *59 - name: sort description: The property to sort the results by. @@ -98515,9 +98533,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 '400': *14 '404': *6 x-github: @@ -98540,8 +98558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -98621,7 +98639,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 required: - login - type @@ -98711,9 +98729,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: &631 + default: &632 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98946,8 +98964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -99060,7 +99078,7 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -99207,17 +99225,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *324 - *325 - - *630 + - *326 + - *631 responses: '200': description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *631 + default: *632 '403': *27 '404': *6 x-github: @@ -99241,9 +99259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *324 - *325 - - *630 + - *326 + - *631 requestBody: required: true content: @@ -99323,7 +99341,7 @@ paths: login: type: string description: The username of the user credited. - type: *313 + type: *314 required: - login - type @@ -99414,10 +99432,10 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *631 - add_credit: *631 + default: *632 + add_credit: *632 '403': *27 '404': *6 '422': @@ -99455,9 +99473,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: - - *324 - *325 - - *630 + - *326 + - *631 responses: '202': *37 '400': *14 @@ -99484,17 +99502,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *324 - *325 - - *630 + - *326 + - *631 responses: '202': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 '400': *14 '422': *15 '403': *27 @@ -99520,8 +99538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -99617,8 +99635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -99627,7 +99645,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -99660,8 +99678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -99739,8 +99757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -99834,8 +99852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *324 - *325 + - *326 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -99989,8 +100007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *324 - *325 + - *326 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -100000,7 +100018,7 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: default: value: @@ -100033,8 +100051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *324 - *325 + - *326 - name: sha in: path required: true @@ -100090,7 +100108,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -100144,8 +100162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -100177,14 +100195,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *324 - *325 + - *326 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &634 + schema: &635 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100257,8 +100275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *324 - *325 + - *326 requestBody: required: false content: @@ -100284,7 +100302,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -100311,8 +100329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -100332,8 +100350,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -100415,8 +100433,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *324 - *325 + - *326 - name: ref in: path required: true @@ -100452,8 +100470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *324 - *325 + - *326 - *17 - *19 responses: @@ -100465,7 +100483,7 @@ paths: type: array items: *187 examples: - default: *245 + default: *246 headers: Link: *65 '404': *6 @@ -100485,8 +100503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *324 - *325 + - *326 - *19 - *17 responses: @@ -100494,7 +100512,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -100506,7 +100524,7 @@ paths: required: - names examples: - default: &636 + default: &637 value: names: - octocat @@ -100529,8 +100547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -100561,9 +100579,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '422': *7 x-github: @@ -100584,9 +100602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *324 - *325 - - &637 + - *326 + - &638 name: per description: The time frame to display results for. in: query @@ -100617,7 +100635,7 @@ paths: - 128 clones: type: array - items: &638 + items: &639 title: Traffic type: object properties: @@ -100704,8 +100722,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -100799,8 +100817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *324 - *325 + - *326 responses: '200': description: Response @@ -100863,9 +100881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *324 - *325 - - *637 + - *326 + - *638 responses: '200': description: Response @@ -100886,7 +100904,7 @@ paths: - 3782 views: type: array - items: *638 + items: *639 required: - uniques - count @@ -100963,8 +100981,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *324 - *325 + - *326 requestBody: required: true content: @@ -101238,8 +101256,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *324 - *325 + - *326 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -101262,8 +101280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -101285,8 +101303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -101312,8 +101330,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *324 - *325 + - *326 - name: ref in: path required: true @@ -101405,9 +101423,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -101555,7 +101573,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *525 + - *526 requestBody: required: true content: @@ -101621,9 +101639,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *528 + items: *529 examples: - default: *639 + default: *640 '400': *14 '403': *27 '404': *6 @@ -101660,7 +101678,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *525 + - *526 requestBody: required: true content: @@ -101727,9 +101745,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *528 + items: *529 examples: - default: *639 + default: *640 '400': *14 '403': *27 '404': *6 @@ -101761,8 +101779,8 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *525 - - *228 + - *526 + - *229 responses: '204': description: Issue field value deleted successfully @@ -101902,7 +101920,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &640 + text_matches: &641 title: Search Result Text Matches type: array items: @@ -102065,7 +102083,7 @@ paths: enum: - author-date - committer-date - - &641 + - &642 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 @@ -102134,7 +102152,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 comment_count: type: integer message: @@ -102153,7 +102171,7 @@ paths: url: type: string format: uri - verification: *505 + verification: *506 required: - author - committer @@ -102168,7 +102186,7 @@ paths: committer: anyOf: - type: 'null' - - *389 + - *390 parents: type: array items: @@ -102185,7 +102203,7 @@ paths: type: number node_id: type: string - text_matches: *640 + text_matches: *641 required: - sha - node_id @@ -102377,7 +102395,7 @@ paths: - interactions - created - updated - - *641 + - *642 - *17 - *19 - name: advanced_search @@ -102491,11 +102509,11 @@ paths: type: - string - 'null' - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: type: string state_reason: @@ -102509,7 +102527,7 @@ paths: milestone: anyOf: - type: 'null' - - *265 + - *266 comments: type: integer created_at: @@ -102523,7 +102541,7 @@ paths: - string - 'null' format: date-time - text_matches: *640 + text_matches: *641 pull_request: type: object properties: @@ -102572,7 +102590,7 @@ paths: timeline_url: type: string format: uri - type: *229 + type: *230 performed_via_github_app: anyOf: - type: 'null' @@ -102817,7 +102835,7 @@ paths: enum: - created - updated - - *641 + - *642 - *17 - *19 responses: @@ -102862,7 +102880,7 @@ paths: - 'null' score: type: number - text_matches: *640 + text_matches: *641 required: - id - node_id @@ -102947,7 +102965,7 @@ paths: - forks - help-wanted-issues - updated - - *641 + - *642 - *17 - *19 responses: @@ -103193,7 +103211,7 @@ paths: - admin - pull - push - text_matches: *640 + text_matches: *641 temp_clone_token: type: string allow_merge_commit: @@ -103501,7 +103519,7 @@ paths: - string - 'null' format: uri - text_matches: *640 + text_matches: *641 related: type: - array @@ -103694,7 +103712,7 @@ paths: - followers - repositories - joined - - *641 + - *642 - *17 - *19 responses: @@ -103804,7 +103822,7 @@ paths: type: - boolean - 'null' - text_matches: *640 + text_matches: *641 blog: type: - string @@ -103886,7 +103904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &644 + - &645 name: team_id description: The unique identifier of the team. in: path @@ -103898,9 +103916,9 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -103927,7 +103945,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *644 + - *645 requestBody: required: true content: @@ -103991,16 +104009,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '201': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 '422': *15 '403': *27 @@ -104028,7 +104046,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *644 + - *645 responses: '204': description: Response @@ -104057,7 +104075,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -104067,9 +104085,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 headers: Link: *65 x-github: @@ -104095,7 +104113,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *644 + - *645 - name: role description: Filters members returned by their role in the team. in: query @@ -104146,7 +104164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -104183,7 +104201,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -104223,7 +104241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -104260,16 +104278,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 responses: '200': description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-user-is-a-team-maintainer: *645 + response-if-user-is-a-team-maintainer: *646 '404': *6 x-github: githubCloudOnly: false @@ -104302,7 +104320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 requestBody: required: false @@ -104328,9 +104346,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *646 + response-if-users-membership-with-team-is-now-pending: *647 '403': description: Forbidden if team synchronization is set up '422': @@ -104364,7 +104382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *644 + - *645 - *69 responses: '204': @@ -104392,7 +104410,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -104404,7 +104422,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 '404': *6 @@ -104434,15 +104452,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *647 + schema: *648 examples: alternative-response-with-extra-repository-information: value: @@ -104593,9 +104611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 requestBody: required: false content: @@ -104645,9 +104663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *644 - - *324 + - *645 - *325 + - *326 responses: '204': description: Response @@ -104672,7 +104690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *644 + - *645 - *17 - *19 responses: @@ -104684,7 +104702,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *648 + response-if-child-teams-exist: *649 headers: Link: *65 '404': *6 @@ -104717,7 +104735,7 @@ paths: application/json: schema: oneOf: - - &650 + - &651 title: Private User description: Private User type: object @@ -104967,7 +104985,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *649 + - *650 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -105127,7 +105145,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -105330,9 +105348,9 @@ paths: type: integer codespaces: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '304': *35 '500': *53 '401': *23 @@ -105471,17 +105489,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -105525,7 +105543,7 @@ paths: type: integer secrets: type: array - items: &651 + items: &652 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105567,7 +105585,7 @@ paths: - visibility - selected_repositories_url examples: - default: *446 + default: *447 headers: Link: *65 x-github: @@ -105645,7 +105663,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -105935,15 +105953,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '304': *35 '500': *53 '401': *23 @@ -105969,7 +105987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 requestBody: required: false content: @@ -105999,9 +106017,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '401': *23 '403': *27 '404': *6 @@ -106023,7 +106041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '202': *37 '304': *35 @@ -106052,13 +106070,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '202': description: Response content: application/json: - schema: &652 + schema: &653 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -106111,7 +106129,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &653 + default: &654 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -106143,7 +106161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *236 + - *237 - name: export_id in: path required: true @@ -106156,9 +106174,9 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 x-github: githubCloudOnly: false @@ -106179,7 +106197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *236 + - *237 responses: '200': description: Response @@ -106195,9 +106213,9 @@ paths: type: integer machines: type: array - items: *445 + items: *446 examples: - default: *654 + default: *655 '304': *35 '500': *53 '401': *23 @@ -106226,7 +106244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *236 + - *237 requestBody: required: true content: @@ -106282,11 +106300,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *327 + repository: *328 machine: anyOf: - type: 'null' - - *445 + - *446 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -107083,15 +107101,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '304': *35 '500': *53 '400': *14 @@ -107123,15 +107141,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *236 + - *237 responses: '200': description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *444 + default: *445 '500': *53 '401': *23 '403': *27 @@ -107161,9 +107179,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: &665 + default: &666 value: - id: 197 name: hello_docker @@ -107264,7 +107282,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Email description: Email type: object @@ -107334,9 +107352,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: &667 + default: &668 value: - email: octocat@github.com verified: true @@ -107413,7 +107431,7 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: default: value: @@ -107671,7 +107689,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: GPG Key description: A unique encryption key type: object @@ -107816,7 +107834,7 @@ paths: - subkeys - revoked examples: - default: &683 + default: &684 value: - id: 3 name: Octocat's GPG Key @@ -107901,9 +107919,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &657 + default: &658 value: id: 3 name: Octocat's GPG Key @@ -107960,7 +107978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &658 + - &659 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107972,9 +107990,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '304': *35 '403': *27 @@ -107997,7 +108015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *658 + - *659 responses: '204': description: Response @@ -108276,12 +108294,12 @@ paths: application/json: schema: anyOf: - - *221 + - *222 - type: object properties: {} additionalProperties: false examples: - default: *222 + default: *223 '204': description: Response when there are no restrictions x-github: @@ -108305,7 +108323,7 @@ paths: required: true content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -108316,7 +108334,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -108397,7 +108415,7 @@ paths: - closed - all default: open - - *232 + - *233 - name: sort description: What to sort results by. in: query @@ -108422,7 +108440,7 @@ paths: type: array items: *81 examples: - default: *233 + default: *234 headers: Link: *65 '404': *6 @@ -108455,7 +108473,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Key description: Key type: object @@ -108558,9 +108576,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108593,15 +108611,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *546 + - *547 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '304': *35 '403': *27 @@ -108624,7 +108642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *546 + - *547 responses: '204': description: Response @@ -108657,7 +108675,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108736,7 +108754,7 @@ paths: - account - plan examples: - default: &662 + default: &663 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108798,9 +108816,9 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: - default: *662 + default: *663 headers: Link: *65 '304': *35 @@ -108840,7 +108858,7 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: default: value: @@ -108954,7 +108972,7 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: default: value: @@ -109041,7 +109059,7 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: default: value: @@ -109113,7 +109131,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -109375,7 +109393,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -109555,7 +109573,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *241 + - *242 - name: exclude in: query required: false @@ -109568,7 +109586,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -109762,7 +109780,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *241 + - *242 responses: '302': description: Response @@ -109788,7 +109806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *241 + - *242 responses: '204': description: Response @@ -109817,8 +109835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *241 - - *663 + - *242 + - *664 responses: '204': description: Response @@ -109842,7 +109860,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *241 + - *242 - *17 - *19 responses: @@ -109854,7 +109872,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 '404': *6 @@ -109951,7 +109969,7 @@ paths: - docker - nuget - container - - *664 + - *665 - *19 - *17 responses: @@ -109961,10 +109979,10 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *665 - '400': *666 + default: *666 + '400': *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109984,16 +110002,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &684 + default: &685 value: id: 40201 name: octo-name @@ -110106,8 +110124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 responses: '204': description: Response @@ -110137,8 +110155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *248 - *249 + - *250 - name: token description: package token schema: @@ -110170,8 +110188,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: - - *248 - *249 + - *250 - *19 - *17 - name: state @@ -110191,7 +110209,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -110240,15 +110258,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -110284,9 +110302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '204': description: Response @@ -110316,9 +110334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 responses: '204': description: Response @@ -110355,9 +110373,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *667 + default: *668 headers: Link: *65 '304': *35 @@ -110470,7 +110488,7 @@ paths: type: array items: *77 examples: - default: &674 + default: &675 summary: Default response value: - id: 1296269 @@ -110788,9 +110806,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *329 + default: *330 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110834,9 +110852,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: *668 + default: *669 headers: Link: *65 '304': *35 @@ -110859,7 +110877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *225 + - *226 responses: '204': description: Response @@ -110888,7 +110906,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *225 + - *226 responses: '204': description: Response @@ -110921,7 +110939,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Social account description: Social media account type: object @@ -110938,7 +110956,7 @@ paths: - provider - url examples: - default: &670 + default: &671 value: - provider: twitter url: https://twitter.com/github @@ -111001,9 +111019,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 '422': *15 '304': *35 '404': *6 @@ -111091,7 +111109,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -111111,7 +111129,7 @@ paths: - title - created_at examples: - default: &702 + default: &703 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111176,9 +111194,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: &672 + default: &673 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111208,7 +111226,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: - - &673 + - &674 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -111220,9 +111238,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *672 + default: *673 '404': *6 '304': *35 '403': *27 @@ -111245,7 +111263,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: - - *673 + - *674 responses: '204': description: Response @@ -111274,7 +111292,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &703 + - &704 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 @@ -111299,11 +111317,11 @@ paths: type: array items: *77 examples: - default-response: *674 + default-response: *675 application/vnd.github.v3.star+json: schema: type: array - items: &704 + items: &705 title: Starred Repository description: Starred Repository type: object @@ -111459,8 +111477,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: - - *324 - *325 + - *326 responses: '204': description: Response if this repository is starred by you @@ -111488,8 +111506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -111513,8 +111531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *324 - *325 + - *326 responses: '204': description: Response @@ -111549,7 +111567,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 '304': *35 @@ -111586,7 +111604,7 @@ paths: application/json: schema: type: array - items: *320 + items: *321 examples: default: value: @@ -111672,10 +111690,10 @@ paths: application/json: schema: oneOf: + - *651 - *650 - - *649 examples: - default-response: &678 + default-response: &679 summary: Default response value: login: octocat @@ -111710,7 +111728,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &679 + response-with-git-hub-plan-information: &680 summary: Response with GitHub plan information value: login: octocat @@ -111767,14 +111785,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &676 + - &677 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *264 + - *265 requestBody: required: true description: Details of the draft item to create in the project. @@ -111808,9 +111826,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - draft_issue: *270 + draft_issue: *271 '304': *35 '403': *27 '401': *23 @@ -111833,7 +111851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *675 + - *676 - *17 responses: '200': @@ -111868,8 +111886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *676 - - *264 + - *677 + - *265 requestBody: required: true content: @@ -111943,17 +111961,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *677 + schema: *678 examples: table_view: summary: Response for creating a table view - value: *274 + value: *275 board_view: summary: Response for creating a board view with filter - value: *274 + value: *275 roadmap_view: summary: Response for creating a roadmap view - value: *274 + value: *275 '304': *35 '403': *27 '401': *23 @@ -111995,11 +112013,11 @@ paths: application/json: schema: oneOf: + - *651 - *650 - - *649 examples: - default-response: *678 - response-with-git-hub-plan-information: *679 + default-response: *679 + response-with-git-hub-plan-information: *680 '404': *6 x-github: githubCloudOnly: false @@ -112049,8 +112067,8 @@ paths: required: - subject_digests examples: - default: *680 - withPredicateType: *681 + default: *681 + withPredicateType: *682 responses: '200': description: Response @@ -112104,7 +112122,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112324,7 +112342,7 @@ paths: initiator: type: string examples: - default: *385 + default: *386 '201': description: Response content: @@ -112377,9 +112395,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *665 + default: *666 '403': *27 '401': *23 x-github: @@ -112763,9 +112781,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *683 + default: *684 headers: Link: *65 x-github: @@ -112869,7 +112887,7 @@ paths: application/json: schema: *20 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112994,7 +113012,7 @@ paths: - docker - nuget - container - - *664 + - *665 - *69 - *19 - *17 @@ -113005,12 +113023,12 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *665 + default: *666 '403': *27 '401': *23 - '400': *666 + '400': *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113030,17 +113048,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113061,8 +113079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 responses: '204': @@ -113095,8 +113113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *248 - *249 + - *250 - *69 - name: token description: package token @@ -113129,8 +113147,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: - - *248 - *249 + - *250 - *69 responses: '200': @@ -113139,7 +113157,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -113197,16 +113215,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *248 - *249 - - *251 + - *250 + - *252 - *69 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -113241,10 +113259,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *248 - *249 + - *250 - *69 - - *251 + - *252 responses: '204': description: Response @@ -113276,10 +113294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *248 - *249 + - *250 - *69 - - *251 + - *252 responses: '204': description: Response @@ -113320,9 +113338,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -113344,16 +113362,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *264 + - *265 - *69 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *65 '304': *35 @@ -113375,7 +113393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *264 + - *265 - *69 - *17 - *45 @@ -113387,9 +113405,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *685 + default: *686 headers: Link: *65 '304': *35 @@ -113411,7 +113429,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *69 - - *264 + - *265 requestBody: required: true content: @@ -113449,7 +113467,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *686 + items: *687 required: - name - data_type @@ -113465,7 +113483,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *687 + iteration_configuration: *688 required: - name - data_type @@ -113487,20 +113505,20 @@ paths: value: name: Due date data_type: date - single_select_field: *688 - iteration_field: *689 + single_select_field: *689 + iteration_field: *690 responses: '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - text_field: *690 - number_field: *691 - date_field: *692 - single_select_field: *693 - iteration_field: *694 + text_field: *691 + number_field: *692 + date_field: *693 + single_select_field: *694 + iteration_field: *695 '304': *35 '403': *27 '401': *23 @@ -113521,17 +113539,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *264 - - *695 + - *265 + - *696 - *69 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *696 + default: *697 headers: Link: *65 '304': *35 @@ -113554,7 +113572,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *264 + - *265 - *69 - *45 - *46 @@ -113587,9 +113605,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -113611,7 +113629,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *69 - - *264 + - *265 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -113681,22 +113699,22 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *270 + value: *271 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *270 + value: *271 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *270 + value: *271 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *270 + value: *271 '304': *35 '403': *27 '401': *23 @@ -113716,9 +113734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *264 + - *265 - *69 - - *273 + - *274 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -113738,9 +113756,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -113761,9 +113779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *264 + - *265 - *69 - - *273 + - *274 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -113836,13 +113854,13 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - text_field: *272 - number_field: *272 - date_field: *272 - single_select_field: *272 - iteration_field: *272 + text_field: *273 + number_field: *273 + date_field: *273 + single_select_field: *273 + iteration_field: *273 '401': *23 '403': *27 '404': *6 @@ -113862,9 +113880,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *264 + - *265 - *69 - - *273 + - *274 responses: '204': description: Response @@ -113886,9 +113904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *264 + - *265 - *69 - - *697 + - *698 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113914,9 +113932,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *65 '304': *35 @@ -114137,7 +114155,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -114163,7 +114181,7 @@ paths: - *115 - *117 - *116 - - *698 + - *699 - *118 responses: '200': @@ -114294,7 +114312,7 @@ paths: parameters: - *69 - *115 - - *699 + - *700 - *116 responses: '200': @@ -114393,9 +114411,9 @@ paths: - *115 - *117 - *116 - - *700 - - *118 - *701 + - *118 + - *702 responses: '200': description: Response when getting a billing usage summary @@ -114529,9 +114547,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 headers: Link: *65 x-github: @@ -114561,9 +114579,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *702 + default: *703 headers: Link: *65 x-github: @@ -114588,7 +114606,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *703 + - *704 - *59 - *17 - *19 @@ -114600,11 +114618,11 @@ paths: schema: anyOf: - type: array - items: *704 + items: *705 - type: array items: *77 examples: - default-response: *674 + default-response: *675 headers: Link: *65 x-github: @@ -114635,7 +114653,7 @@ paths: type: array items: *152 examples: - default: *252 + default: *253 headers: Link: *65 x-github: @@ -114764,7 +114782,7 @@ webhooks: type: string enum: - disabled - enterprise: &705 + enterprise: &706 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114833,7 +114851,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &706 + installation: &707 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114854,7 +114872,7 @@ webhooks: required: - id - node_id - organization: &707 + organization: &708 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114927,7 +114945,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &708 + repository: &709 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115867,10 +115885,10 @@ webhooks: type: string enum: - enabled - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -115946,11 +115964,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: &709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: &710 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) @@ -116173,11 +116191,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: *709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: *710 sender: *4 required: - action @@ -116365,11 +116383,11 @@ webhooks: - everyone required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - rule: *709 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + rule: *710 sender: *4 required: - action @@ -116453,7 +116471,7 @@ webhooks: type: string enum: - completed - check_run: &711 + check_run: &712 title: CheckRun description: A check performed on the code of a given code change type: object @@ -116563,7 +116581,7 @@ webhooks: - examples: - neutral - deployment: *710 + deployment: *711 details_url: type: string examples: @@ -116661,10 +116679,10 @@ webhooks: - output - app - pull_requests - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -117055,11 +117073,11 @@ webhooks: type: string enum: - created - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -117453,11 +117471,11 @@ webhooks: type: string enum: - requested_action - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 requested_action: description: The action requested by the user. type: object @@ -117860,11 +117878,11 @@ webhooks: type: string enum: - rerequested - check_run: *711 - installation: *706 - enterprise: *705 - organization: *707 - repository: *708 + check_run: *712 + installation: *707 + enterprise: *706 + organization: *708 + repository: *709 sender: *4 required: - check_run @@ -118849,10 +118867,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -119556,10 +119574,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -120257,10 +120275,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -120429,7 +120447,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120581,20 +120599,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &712 + commit_oid: &713 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: *705 - installation: *706 - organization: *707 - ref: &713 + enterprise: *706 + installation: *707 + organization: *708 + ref: &714 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: *708 + repository: *709 sender: *4 required: - action @@ -120761,7 +120779,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -121002,12 +121020,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -121105,7 +121123,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121290,12 +121308,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -121464,7 +121482,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -121641,12 +121659,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -121747,7 +121765,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121936,9 +121954,9 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121946,7 +121964,7 @@ webhooks: type: - string - 'null' - repository: *708 + repository: *709 sender: *4 required: - action @@ -122045,7 +122063,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -122192,12 +122210,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *712 - enterprise: *705 - installation: *706 - organization: *707 - ref: *713 - repository: *708 + commit_oid: *713 + enterprise: *706 + installation: *707 + organization: *708 + ref: *714 + repository: *709 sender: *4 required: - action @@ -122366,7 +122384,7 @@ webhooks: required: - login - id - dismissed_comment: *416 + dismissed_comment: *417 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122518,10 +122536,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -122781,10 +122799,10 @@ webhooks: - updated_at - author_association - body - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -122865,18 +122883,18 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *707 - pusher_type: &714 + organization: *708 + pusher_type: &715 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &715 + ref: &716 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122886,7 +122904,7 @@ webhooks: enum: - tag - branch - repository: *708 + repository: *709 sender: *4 required: - ref @@ -122968,10 +122986,10 @@ webhooks: type: string enum: - created - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -123056,9 +123074,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -123135,10 +123153,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -123215,10 +123233,10 @@ webhooks: type: string enum: - updated - definition: *275 - enterprise: *705 - installation: *706 - organization: *707 + definition: *276 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -123295,19 +123313,19 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - repository: *708 - organization: *707 + enterprise: *706 + installation: *707 + repository: *709 + organization: *708 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *279 + items: *280 old_property_values: type: array description: The old custom property values for the repository. - items: *279 + items: *280 required: - action - repository @@ -123383,18 +123401,18 @@ webhooks: title: delete event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - pusher_type: *714 - ref: *715 + enterprise: *706 + installation: *707 + organization: *708 + pusher_type: *715 + ref: *716 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *708 + repository: *709 sender: *4 required: - ref @@ -123474,11 +123492,11 @@ webhooks: type: string enum: - assignees_changed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123558,11 +123576,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123643,11 +123661,11 @@ webhooks: type: string enum: - auto_reopened - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123728,11 +123746,11 @@ webhooks: type: string enum: - created - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123811,11 +123829,11 @@ webhooks: type: string enum: - dismissed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123894,11 +123912,11 @@ webhooks: type: string enum: - fixed - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -123978,11 +123996,11 @@ webhooks: type: string enum: - reintroduced - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -124061,11 +124079,11 @@ webhooks: type: string enum: - reopened - alert: *474 - installation: *706 - organization: *707 - enterprise: *705 - repository: *708 + alert: *475 + installation: *707 + organization: *708 + enterprise: *706 + repository: *709 sender: *4 required: - action @@ -124142,9 +124160,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - key: &716 + enterprise: *706 + installation: *707 + key: &717 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124182,8 +124200,8 @@ webhooks: - verified - created_at - read_only - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -124260,11 +124278,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - key: *716 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + key: *717 + organization: *708 + repository: *709 sender: *4 required: - action @@ -124831,12 +124849,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: &720 + workflow: &721 title: Workflow type: - object @@ -125587,13 +125605,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *480 + - *481 pull_requests: type: array - items: *564 - repository: *708 - organization: *707 - installation: *706 + items: *565 + repository: *709 + organization: *708 + installation: *707 sender: *4 responses: '200': @@ -125664,7 +125682,7 @@ webhooks: type: string enum: - approved - approver: &717 + approver: &718 type: object properties: avatar_url: @@ -125707,11 +125725,11 @@ webhooks: type: string comment: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - reviewers: &718 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + reviewers: &719 type: array items: type: object @@ -125792,7 +125810,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &719 + workflow_job_run: &720 type: object properties: conclusion: @@ -126538,18 +126556,18 @@ webhooks: type: string enum: - rejected - approver: *717 + approver: *718 comment: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - reviewers: *718 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + reviewers: *719 sender: *4 since: type: string - workflow_job_run: *719 + workflow_job_run: *720 workflow_job_runs: type: array items: @@ -127266,13 +127284,13 @@ webhooks: type: string enum: - requested - enterprise: *705 + enterprise: *706 environment: type: string - installation: *706 - organization: *707 - repository: *708 - requestor: &725 + installation: *707 + organization: *708 + repository: *709 + requestor: &726 title: User type: - object @@ -129205,12 +129223,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Deployment Workflow Run type: @@ -129901,7 +129919,7 @@ webhooks: type: string enum: - answered - answer: &723 + answer: &724 type: object properties: author_association: @@ -130061,11 +130079,11 @@ webhooks: - created_at - updated_at - body - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130192,11 +130210,11 @@ webhooks: - from required: - category - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130279,11 +130297,11 @@ webhooks: type: string enum: - closed - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130365,7 +130383,7 @@ webhooks: type: string enum: - created - comment: &722 + comment: &723 type: object properties: author_association: @@ -130525,11 +130543,11 @@ webhooks: - updated_at - body - reactions - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130612,12 +130630,12 @@ webhooks: type: string enum: - deleted - comment: *722 - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + comment: *723 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130712,12 +130730,12 @@ webhooks: - from required: - body - comment: *722 - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + comment: *723 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130801,11 +130819,11 @@ webhooks: type: string enum: - created - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130887,11 +130905,11 @@ webhooks: type: string enum: - deleted - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -130991,11 +131009,11 @@ webhooks: type: string required: - from - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131077,10 +131095,10 @@ webhooks: type: string enum: - labeled - discussion: *721 - enterprise: *705 - installation: *706 - label: &724 + discussion: *722 + enterprise: *706 + installation: *707 + label: &725 title: Label type: object properties: @@ -131113,8 +131131,8 @@ webhooks: - color - default - description - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131197,11 +131215,11 @@ webhooks: type: string enum: - locked - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131283,11 +131301,11 @@ webhooks: type: string enum: - pinned - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131369,11 +131387,11 @@ webhooks: type: string enum: - reopened - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131458,16 +131476,16 @@ webhooks: changes: type: object properties: - new_discussion: *721 - new_repository: *708 + new_discussion: *722 + new_repository: *709 required: - new_discussion - new_repository - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131550,10 +131568,10 @@ webhooks: type: string enum: - unanswered - discussion: *721 - old_answer: *723 - organization: *707 - repository: *708 + discussion: *722 + old_answer: *724 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131635,12 +131653,12 @@ webhooks: type: string enum: - unlabeled - discussion: *721 - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131723,11 +131741,11 @@ webhooks: type: string enum: - unlocked - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131809,11 +131827,11 @@ webhooks: type: string enum: - unpinned - discussion: *721 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + discussion: *722 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -131886,7 +131904,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *705 + enterprise: *706 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -132564,9 +132582,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - forkee @@ -132712,9 +132730,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pages: description: The pages that were updated. type: array @@ -132752,7 +132770,7 @@ webhooks: - action - sha - html_url - repository: *708 + repository: *709 sender: *4 required: - pages @@ -132828,10 +132846,10 @@ webhooks: type: string enum: - created - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: &726 + organization: *708 + repositories: &727 description: An array of repository objects that the installation can access. type: array @@ -132857,8 +132875,8 @@ webhooks: - name - full_name - private - repository: *708 - requester: *725 + repository: *709 + requester: *726 sender: *4 required: - action @@ -132933,11 +132951,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -133014,11 +133032,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -133095,10 +133113,10 @@ webhooks: type: string enum: - added - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories_added: &727 + organization: *708 + repositories_added: &728 description: An array of repository objects, which were added to the installation. type: array @@ -133144,15 +133162,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *708 - repository_selection: &728 + repository: *709 + repository_selection: &729 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *725 + requester: *726 sender: *4 required: - action @@ -133231,10 +133249,10 @@ webhooks: type: string enum: - removed - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories_added: *727 + organization: *708 + repositories_added: *728 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -133261,9 +133279,9 @@ webhooks: - name - full_name - private - repository: *708 - repository_selection: *728 - requester: *725 + repository: *709 + repository_selection: *729 + requester: *726 sender: *4 required: - action @@ -133342,11 +133360,11 @@ webhooks: type: string enum: - suspend - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -133528,10 +133546,10 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 target_type: type: string @@ -133610,11 +133628,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *705 + enterprise: *706 installation: *20 - organization: *707 - repositories: *726 - repository: *708 + organization: *708 + repositories: *727 + repository: *709 requester: type: - 'null' @@ -133780,7 +133798,7 @@ webhooks: pin: anyOf: - type: 'null' - - *543 + - *544 user: title: User type: @@ -133866,8 +133884,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134679,8 +134697,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134697,7 +134715,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -135041,8 +135059,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -135122,7 +135140,7 @@ webhooks: type: string enum: - deleted - comment: &729 + comment: &730 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -135279,7 +135297,7 @@ webhooks: pin: anyOf: - type: 'null' - - *543 + - *544 required: - url - html_url @@ -135293,8 +135311,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136102,8 +136120,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136120,7 +136138,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -136466,8 +136484,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -136547,7 +136565,7 @@ webhooks: type: string enum: - edited - changes: &753 + changes: &754 description: The changes to the comment. type: object properties: @@ -136559,9 +136577,9 @@ webhooks: type: string required: - from - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137372,8 +137390,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137390,7 +137408,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -137734,8 +137752,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -137816,9 +137834,9 @@ webhooks: type: string enum: - pinned - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138631,8 +138649,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138649,7 +138667,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -138995,8 +139013,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -139076,9 +139094,9 @@ webhooks: type: string enum: - unpinned - comment: *729 - enterprise: *705 - installation: *706 + comment: *730 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139891,8 +139909,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139909,7 +139927,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -140255,8 +140273,8 @@ webhooks: - state - locked - assignee - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140345,9 +140363,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140436,9 +140454,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140526,9 +140544,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140617,9 +140635,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -140699,10 +140717,10 @@ webhooks: type: string enum: - assigned - assignee: *725 - enterprise: *705 - installation: *706 - issue: &732 + assignee: *726 + enterprise: *706 + installation: *707 + issue: &733 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141513,11 +141531,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141534,7 +141552,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -141637,8 +141655,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -141718,8 +141736,8 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -142535,11 +142553,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142556,7 +142574,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -142802,8 +142820,8 @@ webhooks: required: - state - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -142882,8 +142900,8 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143690,11 +143708,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143711,7 +143729,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -143813,8 +143831,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -143893,8 +143911,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144724,11 +144742,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144745,7 +144763,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -144826,7 +144844,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &730 + milestone: &731 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144969,8 +144987,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -145069,8 +145087,8 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145881,11 +145899,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145899,7 +145917,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -146005,9 +146023,9 @@ webhooks: - active_lock_reason - body - reactions - label: *724 - organization: *707 - repository: *708 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -146087,8 +146105,8 @@ webhooks: type: string enum: - labeled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146898,11 +146916,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146916,7 +146934,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -147022,9 +147040,9 @@ webhooks: - active_lock_reason - body - reactions - label: *724 - organization: *707 - repository: *708 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -147104,8 +147122,8 @@ webhooks: type: string enum: - locked - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147940,11 +147958,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147958,7 +147976,7 @@ webhooks: timeline_url: type: string format: uri - type: *229 + type: *230 title: description: Title of the issue type: string @@ -148041,8 +148059,8 @@ webhooks: format: uri user_view_type: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -148121,8 +148139,8 @@ webhooks: type: string enum: - milestoned - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148951,11 +148969,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148972,7 +148990,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -149052,9 +149070,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *730 - organization: *707 - repository: *708 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -149941,11 +149959,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150045,7 +150063,7 @@ webhooks: required: - login - id - type: *229 + type: *230 required: - id - number @@ -150537,8 +150555,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151345,11 +151363,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151366,7 +151384,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -151472,8 +151490,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -151553,9 +151571,9 @@ webhooks: type: string enum: - pinned - enterprise: *705 - installation: *706 - issue: &731 + enterprise: *706 + installation: *707 + issue: &732 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -152360,11 +152378,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152381,7 +152399,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -152483,8 +152501,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -152563,8 +152581,8 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153397,11 +153415,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153498,9 +153516,9 @@ webhooks: format: uri user_view_type: type: string - type: *229 - organization: *707 - repository: *708 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -154388,11 +154406,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154409,7 +154427,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -155002,11 +155020,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *705 - installation: *706 - issue: *731 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *732 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155086,12 +155104,12 @@ webhooks: type: string enum: - typed - enterprise: *705 - installation: *706 - issue: *732 - type: *229 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155172,7 +155190,7 @@ webhooks: type: string enum: - unassigned - assignee: &756 + assignee: &757 title: User type: - object @@ -155244,11 +155262,11 @@ webhooks: required: - login - id - enterprise: *705 - installation: *706 - issue: *732 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155327,12 +155345,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *705 - installation: *706 - issue: *732 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -155412,8 +155430,8 @@ webhooks: type: string enum: - unlocked - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156246,11 +156264,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *642 - issue_dependencies_summary: *643 + sub_issues_summary: *643 + issue_dependencies_summary: *644 issue_field_values: type: array - items: *528 + items: *529 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156267,7 +156285,7 @@ webhooks: title: description: Title of the issue type: string - type: *229 + type: *230 updated_at: type: string format: date-time @@ -156347,8 +156365,8 @@ webhooks: format: uri user_view_type: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156428,11 +156446,11 @@ webhooks: type: string enum: - unpinned - enterprise: *705 - installation: *706 - issue: *731 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *732 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156511,12 +156529,12 @@ webhooks: type: string enum: - untyped - enterprise: *705 - installation: *706 - issue: *732 - type: *229 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + issue: *733 + type: *230 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156596,11 +156614,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156678,11 +156696,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156792,11 +156810,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - label: *724 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + label: *725 + organization: *708 + repository: *709 sender: *4 required: - action @@ -156878,9 +156896,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: &733 + enterprise: *706 + installation: *707 + marketplace_purchase: &734 title: Marketplace Purchase type: object required: @@ -156968,8 +156986,8 @@ webhooks: type: integer unit_count: type: integer - organization: *707 - previous_marketplace_purchase: &734 + organization: *708 + previous_marketplace_purchase: &735 title: Marketplace Purchase type: object properties: @@ -157053,7 +157071,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -157133,10 +157151,10 @@ webhooks: - changed effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157224,7 +157242,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -157306,10 +157324,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157395,7 +157413,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *708 + repository: *709 sender: *4 required: - action @@ -157476,8 +157494,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 marketplace_purchase: title: Marketplace Purchase type: object @@ -157563,9 +157581,9 @@ webhooks: type: integer unit_count: type: integer - organization: *707 - previous_marketplace_purchase: *734 - repository: *708 + organization: *708 + previous_marketplace_purchase: *735 + repository: *709 sender: *4 required: - action @@ -157645,12 +157663,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *705 - installation: *706 - marketplace_purchase: *733 - organization: *707 - previous_marketplace_purchase: *734 - repository: *708 + enterprise: *706 + installation: *707 + marketplace_purchase: *734 + organization: *708 + previous_marketplace_purchase: *735 + repository: *709 sender: *4 required: - action @@ -157752,11 +157770,11 @@ webhooks: type: string required: - to - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157858,11 +157876,11 @@ webhooks: type: - string - 'null' - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -157941,11 +157959,11 @@ webhooks: type: string enum: - removed - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158023,11 +158041,11 @@ webhooks: type: string enum: - added - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158105,7 +158123,7 @@ webhooks: required: - login - id - team: &735 + team: &736 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -158335,11 +158353,11 @@ webhooks: type: string enum: - removed - enterprise: *705 - installation: *706 - member: *725 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + member: *726 + organization: *708 + repository: *709 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158418,7 +158436,7 @@ webhooks: required: - login - id - team: *735 + team: *736 required: - action - scope @@ -158500,8 +158518,8 @@ webhooks: type: string enum: - checks_requested - installation: *706 - merge_group: &736 + installation: *707 + merge_group: &737 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -158520,15 +158538,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *405 + head_commit: *406 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158614,10 +158632,10 @@ webhooks: - merged - invalidated - dequeued - installation: *706 - merge_group: *736 - organization: *707 - repository: *708 + installation: *707 + merge_group: *737 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158690,7 +158708,7 @@ webhooks: type: string enum: - deleted - enterprise: *705 + enterprise: *706 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158799,12 +158817,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *706 - organization: *707 + installation: *707 + organization: *708 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -158884,11 +158902,11 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -158967,9 +158985,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - milestone: &737 + enterprise: *706 + installation: *707 + milestone: &738 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159111,8 +159129,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159191,11 +159209,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159305,11 +159323,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - milestone: *730 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *731 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159389,11 +159407,11 @@ webhooks: type: string enum: - opened - enterprise: *705 - installation: *706 - milestone: *737 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + milestone: *738 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159472,11 +159490,11 @@ webhooks: type: string enum: - blocked - blocked_user: *725 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + blocked_user: *726 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159555,11 +159573,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *725 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + blocked_user: *726 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159638,9 +159656,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - membership: &738 + enterprise: *706 + installation: *707 + membership: &739 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159750,8 +159768,8 @@ webhooks: - role - organization_url - user - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159829,11 +159847,11 @@ webhooks: type: string enum: - member_added - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -159912,8 +159930,8 @@ webhooks: type: string enum: - member_invited - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -160035,10 +160053,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 - user: *725 + user: *726 required: - action - invitation @@ -160116,11 +160134,11 @@ webhooks: type: string enum: - member_removed - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -160207,11 +160225,11 @@ webhooks: properties: from: type: string - enterprise: *705 - installation: *706 - membership: *738 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + membership: *739 + organization: *708 + repository: *709 sender: *4 required: - action @@ -160288,9 +160306,9 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 package: description: Information about the package. type: object @@ -160813,7 +160831,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &739 + items: &740 title: Ruby Gems metadata type: object properties: @@ -160910,7 +160928,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -160986,9 +161004,9 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 package: description: Information about the package. type: object @@ -161350,7 +161368,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *739 + items: *740 source_url: type: string format: uri @@ -161421,7 +161439,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -161601,12 +161619,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *705 + enterprise: *706 id: type: integer - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - id @@ -161683,7 +161701,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &740 + personal_access_token_request: &741 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161833,10 +161851,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *705 - organization: *707 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -161913,11 +161931,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *740 - enterprise: *705 - organization: *707 + personal_access_token_request: *741 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -161993,11 +162011,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *740 - enterprise: *705 - organization: *707 + personal_access_token_request: *741 + enterprise: *706 + organization: *708 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -162072,11 +162090,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *740 - organization: *707 - enterprise: *705 + personal_access_token_request: *741 + organization: *708 + enterprise: *706 sender: *4 - installation: *706 + installation: *707 required: - action - personal_access_token_request @@ -162181,7 +162199,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *741 + last_response: *742 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -162213,8 +162231,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 zen: description: Random string of GitHub zen. @@ -162459,10 +162477,10 @@ webhooks: - from required: - note - enterprise: *705 - installation: *706 - organization: *707 - project_card: &742 + enterprise: *706 + installation: *707 + organization: *708 + project_card: &743 title: Project Card type: object properties: @@ -162585,7 +162603,7 @@ webhooks: - creator - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -162666,11 +162684,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project_card: *742 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_card: *743 + repository: *709 sender: *4 required: - action @@ -162750,9 +162768,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 project_card: title: Project Card type: object @@ -162882,7 +162900,7 @@ webhooks: repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -162976,11 +162994,11 @@ webhooks: - from required: - note - enterprise: *705 - installation: *706 - organization: *707 - project_card: *742 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_card: *743 + repository: *709 sender: *4 required: - action @@ -163074,9 +163092,9 @@ webhooks: - from required: - column_id - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 project_card: allOf: - title: Project Card @@ -163273,7 +163291,7 @@ webhooks: type: string required: - after_id - repository: *708 + repository: *709 sender: *4 required: - action @@ -163353,10 +163371,10 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - organization: *707 - project: &744 + enterprise: *706 + installation: *707 + organization: *708 + project: &745 title: Project type: object properties: @@ -163483,7 +163501,7 @@ webhooks: - creator - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -163563,10 +163581,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project_column: &743 + enterprise: *706 + installation: *707 + organization: *708 + project_column: &744 title: Project Column type: object properties: @@ -163606,7 +163624,7 @@ webhooks: - name - created_at - updated_at - repository: *708 + repository: *709 sender: *4 required: - action @@ -163685,14 +163703,14 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -163781,11 +163799,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 + repository: *709 sender: *4 required: - action @@ -163865,11 +163883,11 @@ webhooks: type: string enum: - moved - enterprise: *705 - installation: *706 - organization: *707 - project_column: *743 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project_column: *744 + repository: *709 sender: *4 required: - action @@ -163949,11 +163967,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -164033,14 +164051,14 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - project: *744 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 repository: anyOf: - type: 'null' - - *708 + - *709 sender: *4 required: - action @@ -164141,11 +164159,11 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -164224,11 +164242,11 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 - organization: *707 - project: *744 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + project: *745 + repository: *709 sender: *4 required: - action @@ -164309,9 +164327,9 @@ webhooks: type: string enum: - closed - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -164392,9 +164410,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -164475,9 +164493,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -164598,9 +164616,9 @@ webhooks: type: string to: type: string - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -164683,7 +164701,7 @@ webhooks: type: string enum: - archived - changes: &748 + changes: &749 type: object properties: archived_at: @@ -164699,9 +164717,9 @@ webhooks: - string - 'null' format: date-time - installation: *706 - organization: *707 - projects_v2_item: &745 + installation: *707 + organization: *708 + projects_v2_item: &746 title: Projects v2 Item description: An item belonging to a project type: object @@ -164719,7 +164737,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *268 + content_type: *269 creator: *4 created_at: type: string @@ -164841,9 +164859,9 @@ webhooks: - 'null' to: type: string - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -164925,9 +164943,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -165008,9 +165026,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -165115,7 +165133,7 @@ webhooks: oneOf: - type: string - type: integer - - &746 + - &747 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -165139,7 +165157,7 @@ webhooks: required: - id - name - - &747 + - &748 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -165179,8 +165197,8 @@ webhooks: oneOf: - type: string - type: integer - - *746 - *747 + - *748 type: - 'null' - string @@ -165203,9 +165221,9 @@ webhooks: - 'null' required: - body - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -165302,9 +165320,9 @@ webhooks: type: - string - 'null' - installation: *706 - organization: *707 - projects_v2_item: *745 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -165387,10 +165405,10 @@ webhooks: type: string enum: - restored - changes: *748 - installation: *706 - organization: *707 - projects_v2_item: *745 + changes: *749 + installation: *707 + organization: *708 + projects_v2_item: *746 sender: *4 required: - action @@ -165472,9 +165490,9 @@ webhooks: type: string enum: - reopened - installation: *706 - organization: *707 - projects_v2: *262 + installation: *707 + organization: *708 + projects_v2: *263 sender: *4 required: - action @@ -165555,9 +165573,9 @@ webhooks: type: string enum: - created - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -165638,9 +165656,9 @@ webhooks: type: string enum: - deleted - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -165786,9 +165804,9 @@ webhooks: - string - 'null' format: date - installation: *706 - organization: *707 - projects_v2_status_update: *749 + installation: *707 + organization: *708 + projects_v2_status_update: *750 sender: *4 required: - action @@ -165859,10 +165877,10 @@ webhooks: title: public event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - repository @@ -165939,13 +165957,13 @@ webhooks: type: string enum: - assigned - assignee: *725 - enterprise: *705 - installation: *706 - number: &750 + assignee: *726 + enterprise: *706 + installation: *707 + number: &751 description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -168316,7 +168334,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -168413,11 +168431,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -170781,7 +170799,7 @@ webhooks: - draft reason: type: string - repository: *708 + repository: *709 sender: *4 required: - action @@ -170878,11 +170896,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -173246,7 +173264,7 @@ webhooks: - draft reason: type: string - repository: *708 + repository: *709 sender: *4 required: - action @@ -173343,13 +173361,13 @@ webhooks: type: string enum: - closed - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: &751 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: &752 allOf: - - *564 + - *565 - type: object properties: allow_auto_merge: @@ -173411,7 +173429,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *708 + repository: *709 sender: *4 required: - action @@ -173492,12 +173510,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -173577,11 +173595,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *705 - milestone: *265 - number: *750 - organization: *707 - pull_request: &752 + enterprise: *706 + milestone: *266 + number: *751 + organization: *708 + pull_request: &753 title: Pull Request type: object properties: @@ -175972,7 +175990,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *708 + repository: *709 sender: *4 required: - action @@ -176051,11 +176069,11 @@ webhooks: type: string enum: - dequeued - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -178423,7 +178441,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *708 + repository: *709 sender: *4 required: - action @@ -178555,12 +178573,12 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -178640,11 +178658,11 @@ webhooks: type: string enum: - enqueued - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -180997,7 +181015,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -181085,11 +181103,11 @@ webhooks: type: string enum: - labeled - enterprise: *705 - installation: *706 - label: *724 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + label: *725 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -183459,7 +183477,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -183555,10 +183573,10 @@ webhooks: type: string enum: - locked - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -185926,7 +185944,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -186021,12 +186039,12 @@ webhooks: type: string enum: - milestoned - enterprise: *705 - milestone: *265 - number: *750 - organization: *707 - pull_request: *752 - repository: *708 + enterprise: *706 + milestone: *266 + number: *751 + organization: *708 + pull_request: *753 + repository: *709 sender: *4 required: - action @@ -186105,12 +186123,12 @@ webhooks: type: string enum: - opened - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -186191,12 +186209,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -186276,12 +186294,12 @@ webhooks: type: string enum: - reopened - enterprise: *705 - installation: *706 - number: *750 - organization: *707 - pull_request: *751 - repository: *708 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 + pull_request: *752 + repository: *709 sender: *4 required: - action @@ -186656,9 +186674,9 @@ webhooks: - start_side - side - reactions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -188910,7 +188928,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -189005,7 +189023,7 @@ webhooks: type: string enum: - deleted - comment: &754 + comment: &755 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -189298,9 +189316,9 @@ webhooks: - start_side - side - reactions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -191540,7 +191558,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -191635,11 +191653,11 @@ webhooks: type: string enum: - edited - changes: *753 - comment: *754 - enterprise: *705 - installation: *706 - organization: *707 + changes: *754 + comment: *755 + enterprise: *706 + installation: *707 + organization: *708 pull_request: type: object properties: @@ -193882,7 +193900,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *708 + repository: *709 sender: *4 required: - action @@ -193978,9 +193996,9 @@ webhooks: type: string enum: - dismissed - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -196235,7 +196253,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 review: description: The review that was affected. type: object @@ -196501,9 +196519,9 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -198617,8 +198635,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 - review: &755 + repository: *709 + review: &756 description: The review that was affected. type: object properties: @@ -198864,12 +198882,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -201238,7 +201256,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_reviewer: title: User type: @@ -201324,12 +201342,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -203705,7 +203723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203923,12 +203941,12 @@ webhooks: type: string enum: - review_requested - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -206299,7 +206317,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_reviewer: title: User type: @@ -206386,12 +206404,12 @@ webhooks: type: string enum: - review_requested - enterprise: *705 - installation: *706 + enterprise: *706 + installation: *707 number: description: The pull request number. type: integer - organization: *707 + organization: *708 pull_request: title: Pull Request type: object @@ -208753,7 +208771,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 requested_team: title: Team description: Groups of organization members that gives permissions @@ -208960,9 +208978,9 @@ webhooks: type: string enum: - submitted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -211220,8 +211238,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 - review: *755 + repository: *709 + review: *756 sender: *4 required: - action @@ -211316,9 +211334,9 @@ webhooks: type: string enum: - resolved - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -213471,7 +213489,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 sender: *4 thread: type: object @@ -213876,9 +213894,9 @@ webhooks: type: string enum: - unresolved - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 pull_request: title: Simple Pull Request type: object @@ -216014,7 +216032,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *708 + repository: *709 sender: *4 thread: type: object @@ -216421,10 +216439,10 @@ webhooks: type: string before: type: string - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -218781,7 +218799,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -218878,11 +218896,11 @@ webhooks: type: string enum: - unassigned - assignee: *756 - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + assignee: *757 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -221254,7 +221272,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -221348,11 +221366,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *705 - installation: *706 - label: *724 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + label: *725 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -223713,7 +223731,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -223809,10 +223827,10 @@ webhooks: type: string enum: - unlocked - enterprise: *705 - installation: *706 - number: *750 - organization: *707 + enterprise: *706 + installation: *707 + number: *751 + organization: *708 pull_request: title: Pull Request type: object @@ -226163,7 +226181,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *708 + repository: *709 sender: *4 required: - action @@ -226381,7 +226399,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *705 + enterprise: *706 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226476,8 +226494,8 @@ webhooks: - url - author - committer - installation: *706 - organization: *707 + installation: *707 + organization: *708 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227076,9 +227094,9 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 registry_package: type: object properties: @@ -227555,7 +227573,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *739 + items: *740 summary: type: string tag_name: @@ -227611,7 +227629,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -227689,9 +227707,9 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 registry_package: type: object properties: @@ -228003,7 +228021,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *739 + items: *740 summary: type: string tag_name: @@ -228053,7 +228071,7 @@ webhooks: - owner - package_version - registry - repository: *708 + repository: *709 sender: *4 required: - action @@ -228130,10 +228148,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - release: &757 + enterprise: *706 + installation: *707 + organization: *708 + release: &758 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228464,7 +228482,7 @@ webhooks: - updated_at - zipball_url - body - repository: *708 + repository: *709 sender: *4 required: - action @@ -228541,11 +228559,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -228662,11 +228680,11 @@ webhooks: type: boolean required: - to - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -228744,9 +228762,9 @@ webhooks: type: string enum: - prereleased - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229082,7 +229100,7 @@ webhooks: - string - 'null' format: uri - repository: *708 + repository: *709 sender: *4 required: - action @@ -229158,10 +229176,10 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - release: &758 + enterprise: *706 + installation: *707 + organization: *708 + release: &759 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229494,7 +229512,7 @@ webhooks: - string - 'null' format: uri - repository: *708 + repository: *709 sender: *4 required: - action @@ -229570,11 +229588,11 @@ webhooks: type: string enum: - released - enterprise: *705 - installation: *706 - organization: *707 - release: *757 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *758 + repository: *709 sender: *4 required: - action @@ -229650,11 +229668,11 @@ webhooks: type: string enum: - unpublished - enterprise: *705 - installation: *706 - organization: *707 - release: *758 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + release: *759 + repository: *709 sender: *4 required: - action @@ -229730,11 +229748,11 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_advisory: *628 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_advisory: *629 sender: *4 required: - action @@ -229810,11 +229828,11 @@ webhooks: type: string enum: - reported - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_advisory: *628 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_advisory: *629 sender: *4 required: - action @@ -229890,10 +229908,10 @@ webhooks: type: string enum: - archived - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -229970,10 +229988,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230051,10 +230069,10 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230139,10 +230157,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230257,10 +230275,10 @@ webhooks: - 'null' items: type: string - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230332,10 +230350,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 status: type: string @@ -230416,10 +230434,10 @@ webhooks: type: string enum: - privatized - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230496,10 +230514,10 @@ webhooks: type: string enum: - publicized - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230593,10 +230611,10 @@ webhooks: - name required: - repository - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -230676,11 +230694,11 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 sender: *4 required: - action @@ -230758,11 +230776,11 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 sender: *4 required: - action @@ -230840,11 +230858,11 @@ webhooks: type: string enum: - edited - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - repository_ruleset: *307 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + repository_ruleset: *308 changes: type: object properties: @@ -230863,16 +230881,16 @@ webhooks: properties: added: type: array - items: *281 + items: *282 deleted: type: array - items: *281 + items: *282 updated: type: array items: type: object properties: - condition: *281 + condition: *282 changes: type: object properties: @@ -230905,16 +230923,16 @@ webhooks: properties: added: type: array - items: *584 + items: *585 deleted: type: array - items: *584 + items: *585 updated: type: array items: type: object properties: - rule: *584 + rule: *585 changes: type: object properties: @@ -231151,10 +231169,10 @@ webhooks: - from required: - owner - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231232,10 +231250,10 @@ webhooks: type: string enum: - unarchived - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231313,7 +231331,7 @@ webhooks: type: string enum: - create - alert: &759 + alert: &760 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231438,10 +231456,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231651,10 +231669,10 @@ webhooks: type: string enum: - dismissed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231732,11 +231750,11 @@ webhooks: type: string enum: - reopen - alert: *759 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *760 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -231938,10 +231956,10 @@ webhooks: enum: - fixed - open - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232019,7 +232037,7 @@ webhooks: type: string enum: - assigned - alert: &760 + alert: &761 type: object properties: number: *170 @@ -232148,10 +232166,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232229,11 +232247,11 @@ webhooks: type: string enum: - created - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232314,11 +232332,11 @@ webhooks: type: string enum: - created - alert: *760 - installation: *706 - location: *761 - organization: *707 - repository: *708 + alert: *761 + installation: *707 + location: *762 + organization: *708 + repository: *709 sender: *4 required: - location @@ -232556,11 +232574,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232638,11 +232656,11 @@ webhooks: type: string enum: - reopened - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232720,11 +232738,11 @@ webhooks: type: string enum: - resolved - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232802,12 +232820,12 @@ webhooks: type: string enum: - unassigned - alert: *760 + alert: *761 assignee: *4 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -232885,11 +232903,11 @@ webhooks: type: string enum: - validated - alert: *760 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + alert: *761 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -233019,10 +233037,10 @@ webhooks: - organization - enterprise - - repository: *708 - enterprise: *705 - installation: *706 - organization: *707 + repository: *709 + enterprise: *706 + installation: *707 + organization: *708 sender: *4 required: - action @@ -233100,11 +233118,11 @@ webhooks: type: string enum: - published - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - security_advisory: &762 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + security_advisory: &763 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233308,11 +233326,11 @@ webhooks: type: string enum: - updated - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 - security_advisory: *762 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 + security_advisory: *763 sender: *4 required: - action @@ -233385,10 +233403,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233582,11 +233600,11 @@ webhooks: from: type: object properties: - security_and_analysis: *280 - enterprise: *705 - installation: *706 - organization: *707 - repository: *327 + security_and_analysis: *281 + enterprise: *706 + installation: *707 + organization: *708 + repository: *328 sender: *4 required: - changes @@ -233664,12 +233682,12 @@ webhooks: type: string enum: - cancelled - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: &763 + sponsorship: &764 type: object properties: created_at: @@ -233974,12 +233992,12 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - sponsorship @@ -234067,12 +234085,12 @@ webhooks: type: string required: - from - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -234149,17 +234167,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &764 + effective_date: &765 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: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - sponsorship @@ -234233,7 +234251,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &765 + changes: &766 type: object properties: tier: @@ -234277,13 +234295,13 @@ webhooks: - from required: - tier - effective_date: *764 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + effective_date: *765 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -234360,13 +234378,13 @@ webhooks: type: string enum: - tier_changed - changes: *765 - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + changes: *766 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - sponsorship: *763 + sponsorship: *764 required: - action - changes @@ -234440,10 +234458,10 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234527,10 +234545,10 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234964,15 +234982,15 @@ webhooks: type: - string - 'null' - enterprise: *705 + enterprise: *706 id: description: The unique identifier of the status. type: integer - installation: *706 + installation: *707 name: type: string - organization: *707 - repository: *708 + organization: *708 + repository: *709 sender: *4 sha: description: The Commit SHA. @@ -235088,9 +235106,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -235180,9 +235198,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -235272,9 +235290,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -235364,9 +235382,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *706 - organization: *707 - repository: *708 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -235443,12 +235461,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235678,9 +235696,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -236150,7 +236168,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -236226,9 +236244,9 @@ webhooks: type: string enum: - created - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -236698,7 +236716,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -236775,9 +236793,9 @@ webhooks: type: string enum: - deleted - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -237247,7 +237265,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -237391,9 +237409,9 @@ webhooks: - from required: - permissions - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -237863,7 +237881,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - changes @@ -237941,9 +237959,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *705 - installation: *706 - organization: *707 + enterprise: *706 + installation: *707 + organization: *708 repository: title: Repository description: A git repository @@ -238413,7 +238431,7 @@ webhooks: - topics - visibility sender: *4 - team: *766 + team: *767 required: - action - team @@ -238489,10 +238507,10 @@ webhooks: type: string enum: - started - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 required: - action @@ -238565,17 +238583,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *705 + enterprise: *706 inputs: type: - object - 'null' additionalProperties: true - installation: *706 - organization: *707 + installation: *707 + organization: *708 ref: type: string - repository: *708 + repository: *709 sender: *4 workflow: type: string @@ -238657,10 +238675,10 @@ webhooks: type: string enum: - completed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: allOf: @@ -238916,7 +238934,7 @@ webhooks: type: string required: - conclusion - deployment: *480 + deployment: *481 required: - action - repository @@ -238995,10 +239013,10 @@ webhooks: type: string enum: - in_progress - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: allOf: @@ -239280,7 +239298,7 @@ webhooks: required: - status - steps - deployment: *480 + deployment: *481 required: - action - repository @@ -239359,10 +239377,10 @@ webhooks: type: string enum: - queued - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: type: object @@ -239508,7 +239526,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *480 + deployment: *481 required: - action - repository @@ -239587,10 +239605,10 @@ webhooks: type: string enum: - waiting - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 workflow_job: type: object @@ -239737,7 +239755,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *480 + deployment: *481 required: - action - repository @@ -239817,12 +239835,12 @@ webhooks: type: string enum: - completed - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object @@ -240841,12 +240859,12 @@ webhooks: type: string enum: - in_progress - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object @@ -241850,12 +241868,12 @@ webhooks: type: string enum: - requested - enterprise: *705 - installation: *706 - organization: *707 - repository: *708 + enterprise: *706 + installation: *707 + organization: *708 + repository: *709 sender: *4 - workflow: *720 + workflow: *721 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 45c372cdbd..301317f96c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -52811,6 +52811,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -53153,6 +53161,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -187994,6 +188011,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -188361,6 +188386,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -443369,6 +443403,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -443719,6 +443761,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -445207,6 +445258,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -446524,6 +446584,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1011708,6 +1011777,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1014693,6 +1014771,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1017678,6 +1017765,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1020663,6 +1020759,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1023648,6 +1023753,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1026633,6 +1026747,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1029618,6 +1029741,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", @@ -1032603,6 +1032735,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss": { "type": "object", "description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.", diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 65d89bd6d2..91d14f3079 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -915,7 +915,7 @@ paths: - subscriptions_url - type - url - type: &437 + type: &438 type: string description: The type of credit the user is receiving. enum: @@ -1081,7 +1081,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: - - &741 + - &742 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4181,7 +4181,7 @@ paths: schema: type: integer default: 30 - - &344 + - &345 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 @@ -4190,7 +4190,7 @@ paths: required: false schema: type: string - - &345 + - &346 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4210,7 +4210,7 @@ paths: application/json: schema: type: array - items: &346 + items: &347 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4306,7 +4306,7 @@ paths: - installation_id - repository_id examples: - default: &347 + default: &348 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4338,7 +4338,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &751 + schema: &752 title: Scim Error description: Scim Error type: object @@ -4441,7 +4441,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4576,7 +4576,7 @@ paths: - request - response examples: - default: &349 + default: &350 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11964,7 +11964,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &752 + '401': &753 description: Authorization failure '404': *6 x-github: @@ -16237,7 +16237,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &526 + instances_url: &527 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16273,7 +16273,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &527 + dismissed_reason: &528 type: - string - 'null' @@ -16284,14 +16284,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &528 + dismissed_comment: &529 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &529 + rule: &530 type: object properties: id: @@ -16352,7 +16352,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &530 + tool: &531 type: object properties: name: *111 @@ -16363,26 +16363,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &531 + most_recent_instance: &532 type: object properties: - ref: &524 + ref: &525 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &541 + analysis_key: &542 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &542 + environment: &543 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &543 + category: &544 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16402,7 +16402,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &544 + location: &545 type: object description: Describe a region within a file for the alert. properties: @@ -16423,7 +16423,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &545 + items: &546 type: - string - 'null' @@ -18833,7 +18833,7 @@ paths: parent: anyOf: - type: 'null' - - &384 + - &385 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -20691,6 +20691,15 @@ paths: parameters: - *39 - &328 + name: classification + in: query + description: |- + A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. + + Can be: `malware`, `general` + schema: + type: string + - &329 name: state in: query description: |- @@ -20699,7 +20708,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &329 + - &330 name: severity in: query description: |- @@ -20708,7 +20717,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &330 + - &331 name: ecosystem in: query description: |- @@ -20717,14 +20726,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &331 + - &332 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &332 + - &333 name: epss_percentage in: query description: |- @@ -20736,7 +20745,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &582 + - &583 name: has in: query description: |- @@ -20750,7 +20759,7 @@ paths: type: string enum: - patch - - &333 + - &334 name: assignee in: query description: |- @@ -20759,7 +20768,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &334 + - &335 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -20769,7 +20778,7 @@ paths: enum: - development - runtime - - &335 + - &336 name: sort in: query description: |- @@ -20795,7 +20804,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 type: object description: A Dependabot alert. properties: @@ -20863,7 +20872,7 @@ paths: - transitive - inconclusive - - security_advisory: &583 + security_advisory: &584 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20946,6 +20955,13 @@ paths: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss: type: object description: Details for the advisory pertaining to the @@ -21099,7 +21115,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &584 + auto_dismissed_at: &585 type: - string - 'null' @@ -21107,7 +21123,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &585 + dismissal_request: &586 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21170,7 +21186,7 @@ paths: - repository additionalProperties: false examples: - default: &337 + default: &338 value: - number: 2 state: dismissed @@ -22147,7 +22163,7 @@ paths: application/json: schema: *20 examples: - default: &361 + default: &362 value: id: 1 account: @@ -22408,7 +22424,7 @@ paths: - name - created_on examples: - default: &441 + default: &442 value: total_count: 2 network_configurations: @@ -22659,7 +22675,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &442 + - &443 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22671,7 +22687,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &444 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22710,7 +22726,7 @@ paths: - subnet_id - region examples: - default: &444 + default: &445 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23563,7 +23579,7 @@ paths: required: true content: application/json: - schema: &415 + schema: &416 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24765,7 +24781,7 @@ paths: conditions: anyOf: - *158 - - &419 + - &420 title: Organization ruleset conditions type: object description: |- @@ -24815,7 +24831,7 @@ paths: - object rules: type: array - items: &707 + items: &708 title: Repository Rule type: object description: A repository rule. @@ -24824,7 +24840,7 @@ paths: - *167 - *168 - *169 - - &705 + - &706 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25152,7 +25168,7 @@ paths: type: string format: date-time examples: - default: &422 + default: &423 value: - version_id: 3 actor: @@ -25205,7 +25221,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 allOf: - *191 - type: object @@ -25260,7 +25276,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &424 + - &425 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -25271,7 +25287,7 @@ paths: enum: - open - resolved - - &425 + - &426 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -25281,7 +25297,7 @@ paths: required: false schema: type: string - - &426 + - &427 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25290,7 +25306,7 @@ paths: required: false schema: type: string - - &427 + - &428 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25309,7 +25325,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &428 + - &429 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. @@ -25325,7 +25341,7 @@ paths: - *17 - *108 - *109 - - &429 + - &430 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25334,7 +25350,7 @@ paths: required: false schema: type: string - - &430 + - &431 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25343,7 +25359,7 @@ paths: schema: type: boolean default: false - - &431 + - &432 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25352,7 +25368,7 @@ paths: schema: type: boolean default: false - - &432 + - &433 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25368,7 +25384,7 @@ paths: application/json: schema: type: array - items: &433 + items: &434 type: object properties: number: *126 @@ -25384,14 +25400,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &719 + state: &720 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: &720 + resolution: &721 type: - string - 'null' @@ -25498,14 +25514,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &721 + - &722 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &723 + - &724 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25569,7 +25585,7 @@ paths: - blob_url - commit_sha - commit_url - - &724 + - &725 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -25630,7 +25646,7 @@ paths: - page_url - commit_sha - commit_url - - &725 + - &726 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25652,7 +25668,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &726 + - &727 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25674,7 +25690,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &727 + - &728 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25696,7 +25712,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &728 + - &729 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25711,7 +25727,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &729 + - &730 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25726,7 +25742,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &730 + - &731 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25741,7 +25757,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &731 + - &732 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -25763,7 +25779,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &732 + - &733 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -25785,7 +25801,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &733 + - &734 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -25807,7 +25823,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &734 + - &735 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -25829,7 +25845,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &735 + - &736 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -25875,7 +25891,7 @@ paths: - type: 'null' - *4 examples: - default: &434 + default: &435 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26084,7 +26100,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -26171,7 +26187,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *193 examples: - default: &436 + default: &437 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -26307,7 +26323,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &438 + - &439 name: advanced_security_product in: query description: | @@ -26327,7 +26343,7 @@ paths: description: Success content: application/json: - schema: &439 + schema: &440 type: object properties: total_advanced_security_committers: @@ -26390,7 +26406,7 @@ paths: required: - repositories examples: - default: &440 + default: &441 value: total_advanced_security_committers: 2 total_count: 2 @@ -29550,7 +29566,7 @@ paths: properties: action: type: string - discussion: &856 + discussion: &857 title: Discussion description: A Discussion in a repository. type: object @@ -30051,7 +30067,7 @@ paths: milestone: anyOf: - type: 'null' - - &405 + - &406 title: Milestone description: A collection of related issues and pull requests. @@ -30223,7 +30239,7 @@ paths: timeline_url: type: string format: uri - type: &371 + type: &372 title: Issue Type description: The type of issue. type: @@ -30334,7 +30350,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &779 + sub_issues_summary: &780 title: Sub-issues Summary type: object properties: @@ -30418,7 +30434,7 @@ paths: pin: anyOf: - type: 'null' - - &664 + - &665 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30445,7 +30461,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &780 + issue_dependencies_summary: &781 title: Issue Dependencies Summary type: object properties: @@ -30464,7 +30480,7 @@ paths: - total_blocking issue_field_values: type: array - items: &649 + items: &650 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31245,7 +31261,7 @@ paths: type: string release: allOf: - - &698 + - &699 title: Release description: A release. type: object @@ -31327,7 +31343,7 @@ paths: author: *4 assets: type: array - items: &699 + items: &700 title: Release Asset description: Data related to a release. type: object @@ -31918,7 +31934,7 @@ paths: url: type: string format: uri - user: &786 + user: &787 title: Public User description: Public User type: object @@ -33815,7 +33831,7 @@ paths: - closed - all default: open - - &374 + - &375 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -33866,7 +33882,7 @@ paths: type: array items: *219 examples: - default: &375 + default: &376 value: - id: 1 node_id: MDU6SXNzdWUx @@ -35278,14 +35294,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: - - &453 + - &454 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &454 + - &455 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -35347,7 +35363,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &459 + '301': &460 description: Moved permanently content: application/json: @@ -35369,7 +35385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &672 + - &673 name: all description: If `true`, show notifications marked as read. in: query @@ -35377,7 +35393,7 @@ paths: schema: type: boolean default: false - - &673 + - &674 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35387,7 +35403,7 @@ paths: type: boolean default: false - *224 - - &674 + - &675 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: @@ -35769,7 +35785,7 @@ paths: type: boolean examples: - false - security_and_analysis: &416 + security_and_analysis: &417 type: - object - 'null' @@ -35981,7 +35997,7 @@ paths: - url - subscription_url examples: - default: &675 + default: &676 value: - id: '1' repository: @@ -37110,7 +37126,7 @@ paths: type: array items: *152 examples: - default: &681 + default: &682 value: - property_name: environment value: production @@ -37160,7 +37176,7 @@ paths: required: - properties examples: - default: &682 + default: &683 value: properties: - property_name: environment @@ -38051,7 +38067,7 @@ paths: type: integer repository_cache_usages: type: array - items: &466 + items: &467 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -41342,7 +41358,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &487 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -41377,7 +41393,7 @@ paths: - key_id - key examples: - default: &487 + default: &488 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41790,7 +41806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &471 + - &472 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)." @@ -43089,12 +43105,12 @@ paths: required: - subject_digests examples: - default: &817 + default: &818 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &818 + withPredicateType: &819 value: subject_digests: - sha256:abc123 @@ -43153,7 +43169,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &819 + default: &820 value: attestations_subject_digests: - sha256:abc: @@ -43504,7 +43520,7 @@ paths: initiator: type: string examples: - default: &500 + default: &501 value: attestations: - bundle: @@ -44426,7 +44442,7 @@ paths: be returned. in: query required: false - schema: &525 + schema: &526 type: string description: Severity of a code scanning alert. enum: @@ -45482,7 +45498,7 @@ paths: type: integer codespaces: type: array - items: &376 + items: &377 type: object title: Codespace description: A codespace. @@ -45517,7 +45533,7 @@ paths: machine: anyOf: - type: 'null' - - &557 + - &558 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -45804,7 +45820,7 @@ paths: - pulls_url - recent_folders examples: - default: &377 + default: &378 value: total_count: 3 codespaces: @@ -46469,7 +46485,7 @@ paths: - updated_at - visibility examples: - default: &558 + default: &559 value: total_count: 2 secrets: @@ -46507,7 +46523,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &560 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -46542,7 +46558,7 @@ paths: - key_id - key examples: - default: &560 + default: &561 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -46574,7 +46590,7 @@ paths: application/json: schema: *321 examples: - default: &562 + default: &563 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48716,6 +48732,7 @@ paths: - *330 - *331 - *332 + - *333 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -48745,7 +48762,7 @@ paths: enum: - patch - deployment - - *333 + - *334 - name: runtime_risk in: query description: |- @@ -48754,8 +48771,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *334 - *335 + - *336 - *110 - *108 - *109 @@ -48767,9 +48784,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *337 + default: *338 '304': *35 '400': *14 '403': *27 @@ -48813,7 +48830,7 @@ paths: type: integer secrets: type: array - items: &338 + items: &339 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -48892,7 +48909,7 @@ paths: description: Response content: application/json: - schema: &588 + schema: &589 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48911,7 +48928,7 @@ paths: - key_id - key examples: - default: &589 + default: &590 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48941,7 +48958,7 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: default: value: @@ -49239,7 +49256,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &597 + - &598 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49247,7 +49264,7 @@ paths: required: false schema: type: string - - &598 + - &599 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49255,7 +49272,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: time_period description: |- The time period to filter by. @@ -49271,7 +49288,7 @@ paths: - week - month default: month - - &600 + - &601 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49296,7 +49313,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49406,7 +49423,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: &339 + items: &340 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -49459,7 +49476,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &602 + default: &603 value: - id: 21 number: 42 @@ -49551,7 +49568,7 @@ paths: - *103 - *104 - *105 - - &340 + - &341 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -49577,7 +49594,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49687,7 +49704,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *339 + items: *340 url: type: string format: uri @@ -49700,7 +49717,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &604 + default: &605 value: - id: 21 number: 42 @@ -49792,7 +49809,7 @@ paths: - *103 - *104 - *105 - - *340 + - *341 - *17 - *19 responses: @@ -49802,7 +49819,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -49929,7 +49946,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &606 + default: &607 value: - id: 21 number: 42 @@ -50017,7 +50034,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Package description: A software package type: object @@ -50088,7 +50105,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: - id: 197 name: hello_docker @@ -50275,7 +50292,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &451 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -50365,7 +50382,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &451 + default: &452 value: group_id: '123' group_name: Octocat admins @@ -50420,7 +50437,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -50460,7 +50477,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &448 + default: &449 value: groups: - group_id: '123' @@ -50505,7 +50522,7 @@ paths: application/json: schema: type: array - items: &365 + items: &366 title: Organization Invitation description: Organization Invitation type: object @@ -50559,7 +50576,7 @@ paths: - invitation_teams_url - node_id examples: - default: &366 + default: &367 value: - id: 1 login: monalisa @@ -50626,7 +50643,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -50640,7 +50657,7 @@ paths: - name - description examples: - default: &418 + default: &419 value: - name: add_assignee description: Assign or remove a user @@ -50681,7 +50698,7 @@ paths: application/json: schema: type: array - items: &341 + items: &342 title: Org Hook description: Org Hook type: object @@ -50864,9 +50881,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &342 + default: &343 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -50911,7 +50928,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &343 + - &344 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. @@ -50924,9 +50941,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 x-github: githubCloudOnly: false @@ -50948,7 +50965,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *343 + - *344 requestBody: required: false content: @@ -50994,7 +51011,7 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: default: value: @@ -51034,7 +51051,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *343 + - *344 responses: '204': description: Response @@ -51060,7 +51077,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *343 + - *344 responses: '200': description: Response @@ -51089,7 +51106,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *343 + - *344 requestBody: required: false content: @@ -51138,10 +51155,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *343 - - *17 - *344 + - *17 - *345 + - *346 responses: '200': description: Response @@ -51149,9 +51166,9 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: - default: *347 + default: *348 '400': *14 '422': *15 x-github: @@ -51175,16 +51192,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *343 + - *344 - *16 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '400': *14 '422': *15 x-github: @@ -51208,7 +51225,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *343 + - *344 - *16 responses: '202': *37 @@ -51235,7 +51252,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *343 + - *344 responses: '204': description: Response @@ -51258,7 +51275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &354 + - &355 name: actor_type in: path description: The type of the actor @@ -51271,14 +51288,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &355 + - &356 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &350 + - &351 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`.' @@ -51286,7 +51303,7 @@ paths: required: true schema: type: string - - &351 + - &352 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) @@ -51381,12 +51398,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 - - *350 - *351 + - *352 - *19 - *17 - *110 - - &360 + - &361 name: sort description: The property to sort the results by. in: query @@ -51465,14 +51482,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 - - *350 - *351 + - *352 responses: '200': description: Response content: application/json: - schema: &352 + schema: &353 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -51488,7 +51505,7 @@ paths: type: integer format: int64 examples: - default: &353 + default: &354 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -51509,23 +51526,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &356 + - &357 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *350 - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: enabledForGitHubApps: true category: orgs @@ -51544,18 +51561,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 - - *350 - *351 - - *354 + - *352 - *355 + - *356 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: enabledForGitHubApps: true category: orgs @@ -51573,9 +51590,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 - - *350 - *351 - - &357 + - *352 + - &358 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -51588,7 +51605,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -51604,7 +51621,7 @@ paths: type: integer format: int64 examples: - default: &359 + default: &360 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -51641,18 +51658,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *356 - - *350 - - *351 - *357 + - *351 + - *352 + - *358 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: enabledForGitHubApps: true category: orgs @@ -51670,19 +51687,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 - - *354 - *355 - - *350 + - *356 - *351 - - *357 + - *352 + - *358 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: enabledForGitHubApps: true category: orgs @@ -51700,13 +51717,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *356 - - *350 + - *357 - *351 + - *352 - *19 - *17 - *110 - - *360 + - *361 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -51790,7 +51807,7 @@ paths: application/json: schema: *20 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -51910,12 +51927,12 @@ paths: application/json: schema: anyOf: - - &363 + - &364 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &362 + limit: &363 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -51943,7 +51960,7 @@ paths: properties: {} additionalProperties: false examples: - default: &364 + default: &365 value: limit: collaborators_only origin: organization @@ -51972,13 +51989,13 @@ paths: required: true content: application/json: - schema: &637 + schema: &638 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *362 + limit: *363 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -52003,9 +52020,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 '422': *15 x-github: githubCloudOnly: false @@ -52083,9 +52100,9 @@ paths: application/json: schema: type: array - items: *365 + items: *366 examples: - default: *366 + default: *367 headers: Link: *45 '404': *6 @@ -52163,7 +52180,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: default: value: @@ -52220,7 +52237,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &367 + - &368 name: invitation_id description: The unique identifier of the invitation. in: path @@ -52254,7 +52271,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *367 + - *368 - *17 - *19 responses: @@ -52266,7 +52283,7 @@ paths: type: array items: *307 examples: - default: &385 + default: &386 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -52309,7 +52326,7 @@ paths: application/json: schema: type: array - items: &368 + items: &369 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -52552,9 +52569,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &369 + default: &370 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -52610,7 +52627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *87 - - &370 + - &371 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -52711,9 +52728,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 '404': *6 '422': *7 x-github: @@ -52738,7 +52755,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *87 - - *370 + - *371 responses: '204': *151 '404': *6 @@ -52768,7 +52785,7 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: default: value: @@ -52856,9 +52873,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &372 + default: &373 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -52891,7 +52908,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &373 + - &374 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -52947,9 +52964,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 '404': *6 '422': *7 x-github: @@ -52974,7 +52991,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *373 + - *374 responses: '204': description: Response @@ -53037,7 +53054,7 @@ paths: - closed - all default: open - - *374 + - *375 - name: type description: Can be the name of an issue type. in: query @@ -53068,7 +53085,7 @@ paths: type: array items: *219 examples: - default: *375 + default: *376 headers: Link: *45 '404': *6 @@ -53227,9 +53244,9 @@ paths: type: integer codespaces: type: array - items: *376 + items: *377 examples: - default: *377 + default: *378 '304': *35 '500': *38 '401': *23 @@ -53256,7 +53273,7 @@ paths: parameters: - *87 - *139 - - &378 + - &379 name: codespace_name in: path required: true @@ -53291,15 +53308,15 @@ paths: parameters: - *87 - *139 - - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: &556 + default: &557 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -53555,7 +53572,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: Org Membership description: Org Membership type: object @@ -53624,7 +53641,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &380 + response-if-user-has-an-active-admin-membership-with-organization: &381 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -53725,9 +53742,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - response-if-user-already-had-membership-with-organization: *380 + response-if-user-already-had-membership-with-organization: *381 '422': *15 '403': *27 x-github: @@ -53799,7 +53816,7 @@ paths: application/json: schema: type: array - items: &381 + items: &382 title: Migration description: A migration. type: object @@ -54137,7 +54154,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -54316,7 +54333,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &382 + - &383 name: migration_id description: The unique identifier of the migration. in: path @@ -54344,7 +54361,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -54514,7 +54531,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *382 + - *383 responses: '302': description: Response @@ -54536,7 +54553,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *382 + - *383 responses: '204': description: Response @@ -54560,8 +54577,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *382 - - &800 + - *383 + - &801 name: repo_name description: repo_name parameter in: path @@ -54589,7 +54606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *382 + - *383 - *17 - *19 responses: @@ -54601,7 +54618,7 @@ paths: type: array items: *278 examples: - default: &392 + default: &393 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -54812,7 +54829,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &383 + items: &384 title: Organization Role description: Organization roles type: object @@ -55021,7 +55038,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -55251,7 +55268,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -55348,7 +55365,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -55507,7 +55524,7 @@ paths: parent: anyOf: - type: 'null' - - *384 + - *385 type: description: The ownership type of the team type: string @@ -55540,7 +55557,7 @@ paths: - type - parent examples: - default: *385 + default: *386 headers: Link: *45 '404': @@ -55599,7 +55616,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *384 + items: *385 name: type: - string @@ -55909,7 +55926,7 @@ paths: - nuget - container - *87 - - &801 + - &802 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55945,12 +55962,12 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 '403': *27 '401': *23 - '400': &803 + '400': &804 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -55972,7 +55989,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &388 + - &389 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 @@ -55990,7 +56007,7 @@ paths: - docker - nuget - container - - &389 + - &390 name: package_name description: The name of the package. in: path @@ -56003,7 +56020,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -56055,8 +56072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *388 - *389 + - *390 - *87 responses: '204': @@ -56089,8 +56106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - name: token description: package token @@ -56123,8 +56140,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: - - *388 - *389 + - *390 - *87 - *19 - *17 @@ -56145,7 +56162,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Package Version description: A version of a software package type: object @@ -56280,10 +56297,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: - - *388 - *389 + - *390 - *87 - - &391 + - &392 name: package_version_id description: Unique identifier of the package version. in: path @@ -56295,7 +56312,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -56331,10 +56348,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - *391 + - *392 responses: '204': description: Response @@ -56366,10 +56383,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - *391 + - *392 responses: '204': description: Response @@ -56399,7 +56416,7 @@ paths: - *87 - *17 - *19 - - &393 + - &394 name: sort description: The property by which to sort the results. in: query @@ -56410,7 +56427,7 @@ paths: - created_at default: created_at - *110 - - &394 + - &395 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -56422,7 +56439,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &395 + - &396 name: repository description: The name of the repository to use to filter the results. in: query @@ -56431,7 +56448,7 @@ paths: type: string examples: - Hello-World - - &396 + - &397 name: permission description: The permission to use to filter the results. in: query @@ -56440,7 +56457,7 @@ paths: type: string examples: - issues_read - - &397 + - &398 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) @@ -56450,7 +56467,7 @@ paths: schema: type: string format: date-time - - &398 + - &399 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) @@ -56460,7 +56477,7 @@ paths: schema: type: string format: date-time - - &399 + - &400 name: token_id description: The ID of the token in: query @@ -56779,7 +56796,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 x-github: @@ -56805,14 +56822,14 @@ paths: - *87 - *17 - *19 - - *393 - - *110 - *394 + - *110 - *395 - *396 - *397 - *398 - *399 + - *400 responses: '500': *38 '422': *15 @@ -57096,7 +57113,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 x-github: @@ -57138,7 +57155,7 @@ paths: type: integer configurations: type: array - items: &400 + items: &401 title: Organization private registry description: Private registry configuration for an organization type: object @@ -57572,7 +57589,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &401 + org-private-registry-with-selected-visibility: &402 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -57670,9 +57687,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -57900,7 +57917,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Projects v2 Project description: A projects v2 project type: object @@ -57974,7 +57991,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &889 + - &890 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58059,7 +58076,7 @@ paths: - deleted_at - deleted_by examples: - default: &403 + default: &404 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -58162,7 +58179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &404 + - &405 name: project_number description: The project's number. in: path @@ -58175,9 +58192,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 headers: Link: *45 '304': *35 @@ -58200,7 +58217,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true description: Details of the draft item to create in the project. @@ -58234,7 +58251,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: Projects v2 Item description: An item belonging to a project type: object @@ -58248,7 +58265,7 @@ paths: content: oneOf: - *219 - - &571 + - &572 title: Pull Request Simple description: Pull Request Simple type: object @@ -58368,7 +58385,7 @@ paths: milestone: anyOf: - type: 'null' - - *405 + - *406 active_lock_reason: type: - string @@ -58461,7 +58478,7 @@ paths: _links: type: object properties: - comments: &406 + comments: &407 title: Link description: Hypermedia Link type: object @@ -58470,13 +58487,13 @@ paths: type: string required: - href - commits: *406 - statuses: *406 - html: *406 - issue: *406 - review_comments: *406 - review_comment: *406 - self: *406 + commits: *407 + statuses: *407 + html: *407 + issue: *407 + review_comments: *407 + review_comment: *407 + self: *407 required: - comments - commits @@ -58487,7 +58504,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &684 + auto_merge: &685 title: Auto merge description: The status of auto merging a pull request. type: @@ -58589,7 +58606,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &408 + content_type: &409 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -58633,7 +58650,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &410 + draft_issue: &411 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -58707,7 +58724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *404 + - *405 - *87 - *17 - *108 @@ -58719,7 +58736,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -58872,7 +58889,7 @@ paths: - updated_at - project_url examples: - default: &822 + default: &823 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59002,7 +59019,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *404 + - *405 - *87 requestBody: required: true @@ -59049,7 +59066,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &823 + items: &824 type: object properties: name: @@ -59086,7 +59103,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &824 + iteration_configuration: &825 type: object description: The configuration for iteration fields. properties: @@ -59136,7 +59153,7 @@ paths: value: name: Due date data_type: date - single_select_field: &825 + single_select_field: &826 summary: Create a single select field value: name: Priority @@ -59163,7 +59180,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &826 + iteration_field: &827 summary: Create an iteration field value: name: Sprint @@ -59187,9 +59204,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *407 + schema: *408 examples: - text_field: &827 + text_field: &828 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -59198,7 +59215,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &828 + number_field: &829 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -59207,7 +59224,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &829 + date_field: &830 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -59216,7 +59233,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &830 + single_select_field: &831 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59250,7 +59267,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &831 + iteration_field: &832 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -59295,8 +59312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *404 - - &832 + - *405 + - &833 name: field_id description: The unique identifier of the field. in: path @@ -59309,9 +59326,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &833 + default: &834 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59367,7 +59384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *404 + - *405 - *87 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -59400,7 +59417,7 @@ paths: application/json: schema: type: array - items: &411 + items: &412 title: Projects v2 Item description: An item belonging to a project type: object @@ -59417,7 +59434,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *408 + content_type: *409 content: type: - object @@ -59467,7 +59484,7 @@ paths: - updated_at - archived_at examples: - default: &412 + default: &413 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -60165,7 +60182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -60235,22 +60252,22 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *410 + value: *411 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *410 + value: *411 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *410 + value: *411 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *410 + value: *411 '304': *35 '403': *27 '401': *23 @@ -60270,9 +60287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *404 + - *405 - *87 - - &413 + - &414 name: item_id description: The unique identifier of the project item. in: path @@ -60298,9 +60315,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: *412 + default: *413 headers: Link: *45 '304': *35 @@ -60321,9 +60338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *404 + - *405 - *87 - - *413 + - *414 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -60396,13 +60413,13 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - text_field: *412 - number_field: *412 - date_field: *412 - single_select_field: *412 - iteration_field: *412 + text_field: *413 + number_field: *413 + date_field: *413 + single_select_field: *413 + iteration_field: *413 '401': *23 '403': *27 '404': *6 @@ -60422,9 +60439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *404 + - *405 - *87 - - *413 + - *414 responses: '204': description: Response @@ -60448,7 +60465,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true content: @@ -60522,7 +60539,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &814 + schema: &815 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60626,7 +60643,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &414 + value: &415 value: id: 1 number: 1 @@ -60672,10 +60689,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *414 + value: *415 roadmap_view: summary: Response for creating a roadmap view - value: *414 + value: *415 '304': *35 '403': *27 '401': *23 @@ -60703,9 +60720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *404 + - *405 - *87 - - &834 + - &835 name: view_number description: The number that identifies the project view. in: path @@ -60737,9 +60754,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *45 '304': *35 @@ -60903,7 +60920,7 @@ paths: required: true content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -61271,7 +61288,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 x-github: @@ -61475,7 +61492,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Full Repository description: Full Repository type: object @@ -61953,7 +61970,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &576 + code_of_conduct: &577 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -61983,7 +62000,7 @@ paths: - key - name - html_url - security_and_analysis: *416 + security_and_analysis: *417 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -62067,7 +62084,7 @@ paths: - network_count - subscribers_count examples: - default: &460 + default: &461 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -62593,9 +62610,9 @@ paths: application/json: schema: type: array - items: *417 + items: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -62620,7 +62637,7 @@ paths: - *87 - *17 - *19 - - &706 + - &707 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62712,11 +62729,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *165 - conditions: *419 + conditions: *420 rules: type: array description: An array of rules within the ruleset. - items: &421 + items: &422 title: Repository Rule type: object description: A repository rule. @@ -62781,7 +62798,7 @@ paths: application/json: schema: *187 examples: - default: &420 + default: &421 value: id: 21 name: super cool ruleset @@ -62837,7 +62854,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &708 + - &709 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 @@ -62849,14 +62866,14 @@ paths: x-multi-segment: true - *304 - *105 - - &709 + - &710 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 - - &710 + - &711 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62876,7 +62893,7 @@ paths: description: Response content: application/json: - schema: &711 + schema: &712 title: Rule Suites description: Response type: array @@ -62932,7 +62949,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &712 + default: &713 value: - id: 21 actor_id: 12 @@ -62976,7 +62993,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &713 + - &714 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -62992,7 +63009,7 @@ paths: description: Response content: application/json: - schema: &714 + schema: &715 title: Rule Suite description: Response type: object @@ -63099,7 +63116,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &715 + default: &716 value: id: 21 actor_id: 12 @@ -63174,7 +63191,7 @@ paths: application/json: schema: *187 examples: - default: *420 + default: *421 '404': *6 '500': *38 put: @@ -63223,11 +63240,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *165 - conditions: *419 + conditions: *420 rules: description: An array of rules within the ruleset. type: array - items: *421 + items: *422 examples: default: value: @@ -63264,7 +63281,7 @@ paths: application/json: schema: *187 examples: - default: *420 + default: *421 '404': *6 '422': *15 '500': *38 @@ -63324,7 +63341,7 @@ paths: type: array items: *191 examples: - default: *422 + default: *423 '404': *6 '500': *38 x-github: @@ -63361,7 +63378,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -63424,15 +63441,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 - - *424 - *425 - *426 - *427 - *428 + - *429 - *110 - *19 - *17 - - &717 + - &718 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 @@ -63442,7 +63459,7 @@ paths: required: false schema: type: string - - &718 + - &719 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 @@ -63452,10 +63469,10 @@ paths: required: false schema: type: string - - *429 - *430 - *431 - *432 + - *433 responses: '200': description: Response @@ -63463,9 +63480,9 @@ paths: application/json: schema: type: array - items: *433 + items: *434 examples: - default: *434 + default: *435 headers: Link: *45 '404': *6 @@ -63500,9 +63517,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '403': *27 '404': *6 patch: @@ -63655,7 +63672,7 @@ paths: application/json: schema: type: array - items: &739 + items: &740 description: A repository security advisory. type: object properties: @@ -63899,7 +63916,7 @@ paths: login: type: string description: The username of the user credited. - type: *437 + type: *438 credits_detailed: type: - array @@ -63910,7 +63927,7 @@ paths: type: object properties: user: *4 - type: *437 + type: *438 state: type: string description: The state of the user's acceptance of the @@ -63974,7 +63991,7 @@ paths: - private_fork additionalProperties: false examples: - default: &740 + default: &741 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64361,7 +64378,7 @@ paths: application/json: schema: type: array - items: *384 + items: *385 examples: default: value: @@ -64460,7 +64477,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *438 + - *439 - *17 - *19 responses: @@ -64468,9 +64485,9 @@ paths: description: Success content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64753,7 +64770,7 @@ paths: type: array items: *144 examples: - default: *441 + default: *442 headers: Link: *45 x-github: @@ -64982,15 +64999,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *87 - - *442 + - *443 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 headers: Link: *45 x-github: @@ -65028,7 +65045,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &456 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -65080,7 +65097,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &456 + default: &457 value: groups: - group_id: '123' @@ -65206,7 +65223,7 @@ paths: type: array items: *307 examples: - default: *385 + default: *386 headers: Link: *45 '403': *27 @@ -65300,7 +65317,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -65374,7 +65391,7 @@ paths: parent: anyOf: - type: 'null' - - *384 + - *385 members_count: type: integer examples: @@ -65699,7 +65716,7 @@ paths: - repos_count - organization examples: - default: &446 + default: &447 value: id: 1 node_id: MDQ6VGVhbTE= @@ -65776,9 +65793,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 x-github: githubCloudOnly: false @@ -65863,16 +65880,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '201': description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 '422': *15 '403': *27 @@ -65902,7 +65919,7 @@ paths: responses: '204': description: Response - '422': &449 + '422': &450 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -65931,10 +65948,10 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 - '422': *449 + default: *449 + '422': *450 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -65978,10 +65995,10 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 - '422': *449 + default: *452 + '422': *450 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66005,7 +66022,7 @@ paths: responses: '204': description: Response - '422': *449 + '422': *450 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66037,12 +66054,12 @@ paths: application/json: schema: type: array - items: *365 + items: *366 examples: - default: *366 + default: *367 headers: Link: *45 - '422': *449 + '422': *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66124,7 +66141,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &453 title: Team Membership description: Team Membership type: object @@ -66152,7 +66169,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &782 + response-if-user-is-a-team-maintainer: &783 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -66215,9 +66232,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - response-if-users-membership-with-team-is-now-pending: &783 + response-if-users-membership-with-team-is-now-pending: &784 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -66293,7 +66310,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 x-github: @@ -66324,14 +66341,14 @@ paths: parameters: - *87 - *214 - - *453 - *454 + - *455 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &784 + schema: &785 title: Team Repository description: A team's access to a repository. type: object @@ -66974,8 +66991,8 @@ paths: parameters: - *87 - *214 - - *453 - *454 + - *455 requestBody: required: false content: @@ -67022,8 +67039,8 @@ paths: parameters: - *87 - *214 - - *453 - *454 + - *455 responses: '204': description: Response @@ -67056,10 +67073,10 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 - '422': *449 + default: *457 + '422': *450 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67125,7 +67142,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -67137,7 +67154,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *449 + '422': *450 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67171,7 +67188,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &785 + response-if-child-teams-exist: &786 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -67325,7 +67342,7 @@ paths: resources: type: object properties: - core: &457 + core: &458 title: Rate Limit type: object properties: @@ -67342,21 +67359,21 @@ paths: - remaining - reset - used - graphql: *457 - search: *457 - code_search: *457 - source_import: *457 - integration_manifest: *457 - code_scanning_upload: *457 - actions_runner_registration: *457 - scim: *457 - dependency_snapshots: *457 - dependency_sbom: *457 - code_scanning_autofix: *457 + graphql: *458 + search: *458 + code_search: *458 + source_import: *458 + integration_manifest: *458 + code_scanning_upload: *458 + actions_runner_registration: *458 + scim: *458 + dependency_snapshots: *458 + dependency_sbom: *458 + code_scanning_autofix: *458 required: - core - search - rate: *457 + rate: *458 required: - rate - resources @@ -67461,14 +67478,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: default-response: summary: Default response @@ -67977,7 +67994,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *459 + '301': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67995,8 +68012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: false content: @@ -68298,10 +68315,10 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 - '307': &461 + default: *461 + '307': &462 description: Temporary Redirect content: application/json: @@ -68330,8 +68347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -68353,7 +68370,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': *461 + '307': *462 '404': *6 '409': *119 x-github: @@ -68377,11 +68394,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *453 - *454 + - *455 - *17 - *19 - - &478 + - &479 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -68404,7 +68421,7 @@ paths: type: integer artifacts: type: array - items: &462 + items: &463 title: Artifact description: An artifact type: object @@ -68499,7 +68516,7 @@ paths: - expires_at - updated_at examples: - default: &479 + default: &480 value: total_count: 2 artifacts: @@ -68560,9 +68577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *453 - *454 - - &463 + - *455 + - &464 name: artifact_id description: The unique identifier of the artifact. in: path @@ -68574,7 +68591,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -68612,9 +68629,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *453 - *454 - - *463 + - *455 + - *464 responses: '204': description: Response @@ -68638,9 +68655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *453 - *454 - - *463 + - *455 + - *464 - name: archive_format in: path required: true @@ -68654,7 +68671,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': &640 + '410': &641 description: Gone content: application/json: @@ -68679,14 +68696,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: &464 + schema: &465 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -68720,13 +68737,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: true content: application/json: - schema: *464 + schema: *465 examples: selected_actions: *42 responses: @@ -68755,14 +68772,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -68796,13 +68813,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: true content: application/json: - schema: *465 + schema: *466 examples: selected_actions: *44 responses: @@ -68833,14 +68850,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: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -68866,11 +68883,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: - - *453 - *454 + - *455 - *17 - *19 - - &467 + - &468 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 @@ -68904,7 +68921,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: Repository actions caches description: Repository actions caches type: object @@ -68954,7 +68971,7 @@ paths: - total_count - actions_caches examples: - default: &469 + default: &470 value: total_count: 1 actions_caches: @@ -68986,23 +69003,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: - - *453 - *454 + - *455 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *467 + - *468 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69022,8 +69039,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: - - *453 - *454 + - *455 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -69054,9 +69071,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: - - *453 - *454 - - &470 + - *455 + - &471 name: job_id description: The unique identifier of the job. in: path @@ -69068,7 +69085,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &483 title: Job description: Information of a job execution in a workflow run type: object @@ -69415,9 +69432,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: - - *453 - *454 - - *470 + - *455 + - *471 responses: '302': description: Response @@ -69445,9 +69462,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: - - *453 - *454 - - *470 + - *455 + - *471 requestBody: required: false content: @@ -69493,8 +69510,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: - - *453 - *454 + - *455 responses: '200': description: Status response @@ -69544,8 +69561,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -69608,8 +69625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -69627,7 +69644,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &485 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -69648,7 +69665,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &486 value: total_count: 2 secrets: @@ -69681,9 +69698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *453 - *454 - - *471 + - *455 + - *472 - *19 responses: '200': @@ -69700,7 +69717,7 @@ paths: type: integer variables: type: array - items: &488 + items: &489 title: Actions Variable type: object properties: @@ -69734,7 +69751,7 @@ paths: - created_at - updated_at examples: - default: &489 + default: &490 value: total_count: 2 variables: @@ -69767,8 +69784,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -69777,7 +69794,7 @@ paths: schema: type: object properties: - enabled: &472 + enabled: &473 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 @@ -69812,8 +69829,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: - - *453 - *454 + - *455 responses: '204': description: Response @@ -69824,7 +69841,7 @@ paths: schema: type: object properties: - enabled: *472 + enabled: *473 allowed_actions: *60 sha_pinning_required: *61 required: @@ -69857,14 +69874,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: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: &473 + schema: &474 type: object properties: access_level: @@ -69882,7 +69899,7 @@ paths: required: - access_level examples: - default: &474 + default: &475 value: access_level: organization x-github: @@ -69907,15 +69924,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: - - *453 - *454 + - *455 requestBody: required: true content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 responses: '204': description: Response @@ -69939,8 +69956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -69970,8 +69987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *453 - *454 + - *455 responses: '204': description: Empty response for successful settings update @@ -70005,8 +70022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -70033,8 +70050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -70068,8 +70085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -70097,8 +70114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -70129,8 +70146,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -70161,8 +70178,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: - - *453 - *454 + - *455 responses: '204': description: Response @@ -70194,8 +70211,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -70224,8 +70241,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: - - *453 - *454 + - *455 responses: '204': description: Success response @@ -70265,8 +70282,8 @@ paths: in: query schema: type: string - - *453 - *454 + - *455 - *17 - *19 responses: @@ -70310,8 +70327,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -70343,8 +70360,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -70418,8 +70435,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: - - *453 - *454 + - *455 responses: '201': description: Response @@ -70455,8 +70472,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: - - *453 - *454 + - *455 responses: '201': description: Response @@ -70486,8 +70503,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: - - *453 - *454 + - *455 - *75 responses: '200': @@ -70517,8 +70534,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: - - *453 - *454 + - *455 - *75 responses: '204': @@ -70545,8 +70562,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: - - *453 - *454 + - *455 - *75 responses: '200': *81 @@ -70571,8 +70588,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: - - *453 - *454 + - *455 - *75 requestBody: required: true @@ -70621,8 +70638,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: - - *453 - *454 + - *455 - *75 requestBody: required: true @@ -70672,8 +70689,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: - - *453 - *454 + - *455 - *75 responses: '200': *285 @@ -70703,8 +70720,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: - - *453 - *454 + - *455 - *75 - *286 responses: @@ -70734,9 +70751,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: - - *453 - *454 - - &492 + - *455 + - &493 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. @@ -70744,7 +70761,7 @@ paths: required: false schema: type: string - - &493 + - &494 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -70752,7 +70769,7 @@ paths: required: false schema: type: string - - &494 + - &495 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -70761,7 +70778,7 @@ paths: required: false schema: type: string - - &495 + - &496 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 @@ -70788,7 +70805,7 @@ paths: - pending - *17 - *19 - - &496 + - &497 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)." @@ -70797,7 +70814,7 @@ paths: schema: type: string format: date-time - - &475 + - &476 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -70806,13 +70823,13 @@ paths: schema: type: boolean default: false - - &497 + - &498 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &498 + - &499 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -70835,7 +70852,7 @@ paths: type: integer workflow_runs: type: array - items: &476 + items: &477 title: Workflow Run description: An invocation of a workflow type: object @@ -71013,7 +71030,7 @@ paths: head_commit: anyOf: - type: 'null' - - &520 + - &521 title: Simple Commit description: A commit. type: object @@ -71128,7 +71145,7 @@ paths: - workflow_url - pull_requests examples: - default: &499 + default: &500 value: total_count: 1 workflow_runs: @@ -71364,24 +71381,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *453 - *454 - - &477 + - *455 + - &478 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *475 + - *476 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &480 + default: &481 value: id: 30433642 name: Build @@ -71622,9 +71639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *453 - *454 - - *477 + - *455 + - *478 responses: '204': description: Response @@ -71647,9 +71664,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: - - *453 - *454 - - *477 + - *455 + - *478 responses: '200': description: Response @@ -71777,9 +71794,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: - - *453 - *454 - - *477 + - *455 + - *478 responses: '201': description: Response @@ -71812,12 +71829,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *453 - *454 - - *477 + - *455 + - *478 - *17 - *19 - - *478 + - *479 - *110 responses: '200': @@ -71834,9 +71851,9 @@ paths: type: integer artifacts: type: array - items: *462 + items: *463 examples: - default: *479 + default: *480 headers: Link: *45 x-github: @@ -71860,25 +71877,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *453 - *454 - - *477 - - &481 + - *455 + - *478 + - &482 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *475 + - *476 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *480 + default: *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71901,10 +71918,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: - - *453 - *454 - - *477 - - *481 + - *455 + - *478 + - *482 - *17 - *19 responses: @@ -71922,9 +71939,9 @@ paths: type: integer jobs: type: array - items: *482 + items: *483 examples: - default: &483 + default: &484 value: total_count: 1 jobs: @@ -72037,10 +72054,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *453 - *454 - - *477 - - *481 + - *455 + - *478 + - *482 responses: '302': description: Response @@ -72068,9 +72085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *453 - *454 - - *477 + - *455 + - *478 responses: '202': description: Response @@ -72103,9 +72120,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: - - *453 - *454 - - *477 + - *455 + - *478 requestBody: required: true content: @@ -72172,9 +72189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *453 - *454 - - *477 + - *455 + - *478 responses: '202': description: Response @@ -72207,9 +72224,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: - - *453 - *454 - - *477 + - *455 + - *478 - 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 @@ -72239,9 +72256,9 @@ paths: type: integer jobs: type: array - items: *482 + items: *483 examples: - default: *483 + default: *484 headers: Link: *45 x-github: @@ -72266,9 +72283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *453 - *454 - - *477 + - *455 + - *478 responses: '302': description: Response @@ -72295,9 +72312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *453 - *454 - - *477 + - *455 + - *478 responses: '204': description: Response @@ -72324,9 +72341,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: - - *453 - *454 - - *477 + - *455 + - *478 responses: '200': description: Response @@ -72395,7 +72412,7 @@ paths: items: type: object properties: - type: &607 + type: &608 type: string description: The type of reviewer. enum: @@ -72481,9 +72498,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: - - *453 - *454 - - *477 + - *455 + - *478 requestBody: required: true content: @@ -72533,7 +72550,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72645,7 +72662,7 @@ paths: - created_at - updated_at examples: - default: &593 + default: &594 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -72701,9 +72718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *453 - *454 - - *477 + - *455 + - *478 requestBody: required: false content: @@ -72748,9 +72765,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: - - *453 - *454 - - *477 + - *455 + - *478 requestBody: required: false content: @@ -72805,9 +72822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *453 - *454 - - *477 + - *455 + - *478 responses: '200': description: Response @@ -72944,8 +72961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -72963,9 +72980,9 @@ paths: type: integer secrets: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *45 x-github: @@ -72990,16 +73007,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73021,17 +73038,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &620 + default: &621 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -73057,8 +73074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 requestBody: required: true @@ -73116,8 +73133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 responses: '204': @@ -73143,9 +73160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *453 - *454 - - *471 + - *455 + - *472 - *19 responses: '200': @@ -73162,9 +73179,9 @@ paths: type: integer variables: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: Link: *45 x-github: @@ -73187,8 +73204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -73240,17 +73257,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *453 - *454 + - *455 - *291 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &621 + default: &622 value: name: USERNAME value: octocat @@ -73276,8 +73293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *453 - *454 + - *455 - *291 requestBody: required: true @@ -73320,8 +73337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *453 - *454 + - *455 - *291 responses: '204': @@ -73347,8 +73364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -73366,7 +73383,7 @@ paths: type: integer workflows: type: array - items: &490 + items: &491 title: Workflow description: A GitHub Actions workflow type: object @@ -73484,9 +73501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *453 - *454 - - &491 + - *455 + - &492 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -73501,7 +73518,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: default: value: @@ -73534,9 +73551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *453 - *454 - - *491 + - *455 + - *492 responses: '204': description: Response @@ -73561,9 +73578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *453 - *454 - - *491 + - *455 + - *492 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -73650,9 +73667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *453 - *454 - - *491 + - *455 + - *492 responses: '204': description: Response @@ -73679,19 +73696,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: - - *453 - *454 - - *491 + - *455 - *492 - *493 - *494 - *495 + - *496 - *17 - *19 - - *496 - - *475 - *497 + - *476 - *498 + - *499 responses: '200': description: Response @@ -73707,9 +73724,9 @@ paths: type: integer workflow_runs: type: array - items: *476 + items: *477 examples: - default: *499 + default: *500 headers: Link: *45 x-github: @@ -73742,9 +73759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *453 - *454 - - *491 + - *455 + - *492 responses: '200': description: Response @@ -73805,8 +73822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *453 - *454 + - *455 - *110 - *17 - *108 @@ -73974,8 +73991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -74012,8 +74029,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: - - *453 - *454 + - *455 - name: assignee in: path required: true @@ -74049,8 +74066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -74160,8 +74177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *453 - *454 + - *455 - *17 - *108 - *109 @@ -74218,7 +74235,7 @@ paths: initiator: type: string examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74238,8 +74255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -74247,7 +74264,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 title: Autolink reference description: An autolink reference. type: object @@ -74306,8 +74323,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -74346,9 +74363,9 @@ paths: description: response content: application/json: - schema: *501 + schema: *502 examples: - default: &502 + default: &503 value: id: 1 key_prefix: TICKET- @@ -74379,9 +74396,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: - - *453 - *454 - - &503 + - *455 + - &504 name: autolink_id description: The unique identifier of the autolink. in: path @@ -74393,9 +74410,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -74415,9 +74432,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: - - *453 - *454 - - *503 + - *455 + - *504 responses: '204': description: Response @@ -74441,8 +74458,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: - - *453 - *454 + - *455 responses: '200': description: Response if Dependabot is enabled @@ -74492,8 +74509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -74514,8 +74531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -74535,8 +74552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *453 - *454 + - *455 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -74574,7 +74591,7 @@ paths: - url protected: type: boolean - protection: &505 + protection: &506 title: Branch Protection description: Branch Protection type: object @@ -74617,7 +74634,7 @@ paths: required: - contexts - checks - enforce_admins: &508 + enforce_admins: &509 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -74634,7 +74651,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &510 + required_pull_request_reviews: &511 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -74718,7 +74735,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &507 + restrictions: &508 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -75011,9 +75028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *453 - *454 - - &506 + - *455 + - &507 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). @@ -75027,14 +75044,14 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &567 + commit: &568 title: Commit description: Commit type: object @@ -75073,7 +75090,7 @@ paths: author: anyOf: - type: 'null' - - &504 + - &505 title: Git User description: Metaproperties for Git author/committer information. @@ -75095,7 +75112,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *505 message: type: string examples: @@ -75119,7 +75136,7 @@ paths: required: - sha - url - verification: &627 + verification: &628 title: Verification type: object properties: @@ -75199,7 +75216,7 @@ paths: type: integer files: type: array - items: &578 + items: &579 title: Diff Entry description: Diff Entry type: object @@ -75295,7 +75312,7 @@ paths: - self protected: type: boolean - protection: *505 + protection: *506 protection_url: type: string format: uri @@ -75404,7 +75421,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *459 + '301': *460 '404': *6 x-github: githubCloudOnly: false @@ -75426,15 +75443,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -75628,9 +75645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -75890,7 +75907,7 @@ paths: url: type: string format: uri - required_status_checks: &513 + required_status_checks: &514 title: Status Check Policy description: Status Check Policy type: object @@ -76049,7 +76066,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *507 + restrictions: *508 required_conversation_resolution: type: object properties: @@ -76161,9 +76178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '204': description: Response @@ -76188,17 +76205,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &509 + default: &510 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -76220,17 +76237,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76249,9 +76266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '204': description: Response @@ -76276,17 +76293,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -76382,9 +76399,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: false content: @@ -76482,9 +76499,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '422': *15 x-github: githubCloudOnly: false @@ -76505,9 +76522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '204': description: Response @@ -76534,17 +76551,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -76567,17 +76584,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *512 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -76597,9 +76614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '204': description: Response @@ -76624,17 +76641,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -76660,9 +76677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: false content: @@ -76714,9 +76731,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '404': *6 '422': *15 x-github: @@ -76738,9 +76755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '204': description: Response @@ -76764,9 +76781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response @@ -76800,9 +76817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: false content: @@ -76869,9 +76886,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: false content: @@ -76935,9 +76952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: content: application/json: @@ -77003,15 +77020,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -77102,9 +77119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 responses: '204': description: Response @@ -77127,9 +77144,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: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response @@ -77139,7 +77156,7 @@ paths: type: array items: *5 examples: - default: &515 + default: &516 value: - id: 1 slug: octoapp @@ -77196,9 +77213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77232,7 +77249,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *516 '422': *15 x-github: githubCloudOnly: false @@ -77253,9 +77270,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77289,7 +77306,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *516 '422': *15 x-github: githubCloudOnly: false @@ -77310,9 +77327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77346,7 +77363,7 @@ paths: type: array items: *5 examples: - default: *515 + default: *516 '422': *15 x-github: githubCloudOnly: false @@ -77368,9 +77385,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: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response @@ -77380,7 +77397,7 @@ paths: type: array items: *307 examples: - default: *385 + default: *386 '404': *6 x-github: githubCloudOnly: false @@ -77400,9 +77417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: false content: @@ -77440,7 +77457,7 @@ paths: type: array items: *307 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -77461,9 +77478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: false content: @@ -77501,7 +77518,7 @@ paths: type: array items: *307 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -77522,9 +77539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: content: application/json: @@ -77561,7 +77578,7 @@ paths: type: array items: *307 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -77583,9 +77600,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: - - *453 - *454 - - *506 + - *455 + - *507 responses: '200': description: Response @@ -77619,9 +77636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77679,9 +77696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77739,9 +77756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77801,9 +77818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *453 - *454 - - *506 + - *455 + - *507 requestBody: required: true content: @@ -77825,7 +77842,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -77939,8 +77956,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *453 - *454 + - *455 - *103 - *104 - *105 @@ -77976,8 +77993,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *453 - *454 + - *455 - name: bypass_request_number in: path required: true @@ -78050,8 +78067,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *453 - *454 + - *455 - *103 - *104 - *105 @@ -78091,8 +78108,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *453 - *454 + - *455 - name: bypass_request_number in: path required: true @@ -78162,8 +78179,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *453 - *454 + - *455 - name: bypass_request_number in: path required: true @@ -78234,8 +78251,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *453 - *454 + - *455 - name: bypass_response_id in: path required: true @@ -78268,8 +78285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -78548,7 +78565,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: CheckRun description: A check performed on the code of a given code change type: object @@ -78684,7 +78701,7 @@ paths: check. type: array items: *222 - deployment: &845 + deployment: &846 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -78971,9 +78988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *453 - *454 - - &518 + - *455 + - &519 name: check_run_id description: The unique identifier of the check run. in: path @@ -78985,9 +79002,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: &519 + default: &520 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -79087,9 +79104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *453 - *454 - - *518 + - *455 + - *519 requestBody: required: true content: @@ -79329,9 +79346,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79351,9 +79368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *453 - *454 - - *518 + - *455 + - *519 - *17 - *19 responses: @@ -79463,9 +79480,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *453 - *454 - - *518 + - *455 + - *519 responses: '201': description: Response @@ -79509,8 +79526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -79532,7 +79549,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &521 + schema: &522 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -79630,7 +79647,7 @@ paths: - string - 'null' format: date-time - head_commit: *520 + head_commit: *521 latest_check_runs_count: type: integer check_runs_url: @@ -79658,7 +79675,7 @@ paths: - check_runs_url - pull_requests examples: - default: &522 + default: &523 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -79949,9 +79966,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79970,8 +79987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -80280,9 +80297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *453 - *454 - - &523 + - *455 + - &524 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -80294,9 +80311,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80319,17 +80336,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: - - *453 - *454 - - *523 - - &573 + - *455 + - *524 + - &574 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &574 + - &575 name: status description: Returns check runs with the specified `status`. in: query @@ -80368,9 +80385,9 @@ paths: type: integer check_runs: type: array - items: *517 + items: *518 examples: - default: &575 + default: &576 value: total_count: 1 check_runs: @@ -80472,9 +80489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *453 - *454 - - *523 + - *455 + - *524 responses: '201': description: Response @@ -80507,21 +80524,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: - - *453 - *454 + - *455 - *311 - *312 - *19 - *17 - - &539 + - &540 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: *524 - - &540 + schema: *525 + - &541 name: pr description: The number of the pull request for the results you want to list. in: query @@ -80552,7 +80569,7 @@ paths: be returned. in: query required: false - schema: *525 + schema: *526 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -80576,7 +80593,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *526 + instances_url: *527 state: *113 fixed_at: *136 dismissed_by: @@ -80584,11 +80601,11 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *527 - dismissed_comment: *528 - rule: *529 - tool: *530 - most_recent_instance: *531 + dismissed_reason: *528 + dismissed_comment: *529 + rule: *530 + tool: *531 + most_recent_instance: *532 dismissal_approved_by: anyOf: - type: 'null' @@ -80711,7 +80728,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &532 + '403': &533 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -80738,9 +80755,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: - - *453 - *454 - - &533 + - *455 + - &534 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -80754,7 +80771,7 @@ paths: description: Response content: application/json: - schema: &534 + schema: &535 type: object properties: number: *126 @@ -80762,7 +80779,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *526 + instances_url: *527 state: *113 fixed_at: *136 dismissed_by: @@ -80770,8 +80787,8 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *527 - dismissed_comment: *528 + dismissed_reason: *528 + dismissed_comment: *529 rule: type: object properties: @@ -80833,8 +80850,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *530 - most_recent_instance: *531 + tool: *531 + most_recent_instance: *532 dismissal_approved_by: anyOf: - type: 'null' @@ -80930,7 +80947,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -80950,9 +80967,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: - - *453 - *454 - - *533 + - *455 + - *534 requestBody: required: true content: @@ -80967,8 +80984,8 @@ paths: enum: - open - dismissed - dismissed_reason: *527 - dismissed_comment: *528 + dismissed_reason: *528 + dismissed_comment: *529 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -80996,7 +81013,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: default: value: @@ -81072,7 +81089,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &538 + '403': &539 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -81099,15 +81116,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: - - *453 - *454 - - *533 + - *455 + - *534 responses: '200': description: Response content: application/json: - schema: &535 + schema: &536 type: object properties: status: @@ -81134,13 +81151,13 @@ paths: - description - started_at examples: - default: &536 + default: &537 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &537 + '400': &538 description: Bad Request content: application/json: @@ -81151,7 +81168,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': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -81176,29 +81193,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: - - *453 - *454 - - *533 + - *455 + - *534 responses: '200': description: OK content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '202': description: Accepted content: application/json: - schema: *535 + schema: *536 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *537 + '400': *538 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -81230,9 +81247,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: - - *453 - *454 - - *533 + - *455 + - *534 requestBody: required: false content: @@ -81278,8 +81295,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *537 - '403': *538 + '400': *538 + '403': *539 '404': *6 '422': description: Unprocessable Entity @@ -81303,13 +81320,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: - - *453 - *454 - - *533 + - *455 + - *534 - *19 - *17 - - *539 - *540 + - *541 responses: '200': description: Response @@ -81320,10 +81337,10 @@ paths: items: type: object properties: - ref: *524 - analysis_key: *541 - environment: *542 - category: *543 + ref: *525 + analysis_key: *542 + environment: *543 + category: *544 state: type: - string @@ -81340,7 +81357,7 @@ paths: properties: text: type: string - location: *544 + location: *545 html_url: type: string classifications: @@ -81348,7 +81365,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *545 + items: *546 examples: default: value: @@ -81385,7 +81402,7 @@ paths: end_column: 50 classifications: - source - '403': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -81419,25 +81436,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: - - *453 - *454 + - *455 - *311 - *312 - *19 - *17 - - *540 + - *541 - 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: *524 + schema: *525 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &546 + schema: &547 type: string description: An identifier for the upload. examples: @@ -81459,23 +81476,23 @@ paths: application/json: schema: type: array - items: &547 + items: &548 type: object properties: - ref: *524 - commit_sha: &555 + ref: *525 + commit_sha: &556 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: *541 + analysis_key: *542 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *543 + category: *544 error: type: string examples: @@ -81500,8 +81517,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *546 - tool: *530 + sarif_id: *547 + tool: *531 deletable: type: boolean warning: @@ -81563,7 +81580,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -81599,8 +81616,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: - - *453 - *454 + - *455 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81613,7 +81630,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: response: summary: application/json response @@ -81667,7 +81684,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *532 + '403': *533 '404': *6 '422': description: Response if analysis could not be processed @@ -81754,8 +81771,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: - - *453 - *454 + - *455 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81811,7 +81828,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': *538 + '403': *539 '404': *6 '503': *192 x-github: @@ -81833,8 +81850,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -81842,7 +81859,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: CodeQL Database description: A CodeQL database. type: object @@ -81954,7 +81971,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': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -81983,8 +82000,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: - - *453 - *454 + - *455 - name: language in: path description: The language of the CodeQL database. @@ -81996,7 +82013,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -82028,9 +82045,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': &580 + '302': &581 description: Found - '403': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -82052,8 +82069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *453 - *454 + - *455 - name: language in: path description: The language of the CodeQL database. @@ -82063,7 +82080,7 @@ paths: responses: '204': description: Response - '403': *538 + '403': *539 '404': *6 '503': *192 x-github: @@ -82091,8 +82108,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -82101,7 +82118,7 @@ paths: type: object additionalProperties: false properties: - language: &549 + language: &550 type: string description: The language targeted by the CodeQL query enum: @@ -82181,7 +82198,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &553 + schema: &554 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -82191,7 +82208,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *549 + query_language: *550 query_pack_url: type: string description: The download url for the query pack. @@ -82239,7 +82256,7 @@ paths: items: type: object properties: - repository: &550 + repository: &551 title: Repository Identifier description: Repository Identifier type: object @@ -82281,7 +82298,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &554 + analysis_status: &555 type: string description: The new status of the CodeQL variant analysis repository task. @@ -82313,7 +82330,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &551 + access_mismatch_repos: &552 type: object properties: repository_count: @@ -82328,7 +82345,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: *550 + items: *551 required: - repository_count - repositories @@ -82351,8 +82368,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *551 - over_limit_repos: *551 + no_codeql_db_repos: *552 + over_limit_repos: *552 required: - access_mismatch_repos - not_found_repos @@ -82368,7 +82385,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &552 + value: &553 summary: Default response value: id: 1 @@ -82514,10 +82531,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *552 + value: *553 repository_lists: summary: Response for a successful variant analysis submission - value: *552 + value: *553 '404': *6 '422': description: Unable to process variant analysis submission @@ -82545,8 +82562,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: - - *453 - *454 + - *455 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -82558,9 +82575,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *552 + default: *553 '404': *6 '503': *192 x-github: @@ -82583,7 +82600,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: - - *453 + - *454 - name: repo in: path description: The name of the controller repository. @@ -82618,7 +82635,7 @@ paths: type: object properties: repository: *120 - analysis_status: *554 + analysis_status: *555 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -82743,8 +82760,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -82837,7 +82854,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *532 + '403': *533 '404': *6 '503': *192 x-github: @@ -82858,8 +82875,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -82953,7 +82970,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *538 + '403': *539 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -83024,8 +83041,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -83033,7 +83050,7 @@ paths: schema: type: object properties: - commit_sha: *555 + commit_sha: *556 ref: type: string description: |- @@ -83093,7 +83110,7 @@ paths: schema: type: object properties: - id: *546 + id: *547 url: type: string description: The REST API URL for checking the status of the upload. @@ -83107,7 +83124,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': *538 + '403': *539 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -83130,8 +83147,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: - - *453 - *454 + - *455 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -83179,7 +83196,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': *532 + '403': *533 '404': description: Not Found if the sarif id does not match any upload '503': *192 @@ -83204,8 +83221,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -83286,8 +83303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *453 - *454 + - *455 - 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 @@ -83415,8 +83432,8 @@ paths: parameters: - *17 - *19 - - *453 - *454 + - *455 responses: '200': description: Response @@ -83432,7 +83449,7 @@ paths: type: integer codespaces: type: array - items: *376 + items: *377 examples: default: value: @@ -83730,8 +83747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -83795,17 +83812,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '400': *14 '401': *23 '403': *27 @@ -83834,8 +83851,8 @@ paths: parameters: - *17 - *19 - - *453 - *454 + - *455 responses: '200': description: Response @@ -83899,8 +83916,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: - - *453 - *454 + - *455 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -83937,9 +83954,9 @@ paths: type: integer machines: type: array - items: *557 + items: *558 examples: - default: &791 + default: &792 value: total_count: 2 machines: @@ -83979,8 +83996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *453 - *454 + - *455 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -84067,8 +84084,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: - - *453 - *454 + - *455 - 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 @@ -84137,8 +84154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -84156,7 +84173,7 @@ paths: type: integer secrets: type: array - items: &561 + items: &562 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -84177,7 +84194,7 @@ paths: - created_at - updated_at examples: - default: *558 + default: *559 headers: Link: *45 x-github: @@ -84200,16 +84217,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *559 + schema: *560 examples: - default: *560 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84229,17 +84246,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84259,8 +84276,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: - - *453 - *454 + - *455 - *288 requestBody: required: true @@ -84313,8 +84330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 responses: '204': @@ -84343,8 +84360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *453 - *454 + - *455 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -84382,7 +84399,7 @@ paths: application/json: schema: type: array - items: &563 + items: &564 title: Collaborator description: Collaborator type: object @@ -84575,8 +84592,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: - - *453 - *454 + - *455 - *139 responses: '204': @@ -84623,8 +84640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *453 - *454 + - *455 - *139 requestBody: required: false @@ -84651,7 +84668,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &639 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84879,8 +84896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *453 - *454 + - *455 - *139 responses: '204': @@ -84912,8 +84929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *453 - *454 + - *455 - *139 responses: '200': @@ -84934,7 +84951,7 @@ paths: user: anyOf: - type: 'null' - - *563 + - *564 required: - permission - role_name @@ -84988,8 +85005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -84999,7 +85016,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Commit Comment description: Commit Comment type: object @@ -85057,7 +85074,7 @@ paths: - created_at - updated_at examples: - default: &569 + default: &570 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85116,17 +85133,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *453 - *454 + - *455 - *233 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: &570 + default: &571 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85183,8 +85200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *453 - *454 + - *455 - *233 requestBody: required: true @@ -85207,7 +85224,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -85258,8 +85275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *453 - *454 + - *455 - *233 responses: '204': @@ -85281,8 +85298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *453 - *454 + - *455 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85309,7 +85326,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -85353,7 +85370,7 @@ paths: - content - created_at examples: - default: &642 + default: &643 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85398,8 +85415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *453 - *454 + - *455 - *233 requestBody: required: true @@ -85432,9 +85449,9 @@ paths: description: Reaction exists content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85463,9 +85480,9 @@ paths: description: Reaction created content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -85487,10 +85504,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *453 - *454 + - *455 - *233 - - &643 + - &644 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85545,8 +85562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *453 - *454 + - *455 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -85602,9 +85619,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &691 + default: &692 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85698,9 +85715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *453 - *454 - - &568 + - *455 + - &569 name: commit_sha description: The SHA of the commit. in: path @@ -85772,9 +85789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *453 - *454 - - *568 + - *455 + - *569 - *17 - *19 responses: @@ -85784,9 +85801,9 @@ paths: application/json: schema: type: array - items: *564 + items: *565 examples: - default: *569 + default: *570 headers: Link: *45 x-github: @@ -85814,9 +85831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *453 - *454 - - *568 + - *455 + - *569 requestBody: required: true content: @@ -85851,9 +85868,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *570 + default: *571 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85881,9 +85898,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: - - *453 - *454 - - *568 + - *455 + - *569 - *17 - *19 responses: @@ -85893,9 +85910,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: &683 + default: &684 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86432,11 +86449,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *453 - *454 + - *455 - *19 - *17 - - &572 + - &573 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)" @@ -86451,9 +86468,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: &669 + default: &670 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86566,11 +86583,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: - - *453 - *454 - - *572 + - *455 - *573 - *574 + - *575 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -86604,9 +86621,9 @@ paths: type: integer check_runs: type: array - items: *517 + items: *518 examples: - default: *575 + default: *576 headers: Link: *45 x-github: @@ -86631,9 +86648,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: - - *453 - *454 - - *572 + - *455 + - *573 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -86641,7 +86658,7 @@ paths: schema: type: integer example: 1 - - *573 + - *574 - *17 - *19 responses: @@ -86659,7 +86676,7 @@ paths: type: integer check_suites: type: array - items: *521 + items: *522 examples: default: value: @@ -86859,9 +86876,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: - - *453 - *454 - - *572 + - *455 + - *573 - *17 - *19 responses: @@ -87063,9 +87080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *453 - *454 - - *572 + - *455 + - *573 - *17 - *19 responses: @@ -87075,7 +87092,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 title: Status description: The status of a commit. type: object @@ -87156,7 +87173,7 @@ paths: site_admin: false headers: Link: *45 - '301': *459 + '301': *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87184,8 +87201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -87218,11 +87235,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *576 + - *577 code_of_conduct_file: anyOf: - type: 'null' - - &577 + - &578 title: Community Health File type: object properties: @@ -87242,19 +87259,19 @@ paths: contributing: anyOf: - type: 'null' - - *577 + - *578 readme: anyOf: - type: 'null' - - *577 + - *578 issue_template: anyOf: - type: 'null' - - *577 + - *578 pull_request_template: anyOf: - type: 'null' - - *577 + - *578 required: - code_of_conduct - code_of_conduct_file @@ -87383,8 +87400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *453 - *454 + - *455 - *19 - *17 - name: basehead @@ -87432,8 +87449,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *567 - merge_base_commit: *567 + base_commit: *568 + merge_base_commit: *568 status: type: string enum: @@ -87457,10 +87474,10 @@ paths: - 6 commits: type: array - items: *567 + items: *568 files: type: array - items: *578 + items: *579 required: - url - html_url @@ -87746,8 +87763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *453 - *454 + - *455 - name: path description: path parameter in: path @@ -87917,7 +87934,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &579 + response-if-content-is-a-file-github-object: &580 summary: Response if content is a file value: type: file @@ -88054,7 +88071,7 @@ paths: - size - type - url - - &696 + - &697 title: Content File description: Content File type: object @@ -88272,7 +88289,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *579 + response-if-content-is-a-file: *580 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -88341,7 +88358,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *580 + '302': *581 '304': *35 x-github: githubCloudOnly: false @@ -88364,8 +88381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *453 - *454 + - *455 - name: path description: path parameter in: path @@ -88460,7 +88477,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: File Commit description: File Commit type: object @@ -88616,7 +88633,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: example-for-creating-a-file: value: @@ -88670,7 +88687,7 @@ paths: schema: oneOf: - *3 - - &622 + - &623 description: Repository rule violation was detected type: object properties: @@ -88691,7 +88708,7 @@ paths: items: type: object properties: - placeholder_id: &736 + placeholder_id: &737 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88723,8 +88740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *453 - *454 + - *455 - name: path description: path parameter in: path @@ -88785,7 +88802,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: default: value: @@ -88840,8 +88857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *453 - *454 + - *455 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -88965,23 +88982,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *453 - *454 + - *455 - *328 - *329 - *330 - *331 + - *332 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *332 - - *582 - *333 + - *583 - *334 - *335 + - *336 - *110 - *108 - *109 @@ -88993,7 +89011,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 type: object description: A Dependabot alert. properties: @@ -89044,7 +89062,7 @@ paths: - transitive - inconclusive - - security_advisory: *583 + security_advisory: *584 security_vulnerability: *130 url: *131 html_url: *132 @@ -89075,8 +89093,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *584 - dismissal_request: *585 + auto_dismissed_at: *585 + dismissal_request: *586 assignees: type: array description: The users assigned to this alert. @@ -89331,9 +89349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *453 - *454 - - &587 + - *455 + - &588 name: alert_number in: path description: |- @@ -89348,7 +89366,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -89480,9 +89498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *453 - *454 - - *587 + - *455 + - *588 requestBody: required: true content: @@ -89538,7 +89556,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -89668,8 +89686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -89687,7 +89705,7 @@ paths: type: integer secrets: type: array - items: &590 + items: &591 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89741,16 +89759,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89770,15 +89788,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 responses: '200': description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -89804,8 +89822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 requestBody: required: true @@ -89858,8 +89876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *453 - *454 + - *455 - *288 responses: '204': @@ -89882,8 +89900,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: - - *453 - *454 + - *455 - 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 @@ -90057,8 +90075,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -90318,8 +90336,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -90402,7 +90420,7 @@ paths: - version - url additionalProperties: false - metadata: &591 + metadata: &592 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90441,7 +90459,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *591 + metadata: *592 resolved: type: object description: A collection of resolved package dependencies. @@ -90455,7 +90473,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *591 + metadata: *592 relationship: type: string description: A notation of whether a dependency is requested @@ -90588,8 +90606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *453 - *454 + - *455 - name: sha description: The SHA recorded at creation time. in: query @@ -90630,9 +90648,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *593 + default: *594 headers: Link: *45 x-github: @@ -90698,8 +90716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -90781,7 +90799,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: simple-example: summary: Simple example @@ -90854,9 +90872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *453 - *454 - - &594 + - *455 + - &595 name: deployment_id description: deployment_id parameter in: path @@ -90868,7 +90886,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -90933,9 +90951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *453 - *454 - - *594 + - *455 + - *595 responses: '204': description: Response @@ -90957,9 +90975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *453 - *454 - - *594 + - *455 + - *595 - *17 - *19 responses: @@ -90969,7 +90987,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Deployment Status description: The status of a deployment. type: object @@ -91133,9 +91151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *453 - *454 - - *594 + - *455 + - *595 requestBody: required: true content: @@ -91210,9 +91228,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -91268,9 +91286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *453 - *454 - - *594 + - *455 + - *595 - name: status_id in: path required: true @@ -91281,9 +91299,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -91310,12 +91328,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *453 - *454 - - *597 + - *455 - *598 - *599 - *600 + - *601 - *17 - *19 responses: @@ -91325,9 +91343,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 '404': *6 '403': *27 '500': *38 @@ -91351,8 +91369,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91364,7 +91382,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -91420,8 +91438,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91480,12 +91498,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *453 - *454 - - *597 + - *455 - *598 - *599 - *600 + - *601 - *17 - *19 responses: @@ -91495,9 +91513,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *604 + default: *605 '404': *6 '403': *27 '500': *38 @@ -91521,8 +91539,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91534,7 +91552,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *603 + schema: *604 examples: default: value: @@ -91585,8 +91603,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91624,7 +91642,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *603 + schema: *604 examples: default: value: @@ -91675,8 +91693,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91747,8 +91765,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91781,12 +91799,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - *103 - *104 - *105 - - *340 + - *341 - *17 - *19 responses: @@ -91796,9 +91814,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *606 + default: *607 '404': *6 '403': *27 '500': *38 @@ -91823,8 +91841,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91836,7 +91854,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *605 + schema: *606 examples: default: value: @@ -91894,8 +91912,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *453 - *454 + - *455 - name: alert_number in: path required: true @@ -91964,8 +91982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -92022,8 +92040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -92041,7 +92059,7 @@ paths: - 5 environments: type: array - items: &608 + items: &609 title: Environment description: Details of a deployment environment type: object @@ -92103,7 +92121,7 @@ paths: type: string examples: - wait_timer - wait_timer: &610 + wait_timer: &611 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -92145,7 +92163,7 @@ paths: items: type: object properties: - type: *607 + type: *608 reviewer: anyOf: - *4 @@ -92172,7 +92190,7 @@ paths: - id - node_id - type - deployment_branch_policy: &611 + deployment_branch_policy: &612 type: - object - 'null' @@ -92289,9 +92307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *453 - *454 - - &609 + - *455 + - &610 name: environment_name in: path required: true @@ -92304,9 +92322,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: &612 + default: &613 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -92390,9 +92408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *453 - *454 - - *609 + - *455 + - *610 requestBody: required: false content: @@ -92402,7 +92420,7 @@ paths: - object - 'null' properties: - wait_timer: *610 + wait_timer: *611 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92421,14 +92439,14 @@ paths: items: type: object properties: - type: *607 + type: *608 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *611 + deployment_branch_policy: *612 additionalProperties: false examples: default: @@ -92448,9 +92466,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *612 + default: *613 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92474,9 +92492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *453 - *454 - - *609 + - *455 + - *610 responses: '204': description: Default response @@ -92501,9 +92519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *453 - *454 - - *609 + - *455 + - *610 - *17 - *19 responses: @@ -92522,7 +92540,7 @@ paths: - 2 branch_policies: type: array - items: &613 + items: &614 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92583,9 +92601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *453 - *454 - - *609 + - *455 + - *610 requestBody: required: true content: @@ -92633,9 +92651,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - example-wildcard: &614 + example-wildcard: &615 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92677,10 +92695,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *453 - *454 - - *609 - - &615 + - *455 + - *610 + - &616 name: branch_policy_id in: path required: true @@ -92692,9 +92710,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92713,10 +92731,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *453 - *454 - - *609 - - *615 + - *455 + - *610 + - *616 requestBody: required: true content: @@ -92745,9 +92763,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92766,10 +92784,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *453 - *454 - - *609 - - *615 + - *455 + - *610 + - *616 responses: '204': description: Response @@ -92794,9 +92812,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: - - *609 + - *610 + - *455 - *454 - - *453 responses: '200': description: List of deployment protection rules @@ -92813,7 +92831,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &616 + items: &617 title: Deployment protection rule description: Deployment protection rule type: object @@ -92835,7 +92853,7 @@ paths: for the environment. examples: - true - app: &617 + app: &618 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -92938,9 +92956,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: - - *609 + - *610 + - *455 - *454 - - *453 requestBody: content: application/json: @@ -92961,9 +92979,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *616 + schema: *617 examples: - default: &618 + default: &619 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -92998,9 +93016,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: - - *609 + - *610 + - *455 - *454 - - *453 - *19 - *17 responses: @@ -93020,7 +93038,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *617 + items: *618 examples: default: value: @@ -93055,10 +93073,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: - - *453 - *454 - - *609 - - &619 + - *455 + - *610 + - &620 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -93070,9 +93088,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93093,10 +93111,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: - - *609 + - *610 + - *455 - *454 - - *453 - - *619 + - *620 responses: '204': description: Response @@ -93122,9 +93140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *453 - *454 - - *609 + - *455 + - *610 - *17 - *19 responses: @@ -93142,9 +93160,9 @@ paths: type: integer secrets: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *45 x-github: @@ -93169,17 +93187,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *453 - *454 - - *609 + - *455 + - *610 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93201,18 +93219,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *453 - *454 - - *609 + - *455 + - *610 - *288 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93234,9 +93252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *453 - *454 - - *609 + - *455 + - *610 - *288 requestBody: required: true @@ -93294,9 +93312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *453 - *454 - - *609 + - *455 + - *610 - *288 responses: '204': @@ -93322,10 +93340,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *453 - *454 - - *609 - - *471 + - *455 + - *610 + - *472 - *19 responses: '200': @@ -93342,9 +93360,9 @@ paths: type: integer variables: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: Link: *45 x-github: @@ -93367,9 +93385,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *453 - *454 - - *609 + - *455 + - *610 requestBody: required: true content: @@ -93421,18 +93439,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *453 - *454 - - *609 + - *455 + - *610 - *291 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93453,10 +93471,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *453 - *454 + - *455 - *291 - - *609 + - *610 requestBody: required: true content: @@ -93498,10 +93516,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *453 - *454 + - *455 - *291 - - *609 + - *610 responses: '204': description: Response @@ -93523,8 +93541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -93592,8 +93610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *453 - *454 + - *455 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -93752,8 +93770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *453 - *454 + - *455 requestBody: required: false content: @@ -93786,9 +93804,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 + default: *461 '400': *14 '422': *15 '403': *27 @@ -93809,8 +93827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -93870,7 +93888,7 @@ paths: schema: oneOf: - *253 - - *622 + - *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93895,8 +93913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *453 - *454 + - *455 - name: file_sha in: path required: true @@ -93996,8 +94014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -94106,7 +94124,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -94333,15 +94351,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *453 - *454 - - *568 + - *455 + - *569 responses: '200': description: Response content: application/json: - schema: *623 + schema: *624 examples: default: value: @@ -94397,9 +94415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *453 - *454 - - &624 + - *455 + - &625 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. @@ -94416,7 +94434,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Git Reference description: Git references within a repository type: object @@ -94492,17 +94510,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *453 - *454 - - *624 + - *455 + - *625 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &626 + default: &627 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94531,8 +94549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -94561,9 +94579,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94589,9 +94607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *453 - *454 - - *624 + - *455 + - *625 requestBody: required: true content: @@ -94620,9 +94638,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '422': *15 '409': *119 x-github: @@ -94640,9 +94658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *453 - *454 - - *624 + - *455 + - *625 responses: '204': description: Response @@ -94697,8 +94715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -94765,7 +94783,7 @@ paths: description: Response content: application/json: - schema: &628 + schema: &629 title: Git Tag description: Metadata for a Git tag type: object @@ -94821,7 +94839,7 @@ paths: - sha - type - url - verification: *627 + verification: *628 required: - sha - url @@ -94831,7 +94849,7 @@ paths: - tag - message examples: - default: &629 + default: &630 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94904,8 +94922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *453 - *454 + - *455 - name: tag_sha in: path required: true @@ -94916,9 +94934,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '404': *6 '409': *119 x-github: @@ -94942,8 +94960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -95017,7 +95035,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &631 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -95119,8 +95137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *453 - *454 + - *455 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -95143,7 +95161,7 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: default-response: summary: Default response @@ -95202,8 +95220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -95213,7 +95231,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Webhook description: Webhooks for repositories. type: object @@ -95276,7 +95294,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &881 + last_response: &882 title: Hook Response type: object properties: @@ -95353,8 +95371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *453 - *454 + - *455 requestBody: required: false content: @@ -95407,9 +95425,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: &632 + default: &633 value: type: Repository id: 12345678 @@ -95457,17 +95475,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *453 - *454 - - *343 + - *455 + - *344 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '404': *6 x-github: githubCloudOnly: false @@ -95487,9 +95505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *453 - *454 - - *343 + - *455 + - *344 requestBody: required: true content: @@ -95534,9 +95552,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '422': *15 '404': *6 x-github: @@ -95557,9 +95575,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *453 - *454 - - *343 + - *455 + - *344 responses: '204': description: Response @@ -95583,9 +95601,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: - - *453 - *454 - - *343 + - *455 + - *344 responses: '200': description: Response @@ -95612,9 +95630,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: - - *453 - *454 - - *343 + - *455 + - *344 requestBody: required: false content: @@ -95658,12 +95676,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *453 - *454 - - *343 - - *17 + - *455 - *344 + - *17 - *345 + - *346 responses: '200': description: Response @@ -95671,9 +95689,9 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: - default: *347 + default: *348 '400': *14 '422': *15 x-github: @@ -95692,18 +95710,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: - - *453 - *454 - - *343 + - *455 + - *344 - *16 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '400': *14 '422': *15 x-github: @@ -95722,9 +95740,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: - - *453 - *454 - - *343 + - *455 + - *344 - *16 responses: '202': *37 @@ -95747,9 +95765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *453 - *454 - - *343 + - *455 + - *344 responses: '204': description: Response @@ -95774,9 +95792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *453 - *454 - - *343 + - *455 + - *344 responses: '204': description: Response @@ -95799,8 +95817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response if immutable releases are enabled @@ -95848,8 +95866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *453 - *454 + - *455 responses: '204': *151 '409': *119 @@ -95869,8 +95887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *453 - *454 + - *455 responses: '204': *151 '409': *119 @@ -95927,14 +95945,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: &633 + schema: &634 title: Import description: A repository import from an external source. type: object @@ -96041,7 +96059,7 @@ paths: - html_url - authors_url examples: - default: &636 + default: &637 value: vcs: subversion use_lfs: true @@ -96057,7 +96075,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': &634 + '503': &635 description: Unavailable due to service under maintenance. content: application/json: @@ -96086,8 +96104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -96135,7 +96153,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -96160,7 +96178,7 @@ paths: type: string '422': *15 '404': *6 - '503': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96188,8 +96206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *453 - *454 + - *455 requestBody: required: false content: @@ -96241,7 +96259,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: example-1: summary: Example 1 @@ -96289,7 +96307,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': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96312,12 +96330,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *453 - *454 + - *455 responses: '204': description: Response - '503': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96343,9 +96361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *453 - *454 - - &812 + - *455 + - &813 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -96359,7 +96377,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Porter Author description: Porter Author type: object @@ -96413,7 +96431,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': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96438,8 +96456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *453 - *454 + - *455 - name: author_id in: path required: true @@ -96469,7 +96487,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -96482,7 +96500,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96506,8 +96524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -96548,7 +96566,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96576,8 +96594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -96604,11 +96622,11 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *636 + default: *637 '422': *15 - '503': *634 + '503': *635 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96631,8 +96649,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -96640,8 +96658,8 @@ paths: application/json: schema: *20 examples: - default: *361 - '301': *459 + default: *362 + '301': *460 '404': *6 x-github: githubCloudOnly: false @@ -96661,8 +96679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -96670,12 +96688,12 @@ paths: application/json: schema: anyOf: - - *363 + - *364 - type: object properties: {} additionalProperties: false examples: - default: &638 + default: &639 value: limit: collaborators_only origin: repository @@ -96700,13 +96718,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: true content: application/json: - schema: *637 + schema: *638 examples: default: summary: Example request body @@ -96718,9 +96736,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *638 + default: *639 '409': description: Response x-github: @@ -96742,8 +96760,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -96766,8 +96784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -96777,9 +96795,9 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: - default: &805 + default: &806 value: - id: 1 repository: @@ -96910,9 +96928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *453 - *454 - - *367 + - *455 + - *368 requestBody: required: false content: @@ -96941,7 +96959,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -97072,9 +97090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *453 - *454 - - *367 + - *455 + - *368 responses: '204': description: Response @@ -97105,8 +97123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *453 - *454 + - *455 - 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 @@ -97154,7 +97172,7 @@ paths: required: false schema: type: string - - *374 + - *375 - name: sort description: What to sort results by. in: query @@ -97179,7 +97197,7 @@ paths: type: array items: *219 examples: - default: &648 + default: &649 value: - id: 1 node_id: MDU6SXNzdWUx @@ -97328,7 +97346,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *459 + '301': *460 '422': *15 '404': *6 x-github: @@ -97357,8 +97375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -97450,7 +97468,7 @@ paths: application/json: schema: *219 examples: - default: &645 + default: &646 value: id: 1 node_id: MDU6SXNzdWUx @@ -97607,7 +97625,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *640 + '410': *641 x-github: triggersNotification: true githubCloudOnly: false @@ -97635,8 +97653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *453 - *454 + - *455 - *241 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -97659,7 +97677,7 @@ paths: type: array items: *220 examples: - default: &647 + default: &648 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97717,8 +97735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 responses: '200': @@ -97727,7 +97745,7 @@ paths: application/json: schema: *220 examples: - default: &641 + default: &642 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97782,8 +97800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 requestBody: required: true @@ -97808,7 +97826,7 @@ paths: application/json: schema: *220 examples: - default: *641 + default: *642 '422': *15 x-github: githubCloudOnly: false @@ -97826,8 +97844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 responses: '204': @@ -97856,8 +97874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 responses: '200': @@ -97920,7 +97938,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *640 + '410': *641 '422': *15 x-github: githubCloudOnly: false @@ -97937,8 +97955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 responses: '204': @@ -97946,7 +97964,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *640 + '410': *641 '503': *192 x-github: githubCloudOnly: false @@ -97964,8 +97982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -97992,9 +98010,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *642 + default: *643 headers: Link: *45 '404': *6 @@ -98015,8 +98033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *453 - *454 + - *455 - *233 requestBody: required: true @@ -98049,16 +98067,16 @@ paths: description: Reaction exists content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '201': description: Reaction created content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -98080,10 +98098,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *453 - *454 + - *455 - *233 - - *643 + - *644 responses: '204': description: Response @@ -98103,8 +98121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -98114,7 +98132,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 title: Issue Event description: Issue Event type: object @@ -98454,8 +98472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *453 - *454 + - *455 - name: event_id in: path required: true @@ -98466,7 +98484,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -98659,7 +98677,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *640 + '410': *641 '403': *27 x-github: githubCloudOnly: false @@ -98693,9 +98711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *453 - *454 - - &646 + - *455 + - &647 name: issue_number description: The number that identifies the issue. in: path @@ -98711,7 +98729,7 @@ paths: examples: default: summary: Issue - value: *645 + value: *646 pinned_comment: summary: Issue with pinned comment value: @@ -98910,9 +98928,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 '304': *35 x-github: githubCloudOnly: false @@ -98937,9 +98955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: false content: @@ -99080,13 +99098,13 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 '422': *15 '503': *192 '403': *27 - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99104,9 +99122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: false content: @@ -99134,7 +99152,7 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99150,9 +99168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: content: application/json: @@ -99179,7 +99197,7 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99201,9 +99219,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: - - *453 - *454 - - *646 + - *455 + - *647 - name: assignee in: path required: true @@ -99243,9 +99261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *224 - *17 - *19 @@ -99258,11 +99276,11 @@ paths: type: array items: *220 examples: - default: *647 + default: *648 headers: Link: *45 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99291,9 +99309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: true content: @@ -99317,14 +99335,14 @@ paths: application/json: schema: *220 examples: - default: *641 + default: *642 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *640 + '410': *641 '422': *15 '404': *6 x-github: @@ -99352,9 +99370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -99366,12 +99384,12 @@ paths: type: array items: *219 examples: - default: *648 + default: *649 headers: Link: *45 - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99399,9 +99417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: true content: @@ -99425,15 +99443,15 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *459 + '301': *460 '403': *27 - '410': *640 + '410': *641 '422': *15 '404': *6 x-github: @@ -99464,9 +99482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *453 - *454 - - *646 + - *455 + - *647 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99480,13 +99498,13 @@ paths: application/json: schema: *219 examples: - default: *645 - '301': *459 + default: *646 + '301': *460 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *640 + '410': *641 x-github: triggersNotification: true githubCloudOnly: false @@ -99512,9 +99530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -99526,12 +99544,12 @@ paths: type: array items: *219 examples: - default: *648 + default: *649 headers: Link: *45 - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99548,9 +99566,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -99564,7 +99582,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &651 + - &652 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99613,7 +99631,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &652 + - &653 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99741,7 +99759,7 @@ paths: - performed_via_github_app - assignee - assigner - - &653 + - &654 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99787,7 +99805,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &654 + - &655 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99833,7 +99851,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &655 + - &656 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99882,7 +99900,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &657 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -99924,7 +99942,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &657 + - &658 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -99966,7 +99984,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &659 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -100022,7 +100040,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &660 title: Locked Issue Event description: Locked Issue Event type: object @@ -100067,7 +100085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &661 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -100128,7 +100146,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &662 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -100189,7 +100207,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &663 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -100250,7 +100268,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -100343,7 +100361,7 @@ paths: color: red headers: Link: *45 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100360,9 +100378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -100372,9 +100390,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: &750 + default: &751 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -100398,9 +100416,9 @@ paths: value: '2025-12-25' headers: Link: *45 - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100417,9 +100435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -100431,7 +100449,7 @@ paths: type: array items: *218 examples: - default: &650 + default: &651 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100449,9 +100467,9 @@ paths: default: false headers: Link: *45 - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100467,9 +100485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: false content: @@ -100514,10 +100532,10 @@ paths: type: array items: *218 examples: - default: *650 - '301': *459 + default: *651 + '301': *460 '404': *6 - '410': *640 + '410': *641 '422': *15 x-github: githubCloudOnly: false @@ -100534,9 +100552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: false content: @@ -100598,10 +100616,10 @@ paths: type: array items: *218 examples: - default: *650 - '301': *459 + default: *651 + '301': *460 '404': *6 - '410': *640 + '410': *641 '422': *15 x-github: githubCloudOnly: false @@ -100618,15 +100636,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 responses: '204': description: Response - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100645,9 +100663,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 - name: name in: path required: true @@ -100671,9 +100689,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *459 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100693,9 +100711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: false content: @@ -100724,7 +100742,7 @@ paths: '204': description: Response '403': *27 - '410': *640 + '410': *641 '404': *6 '422': *15 x-github: @@ -100742,9 +100760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 responses: '204': description: Response @@ -100774,9 +100792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 responses: '200': description: Response @@ -100784,10 +100802,10 @@ paths: application/json: schema: *219 examples: - default: *645 - '301': *459 + default: *646 + '301': *460 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100804,9 +100822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 - 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. @@ -100832,13 +100850,13 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *642 + default: *643 headers: Link: *45 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100856,9 +100874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: true content: @@ -100890,16 +100908,16 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '201': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -100921,10 +100939,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *453 - *454 - - *646 - - *643 + - *455 + - *647 + - *644 responses: '204': description: Response @@ -100953,9 +100971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: true content: @@ -100979,7 +100997,7 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -101012,9 +101030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -101026,11 +101044,11 @@ paths: type: array items: *219 examples: - default: *648 + default: *649 headers: Link: *45 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101058,9 +101076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: true content: @@ -101089,14 +101107,14 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *640 + '410': *641 '422': *15 '404': *6 x-github: @@ -101116,9 +101134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 requestBody: required: true content: @@ -101151,7 +101169,7 @@ paths: application/json: schema: *219 examples: - default: *645 + default: *646 '403': *27 '404': *6 '422': *7 @@ -101173,9 +101191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *453 - *454 - - *646 + - *455 + - *647 - *17 - *19 responses: @@ -101190,7 +101208,6 @@ paths: description: Timeline Event type: object anyOf: - - *651 - *652 - *653 - *654 @@ -101203,6 +101220,7 @@ paths: - *661 - *662 - *663 + - *664 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -101259,7 +101277,7 @@ paths: pin: anyOf: - type: 'null' - - *664 + - *665 required: - event - actor @@ -101535,7 +101553,7 @@ paths: type: string comments: type: array - items: &685 + items: &686 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -101776,7 +101794,7 @@ paths: type: string comments: type: array - items: *564 + items: *565 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -102051,7 +102069,7 @@ paths: headers: Link: *45 '404': *6 - '410': *640 + '410': *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102068,8 +102086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -102079,7 +102097,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -102147,8 +102165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -102184,9 +102202,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &666 + default: &667 value: id: 1 key: ssh-rsa AAA... @@ -102220,9 +102238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *453 - *454 - - &667 + - *455 + - &668 name: key_id description: The unique identifier of the key. in: path @@ -102234,9 +102252,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 x-github: githubCloudOnly: false @@ -102254,9 +102272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *453 - *454 - - *667 + - *455 + - *668 responses: '204': description: Response @@ -102276,8 +102294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -102289,7 +102307,7 @@ paths: type: array items: *218 examples: - default: *650 + default: *651 headers: Link: *45 '404': *6 @@ -102310,8 +102328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -102349,7 +102367,7 @@ paths: application/json: schema: *218 examples: - default: &668 + default: &669 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -102381,8 +102399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *453 - *454 + - *455 - name: name in: path required: true @@ -102395,7 +102413,7 @@ paths: application/json: schema: *218 examples: - default: *668 + default: *669 '404': *6 x-github: githubCloudOnly: false @@ -102412,8 +102430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *453 - *454 + - *455 - name: name in: path required: true @@ -102478,8 +102496,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *453 - *454 + - *455 - name: name in: path required: true @@ -102505,8 +102523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -102542,8 +102560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *453 - *454 + - *455 responses: '202': *37 '403': @@ -102571,8 +102589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -102598,9 +102616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *453 - *454 - - *539 + - *455 + - *540 responses: '200': description: Response @@ -102747,8 +102765,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -102813,8 +102831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -102848,9 +102866,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *567 + schema: *568 examples: - default: *669 + default: *670 '204': description: Response when already merged '404': @@ -102875,8 +102893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *453 - *454 + - *455 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -102917,7 +102935,7 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: default: value: @@ -102973,8 +102991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -103014,9 +103032,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &670 + default: &671 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -103075,9 +103093,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *453 - *454 - - &671 + - *455 + - &672 name: milestone_number description: The number that identifies the milestone. in: path @@ -103089,9 +103107,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *670 + default: *671 '404': *6 x-github: githubCloudOnly: false @@ -103108,9 +103126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *453 - *454 - - *671 + - *455 + - *672 requestBody: required: false content: @@ -103148,9 +103166,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *670 + default: *671 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103166,9 +103184,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *453 - *454 - - *671 + - *455 + - *672 responses: '204': description: Response @@ -103189,9 +103207,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: - - *453 - *454 - - *671 + - *455 + - *672 - *17 - *19 responses: @@ -103203,7 +103221,7 @@ paths: type: array items: *218 examples: - default: *650 + default: *651 headers: Link: *45 x-github: @@ -103222,12 +103240,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: - - *453 - *454 - - *672 + - *455 - *673 - - *224 - *674 + - *224 + - *675 - *17 - *19 responses: @@ -103239,7 +103257,7 @@ paths: type: array items: *244 examples: - default: *675 + default: *676 headers: Link: *45 x-github: @@ -103263,8 +103281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *453 - *454 + - *455 requestBody: required: false content: @@ -103322,14 +103340,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: &676 + schema: &677 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103473,7 +103491,7 @@ paths: - custom_404 - public examples: - default: &677 + default: &678 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103514,8 +103532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -103570,9 +103588,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: *677 + default: *678 '422': *15 '409': *119 x-github: @@ -103595,8 +103613,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -103704,8 +103722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -103731,8 +103749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -103742,7 +103760,7 @@ paths: application/json: schema: type: array - items: &678 + items: &679 title: Page Build description: Page Build type: object @@ -103834,8 +103852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *453 - *454 + - *455 responses: '201': description: Response @@ -103882,16 +103900,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: &679 + default: &680 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -103939,8 +103957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *453 - *454 + - *455 - name: build_id in: path required: true @@ -103951,9 +103969,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103973,8 +103991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -104082,9 +104100,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: - - *453 - *454 - - &680 + - *455 + - &681 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -104142,9 +104160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *453 - *454 - - *680 + - *455 + - *681 responses: '204': *151 '404': *6 @@ -104171,8 +104189,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -104467,8 +104485,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: - - *453 - *454 + - *455 responses: '200': description: Private vulnerability reporting status @@ -104505,8 +104523,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: - - *453 - *454 + - *455 responses: '204': *151 '422': *14 @@ -104527,8 +104545,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: - - *453 - *454 + - *455 responses: '204': *151 '422': *14 @@ -104550,8 +104568,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -104561,7 +104579,7 @@ paths: type: array items: *152 examples: - default: *681 + default: *682 '403': *27 '404': *6 x-github: @@ -104583,8 +104601,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -104600,7 +104618,7 @@ paths: required: - properties examples: - default: *682 + default: *683 responses: '204': description: No Content when custom property values are successfully created @@ -104638,8 +104656,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *453 - *454 + - *455 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -104699,9 +104717,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *683 + default: *684 headers: Link: *45 '304': *35 @@ -104733,8 +104751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -104801,7 +104819,7 @@ paths: description: Response content: application/json: - schema: &687 + schema: &688 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -104930,7 +104948,7 @@ paths: milestone: anyOf: - type: 'null' - - *405 + - *406 active_lock_reason: type: - string @@ -104979,7 +104997,7 @@ paths: items: *4 requested_teams: type: array - items: *384 + items: *385 head: type: object properties: @@ -105017,14 +105035,14 @@ paths: _links: type: object properties: - comments: *406 - commits: *406 - statuses: *406 - html: *406 - issue: *406 - review_comments: *406 - review_comment: *406 - self: *406 + comments: *407 + commits: *407 + statuses: *407 + html: *407 + issue: *407 + review_comments: *407 + review_comment: *407 + self: *407 required: - comments - commits @@ -105035,7 +105053,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *684 + auto_merge: *685 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -105137,7 +105155,7 @@ paths: - merged_by - review_comments examples: - default: &688 + default: &689 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105664,8 +105682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *453 - *454 + - *455 - name: sort in: query required: false @@ -105694,9 +105712,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: &690 + default: &691 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105773,17 +105791,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: - - *453 - *454 + - *455 - *233 responses: '200': description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105858,8 +105876,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: - - *453 - *454 + - *455 - *233 requestBody: required: true @@ -105882,9 +105900,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105900,8 +105918,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: - - *453 - *454 + - *455 - *233 responses: '204': @@ -105923,8 +105941,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: - - *453 - *454 + - *455 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -105951,9 +105969,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *642 + default: *643 headers: Link: *45 '404': *6 @@ -105974,8 +105992,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: - - *453 - *454 + - *455 - *233 requestBody: required: true @@ -106008,16 +106026,16 @@ paths: description: Reaction exists content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '201': description: Reaction created content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -106039,10 +106057,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *453 - *454 + - *455 - *233 - - *643 + - *644 responses: '204': description: Response @@ -106085,9 +106103,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *453 - *454 - - &689 + - *455 + - &690 name: pull_number description: The number that identifies the pull request. in: path @@ -106100,9 +106118,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '304': *35 '404': *6 '406': @@ -106137,9 +106155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: false content: @@ -106181,9 +106199,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '422': *15 '403': *27 x-github: @@ -106205,9 +106223,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: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: true content: @@ -106268,17 +106286,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '401': *23 '403': *27 '404': *6 @@ -106308,9 +106326,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: - - *453 - *454 - - *689 + - *455 + - *690 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -106331,9 +106349,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *690 + default: *691 headers: Link: *45 x-github: @@ -106366,9 +106384,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: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: true content: @@ -106474,7 +106492,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: example-for-a-multi-line-comment: value: @@ -106562,9 +106580,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: - - *453 - *454 - - *689 + - *455 + - *690 - *233 requestBody: required: true @@ -106587,7 +106605,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -106673,9 +106691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *453 - *454 - - *689 + - *455 + - *690 - *17 - *19 responses: @@ -106685,9 +106703,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *691 + default: *692 headers: Link: *45 x-github: @@ -106717,9 +106735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *453 - *454 - - *689 + - *455 + - *690 - *17 - *19 responses: @@ -106729,7 +106747,7 @@ paths: application/json: schema: type: array - items: *578 + items: *579 examples: default: value: @@ -106767,9 +106785,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: - - *453 - *454 - - *689 + - *455 + - *690 responses: '204': description: Response if pull request has been merged @@ -106792,9 +106810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: false content: @@ -106906,9 +106924,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: - - *453 - *454 - - *689 + - *455 + - *690 responses: '200': description: Response @@ -106983,9 +107001,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: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: false content: @@ -107022,7 +107040,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -107558,9 +107576,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: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: true content: @@ -107594,7 +107612,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -108099,9 +108117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *453 - *454 - - *689 + - *455 + - *690 - *17 - *19 responses: @@ -108111,7 +108129,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -108267,9 +108285,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: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: false content: @@ -108359,9 +108377,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: &694 + default: &695 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108424,10 +108442,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: - - *453 - *454 - - *689 - - &693 + - *455 + - *690 + - &694 name: review_id description: The unique identifier of the review. in: path @@ -108439,9 +108457,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: &695 + default: &696 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108500,10 +108518,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: - - *453 - *454 - - *689 - - *693 + - *455 + - *690 + - *694 requestBody: required: true content: @@ -108526,7 +108544,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default: value: @@ -108588,18 +108606,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: - - *453 - *454 - - *689 - - *693 + - *455 + - *690 + - *694 responses: '200': description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *694 + default: *695 '422': *7 '404': *6 x-github: @@ -108626,10 +108644,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: - - *453 - *454 - - *689 - - *693 + - *455 + - *690 + - *694 - *17 - *19 responses: @@ -108727,9 +108745,9 @@ paths: _links: type: object properties: - self: *406 - html: *406 - pull_request: *406 + self: *407 + html: *407 + pull_request: *407 required: - self - html @@ -108887,10 +108905,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: - - *453 - *454 - - *689 - - *693 + - *455 + - *690 + - *694 requestBody: required: true content: @@ -108919,7 +108937,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default: value: @@ -108982,10 +109000,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: - - *453 - *454 - - *689 - - *693 + - *455 + - *690 + - *694 requestBody: required: true content: @@ -109020,9 +109038,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *695 + default: *696 '404': *6 '422': *7 '403': *27 @@ -109044,9 +109062,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *453 - *454 - - *689 + - *455 + - *690 requestBody: required: false content: @@ -109110,8 +109128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *453 - *454 + - *455 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -109124,9 +109142,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: &697 + default: &698 value: type: file encoding: base64 @@ -109168,8 +109186,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: - - *453 - *454 + - *455 - name: dir description: The alternate path to look for a README file in: path @@ -109189,9 +109207,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: *697 + default: *698 '404': *6 '422': *15 x-github: @@ -109213,8 +109231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -109224,7 +109242,7 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: default: value: @@ -109318,8 +109336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -109395,9 +109413,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &702 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109502,9 +109520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *453 - *454 - - &700 + - *455 + - &701 name: asset_id description: The unique identifier of the asset. in: path @@ -109516,9 +109534,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &701 + default: &702 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 @@ -109553,7 +109571,7 @@ paths: type: User site_admin: false '404': *6 - '302': *580 + '302': *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109569,9 +109587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *453 - *454 - - *700 + - *455 + - *701 requestBody: required: false content: @@ -109600,9 +109618,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *701 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109618,9 +109636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *453 - *454 - - *700 + - *455 + - *701 responses: '204': description: Response @@ -109645,8 +109663,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -109732,16 +109750,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *453 - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *702 + default: *703 '404': *6 x-github: githubCloudOnly: false @@ -109759,8 +109777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *453 - *454 + - *455 - name: tag description: tag parameter in: path @@ -109773,9 +109791,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *702 + default: *703 '404': *6 x-github: githubCloudOnly: false @@ -109797,9 +109815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *453 - *454 - - &703 + - *455 + - &704 name: release_id description: The unique identifier of the release. in: path @@ -109813,9 +109831,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: *698 + schema: *699 examples: - default: *702 + default: *703 '401': description: Unauthorized x-github: @@ -109833,9 +109851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *453 - *454 - - *703 + - *455 + - *704 requestBody: required: false content: @@ -109899,9 +109917,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *702 + default: *703 '404': description: Not Found if the discussion category name is invalid content: @@ -109922,9 +109940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *453 - *454 - - *703 + - *455 + - *704 responses: '204': description: Response @@ -109945,9 +109963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *453 - *454 - - *703 + - *455 + - *704 - *17 - *19 responses: @@ -109957,7 +109975,7 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: default: value: @@ -110039,9 +110057,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: - - *453 - *454 - - *703 + - *455 + - *704 - name: name in: query required: true @@ -110067,7 +110085,7 @@ paths: description: Response for successful upload content: application/json: - schema: *699 + schema: *700 examples: response-for-successful-upload: value: @@ -110122,9 +110140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *453 - *454 - - *703 + - *455 + - *704 - 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. @@ -110148,9 +110166,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *642 + default: *643 headers: Link: *45 '404': *6 @@ -110171,9 +110189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *453 - *454 - - *703 + - *455 + - *704 requestBody: required: true content: @@ -110203,16 +110221,16 @@ paths: description: Reaction exists content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '201': description: Reaction created content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 x-github: githubCloudOnly: false @@ -110234,10 +110252,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *453 - *454 - - *703 - - *643 + - *455 + - *704 + - *644 responses: '204': description: Response @@ -110261,9 +110279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *453 - *454 - - *506 + - *455 + - *507 - *17 - *19 responses: @@ -110280,7 +110298,7 @@ paths: oneOf: - allOf: - *166 - - &704 + - &705 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -110301,67 +110319,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *704 + - *705 - allOf: - *168 - - *704 + - *705 - allOf: - *169 - - *704 + - *705 - allOf: + - *706 - *705 - - *704 - allOf: - *170 - - *704 + - *705 - allOf: - *171 - - *704 + - *705 - allOf: - *172 - - *704 + - *705 - allOf: - *173 - - *704 + - *705 - allOf: - *174 - - *704 + - *705 - allOf: - *175 - - *704 + - *705 - allOf: - *176 - - *704 + - *705 - allOf: - *177 - - *704 + - *705 - allOf: - *178 - - *704 + - *705 - allOf: - *179 - - *704 + - *705 - allOf: - *180 - - *704 + - *705 - allOf: - *181 - - *704 + - *705 - allOf: - *182 - - *704 + - *705 - allOf: - *183 - - *704 + - *705 - allOf: - *184 - - *704 + - *705 - allOf: - *185 - - *704 + - *705 - allOf: - *186 - - *704 + - *705 examples: default: value: @@ -110400,8 +110418,8 @@ paths: category: repos subcategory: rules parameters: - - *453 - *454 + - *455 - *17 - *19 - name: includes_parents @@ -110412,7 +110430,7 @@ paths: schema: type: boolean default: true - - *706 + - *707 responses: '200': description: Response @@ -110467,8 +110485,8 @@ paths: category: repos subcategory: rules parameters: - - *453 - *454 + - *455 requestBody: description: Request body required: true @@ -110497,7 +110515,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *707 + items: *708 required: - name - enforcement @@ -110530,7 +110548,7 @@ paths: application/json: schema: *187 examples: - default: &716 + default: &717 value: id: 42 name: super cool ruleset @@ -110578,12 +110596,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *453 - *454 - - *708 - - *105 + - *455 - *709 + - *105 - *710 + - *711 - *17 - *19 responses: @@ -110591,9 +110609,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 '404': *6 '500': *38 x-github: @@ -110614,17 +110632,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *453 - *454 - - *713 + - *455 + - *714 responses: '200': description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: *715 + default: *716 '404': *6 '500': *38 x-github: @@ -110652,8 +110670,8 @@ paths: category: repos subcategory: rules parameters: - - *453 - *454 + - *455 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110675,7 +110693,7 @@ paths: application/json: schema: *187 examples: - default: *716 + default: *717 '404': *6 '500': *38 put: @@ -110693,8 +110711,8 @@ paths: category: repos subcategory: rules parameters: - - *453 - *454 + - *455 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110728,7 +110746,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *707 + items: *708 examples: default: value: @@ -110758,7 +110776,7 @@ paths: application/json: schema: *187 examples: - default: *716 + default: *717 '404': *6 '422': *15 '500': *38 @@ -110777,8 +110795,8 @@ paths: category: repos subcategory: rules parameters: - - *453 - *454 + - *455 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110801,8 +110819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *453 - *454 + - *455 - *17 - *19 - name: ruleset_id @@ -110820,7 +110838,7 @@ paths: type: array items: *191 examples: - default: *422 + default: *423 '404': *6 '500': *38 x-github: @@ -110839,8 +110857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *453 - *454 + - *455 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110858,7 +110876,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -110913,22 +110931,22 @@ 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: - - *453 - *454 - - *424 + - *455 - *425 - *426 - *427 - *428 + - *429 - *110 - *19 - *17 - - *717 - *718 - - *429 + - *719 - *430 - *431 - *432 + - *433 responses: '200': description: Response @@ -110936,7 +110954,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 type: object properties: number: *126 @@ -110952,8 +110970,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *719 - resolution: *720 + state: *720 + resolution: *721 resolved_at: type: - string @@ -111047,7 +111065,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *721 + - *722 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -111206,16 +111224,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *453 - *454 - - *533 - - *432 + - *455 + - *534 + - *433 responses: '200': description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -111269,9 +111287,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: - - *453 - *454 - - *533 + - *455 + - *534 requestBody: required: true content: @@ -111279,8 +111297,8 @@ paths: schema: type: object properties: - state: *719 - resolution: *720 + state: *720 + resolution: *721 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -111318,7 +111336,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -111413,9 +111431,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: - - *453 - *454 - - *533 + - *455 + - *534 - *19 - *17 responses: @@ -111426,7 +111444,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &901 + items: &902 type: object properties: type: @@ -111453,7 +111471,6 @@ paths: - commit details: oneOf: - - *723 - *724 - *725 - *726 @@ -111466,6 +111483,7 @@ paths: - *733 - *734 - *735 + - *736 examples: default: value: @@ -111551,8 +111569,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -111560,14 +111578,14 @@ paths: schema: type: object properties: - reason: &737 + reason: &738 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *736 + placeholder_id: *737 required: - reason - placeholder_id @@ -111584,7 +111602,7 @@ paths: schema: type: object properties: - reason: *737 + reason: *738 expire_at: type: - string @@ -111631,8 +111649,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: - - *453 - *454 + - *455 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -111647,7 +111665,7 @@ paths: properties: incremental_scans: type: array - items: &738 + items: &739 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111675,15 +111693,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *738 + items: *739 backfill_scans: type: array - items: *738 + items: *739 custom_pattern_backfill_scans: type: array items: allOf: - - *738 + - *739 - type: object properties: pattern_name: @@ -111753,8 +111771,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *453 - *454 + - *455 - *110 - name: sort description: The property to sort the results by. @@ -111798,9 +111816,9 @@ paths: application/json: schema: type: array - items: *739 + items: *740 examples: - default: *740 + default: *741 '400': *14 '404': *6 x-github: @@ -111823,8 +111841,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -111904,7 +111922,7 @@ paths: login: type: string description: The username of the user credited. - type: *437 + type: *438 required: - login - type @@ -111994,9 +112012,9 @@ paths: description: Response content: application/json: - schema: *739 + schema: *740 examples: - default: &742 + default: &743 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -112229,8 +112247,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: - - *453 - *454 + - *455 requestBody: required: true content: @@ -112343,7 +112361,7 @@ paths: description: Response content: application/json: - schema: *739 + schema: *740 examples: default: value: @@ -112490,17 +112508,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: - - *453 - *454 - - *741 + - *455 + - *742 responses: '200': description: Response content: application/json: - schema: *739 + schema: *740 examples: - default: *742 + default: *743 '403': *27 '404': *6 x-github: @@ -112524,9 +112542,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: - - *453 - *454 - - *741 + - *455 + - *742 requestBody: required: true content: @@ -112606,7 +112624,7 @@ paths: login: type: string description: The username of the user credited. - type: *437 + type: *438 required: - login - type @@ -112697,10 +112715,10 @@ paths: description: Response content: application/json: - schema: *739 + schema: *740 examples: - default: *742 - add_credit: *742 + default: *743 + add_credit: *743 '403': *27 '404': *6 '422': @@ -112738,9 +112756,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: - - *453 - *454 - - *741 + - *455 + - *742 responses: '202': *37 '400': *14 @@ -112767,17 +112785,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: - - *453 - *454 - - *741 + - *455 + - *742 responses: '202': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 + default: *461 '400': *14 '422': *15 '403': *27 @@ -112803,8 +112821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -112900,8 +112918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *453 - *454 + - *455 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -112910,7 +112928,7 @@ paths: application/json: schema: type: array - items: &743 + items: &744 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -112943,8 +112961,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: - - *453 - *454 + - *455 responses: '200': description: Response @@ -113022,8 +113040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -113117,8 +113135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *453 - *454 + - *455 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -113272,8 +113290,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: - - *453 - *454 + - *455 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -113283,7 +113301,7 @@ paths: application/json: schema: type: array - items: *743 + items: *744 examples: default: value: @@ -113316,8 +113334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *453 - *454 + - *455 - name: sha in: path required: true @@ -113373,7 +113391,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -113427,8 +113445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -113460,14 +113478,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *453 - *454 + - *455 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &745 + schema: &746 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113540,8 +113558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *453 - *454 + - *455 requestBody: required: false content: @@ -113567,7 +113585,7 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -113594,8 +113612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -113615,8 +113633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -113698,8 +113716,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *453 - *454 + - *455 - name: ref in: path required: true @@ -113735,8 +113753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *453 - *454 + - *455 - *17 - *19 responses: @@ -113748,7 +113766,7 @@ paths: type: array items: *307 examples: - default: *385 + default: *386 headers: Link: *45 '404': *6 @@ -113768,8 +113786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *453 - *454 + - *455 - *19 - *17 responses: @@ -113777,7 +113795,7 @@ paths: description: Response content: application/json: - schema: &746 + schema: &747 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113789,7 +113807,7 @@ paths: required: - names examples: - default: &747 + default: &748 value: names: - octocat @@ -113812,8 +113830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -113844,9 +113862,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 '422': *7 x-github: @@ -113867,9 +113885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *453 - *454 - - &748 + - *455 + - &749 name: per description: The time frame to display results for. in: query @@ -113900,7 +113918,7 @@ paths: - 128 clones: type: array - items: &749 + items: &750 title: Traffic type: object properties: @@ -113987,8 +114005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -114082,8 +114100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *453 - *454 + - *455 responses: '200': description: Response @@ -114146,9 +114164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *453 - *454 - - *748 + - *455 + - *749 responses: '200': description: Response @@ -114169,7 +114187,7 @@ paths: - 3782 views: type: array - items: *749 + items: *750 required: - uniques - count @@ -114246,8 +114264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *453 - *454 + - *455 requestBody: required: true content: @@ -114521,8 +114539,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: - - *453 - *454 + - *455 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -114545,8 +114563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -114568,8 +114586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *453 - *454 + - *455 responses: '204': description: Response @@ -114595,8 +114613,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *453 - *454 + - *455 - name: ref in: path required: true @@ -114688,9 +114706,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114838,7 +114856,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *646 + - *647 requestBody: required: true content: @@ -114904,9 +114922,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *649 + items: *650 examples: - default: *750 + default: *751 '400': *14 '403': *27 '404': *6 @@ -114943,7 +114961,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *646 + - *647 requestBody: required: true content: @@ -115010,9 +115028,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *649 + items: *650 examples: - default: *750 + default: *751 '400': *14 '403': *27 '404': *6 @@ -115044,8 +115062,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *646 - - *370 + - *647 + - *371 responses: '204': description: Issue field value deleted successfully @@ -115087,7 +115105,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &758 + - &759 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -115097,7 +115115,7 @@ paths: type: string examples: - members - - &763 + - &764 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -115109,7 +115127,7 @@ paths: format: int32 examples: - 1 - - &764 + - &765 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -115153,7 +115171,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &753 + items: &754 allOf: - type: object required: @@ -115235,7 +115253,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: &765 + meta: &766 type: object description: The metadata associated with the creation/updates to the user. @@ -115300,30 +115318,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &754 + '400': &755 description: Bad request content: application/json: - schema: *751 + schema: *752 application/scim+json: - schema: *751 - '401': *752 - '403': &755 + schema: *752 + '401': *753 + '403': &756 description: Permission denied - '429': &756 + '429': &757 description: Too many requests content: application/json: - schema: *751 + schema: *752 application/scim+json: - schema: *751 - '500': &757 + schema: *752 + '500': &758 description: Internal server error content: application/json: - schema: *751 + schema: *752 application/scim+json: - schema: *751 + schema: *752 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115347,7 +115365,7 @@ paths: required: true content: application/json: - schema: &761 + schema: &762 type: object required: - schemas @@ -115411,9 +115429,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *753 + schema: *754 examples: - group: &759 + group: &760 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -115432,13 +115450,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': *754 - '401': *752 - '403': *755 - '409': &762 + '400': *755 + '401': *753 + '403': *756 + '409': &763 description: Duplicate record detected - '429': *756 - '500': *757 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115455,7 +115473,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: - - &760 + - &761 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115464,22 +115482,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *758 + - *759 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *753 + schema: *754 examples: - default: *759 - '400': *754 - '401': *752 - '403': *755 + default: *760 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '429': *756 - '500': *757 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115498,13 +115516,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: - - *760 + - *761 - *39 requestBody: required: true content: application/json: - schema: *761 + schema: *762 examples: group: summary: Group @@ -115530,17 +115548,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *753 + schema: *754 examples: - group: *759 - groupWithMembers: *759 - '400': *754 - '401': *752 - '403': *755 + group: *760 + groupWithMembers: *760 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '409': *762 - '429': *756 - '500': *757 + '409': *763 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115564,13 +115582,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: - - *760 + - *761 - *39 requestBody: required: true content: application/json: - schema: &772 + schema: &773 type: object required: - Operations @@ -115630,17 +115648,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *753 + schema: *754 examples: - updateGroup: *759 - addMembers: *759 - '400': *754 - '401': *752 - '403': *755 + updateGroup: *760 + addMembers: *760 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '409': *762 - '429': *756 - '500': *757 + '409': *763 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115656,17 +115674,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: - - *760 + - *761 - *39 responses: '204': description: Group was deleted, no content - '400': *754 - '401': *752 - '403': *755 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '429': *756 - '500': *757 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115700,8 +115718,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *763 - *764 + - *765 - *39 responses: '200': @@ -115735,7 +115753,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &767 + items: &768 allOf: - type: object required: @@ -115827,7 +115845,7 @@ paths: address. examples: - true - roles: &766 + roles: &767 type: array description: The roles assigned to the user. items: @@ -115886,7 +115904,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *765 + meta: *766 startIndex: type: integer description: A starting index for the returned page @@ -115925,11 +115943,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *754 - '401': *752 - '403': *755 - '429': *756 - '500': *757 + '400': *755 + '401': *753 + '403': *756 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115953,7 +115971,7 @@ paths: required: true content: application/json: - schema: &770 + schema: &771 type: object required: - schemas @@ -116046,9 +116064,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *766 + roles: *767 examples: - user: &771 + user: &772 summary: User value: schemas: @@ -116095,9 +116113,9 @@ paths: description: User has been created content: application/scim+json: - schema: *767 + schema: *768 examples: - user: &768 + user: &769 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116123,13 +116141,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: *768 - '400': *754 - '401': *752 - '403': *755 - '409': *762 - '429': *756 - '500': *757 + enterpriseOwner: *769 + '400': *755 + '401': *753 + '403': *756 + '409': *763 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116146,7 +116164,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: - - &769 + - &770 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -116159,15 +116177,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *767 + schema: *768 examples: - default: *768 - '400': *754 - '401': *752 - '403': *755 + default: *769 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '429': *756 - '500': *757 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116218,30 +116236,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: - - *769 + - *770 - *39 requestBody: required: true content: application/json: - schema: *770 + schema: *771 examples: - user: *771 + user: *772 responses: '200': description: User was updated content: application/scim+json: - schema: *767 + schema: *768 examples: - user: *768 - '400': *754 - '401': *752 - '403': *755 + user: *769 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '409': *762 - '429': *756 - '500': *757 + '409': *763 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116282,13 +116300,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: - - *769 + - *770 - *39 requestBody: required: true content: application/json: - schema: *772 + schema: *773 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -116328,18 +116346,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *767 + schema: *768 examples: - userMultiValuedProperties: *768 - userSingleValuedProperties: *768 - disableUser: *768 - '400': *754 - '401': *752 - '403': *755 + userMultiValuedProperties: *769 + userSingleValuedProperties: *769 + disableUser: *769 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '409': *762 - '429': *756 - '500': *757 + '409': *763 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116359,17 +116377,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: - - *769 + - *770 - *39 responses: '204': description: User was deleted, no content - '400': *754 - '401': *752 - '403': *755 + '400': *755 + '401': *753 + '403': *756 '404': *6 - '429': *756 - '500': *757 + '429': *757 + '500': *758 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116460,7 +116478,7 @@ paths: - 1 Resources: type: array - items: &773 + items: &774 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116707,22 +116725,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &774 + '404': &775 description: Resource not found content: application/json: - schema: *751 + schema: *752 application/scim+json: - schema: *751 - '403': &775 + schema: *752 + '403': &776 description: Forbidden content: application/json: - schema: *751 + schema: *752 application/scim+json: - schema: *751 - '400': *754 - '429': *756 + schema: *752 + '400': *755 + '429': *757 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116748,9 +116766,9 @@ paths: description: Response content: application/scim+json: - schema: *773 + schema: *774 examples: - default: &776 + default: &777 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116773,17 +116791,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *774 - '403': *775 - '500': *757 + '404': *775 + '403': *776 + '500': *758 '409': description: Conflict content: application/json: - schema: *751 + schema: *752 application/scim+json: - schema: *751 - '400': *754 + schema: *752 + '400': *755 requestBody: required: true content: @@ -116883,17 +116901,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *769 + - *770 responses: '200': description: Response content: application/scim+json: - schema: *773 + schema: *774 examples: - default: *776 - '404': *774 - '403': *775 + default: *777 + '404': *775 + '403': *776 '304': *35 x-github: githubCloudOnly: true @@ -116917,18 +116935,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *769 + - *770 responses: '200': description: Response content: application/scim+json: - schema: *773 + schema: *774 examples: - default: *776 + default: *777 '304': *35 - '404': *774 - '403': *775 + '404': *775 + '403': *776 requestBody: required: true content: @@ -117043,19 +117061,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *769 + - *770 responses: '200': description: Response content: application/scim+json: - schema: *773 + schema: *774 examples: - default: *776 + default: *777 '304': *35 - '404': *774 - '403': *775 - '400': *754 + '404': *775 + '403': *776 + '400': *755 '429': description: Response content: @@ -117151,12 +117169,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *769 + - *770 responses: '204': description: Response - '404': *774 - '403': *775 + '404': *775 + '403': *776 '304': *35 x-github: githubCloudOnly: true @@ -117290,7 +117308,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &777 + text_matches: &778 title: Search Result Text Matches type: array items: @@ -117454,7 +117472,7 @@ paths: enum: - author-date - committer-date - - &778 + - &779 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 @@ -117523,7 +117541,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *505 comment_count: type: integer message: @@ -117542,7 +117560,7 @@ paths: url: type: string format: uri - verification: *627 + verification: *628 required: - author - committer @@ -117557,7 +117575,7 @@ paths: committer: anyOf: - type: 'null' - - *504 + - *505 parents: type: array items: @@ -117574,7 +117592,7 @@ paths: type: number node_id: type: string - text_matches: *777 + text_matches: *778 required: - sha - node_id @@ -117767,7 +117785,7 @@ paths: - interactions - created - updated - - *778 + - *779 - *17 - *19 - name: advanced_search @@ -117881,11 +117899,11 @@ paths: type: - string - 'null' - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: type: string state_reason: @@ -117899,7 +117917,7 @@ paths: milestone: anyOf: - type: 'null' - - *405 + - *406 comments: type: integer created_at: @@ -117913,7 +117931,7 @@ paths: - string - 'null' format: date-time - text_matches: *777 + text_matches: *778 pull_request: type: object properties: @@ -117962,7 +117980,7 @@ paths: timeline_url: type: string format: uri - type: *371 + type: *372 performed_via_github_app: anyOf: - type: 'null' @@ -118179,7 +118197,7 @@ paths: enum: - created - updated - - *778 + - *779 - *17 - *19 responses: @@ -118224,7 +118242,7 @@ paths: - 'null' score: type: number - text_matches: *777 + text_matches: *778 required: - id - node_id @@ -118310,7 +118328,7 @@ paths: - forks - help-wanted-issues - updated - - *778 + - *779 - *17 - *19 responses: @@ -118556,7 +118574,7 @@ paths: - admin - pull - push - text_matches: *777 + text_matches: *778 temp_clone_token: type: string allow_merge_commit: @@ -118865,7 +118883,7 @@ paths: - string - 'null' format: uri - text_matches: *777 + text_matches: *778 related: type: - array @@ -119060,7 +119078,7 @@ paths: - followers - repositories - joined - - *778 + - *779 - *17 - *19 responses: @@ -119170,7 +119188,7 @@ paths: type: - boolean - 'null' - text_matches: *777 + text_matches: *778 blog: type: - string @@ -119252,7 +119270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &781 + - &782 name: team_id description: The unique identifier of the team. in: path @@ -119264,9 +119282,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 x-github: githubCloudOnly: false @@ -119293,7 +119311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *781 + - *782 requestBody: required: true content: @@ -119357,16 +119375,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '201': description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 '422': *15 '403': *27 @@ -119394,7 +119412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *781 + - *782 responses: '204': description: Response @@ -119423,7 +119441,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *781 + - *782 - *17 - *19 responses: @@ -119433,9 +119451,9 @@ paths: application/json: schema: type: array - items: *365 + items: *366 examples: - default: *366 + default: *367 headers: Link: *45 x-github: @@ -119461,7 +119479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *781 + - *782 - name: role description: Filters members returned by their role in the team. in: query @@ -119512,7 +119530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *781 + - *782 - *139 responses: '204': @@ -119549,7 +119567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *781 + - *782 - *139 responses: '204': @@ -119589,7 +119607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *781 + - *782 - *139 responses: '204': @@ -119626,16 +119644,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: - - *781 + - *782 - *139 responses: '200': description: Response content: application/json: - schema: *452 + schema: *453 examples: - response-if-user-is-a-team-maintainer: *782 + response-if-user-is-a-team-maintainer: *783 '404': *6 x-github: githubCloudOnly: false @@ -119668,7 +119686,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: - - *781 + - *782 - *139 requestBody: required: false @@ -119694,9 +119712,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - response-if-users-membership-with-team-is-now-pending: *783 + response-if-users-membership-with-team-is-now-pending: *784 '403': description: Forbidden if team synchronization is set up '422': @@ -119730,7 +119748,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: - - *781 + - *782 - *139 responses: '204': @@ -119758,7 +119776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *781 + - *782 - *17 - *19 responses: @@ -119770,7 +119788,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 '404': *6 @@ -119800,15 +119818,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: - - *781 - - *453 + - *782 - *454 + - *455 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *784 + schema: *785 examples: alternative-response-with-extra-repository-information: value: @@ -119959,9 +119977,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: - - *781 - - *453 + - *782 - *454 + - *455 requestBody: required: false content: @@ -120011,9 +120029,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: - - *781 - - *453 + - *782 - *454 + - *455 responses: '204': description: Response @@ -120042,15 +120060,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: - - *781 + - *782 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '403': *27 '404': *6 x-github: @@ -120077,7 +120095,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: - - *781 + - *782 requestBody: required: true content: @@ -120138,7 +120156,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -120169,7 +120187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *781 + - *782 - *17 - *19 responses: @@ -120181,7 +120199,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *785 + response-if-child-teams-exist: *786 headers: Link: *45 '404': *6 @@ -120214,7 +120232,7 @@ paths: application/json: schema: oneOf: - - &787 + - &788 title: Private User description: Private User type: object @@ -120464,7 +120482,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *786 + - *787 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -120624,7 +120642,7 @@ paths: description: Response content: application/json: - schema: *787 + schema: *788 examples: default: value: @@ -120827,9 +120845,9 @@ paths: type: integer codespaces: type: array - items: *376 + items: *377 examples: - default: *377 + default: *378 '304': *35 '500': *38 '401': *23 @@ -120968,17 +120986,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '401': *23 '403': *27 '404': *6 @@ -121022,7 +121040,7 @@ paths: type: integer secrets: type: array - items: &788 + items: &789 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -121064,7 +121082,7 @@ paths: - visibility - selected_repositories_url examples: - default: *558 + default: *559 headers: Link: *45 x-github: @@ -121142,7 +121160,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -121432,15 +121450,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: - - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '304': *35 '500': *38 '401': *23 @@ -121466,7 +121484,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: - - *378 + - *379 requestBody: required: false content: @@ -121496,9 +121514,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '401': *23 '403': *27 '404': *6 @@ -121520,7 +121538,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: - - *378 + - *379 responses: '202': *37 '304': *35 @@ -121549,13 +121567,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: - - *378 + - *379 responses: '202': description: Response content: application/json: - schema: &789 + schema: &790 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121608,7 +121626,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &790 + default: &791 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121640,7 +121658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *378 + - *379 - name: export_id in: path required: true @@ -121653,9 +121671,9 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: - default: *790 + default: *791 '404': *6 x-github: githubCloudOnly: false @@ -121676,7 +121694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *378 + - *379 responses: '200': description: Response @@ -121692,9 +121710,9 @@ paths: type: integer machines: type: array - items: *557 + items: *558 examples: - default: *791 + default: *792 '304': *35 '500': *38 '401': *23 @@ -121723,7 +121741,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: - - *378 + - *379 requestBody: required: true content: @@ -121779,11 +121797,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *458 + repository: *459 machine: anyOf: - type: 'null' - - *557 + - *558 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -122580,15 +122598,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: - - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '304': *35 '500': *38 '400': *14 @@ -122620,15 +122638,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: - - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *556 + default: *557 '500': *38 '401': *23 '403': *27 @@ -122658,9 +122676,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: &802 + default: &803 value: - id: 197 name: hello_docker @@ -122761,7 +122779,7 @@ paths: application/json: schema: type: array - items: &792 + items: &793 title: Email description: Email type: object @@ -122831,9 +122849,9 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: - default: &804 + default: &805 value: - email: octocat@github.com verified: true @@ -122910,7 +122928,7 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: default: value: @@ -123168,7 +123186,7 @@ paths: application/json: schema: type: array - items: &793 + items: &794 title: GPG Key description: A unique encryption key type: object @@ -123313,7 +123331,7 @@ paths: - subkeys - revoked examples: - default: &820 + default: &821 value: - id: 3 name: Octocat's GPG Key @@ -123398,9 +123416,9 @@ paths: description: Response content: application/json: - schema: *793 + schema: *794 examples: - default: &794 + default: &795 value: id: 3 name: Octocat's GPG Key @@ -123457,7 +123475,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: - - &795 + - &796 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123469,9 +123487,9 @@ paths: description: Response content: application/json: - schema: *793 + schema: *794 examples: - default: *794 + default: *795 '404': *6 '304': *35 '403': *27 @@ -123494,7 +123512,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: - - *795 + - *796 responses: '204': description: Response @@ -123773,12 +123791,12 @@ paths: application/json: schema: anyOf: - - *363 + - *364 - type: object properties: {} additionalProperties: false examples: - default: *364 + default: *365 '204': description: Response when there are no restrictions x-github: @@ -123802,7 +123820,7 @@ paths: required: true content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -123813,7 +123831,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: default: value: @@ -123894,7 +123912,7 @@ paths: - closed - all default: open - - *374 + - *375 - name: sort description: What to sort results by. in: query @@ -123919,7 +123937,7 @@ paths: type: array items: *219 examples: - default: *375 + default: *376 headers: Link: *45 '404': *6 @@ -123952,7 +123970,7 @@ paths: application/json: schema: type: array - items: &796 + items: &797 title: Key description: Key type: object @@ -124055,9 +124073,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *797 examples: - default: &797 + default: &798 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -124090,15 +124108,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: - - *667 + - *668 responses: '200': description: Response content: application/json: - schema: *796 + schema: *797 examples: - default: *797 + default: *798 '404': *6 '304': *35 '403': *27 @@ -124121,7 +124139,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: - - *667 + - *668 responses: '204': description: Response @@ -124154,7 +124172,7 @@ paths: application/json: schema: type: array - items: &798 + items: &799 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -124233,7 +124251,7 @@ paths: - account - plan examples: - default: &799 + default: &800 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124295,9 +124313,9 @@ paths: application/json: schema: type: array - items: *798 + items: *799 examples: - default: *799 + default: *800 headers: Link: *45 '304': *35 @@ -124337,7 +124355,7 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: default: value: @@ -124451,7 +124469,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -124538,7 +124556,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -124610,7 +124628,7 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: default: value: @@ -124872,7 +124890,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -125052,7 +125070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *382 + - *383 - name: exclude in: query required: false @@ -125065,7 +125083,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -125259,7 +125277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *382 + - *383 responses: '302': description: Response @@ -125285,7 +125303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *382 + - *383 responses: '204': description: Response @@ -125314,8 +125332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *382 - - *800 + - *383 + - *801 responses: '204': description: Response @@ -125339,7 +125357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *382 + - *383 - *17 - *19 responses: @@ -125351,7 +125369,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 '404': *6 @@ -125430,7 +125448,7 @@ paths: - docker - nuget - container - - *801 + - *802 - *19 - *17 responses: @@ -125440,10 +125458,10 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *802 - '400': *803 + default: *803 + '400': *804 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125463,16 +125481,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: - - *388 - *389 + - *390 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &821 + default: &822 value: id: 40201 name: octo-name @@ -125585,8 +125603,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: - - *388 - *389 + - *390 responses: '204': description: Response @@ -125616,8 +125634,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: - - *388 - *389 + - *390 - name: token description: package token schema: @@ -125649,8 +125667,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: - - *388 - *389 + - *390 - *19 - *17 - name: state @@ -125670,7 +125688,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -125719,15 +125737,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: - - *388 - *389 - - *391 + - *390 + - *392 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -125763,9 +125781,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: - - *388 - *389 - - *391 + - *390 + - *392 responses: '204': description: Response @@ -125795,9 +125813,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: - - *388 - *389 - - *391 + - *390 + - *392 responses: '204': description: Response @@ -125834,9 +125852,9 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: - default: *804 + default: *805 headers: Link: *45 '304': *35 @@ -125949,7 +125967,7 @@ paths: type: array items: *78 examples: - default: &811 + default: &812 summary: Default response value: - id: 1296269 @@ -126267,9 +126285,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -126307,9 +126325,9 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: - default: *805 + default: *806 headers: Link: *45 '304': *35 @@ -126332,7 +126350,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *367 + - *368 responses: '204': description: Response @@ -126355,7 +126373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *367 + - *368 responses: '204': description: Response @@ -126388,7 +126406,7 @@ paths: application/json: schema: type: array - items: &806 + items: &807 title: Social account description: Social media account type: object @@ -126405,7 +126423,7 @@ paths: - provider - url examples: - default: &807 + default: &808 value: - provider: twitter url: https://twitter.com/github @@ -126468,9 +126486,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: *807 + default: *808 '422': *15 '304': *35 '404': *6 @@ -126558,7 +126576,7 @@ paths: application/json: schema: type: array - items: &808 + items: &809 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126578,7 +126596,7 @@ paths: - title - created_at examples: - default: &835 + default: &836 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126643,9 +126661,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *809 examples: - default: &809 + default: &810 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126675,7 +126693,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: - - &810 + - &811 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126687,9 +126705,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *809 examples: - default: *809 + default: *810 '404': *6 '304': *35 '403': *27 @@ -126712,7 +126730,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: - - *810 + - *811 responses: '204': description: Response @@ -126741,7 +126759,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: - - &836 + - &837 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 @@ -126766,11 +126784,11 @@ paths: type: array items: *78 examples: - default-response: *811 + default-response: *812 application/vnd.github.v3.star+json: schema: type: array - items: &837 + items: &838 title: Starred Repository description: Starred Repository type: object @@ -126926,8 +126944,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: - - *453 - *454 + - *455 responses: '204': description: Response if this repository is starred by you @@ -126955,8 +126973,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: - - *453 - *454 + - *455 responses: '204': description: Response @@ -126980,8 +126998,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: - - *453 - *454 + - *455 responses: '204': description: Response @@ -127016,7 +127034,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 '304': *35 @@ -127053,7 +127071,7 @@ paths: application/json: schema: type: array - items: *445 + items: *446 examples: default: value: @@ -127139,10 +127157,10 @@ paths: application/json: schema: oneOf: + - *788 - *787 - - *786 examples: - default-response: &815 + default-response: &816 summary: Default response value: login: octocat @@ -127177,7 +127195,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &816 + response-with-git-hub-plan-information: &817 summary: Response with GitHub plan information value: login: octocat @@ -127234,14 +127252,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &813 + - &814 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *404 + - *405 requestBody: required: true description: Details of the draft item to create in the project. @@ -127275,9 +127293,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - draft_issue: *410 + draft_issue: *411 '304': *35 '403': *27 '401': *23 @@ -127300,7 +127318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *812 + - *813 - *17 responses: '200': @@ -127335,8 +127353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *813 - - *404 + - *814 + - *405 requestBody: required: true content: @@ -127410,17 +127428,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *814 + schema: *815 examples: table_view: summary: Response for creating a table view - value: *414 + value: *415 board_view: summary: Response for creating a board view with filter - value: *414 + value: *415 roadmap_view: summary: Response for creating a roadmap view - value: *414 + value: *415 '304': *35 '403': *27 '401': *23 @@ -127462,11 +127480,11 @@ paths: application/json: schema: oneOf: + - *788 - *787 - - *786 examples: - default-response: *815 - response-with-git-hub-plan-information: *816 + default-response: *816 + response-with-git-hub-plan-information: *817 '404': *6 x-github: githubCloudOnly: false @@ -127516,8 +127534,8 @@ paths: required: - subject_digests examples: - default: *817 - withPredicateType: *818 + default: *818 + withPredicateType: *819 responses: '200': description: Response @@ -127571,7 +127589,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *819 + default: *820 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127776,7 +127794,7 @@ paths: initiator: type: string examples: - default: *500 + default: *501 '201': description: Response content: @@ -127815,9 +127833,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *802 + default: *803 '403': *27 '401': *23 x-github: @@ -128201,9 +128219,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: *820 + default: *821 headers: Link: *45 x-github: @@ -128307,7 +128325,7 @@ paths: application/json: schema: *20 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128432,7 +128450,7 @@ paths: - docker - nuget - container - - *801 + - *802 - *139 - *19 - *17 @@ -128443,12 +128461,12 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *802 + default: *803 '403': *27 '401': *23 - '400': *803 + '400': *804 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128468,17 +128486,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *139 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *821 + default: *822 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128499,8 +128517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *139 responses: '204': @@ -128533,8 +128551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *139 - name: token description: package token @@ -128567,8 +128585,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: - - *388 - *389 + - *390 - *139 responses: '200': @@ -128577,7 +128595,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -128635,16 +128653,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: - - *388 - *389 - - *391 + - *390 + - *392 - *139 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -128679,10 +128697,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *388 - *389 + - *390 - *139 - - *391 + - *392 responses: '204': description: Response @@ -128714,10 +128732,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *388 - *389 + - *390 - *139 - - *391 + - *392 responses: '204': description: Response @@ -128758,9 +128776,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *45 '304': *35 @@ -128782,16 +128800,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *404 + - *405 - *139 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 headers: Link: *45 '304': *35 @@ -128813,7 +128831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *404 + - *405 - *139 - *17 - *108 @@ -128825,9 +128843,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *822 + default: *823 headers: Link: *45 '304': *35 @@ -128849,7 +128867,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *139 - - *404 + - *405 requestBody: required: true content: @@ -128887,7 +128905,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *823 + items: *824 required: - name - data_type @@ -128903,7 +128921,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *824 + iteration_configuration: *825 required: - name - data_type @@ -128925,20 +128943,20 @@ paths: value: name: Due date data_type: date - single_select_field: *825 - iteration_field: *826 + single_select_field: *826 + iteration_field: *827 responses: '201': description: Response content: application/json: - schema: *407 + schema: *408 examples: - text_field: *827 - number_field: *828 - date_field: *829 - single_select_field: *830 - iteration_field: *831 + text_field: *828 + number_field: *829 + date_field: *830 + single_select_field: *831 + iteration_field: *832 '304': *35 '403': *27 '401': *23 @@ -128959,17 +128977,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *404 - - *832 + - *405 + - *833 - *139 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *833 + default: *834 headers: Link: *45 '304': *35 @@ -128992,7 +129010,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *404 + - *405 - *139 - *108 - *109 @@ -129025,9 +129043,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *45 '304': *35 @@ -129049,7 +129067,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *139 - - *404 + - *405 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -129119,22 +129137,22 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *410 + value: *411 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *410 + value: *411 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *410 + value: *411 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *410 + value: *411 '304': *35 '403': *27 '401': *23 @@ -129154,9 +129172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *404 + - *405 - *139 - - *413 + - *414 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -129176,9 +129194,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: *412 + default: *413 headers: Link: *45 '304': *35 @@ -129199,9 +129217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *404 + - *405 - *139 - - *413 + - *414 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -129274,13 +129292,13 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - text_field: *412 - number_field: *412 - date_field: *412 - single_select_field: *412 - iteration_field: *412 + text_field: *413 + number_field: *413 + date_field: *413 + single_select_field: *413 + iteration_field: *413 '401': *23 '403': *27 '404': *6 @@ -129300,9 +129318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *404 + - *405 - *139 - - *413 + - *414 responses: '204': description: Response @@ -129324,9 +129342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *404 + - *405 - *139 - - *834 + - *835 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129352,9 +129370,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *45 '304': *35 @@ -129575,7 +129593,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 x-github: @@ -129605,9 +129623,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: *807 + default: *808 headers: Link: *45 x-github: @@ -129637,9 +129655,9 @@ paths: application/json: schema: type: array - items: *808 + items: *809 examples: - default: *835 + default: *836 headers: Link: *45 x-github: @@ -129664,7 +129682,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *836 + - *837 - *110 - *17 - *19 @@ -129676,11 +129694,11 @@ paths: schema: anyOf: - type: array - items: *837 + items: *838 - type: array items: *78 examples: - default-response: *811 + default-response: *812 headers: Link: *45 x-github: @@ -129711,7 +129729,7 @@ paths: type: array items: *278 examples: - default: *392 + default: *393 headers: Link: *45 x-github: @@ -129840,7 +129858,7 @@ webhooks: type: string enum: - disabled - enterprise: &838 + enterprise: &839 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129909,7 +129927,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &839 + installation: &840 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -129930,7 +129948,7 @@ webhooks: required: - id - node_id - organization: &840 + organization: &841 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -130003,7 +130021,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &841 + repository: &842 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -130929,10 +130947,10 @@ webhooks: type: string enum: - enabled - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -131008,11 +131026,11 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - rule: &842 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + rule: &843 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) @@ -131235,11 +131253,11 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - rule: *842 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + rule: *843 sender: *4 required: - action @@ -131427,11 +131445,11 @@ webhooks: - everyone required: - from - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - rule: *842 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + rule: *843 sender: *4 required: - action @@ -131504,7 +131522,7 @@ webhooks: required: true content: application/json: - schema: &862 + schema: &863 title: Exemption request cancellation event type: object properties: @@ -131512,11 +131530,11 @@ webhooks: type: string enum: - cancelled - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - exemption_request: &843 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + exemption_request: &844 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131825,7 +131843,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &844 + items: &845 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -131937,7 +131955,7 @@ webhooks: required: true content: application/json: - schema: &863 + schema: &864 title: Exemption request completed event type: object properties: @@ -131945,11 +131963,11 @@ webhooks: type: string enum: - completed - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - exemption_request: *843 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + exemption_request: *844 sender: *4 required: - action @@ -132021,7 +132039,7 @@ webhooks: required: true content: application/json: - schema: &860 + schema: &861 title: Exemption request created event type: object properties: @@ -132029,11 +132047,11 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - exemption_request: *843 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + exemption_request: *844 sender: *4 required: - action @@ -132105,7 +132123,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &865 title: Exemption response dismissed event type: object properties: @@ -132113,12 +132131,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - exemption_request: *843 - exemption_response: *844 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + exemption_request: *844 + exemption_response: *845 sender: *4 required: - action @@ -132192,7 +132210,7 @@ webhooks: required: true content: application/json: - schema: &861 + schema: &862 title: Exemption response submitted event type: object properties: @@ -132200,12 +132218,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - exemption_request: *843 - exemption_response: *844 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + exemption_request: *844 + exemption_response: *845 sender: *4 required: - action @@ -132289,7 +132307,7 @@ webhooks: type: string enum: - completed - check_run: &846 + check_run: &847 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132399,7 +132417,7 @@ webhooks: - examples: - neutral - deployment: *845 + deployment: *846 details_url: type: string examples: @@ -132497,10 +132515,10 @@ webhooks: - output - app - pull_requests - installation: *839 - enterprise: *838 - organization: *840 - repository: *841 + installation: *840 + enterprise: *839 + organization: *841 + repository: *842 sender: *4 required: - check_run @@ -132891,11 +132909,11 @@ webhooks: type: string enum: - created - check_run: *846 - installation: *839 - enterprise: *838 - organization: *840 - repository: *841 + check_run: *847 + installation: *840 + enterprise: *839 + organization: *841 + repository: *842 sender: *4 required: - check_run @@ -133289,11 +133307,11 @@ webhooks: type: string enum: - requested_action - check_run: *846 - installation: *839 - enterprise: *838 - organization: *840 - repository: *841 + check_run: *847 + installation: *840 + enterprise: *839 + organization: *841 + repository: *842 requested_action: description: The action requested by the user. type: object @@ -133696,11 +133714,11 @@ webhooks: type: string enum: - rerequested - check_run: *846 - installation: *839 - enterprise: *838 - organization: *840 - repository: *841 + check_run: *847 + installation: *840 + enterprise: *839 + organization: *841 + repository: *842 sender: *4 required: - check_run @@ -134685,10 +134703,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -135392,10 +135410,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -136093,10 +136111,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -136265,7 +136283,7 @@ webhooks: required: - login - id - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136417,20 +136435,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &847 + commit_oid: &848 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: *838 - installation: *839 - organization: *840 - ref: &848 + enterprise: *839 + installation: *840 + organization: *841 + ref: &849 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: *841 + repository: *842 sender: *4 required: - action @@ -136597,7 +136615,7 @@ webhooks: required: - login - id - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136838,12 +136856,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *847 - enterprise: *838 - installation: *839 - organization: *840 - ref: *848 - repository: *841 + commit_oid: *848 + enterprise: *839 + installation: *840 + organization: *841 + ref: *849 + repository: *842 sender: *4 required: - action @@ -136941,7 +136959,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137126,12 +137144,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *847 - enterprise: *838 - installation: *839 - organization: *840 - ref: *848 - repository: *841 + commit_oid: *848 + enterprise: *839 + installation: *840 + organization: *841 + ref: *849 + repository: *842 sender: *4 required: - action @@ -137300,7 +137318,7 @@ webhooks: required: - login - id - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137477,12 +137495,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *847 - enterprise: *838 - installation: *839 - organization: *840 - ref: *848 - repository: *841 + commit_oid: *848 + enterprise: *839 + installation: *840 + organization: *841 + ref: *849 + repository: *842 sender: *4 required: - action @@ -137583,7 +137601,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137772,9 +137790,9 @@ webhooks: type: - string - 'null' - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137782,7 +137800,7 @@ webhooks: type: - string - 'null' - repository: *841 + repository: *842 sender: *4 required: - action @@ -137881,7 +137899,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -138028,12 +138046,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *847 - enterprise: *838 - installation: *839 - organization: *840 - ref: *848 - repository: *841 + commit_oid: *848 + enterprise: *839 + installation: *840 + organization: *841 + ref: *849 + repository: *842 sender: *4 required: - action @@ -138202,7 +138220,7 @@ webhooks: required: - login - id - dismissed_comment: *528 + dismissed_comment: *529 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -138354,10 +138372,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -138617,10 +138635,10 @@ webhooks: - updated_at - author_association - body - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -138701,18 +138719,18 @@ webhooks: type: - string - 'null' - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *840 - pusher_type: &849 + organization: *841 + pusher_type: &850 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &850 + ref: &851 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138722,7 +138740,7 @@ webhooks: enum: - tag - branch - repository: *841 + repository: *842 sender: *4 required: - ref @@ -138805,9 +138823,9 @@ webhooks: enum: - created definition: *153 - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 sender: *4 required: - action @@ -138892,9 +138910,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 sender: *4 required: - action @@ -138972,9 +138990,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 sender: *4 required: - action @@ -139052,9 +139070,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 sender: *4 required: - action @@ -139131,10 +139149,10 @@ webhooks: type: string enum: - updated - enterprise: *838 - installation: *839 - repository: *841 - organization: *840 + enterprise: *839 + installation: *840 + repository: *842 + organization: *841 sender: *4 new_property_values: type: array @@ -139219,18 +139237,18 @@ webhooks: title: delete event type: object properties: - enterprise: *838 - installation: *839 - organization: *840 - pusher_type: *849 - ref: *850 + enterprise: *839 + installation: *840 + organization: *841 + pusher_type: *850 + ref: *851 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *841 + repository: *842 sender: *4 required: - ref @@ -139310,11 +139328,11 @@ webhooks: type: string enum: - assignees_changed - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139394,11 +139412,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139479,11 +139497,11 @@ webhooks: type: string enum: - auto_reopened - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139564,11 +139582,11 @@ webhooks: type: string enum: - created - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139647,11 +139665,11 @@ webhooks: type: string enum: - dismissed - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139730,11 +139748,11 @@ webhooks: type: string enum: - fixed - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139814,11 +139832,11 @@ webhooks: type: string enum: - reintroduced - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139897,11 +139915,11 @@ webhooks: type: string enum: - reopened - alert: *586 - installation: *839 - organization: *840 - enterprise: *838 - repository: *841 + alert: *587 + installation: *840 + organization: *841 + enterprise: *839 + repository: *842 sender: *4 required: - action @@ -139978,9 +139996,9 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - key: &851 + enterprise: *839 + installation: *840 + key: &852 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -140018,8 +140036,8 @@ webhooks: - verified - created_at - read_only - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -140096,11 +140114,11 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - key: *851 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + key: *852 + organization: *841 + repository: *842 sender: *4 required: - action @@ -140667,12 +140685,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - workflow: &855 + workflow: &856 title: Workflow type: - object @@ -141423,13 +141441,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *592 + - *593 pull_requests: type: array - items: *687 - repository: *841 - organization: *840 - installation: *839 + items: *688 + repository: *842 + organization: *841 + installation: *840 sender: *4 responses: '200': @@ -141500,7 +141518,7 @@ webhooks: type: string enum: - approved - approver: &852 + approver: &853 type: object properties: avatar_url: @@ -141543,11 +141561,11 @@ webhooks: type: string comment: type: string - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - reviewers: &853 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + reviewers: &854 type: array items: type: object @@ -141628,7 +141646,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &854 + workflow_job_run: &855 type: object properties: conclusion: @@ -142374,18 +142392,18 @@ webhooks: type: string enum: - rejected - approver: *852 + approver: *853 comment: type: string - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - reviewers: *853 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + reviewers: *854 sender: *4 since: type: string - workflow_job_run: *854 + workflow_job_run: *855 workflow_job_runs: type: array items: @@ -143102,13 +143120,13 @@ webhooks: type: string enum: - requested - enterprise: *838 + enterprise: *839 environment: type: string - installation: *839 - organization: *840 - repository: *841 - requestor: &865 + installation: *840 + organization: *841 + repository: *842 + requestor: &866 title: User type: - object @@ -145041,12 +145059,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - workflow: *855 + workflow: *856 workflow_run: title: Deployment Workflow Run type: @@ -145737,7 +145755,7 @@ webhooks: type: string enum: - answered - answer: &858 + answer: &859 type: object properties: author_association: @@ -145897,11 +145915,11 @@ webhooks: - created_at - updated_at - body - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146028,11 +146046,11 @@ webhooks: - from required: - category - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146115,11 +146133,11 @@ webhooks: type: string enum: - closed - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146201,7 +146219,7 @@ webhooks: type: string enum: - created - comment: &857 + comment: &858 type: object properties: author_association: @@ -146361,11 +146379,11 @@ webhooks: - updated_at - body - reactions - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146448,12 +146466,12 @@ webhooks: type: string enum: - deleted - comment: *857 - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + comment: *858 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146548,12 +146566,12 @@ webhooks: - from required: - body - comment: *857 - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + comment: *858 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146637,11 +146655,11 @@ webhooks: type: string enum: - created - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146723,11 +146741,11 @@ webhooks: type: string enum: - deleted - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146827,11 +146845,11 @@ webhooks: type: string required: - from - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -146913,10 +146931,10 @@ webhooks: type: string enum: - labeled - discussion: *856 - enterprise: *838 - installation: *839 - label: &859 + discussion: *857 + enterprise: *839 + installation: *840 + label: &860 title: Label type: object properties: @@ -146949,8 +146967,8 @@ webhooks: - color - default - description - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147033,11 +147051,11 @@ webhooks: type: string enum: - locked - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147119,11 +147137,11 @@ webhooks: type: string enum: - pinned - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147205,11 +147223,11 @@ webhooks: type: string enum: - reopened - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147294,16 +147312,16 @@ webhooks: changes: type: object properties: - new_discussion: *856 - new_repository: *841 + new_discussion: *857 + new_repository: *842 required: - new_discussion - new_repository - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147386,10 +147404,10 @@ webhooks: type: string enum: - unanswered - discussion: *856 - old_answer: *858 - organization: *840 - repository: *841 + discussion: *857 + old_answer: *859 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147471,12 +147489,12 @@ webhooks: type: string enum: - unlabeled - discussion: *856 - enterprise: *838 - installation: *839 - label: *859 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147559,11 +147577,11 @@ webhooks: type: string enum: - unlocked - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147645,11 +147663,11 @@ webhooks: type: string enum: - unpinned - discussion: *856 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + discussion: *857 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -147718,7 +147736,7 @@ webhooks: required: true content: application/json: - schema: *860 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147781,7 +147799,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147844,7 +147862,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147907,7 +147925,7 @@ webhooks: required: true content: application/json: - schema: *860 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147970,7 +147988,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148036,7 +148054,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148102,7 +148120,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148168,7 +148186,7 @@ webhooks: required: true content: application/json: - schema: *860 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148234,7 +148252,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148300,7 +148318,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148365,7 +148383,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148430,7 +148448,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148495,7 +148513,7 @@ webhooks: required: true content: application/json: - schema: *860 + schema: *861 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148560,7 +148578,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148626,7 +148644,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148693,7 +148711,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *838 + enterprise: *839 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149371,9 +149389,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - forkee @@ -149519,9 +149537,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pages: description: The pages that were updated. type: array @@ -149559,7 +149577,7 @@ webhooks: - action - sha - html_url - repository: *841 + repository: *842 sender: *4 required: - pages @@ -149635,10 +149653,10 @@ webhooks: type: string enum: - created - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories: &866 + organization: *841 + repositories: &867 description: An array of repository objects that the installation can access. type: array @@ -149664,8 +149682,8 @@ webhooks: - name - full_name - private - repository: *841 - requester: *865 + repository: *842 + requester: *866 sender: *4 required: - action @@ -149740,11 +149758,11 @@ webhooks: type: string enum: - deleted - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories: *866 - repository: *841 + organization: *841 + repositories: *867 + repository: *842 requester: type: - 'null' @@ -149821,11 +149839,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories: *866 - repository: *841 + organization: *841 + repositories: *867 + repository: *842 requester: type: - 'null' @@ -149902,10 +149920,10 @@ webhooks: type: string enum: - added - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories_added: &867 + organization: *841 + repositories_added: &868 description: An array of repository objects, which were added to the installation. type: array @@ -149951,15 +149969,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *841 - repository_selection: &868 + repository: *842 + repository_selection: &869 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *865 + requester: *866 sender: *4 required: - action @@ -150038,10 +150056,10 @@ webhooks: type: string enum: - removed - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories_added: *867 + organization: *841 + repositories_added: *868 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -150068,9 +150086,9 @@ webhooks: - name - full_name - private - repository: *841 - repository_selection: *868 - requester: *865 + repository: *842 + repository_selection: *869 + requester: *866 sender: *4 required: - action @@ -150149,11 +150167,11 @@ webhooks: type: string enum: - suspend - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories: *866 - repository: *841 + organization: *841 + repositories: *867 + repository: *842 requester: type: - 'null' @@ -150336,10 +150354,10 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 target_type: type: string @@ -150418,11 +150436,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *838 + enterprise: *839 installation: *20 - organization: *840 - repositories: *866 - repository: *841 + organization: *841 + repositories: *867 + repository: *842 requester: type: - 'null' @@ -150588,7 +150606,7 @@ webhooks: pin: anyOf: - type: 'null' - - *664 + - *665 user: title: User type: @@ -150674,8 +150692,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151487,8 +151505,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151505,7 +151523,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -151849,8 +151867,8 @@ webhooks: - state - locked - assignee - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -151930,7 +151948,7 @@ webhooks: type: string enum: - deleted - comment: &869 + comment: &870 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -152087,7 +152105,7 @@ webhooks: pin: anyOf: - type: 'null' - - *664 + - *665 required: - url - html_url @@ -152101,8 +152119,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152910,8 +152928,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152928,7 +152946,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -153274,8 +153292,8 @@ webhooks: - state - locked - assignee - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -153355,7 +153373,7 @@ webhooks: type: string enum: - edited - changes: &893 + changes: &894 description: The changes to the comment. type: object properties: @@ -153367,9 +153385,9 @@ webhooks: type: string required: - from - comment: *869 - enterprise: *838 - installation: *839 + comment: *870 + enterprise: *839 + installation: *840 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -154180,8 +154198,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154198,7 +154216,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -154542,8 +154560,8 @@ webhooks: - state - locked - assignee - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -154624,9 +154642,9 @@ webhooks: type: string enum: - pinned - comment: *869 - enterprise: *838 - installation: *839 + comment: *870 + enterprise: *839 + installation: *840 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155439,8 +155457,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155457,7 +155475,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -155803,8 +155821,8 @@ webhooks: - state - locked - assignee - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -155884,9 +155902,9 @@ webhooks: type: string enum: - unpinned - comment: *869 - enterprise: *838 - installation: *839 + comment: *870 + enterprise: *839 + installation: *840 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156699,8 +156717,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156717,7 +156735,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -157063,8 +157081,8 @@ webhooks: - state - locked - assignee - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -157153,9 +157171,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -157244,9 +157262,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -157334,9 +157352,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -157425,9 +157443,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -157507,10 +157525,10 @@ webhooks: type: string enum: - assigned - assignee: *865 - enterprise: *838 - installation: *839 - issue: &872 + assignee: *866 + enterprise: *839 + installation: *840 + issue: &873 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158321,11 +158339,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158342,7 +158360,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -158445,8 +158463,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -158526,8 +158544,8 @@ webhooks: type: string enum: - closed - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159343,11 +159361,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159364,7 +159382,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -159610,8 +159628,8 @@ webhooks: required: - state - closed_at - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -159690,8 +159708,8 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160498,11 +160516,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160519,7 +160537,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -160621,8 +160639,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -160701,8 +160719,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161532,11 +161550,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161553,7 +161571,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -161634,7 +161652,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &870 + milestone: &871 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161777,8 +161795,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -161877,8 +161895,8 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162689,11 +162707,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162707,7 +162725,7 @@ webhooks: timeline_url: type: string format: uri - type: *371 + type: *372 title: description: Title of the issue type: string @@ -162813,9 +162831,9 @@ webhooks: - active_lock_reason - body - reactions - label: *859 - organization: *840 - repository: *841 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -162895,8 +162913,8 @@ webhooks: type: string enum: - labeled - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163706,11 +163724,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163724,7 +163742,7 @@ webhooks: timeline_url: type: string format: uri - type: *371 + type: *372 title: description: Title of the issue type: string @@ -163830,9 +163848,9 @@ webhooks: - active_lock_reason - body - reactions - label: *859 - organization: *840 - repository: *841 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -163912,8 +163930,8 @@ webhooks: type: string enum: - locked - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164748,11 +164766,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164766,7 +164784,7 @@ webhooks: timeline_url: type: string format: uri - type: *371 + type: *372 title: description: Title of the issue type: string @@ -164849,8 +164867,8 @@ webhooks: format: uri user_view_type: type: string - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -164929,8 +164947,8 @@ webhooks: type: string enum: - milestoned - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165759,11 +165777,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165780,7 +165798,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -165860,9 +165878,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *870 - organization: *840 - repository: *841 + milestone: *871 + organization: *841 + repository: *842 sender: *4 required: - action @@ -166749,11 +166767,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166853,7 +166871,7 @@ webhooks: required: - login - id - type: *371 + type: *372 required: - id - number @@ -167345,8 +167363,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -168153,11 +168171,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168174,7 +168192,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -168280,8 +168298,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -168361,9 +168379,9 @@ webhooks: type: string enum: - pinned - enterprise: *838 - installation: *839 - issue: &871 + enterprise: *839 + installation: *840 + issue: &872 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -169168,11 +169186,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169189,7 +169207,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -169291,8 +169309,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -169371,8 +169389,8 @@ webhooks: type: string enum: - reopened - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -170205,11 +170223,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170306,9 +170324,9 @@ webhooks: format: uri user_view_type: type: string - type: *371 - organization: *840 - repository: *841 + type: *372 + organization: *841 + repository: *842 sender: *4 required: - action @@ -171196,11 +171214,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171217,7 +171235,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -171810,11 +171828,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *838 - installation: *839 - issue: *871 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + issue: *872 + organization: *841 + repository: *842 sender: *4 required: - action @@ -171894,12 +171912,12 @@ webhooks: type: string enum: - typed - enterprise: *838 - installation: *839 - issue: *872 - type: *371 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + issue: *873 + type: *372 + organization: *841 + repository: *842 sender: *4 required: - action @@ -171980,7 +171998,7 @@ webhooks: type: string enum: - unassigned - assignee: &896 + assignee: &897 title: User type: - object @@ -172052,11 +172070,11 @@ webhooks: required: - login - id - enterprise: *838 - installation: *839 - issue: *872 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + issue: *873 + organization: *841 + repository: *842 sender: *4 required: - action @@ -172135,12 +172153,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *838 - installation: *839 - issue: *872 - label: *859 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + issue: *873 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -172220,8 +172238,8 @@ webhooks: type: string enum: - unlocked - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -173054,11 +173072,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *779 - issue_dependencies_summary: *780 + sub_issues_summary: *780 + issue_dependencies_summary: *781 issue_field_values: type: array - items: *649 + items: *650 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173075,7 +173093,7 @@ webhooks: title: description: Title of the issue type: string - type: *371 + type: *372 updated_at: type: string format: date-time @@ -173155,8 +173173,8 @@ webhooks: format: uri user_view_type: type: string - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -173236,11 +173254,11 @@ webhooks: type: string enum: - unpinned - enterprise: *838 - installation: *839 - issue: *871 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + issue: *872 + organization: *841 + repository: *842 sender: *4 required: - action @@ -173319,12 +173337,12 @@ webhooks: type: string enum: - untyped - enterprise: *838 - installation: *839 - issue: *872 - type: *371 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + issue: *873 + type: *372 + organization: *841 + repository: *842 sender: *4 required: - action @@ -173404,11 +173422,11 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - label: *859 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -173486,11 +173504,11 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - label: *859 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -173600,11 +173618,11 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - label: *859 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + label: *860 + organization: *841 + repository: *842 sender: *4 required: - action @@ -173686,9 +173704,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *838 - installation: *839 - marketplace_purchase: &873 + enterprise: *839 + installation: *840 + marketplace_purchase: &874 title: Marketplace Purchase type: object required: @@ -173776,8 +173794,8 @@ webhooks: type: integer unit_count: type: integer - organization: *840 - previous_marketplace_purchase: &874 + organization: *841 + previous_marketplace_purchase: &875 title: Marketplace Purchase type: object properties: @@ -173861,7 +173879,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *841 + repository: *842 sender: *4 required: - action @@ -173941,10 +173959,10 @@ webhooks: - changed effective_date: type: string - enterprise: *838 - installation: *839 - marketplace_purchase: *873 - organization: *840 + enterprise: *839 + installation: *840 + marketplace_purchase: *874 + organization: *841 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174032,7 +174050,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *841 + repository: *842 sender: *4 required: - action @@ -174114,10 +174132,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *838 - installation: *839 - marketplace_purchase: *873 - organization: *840 + enterprise: *839 + installation: *840 + marketplace_purchase: *874 + organization: *841 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174203,7 +174221,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *841 + repository: *842 sender: *4 required: - action @@ -174284,8 +174302,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 marketplace_purchase: title: Marketplace Purchase type: object @@ -174371,9 +174389,9 @@ webhooks: type: integer unit_count: type: integer - organization: *840 - previous_marketplace_purchase: *874 - repository: *841 + organization: *841 + previous_marketplace_purchase: *875 + repository: *842 sender: *4 required: - action @@ -174453,12 +174471,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *838 - installation: *839 - marketplace_purchase: *873 - organization: *840 - previous_marketplace_purchase: *874 - repository: *841 + enterprise: *839 + installation: *840 + marketplace_purchase: *874 + organization: *841 + previous_marketplace_purchase: *875 + repository: *842 sender: *4 required: - action @@ -174560,11 +174578,11 @@ webhooks: type: string required: - to - enterprise: *838 - installation: *839 - member: *865 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + member: *866 + organization: *841 + repository: *842 sender: *4 required: - action @@ -174666,11 +174684,11 @@ webhooks: type: - string - 'null' - enterprise: *838 - installation: *839 - member: *865 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + member: *866 + organization: *841 + repository: *842 sender: *4 required: - action @@ -174749,11 +174767,11 @@ webhooks: type: string enum: - removed - enterprise: *838 - installation: *839 - member: *865 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + member: *866 + organization: *841 + repository: *842 sender: *4 required: - action @@ -174831,11 +174849,11 @@ webhooks: type: string enum: - added - enterprise: *838 - installation: *839 - member: *865 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + member: *866 + organization: *841 + repository: *842 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174913,7 +174931,7 @@ webhooks: required: - login - id - team: &875 + team: &876 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -175143,11 +175161,11 @@ webhooks: type: string enum: - removed - enterprise: *838 - installation: *839 - member: *865 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + member: *866 + organization: *841 + repository: *842 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175226,7 +175244,7 @@ webhooks: required: - login - id - team: *875 + team: *876 required: - action - scope @@ -175308,8 +175326,8 @@ webhooks: type: string enum: - checks_requested - installation: *839 - merge_group: &876 + installation: *840 + merge_group: &877 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175328,15 +175346,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *520 + head_commit: *521 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -175422,10 +175440,10 @@ webhooks: - merged - invalidated - dequeued - installation: *839 - merge_group: *876 - organization: *840 - repository: *841 + installation: *840 + merge_group: *877 + organization: *841 + repository: *842 sender: *4 required: - action @@ -175498,7 +175516,7 @@ webhooks: type: string enum: - deleted - enterprise: *838 + enterprise: *839 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175607,12 +175625,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *839 - organization: *840 + installation: *840 + organization: *841 repository: anyOf: - type: 'null' - - *841 + - *842 sender: *4 required: - action @@ -175692,11 +175710,11 @@ webhooks: type: string enum: - closed - enterprise: *838 - installation: *839 - milestone: *870 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + milestone: *871 + organization: *841 + repository: *842 sender: *4 required: - action @@ -175775,9 +175793,9 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - milestone: &877 + enterprise: *839 + installation: *840 + milestone: &878 title: Milestone description: A collection of related issues and pull requests. type: object @@ -175919,8 +175937,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -175999,11 +176017,11 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - milestone: *870 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + milestone: *871 + organization: *841 + repository: *842 sender: *4 required: - action @@ -176113,11 +176131,11 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - milestone: *870 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + milestone: *871 + organization: *841 + repository: *842 sender: *4 required: - action @@ -176197,11 +176215,11 @@ webhooks: type: string enum: - opened - enterprise: *838 - installation: *839 - milestone: *877 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + milestone: *878 + organization: *841 + repository: *842 sender: *4 required: - action @@ -176280,11 +176298,11 @@ webhooks: type: string enum: - blocked - blocked_user: *865 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + blocked_user: *866 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -176363,11 +176381,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *865 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + blocked_user: *866 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -176443,7 +176461,7 @@ webhooks: enum: - created definition: *147 - enterprise: *838 + enterprise: *839 sender: *4 required: - action @@ -176523,8 +176541,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 sender: *4 required: - action @@ -176597,8 +176615,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 sender: *4 required: - action @@ -176670,9 +176688,9 @@ webhooks: type: string enum: - updated - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 sender: *4 new_property_values: type: array @@ -176760,9 +176778,9 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - membership: &878 + enterprise: *839 + installation: *840 + membership: &879 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176872,8 +176890,8 @@ webhooks: - role - organization_url - user - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 required: - action @@ -176951,11 +176969,11 @@ webhooks: type: string enum: - member_added - enterprise: *838 - installation: *839 - membership: *878 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + membership: *879 + organization: *841 + repository: *842 sender: *4 required: - action @@ -177034,8 +177052,8 @@ webhooks: type: string enum: - member_invited - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -177157,10 +177175,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 - user: *865 + user: *866 required: - action - invitation @@ -177238,11 +177256,11 @@ webhooks: type: string enum: - member_removed - enterprise: *838 - installation: *839 - membership: *878 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + membership: *879 + organization: *841 + repository: *842 sender: *4 required: - action @@ -177329,11 +177347,11 @@ webhooks: properties: from: type: string - enterprise: *838 - installation: *839 - membership: *878 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + membership: *879 + organization: *841 + repository: *842 sender: *4 required: - action @@ -177411,9 +177429,9 @@ webhooks: type: string enum: - published - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 package: description: Information about the package. type: object @@ -177936,7 +177954,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &879 + items: &880 title: Ruby Gems metadata type: object properties: @@ -178033,7 +178051,7 @@ webhooks: - owner - package_version - registry - repository: *841 + repository: *842 sender: *4 required: - action @@ -178110,9 +178128,9 @@ webhooks: type: string enum: - updated - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 package: description: Information about the package. type: object @@ -178474,7 +178492,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *879 + items: *880 source_url: type: string format: uri @@ -178545,7 +178563,7 @@ webhooks: - owner - package_version - registry - repository: *841 + repository: *842 sender: *4 required: - action @@ -178725,12 +178743,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *838 + enterprise: *839 id: type: integer - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - id @@ -178807,7 +178825,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &880 + personal_access_token_request: &881 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -178957,10 +178975,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *838 - organization: *840 + enterprise: *839 + organization: *841 sender: *4 - installation: *839 + installation: *840 required: - action - personal_access_token_request @@ -179037,11 +179055,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *880 - enterprise: *838 - organization: *840 + personal_access_token_request: *881 + enterprise: *839 + organization: *841 sender: *4 - installation: *839 + installation: *840 required: - action - personal_access_token_request @@ -179117,11 +179135,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *880 - enterprise: *838 - organization: *840 + personal_access_token_request: *881 + enterprise: *839 + organization: *841 sender: *4 - installation: *839 + installation: *840 required: - action - personal_access_token_request @@ -179196,11 +179214,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *880 - organization: *840 - enterprise: *838 + personal_access_token_request: *881 + organization: *841 + enterprise: *839 sender: *4 - installation: *839 + installation: *840 required: - action - personal_access_token_request @@ -179305,7 +179323,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *881 + last_response: *882 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179337,8 +179355,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 zen: description: Random string of GitHub zen. @@ -179583,10 +179601,10 @@ webhooks: - from required: - note - enterprise: *838 - installation: *839 - organization: *840 - project_card: &882 + enterprise: *839 + installation: *840 + organization: *841 + project_card: &883 title: Project Card type: object properties: @@ -179709,7 +179727,7 @@ webhooks: - creator - created_at - updated_at - repository: *841 + repository: *842 sender: *4 required: - action @@ -179790,11 +179808,11 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - project_card: *882 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project_card: *883 + repository: *842 sender: *4 required: - action @@ -179874,9 +179892,9 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 project_card: title: Project Card type: object @@ -180006,7 +180024,7 @@ webhooks: repository: anyOf: - type: 'null' - - *841 + - *842 sender: *4 required: - action @@ -180100,11 +180118,11 @@ webhooks: - from required: - note - enterprise: *838 - installation: *839 - organization: *840 - project_card: *882 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project_card: *883 + repository: *842 sender: *4 required: - action @@ -180198,9 +180216,9 @@ webhooks: - from required: - column_id - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 project_card: allOf: - title: Project Card @@ -180397,7 +180415,7 @@ webhooks: type: string required: - after_id - repository: *841 + repository: *842 sender: *4 required: - action @@ -180477,10 +180495,10 @@ webhooks: type: string enum: - closed - enterprise: *838 - installation: *839 - organization: *840 - project: &884 + enterprise: *839 + installation: *840 + organization: *841 + project: &885 title: Project type: object properties: @@ -180607,7 +180625,7 @@ webhooks: - creator - created_at - updated_at - repository: *841 + repository: *842 sender: *4 required: - action @@ -180687,10 +180705,10 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - project_column: &883 + enterprise: *839 + installation: *840 + organization: *841 + project_column: &884 title: Project Column type: object properties: @@ -180730,7 +180748,7 @@ webhooks: - name - created_at - updated_at - repository: *841 + repository: *842 sender: *4 required: - action @@ -180809,14 +180827,14 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - project_column: *883 + enterprise: *839 + installation: *840 + organization: *841 + project_column: *884 repository: anyOf: - type: 'null' - - *841 + - *842 sender: *4 required: - action @@ -180905,11 +180923,11 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - organization: *840 - project_column: *883 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project_column: *884 + repository: *842 sender: *4 required: - action @@ -180989,11 +181007,11 @@ webhooks: type: string enum: - moved - enterprise: *838 - installation: *839 - organization: *840 - project_column: *883 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project_column: *884 + repository: *842 sender: *4 required: - action @@ -181073,11 +181091,11 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - project: *884 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project: *885 + repository: *842 sender: *4 required: - action @@ -181157,14 +181175,14 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - project: *884 + enterprise: *839 + installation: *840 + organization: *841 + project: *885 repository: anyOf: - type: 'null' - - *841 + - *842 sender: *4 required: - action @@ -181265,11 +181283,11 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - organization: *840 - project: *884 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project: *885 + repository: *842 sender: *4 required: - action @@ -181348,11 +181366,11 @@ webhooks: type: string enum: - reopened - enterprise: *838 - installation: *839 - organization: *840 - project: *884 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + project: *885 + repository: *842 sender: *4 required: - action @@ -181433,9 +181451,9 @@ webhooks: type: string enum: - closed - installation: *839 - organization: *840 - projects_v2: *402 + installation: *840 + organization: *841 + projects_v2: *403 sender: *4 required: - action @@ -181516,9 +181534,9 @@ webhooks: type: string enum: - created - installation: *839 - organization: *840 - projects_v2: *402 + installation: *840 + organization: *841 + projects_v2: *403 sender: *4 required: - action @@ -181599,9 +181617,9 @@ webhooks: type: string enum: - deleted - installation: *839 - organization: *840 - projects_v2: *402 + installation: *840 + organization: *841 + projects_v2: *403 sender: *4 required: - action @@ -181722,9 +181740,9 @@ webhooks: type: string to: type: string - installation: *839 - organization: *840 - projects_v2: *402 + installation: *840 + organization: *841 + projects_v2: *403 sender: *4 required: - action @@ -181807,7 +181825,7 @@ webhooks: type: string enum: - archived - changes: &888 + changes: &889 type: object properties: archived_at: @@ -181823,9 +181841,9 @@ webhooks: - string - 'null' format: date-time - installation: *839 - organization: *840 - projects_v2_item: &885 + installation: *840 + organization: *841 + projects_v2_item: &886 title: Projects v2 Item description: An item belonging to a project type: object @@ -181843,7 +181861,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *408 + content_type: *409 creator: *4 created_at: type: string @@ -181965,9 +181983,9 @@ webhooks: - 'null' to: type: string - installation: *839 - organization: *840 - projects_v2_item: *885 + installation: *840 + organization: *841 + projects_v2_item: *886 sender: *4 required: - action @@ -182049,9 +182067,9 @@ webhooks: type: string enum: - created - installation: *839 - organization: *840 - projects_v2_item: *885 + installation: *840 + organization: *841 + projects_v2_item: *886 sender: *4 required: - action @@ -182132,9 +182150,9 @@ webhooks: type: string enum: - deleted - installation: *839 - organization: *840 - projects_v2_item: *885 + installation: *840 + organization: *841 + projects_v2_item: *886 sender: *4 required: - action @@ -182239,7 +182257,7 @@ webhooks: oneOf: - type: string - type: integer - - &886 + - &887 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -182263,7 +182281,7 @@ webhooks: required: - id - name - - &887 + - &888 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -182303,8 +182321,8 @@ webhooks: oneOf: - type: string - type: integer - - *886 - *887 + - *888 type: - 'null' - string @@ -182327,9 +182345,9 @@ webhooks: - 'null' required: - body - installation: *839 - organization: *840 - projects_v2_item: *885 + installation: *840 + organization: *841 + projects_v2_item: *886 sender: *4 required: - action @@ -182426,9 +182444,9 @@ webhooks: type: - string - 'null' - installation: *839 - organization: *840 - projects_v2_item: *885 + installation: *840 + organization: *841 + projects_v2_item: *886 sender: *4 required: - action @@ -182511,10 +182529,10 @@ webhooks: type: string enum: - restored - changes: *888 - installation: *839 - organization: *840 - projects_v2_item: *885 + changes: *889 + installation: *840 + organization: *841 + projects_v2_item: *886 sender: *4 required: - action @@ -182596,9 +182614,9 @@ webhooks: type: string enum: - reopened - installation: *839 - organization: *840 - projects_v2: *402 + installation: *840 + organization: *841 + projects_v2: *403 sender: *4 required: - action @@ -182679,9 +182697,9 @@ webhooks: type: string enum: - created - installation: *839 - organization: *840 - projects_v2_status_update: *889 + installation: *840 + organization: *841 + projects_v2_status_update: *890 sender: *4 required: - action @@ -182762,9 +182780,9 @@ webhooks: type: string enum: - deleted - installation: *839 - organization: *840 - projects_v2_status_update: *889 + installation: *840 + organization: *841 + projects_v2_status_update: *890 sender: *4 required: - action @@ -182910,9 +182928,9 @@ webhooks: - string - 'null' format: date - installation: *839 - organization: *840 - projects_v2_status_update: *889 + installation: *840 + organization: *841 + projects_v2_status_update: *890 sender: *4 required: - action @@ -182983,10 +183001,10 @@ webhooks: title: public event type: object properties: - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - repository @@ -183063,13 +183081,13 @@ webhooks: type: string enum: - assigned - assignee: *865 - enterprise: *838 - installation: *839 - number: &890 + assignee: *866 + enterprise: *839 + installation: *840 + number: &891 description: The pull request number. type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -185440,7 +185458,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -185522,11 +185540,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -187890,7 +187908,7 @@ webhooks: - draft reason: type: string - repository: *841 + repository: *842 sender: *4 required: - action @@ -187972,11 +187990,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -190340,7 +190358,7 @@ webhooks: - draft reason: type: string - repository: *841 + repository: *842 sender: *4 required: - action @@ -190422,13 +190440,13 @@ webhooks: type: string enum: - closed - enterprise: *838 - installation: *839 - number: *890 - organization: *840 - pull_request: &891 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 + pull_request: &892 allOf: - - *687 + - *688 - type: object properties: allow_auto_merge: @@ -190490,7 +190508,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *841 + repository: *842 sender: *4 required: - action @@ -190571,12 +190589,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *838 - installation: *839 - number: *890 - organization: *840 - pull_request: *891 - repository: *841 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 + pull_request: *892 + repository: *842 sender: *4 required: - action @@ -190656,11 +190674,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *838 - milestone: *405 - number: *890 - organization: *840 - pull_request: &892 + enterprise: *839 + milestone: *406 + number: *891 + organization: *841 + pull_request: &893 title: Pull Request type: object properties: @@ -193009,7 +193027,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -193088,11 +193106,11 @@ webhooks: type: string enum: - dequeued - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -195460,7 +195478,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *841 + repository: *842 sender: *4 required: - action @@ -195584,12 +195602,12 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - number: *890 - organization: *840 - pull_request: *891 - repository: *841 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 + pull_request: *892 + repository: *842 sender: *4 required: - action @@ -195669,11 +195687,11 @@ webhooks: type: string enum: - enqueued - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -198026,7 +198044,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -198106,11 +198124,11 @@ webhooks: type: string enum: - labeled - enterprise: *838 - installation: *839 - label: *859 - number: *890 - organization: *840 + enterprise: *839 + installation: *840 + label: *860 + number: *891 + organization: *841 pull_request: title: Pull Request type: object @@ -200480,7 +200498,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -200561,10 +200579,10 @@ webhooks: type: string enum: - locked - enterprise: *838 - installation: *839 - number: *890 - organization: *840 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 pull_request: title: Pull Request type: object @@ -202932,7 +202950,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -203012,12 +203030,12 @@ webhooks: type: string enum: - milestoned - enterprise: *838 - milestone: *405 - number: *890 - organization: *840 - pull_request: *892 - repository: *841 + enterprise: *839 + milestone: *406 + number: *891 + organization: *841 + pull_request: *893 + repository: *842 sender: *4 required: - action @@ -203096,12 +203114,12 @@ webhooks: type: string enum: - opened - enterprise: *838 - installation: *839 - number: *890 - organization: *840 - pull_request: *891 - repository: *841 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 + pull_request: *892 + repository: *842 sender: *4 required: - action @@ -203182,12 +203200,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *838 - installation: *839 - number: *890 - organization: *840 - pull_request: *891 - repository: *841 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 + pull_request: *892 + repository: *842 sender: *4 required: - action @@ -203267,12 +203285,12 @@ webhooks: type: string enum: - reopened - enterprise: *838 - installation: *839 - number: *890 - organization: *840 - pull_request: *891 - repository: *841 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 + pull_request: *892 + repository: *842 sender: *4 required: - action @@ -203647,9 +203665,9 @@ webhooks: - start_side - side - reactions - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: type: object properties: @@ -205901,7 +205919,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *841 + repository: *842 sender: *4 required: - action @@ -205981,7 +205999,7 @@ webhooks: type: string enum: - deleted - comment: &894 + comment: &895 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. @@ -206274,9 +206292,9 @@ webhooks: - start_side - side - reactions - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: type: object properties: @@ -208516,7 +208534,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *841 + repository: *842 sender: *4 required: - action @@ -208596,11 +208614,11 @@ webhooks: type: string enum: - edited - changes: *893 - comment: *894 - enterprise: *838 - installation: *839 - organization: *840 + changes: *894 + comment: *895 + enterprise: *839 + installation: *840 + organization: *841 pull_request: type: object properties: @@ -210843,7 +210861,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *841 + repository: *842 sender: *4 required: - action @@ -210924,9 +210942,9 @@ webhooks: type: string enum: - dismissed - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: title: Simple Pull Request type: object @@ -213181,7 +213199,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *841 + repository: *842 review: description: The review that was affected. type: object @@ -213432,9 +213450,9 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: title: Simple Pull Request type: object @@ -215548,8 +215566,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *841 - review: &895 + repository: *842 + review: &896 description: The review that was affected. type: object properties: @@ -215787,12 +215805,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: description: The pull request number. type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -218161,7 +218179,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 requested_reviewer: title: User type: @@ -218247,12 +218265,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: description: The pull request number. type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -220628,7 +220646,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220823,12 +220841,12 @@ webhooks: type: string enum: - review_requested - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: description: The pull request number. type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -223199,7 +223217,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 requested_reviewer: title: User type: @@ -223286,12 +223304,12 @@ webhooks: type: string enum: - review_requested - enterprise: *838 - installation: *839 + enterprise: *839 + installation: *840 number: description: The pull request number. type: integer - organization: *840 + organization: *841 pull_request: title: Pull Request type: object @@ -225653,7 +225671,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225837,9 +225855,9 @@ webhooks: type: string enum: - submitted - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: title: Simple Pull Request type: object @@ -228097,8 +228115,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *841 - review: *895 + repository: *842 + review: *896 sender: *4 required: - action @@ -228178,9 +228196,9 @@ webhooks: type: string enum: - resolved - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: title: Simple Pull Request type: object @@ -230333,7 +230351,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *841 + repository: *842 sender: *4 thread: type: object @@ -230730,9 +230748,9 @@ webhooks: type: string enum: - unresolved - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 pull_request: title: Simple Pull Request type: object @@ -232868,7 +232886,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *841 + repository: *842 sender: *4 thread: type: object @@ -233267,10 +233285,10 @@ webhooks: type: string before: type: string - enterprise: *838 - installation: *839 - number: *890 - organization: *840 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 pull_request: title: Pull Request type: object @@ -235627,7 +235645,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -235709,11 +235727,11 @@ webhooks: type: string enum: - unassigned - assignee: *896 - enterprise: *838 - installation: *839 - number: *890 - organization: *840 + assignee: *897 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 pull_request: title: Pull Request type: object @@ -238085,7 +238103,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -238164,11 +238182,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *838 - installation: *839 - label: *859 - number: *890 - organization: *840 + enterprise: *839 + installation: *840 + label: *860 + number: *891 + organization: *841 pull_request: title: Pull Request type: object @@ -240529,7 +240547,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -240610,10 +240628,10 @@ webhooks: type: string enum: - unlocked - enterprise: *838 - installation: *839 - number: *890 - organization: *840 + enterprise: *839 + installation: *840 + number: *891 + organization: *841 pull_request: title: Pull Request type: object @@ -242964,7 +242982,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *841 + repository: *842 sender: *4 required: - action @@ -243167,7 +243185,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *838 + enterprise: *839 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -243262,8 +243280,8 @@ webhooks: - url - author - committer - installation: *839 - organization: *840 + installation: *840 + organization: *841 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243862,9 +243880,9 @@ webhooks: type: string enum: - published - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 registry_package: type: object properties: @@ -244341,7 +244359,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *879 + items: *880 summary: type: string tag_name: @@ -244397,7 +244415,7 @@ webhooks: - owner - package_version - registry - repository: *841 + repository: *842 sender: *4 required: - action @@ -244475,9 +244493,9 @@ webhooks: type: string enum: - updated - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 registry_package: type: object properties: @@ -244789,7 +244807,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *879 + items: *880 summary: type: string tag_name: @@ -244839,7 +244857,7 @@ webhooks: - owner - package_version - registry - repository: *841 + repository: *842 sender: *4 required: - action @@ -244916,10 +244934,10 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - release: &897 + enterprise: *839 + installation: *840 + organization: *841 + release: &898 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245250,7 +245268,7 @@ webhooks: - updated_at - zipball_url - body - repository: *841 + repository: *842 sender: *4 required: - action @@ -245327,11 +245345,11 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - release: *897 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + release: *898 + repository: *842 sender: *4 required: - action @@ -245448,11 +245466,11 @@ webhooks: type: boolean required: - to - enterprise: *838 - installation: *839 - organization: *840 - release: *897 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + release: *898 + repository: *842 sender: *4 required: - action @@ -245530,9 +245548,9 @@ webhooks: type: string enum: - prereleased - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245868,7 +245886,7 @@ webhooks: - string - 'null' format: uri - repository: *841 + repository: *842 sender: *4 required: - action @@ -245944,10 +245962,10 @@ webhooks: type: string enum: - published - enterprise: *838 - installation: *839 - organization: *840 - release: &898 + enterprise: *839 + installation: *840 + organization: *841 + release: &899 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -246280,7 +246298,7 @@ webhooks: - string - 'null' format: uri - repository: *841 + repository: *842 sender: *4 required: - action @@ -246356,11 +246374,11 @@ webhooks: type: string enum: - released - enterprise: *838 - installation: *839 - organization: *840 - release: *897 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + release: *898 + repository: *842 sender: *4 required: - action @@ -246436,11 +246454,11 @@ webhooks: type: string enum: - unpublished - enterprise: *838 - installation: *839 - organization: *840 - release: *898 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + release: *899 + repository: *842 sender: *4 required: - action @@ -246516,11 +246534,11 @@ webhooks: type: string enum: - published - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - repository_advisory: *739 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + repository_advisory: *740 sender: *4 required: - action @@ -246596,11 +246614,11 @@ webhooks: type: string enum: - reported - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - repository_advisory: *739 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + repository_advisory: *740 sender: *4 required: - action @@ -246676,10 +246694,10 @@ webhooks: type: string enum: - archived - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -246756,10 +246774,10 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -246837,10 +246855,10 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -246925,10 +246943,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -247043,10 +247061,10 @@ webhooks: - 'null' items: type: string - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -247118,10 +247136,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 status: type: string @@ -247202,10 +247220,10 @@ webhooks: type: string enum: - privatized - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -247282,10 +247300,10 @@ webhooks: type: string enum: - publicized - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -247379,10 +247397,10 @@ webhooks: - name required: - repository - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -247462,10 +247480,10 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 repository_ruleset: *187 sender: *4 required: @@ -247544,10 +247562,10 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 repository_ruleset: *187 sender: *4 required: @@ -247626,10 +247644,10 @@ webhooks: type: string enum: - edited - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 repository_ruleset: *187 changes: type: object @@ -247691,16 +247709,16 @@ webhooks: properties: added: type: array - items: *707 + items: *708 deleted: type: array - items: *707 + items: *708 updated: type: array items: type: object properties: - rule: *707 + rule: *708 changes: type: object properties: @@ -247937,10 +247955,10 @@ webhooks: - from required: - owner - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -248018,10 +248036,10 @@ webhooks: type: string enum: - unarchived - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -248099,7 +248117,7 @@ webhooks: type: string enum: - create - alert: &899 + alert: &900 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -248224,10 +248242,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -248437,10 +248455,10 @@ webhooks: type: string enum: - dismissed - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -248518,11 +248536,11 @@ webhooks: type: string enum: - reopen - alert: *899 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + alert: *900 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -248724,10 +248742,10 @@ webhooks: enum: - fixed - open - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -248805,7 +248823,7 @@ webhooks: type: string enum: - assigned - alert: &900 + alert: &901 type: object properties: number: *126 @@ -248934,10 +248952,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249015,11 +249033,11 @@ webhooks: type: string enum: - created - alert: *900 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + alert: *901 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249100,11 +249118,11 @@ webhooks: type: string enum: - created - alert: *900 - installation: *839 - location: *901 - organization: *840 - repository: *841 + alert: *901 + installation: *840 + location: *902 + organization: *841 + repository: *842 sender: *4 required: - location @@ -249342,11 +249360,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *900 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + alert: *901 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249424,11 +249442,11 @@ webhooks: type: string enum: - reopened - alert: *900 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + alert: *901 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249506,11 +249524,11 @@ webhooks: type: string enum: - resolved - alert: *900 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + alert: *901 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249588,12 +249606,12 @@ webhooks: type: string enum: - unassigned - alert: *900 + alert: *901 assignee: *4 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249671,11 +249689,11 @@ webhooks: type: string enum: - validated - alert: *900 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + alert: *901 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -249805,10 +249823,10 @@ webhooks: - organization - enterprise - - repository: *841 - enterprise: *838 - installation: *839 - organization: *840 + repository: *842 + enterprise: *839 + installation: *840 + organization: *841 sender: *4 required: - action @@ -249886,11 +249904,11 @@ webhooks: type: string enum: - published - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - security_advisory: &902 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + security_advisory: &903 description: The details of the security advisory, including summary, description, and severity. type: object @@ -250076,11 +250094,11 @@ webhooks: type: string enum: - updated - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 - security_advisory: *902 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 + security_advisory: *903 sender: *4 required: - action @@ -250153,10 +250171,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -250342,11 +250360,11 @@ webhooks: from: type: object properties: - security_and_analysis: *416 - enterprise: *838 - installation: *839 - organization: *840 - repository: *458 + security_and_analysis: *417 + enterprise: *839 + installation: *840 + organization: *841 + repository: *459 sender: *4 required: - changes @@ -250424,12 +250442,12 @@ webhooks: type: string enum: - cancelled - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - sponsorship: &903 + sponsorship: &904 type: object properties: created_at: @@ -250734,12 +250752,12 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - sponsorship: *903 + sponsorship: *904 required: - action - sponsorship @@ -250827,12 +250845,12 @@ webhooks: type: string required: - from - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - sponsorship: *903 + sponsorship: *904 required: - action - changes @@ -250909,17 +250927,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &904 + effective_date: &905 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: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - sponsorship: *903 + sponsorship: *904 required: - action - sponsorship @@ -250993,7 +251011,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &905 + changes: &906 type: object properties: tier: @@ -251037,13 +251055,13 @@ webhooks: - from required: - tier - effective_date: *904 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + effective_date: *905 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - sponsorship: *903 + sponsorship: *904 required: - action - changes @@ -251120,13 +251138,13 @@ webhooks: type: string enum: - tier_changed - changes: *905 - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + changes: *906 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - sponsorship: *903 + sponsorship: *904 required: - action - changes @@ -251200,10 +251218,10 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251287,10 +251305,10 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251724,15 +251742,15 @@ webhooks: type: - string - 'null' - enterprise: *838 + enterprise: *839 id: description: The unique identifier of the status. type: integer - installation: *839 + installation: *840 name: type: string - organization: *840 - repository: *841 + organization: *841 + repository: *842 sender: *4 sha: description: The Commit SHA. @@ -251848,9 +251866,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -251940,9 +251958,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -252032,9 +252050,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -252124,9 +252142,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *839 - organization: *840 - repository: *841 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -252203,12 +252221,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - team: &906 + team: &907 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -252438,9 +252456,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 repository: title: Repository description: A git repository @@ -252910,7 +252928,7 @@ webhooks: - topics - visibility sender: *4 - team: *906 + team: *907 required: - action - team @@ -252986,9 +253004,9 @@ webhooks: type: string enum: - created - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 repository: title: Repository description: A git repository @@ -253458,7 +253476,7 @@ webhooks: - topics - visibility sender: *4 - team: *906 + team: *907 required: - action - team @@ -253535,9 +253553,9 @@ webhooks: type: string enum: - deleted - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 repository: title: Repository description: A git repository @@ -254007,7 +254025,7 @@ webhooks: - topics - visibility sender: *4 - team: *906 + team: *907 required: - action - team @@ -254151,9 +254169,9 @@ webhooks: - from required: - permissions - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 repository: title: Repository description: A git repository @@ -254623,7 +254641,7 @@ webhooks: - topics - visibility sender: *4 - team: *906 + team: *907 required: - action - changes @@ -254701,9 +254719,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *838 - installation: *839 - organization: *840 + enterprise: *839 + installation: *840 + organization: *841 repository: title: Repository description: A git repository @@ -255173,7 +255191,7 @@ webhooks: - topics - visibility sender: *4 - team: *906 + team: *907 required: - action - team @@ -255249,10 +255267,10 @@ webhooks: type: string enum: - started - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 required: - action @@ -255325,17 +255343,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *838 + enterprise: *839 inputs: type: - object - 'null' additionalProperties: true - installation: *839 - organization: *840 + installation: *840 + organization: *841 ref: type: string - repository: *841 + repository: *842 sender: *4 workflow: type: string @@ -255417,10 +255435,10 @@ webhooks: type: string enum: - completed - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 workflow_job: allOf: @@ -255676,7 +255694,7 @@ webhooks: type: string required: - conclusion - deployment: *592 + deployment: *593 required: - action - repository @@ -255755,10 +255773,10 @@ webhooks: type: string enum: - in_progress - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 workflow_job: allOf: @@ -256040,7 +256058,7 @@ webhooks: required: - status - steps - deployment: *592 + deployment: *593 required: - action - repository @@ -256119,10 +256137,10 @@ webhooks: type: string enum: - queued - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 workflow_job: type: object @@ -256268,7 +256286,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *592 + deployment: *593 required: - action - repository @@ -256347,10 +256365,10 @@ webhooks: type: string enum: - waiting - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 workflow_job: type: object @@ -256497,7 +256515,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *592 + deployment: *593 required: - action - repository @@ -256577,12 +256595,12 @@ webhooks: type: string enum: - completed - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - workflow: *855 + workflow: *856 workflow_run: title: Workflow Run type: object @@ -257601,12 +257619,12 @@ webhooks: type: string enum: - in_progress - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - workflow: *855 + workflow: *856 workflow_run: title: Workflow Run type: object @@ -258610,12 +258628,12 @@ webhooks: type: string enum: - requested - enterprise: *838 - installation: *839 - organization: *840 - repository: *841 + enterprise: *839 + installation: *840 + organization: *841 + repository: *842 sender: *4 - workflow: *855 + workflow: *856 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index 1104ab8d1a..45a4eec315 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -52682,6 +52682,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -53024,6 +53032,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -183397,6 +183414,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -183764,6 +183789,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -435146,6 +435180,14 @@ "type": "string" } }, + { + "name": "classification", + "in": "query", + "description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, { "name": "state", "in": "query", @@ -435496,6 +435538,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -436956,6 +437007,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -438245,6 +438305,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -992244,6 +992313,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -995189,6 +995267,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -998134,6 +998221,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": [ "object", @@ -1001079,6 +1001175,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + {"code":"deadline_exceeded","msg":"operation timed out"}